@import "public.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');
@charset "UTF-8";

/* CSS Document */


/* CUSTOM - EF */
*:focus {
	outline: 2px solid #cf7600;
}

nav.breadcrumbs a {
	display: inline-block;
	padding: 5px 7px;
	background-color: antiquewhite;
	margin-right: 0;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
}

nav.breadcrumbs a:hover {
	background-color: #f6f7da;
	color: #9fa618;
	color: #606503;
}

span.ancestorSeperator, nav.breadcrumbs span {
    color: #d89045;
    font-size: 14px;
    font-weight: 400;
}

nav.breadcrumbs span a {
	font-size: 12px;
	font-weight: 500;
}

nav.breadcrumbs a:empty,
nav.breadcrumbs a img {
	display: none;
}

.page-content>.page-bounds {
	margin-top: 20px;
	margin-bottom: 40px;
}

.page-utility a {
	display: inline-block;
	margin: 0 10px;
	color: #ffffff;
}

nav.breadcrumbs {
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: 700;
}

nav.breadcrumbs {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

nav.breadcrumbs a.current {
	color: #9fa618;
}

,
#faqAccordion h2,
.accordion-container h2 {
	float: left;
	margin: 20px 0 10px 0;
	font-size: 23px;
	width: 100%;
}

.accordion-toggle,
.accordion2-toggle {
	float: left;
	width: 100%;
	margin: 7px 0;
	cursor: pointer;
	color: #1f5696;
	text-decoration: none;
	font-weight: 700;
}

.accordion-toggle:hover,
.accordion2-toggle:hover {
	color: #cf7600;
}

.accordion-content,
.accordion2-content {
	display: none;
}

.accordion-content.default,
.accordion2-content.default {
	float: left;
	display: block;
	width: 100%;
	border: 0px #EEEEEE solid;
	padding: 5px 0 20px 0;
	background-color: #FAFAFA;
}

.accordion-content.default table td,
.accordion2-content.default table td {
	vertical-align: top;
}

.hiddenTag {
	display: none !important;
}

.accordion-content.default table tr:nth-child(even),
.accordion2-content.default table tr:nth-child(even) {
	background: #eeeeee;
}

.accordion-content.default table td:first-child,
.accordion2-content.default table td:first-child {
	font-weight: 700;
}


/* CUSTOM - EF */
.blue-link-arial {
	color: #1f5696;
	text-decoration: none;
	font-weight: 700;
}

/* EF added 9/26/15 */

.toc p .title-7.small {
	text-decoration: none;
	color: #cf7600;
	margin-bottom: 0;
	font-size: 10pt;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.toc p .title-7.small:hover {
	color: #9fa618;
}

.toc p {
	margin-bottom: 7px !important;
}

.grid-item.grid-1-3.grid-toc h4 {
	min-height: 60px
}

.grid-item.grid-1-3.grid-toc ul li {
	margin-bottom: 5px;
	font-size: 10pt;
}


/* EF added 9/26/15 */


/* CUSTOM EF 9/25/15 */

h1 a.titleLink {
	float: right;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	position: relative;
	top: 0;
	font-size: 14px;
}


/* CUSTOM EF 9/25/15 */


/* Convention Register button EF 10/17/15 */

.formatted p.no-margin {
	margin-bottom: 0;
}

a.button.title-action {
	top: 30px;
	color: #fff !important;
}

a.button.title-action:hover {
	color: #fff !important;
}

.title-action a.button {
	top: 20px;
	color: #fff !important;
	border: 2px solid;
}

.title-action a.button:hover {
	background-color: #fafafa;
	color: #cf7600 !important;
	border: 2px solid #cf7600;
}

.title-action a.registrationFormTxt {
	color: #1e5696 !important;
	font-size: 14px;
	padding: 3px 0 5px 0;
	display: block;
}

.title-action a.registrationFormTxt:hover {
	color: #9fa618 !important;
}

a.button.title-action-pdf {
	width: auto;
	top: 80px;
	color: #1E5696 !important;
	background: transparent !important;
	display: inline !important;
	padding: 0 !important;
	font-size: 14px !important;
	border: 0 !important;
}

a.button.title-action-pdf:hover {
	color: #9fa618 !important;
}
.button.grey {
	background-color: #8c8d8e;
}

table.dataResponsive {
	border: 0;
	width: 90% !important;
}

table.dataResponsive tr td {
	border: 0 !important;
}

table.dataResponsive tr td:first-child {
	width: 40%;
	font-weight: 700;
}
.formatted table  {
    border-top: 0;
}
.formatted table td {
    padding: 7px;
}
.formatted table tr:last-child td {
    border-bottom: 0;
}
/*
.formatted ol li {
	float: left;
	width: 100%;
}
*/
.formatted ul li ul {
	margin-top: 10px;
}

.column-primary-aside .content-box .formatted ul {
	margin-left: 15px;
}

.column-primary-aside .content-box a span {
	font-weight: 400;
	color: #444444;
}

.doc-type {
	font-weight: 400;
}

.no-margin {
	margin-bottom: 0 !important;
}

/* ASIDE OL Style */

.column-primary-aside .content-box ol {
	margin-left: 15px;
	padding-left: 0;
}

.column-primary-aside .content-box ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

.column-primary-aside .content-box ol>li {
	margin: 0;
	padding: 0 0 0 18px;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

.column-primary-aside .content-box ol>li:before {
	display: inline-block;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}


/* ================= */

.page-title {
	margin-left: 0 !important;
}


/* Member Profile */

.member-profile-section {
	margin: 0 10px 30px 10px;
}

.member-profile-section h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
}


/* Profile Checkbox Labels */

.member-profile-section .checkbox-label,
.member-profile-checkbox-list .checkbox-label {
	padding-top: 5px;
	padding-left: 30px;
}

.member-profile-section .checkbox-label.selected,
.member-profile-checkbox-list .checkbox-label.selected {
	font-weight: 700;
	color: #1e5696;
}

.member-profile-section input[type="checkbox"],
.member-profile-checkbox-list input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF;
	border-radius: 1px;
	box-sizing: border-box;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-width: 0;
	border: 2px #1e5696 solid;
	transition: all .3s linear;
}

.member-profile-section input[type="checkbox"]:checked,
.member-profile-checkbox-list input[type="checkbox"]:checked {
	border: 2px #1e5696 solid;
	background-color: #9FA60F;
}

.member-profile-section input[type="radio"],
.member-profile-checkbox-list input[type="radio"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF;
	border-radius: 1px;
	box-sizing: border-box;
	box-sizing: content-box;
	width: 13px;
	height: 13px;
	border-width: 0;
	border: 2px #1e5696 solid;
	transition: all .3s linear;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.member-profile-section input[type="radio"]:checked,
.member-profile-checkbox-list input[type="radio"]:checked {
	border: 2px #1e5696 solid;
	background-color: #9FA60F;
	background-color: #1e5696;
}

.alert.alert-secondary.sub-cube {
	background-color: #e2e3e5;
	border-color: #e2e3e5;
	border-width: 0px;
	font-weight: bold;
	border-radius: 3px;
	color: #444;
	line-height: 1.5em;
	letter-spacing: .5px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
}

.alert.alert-secondary.sub-cube .intro-text {
	font-size: 14px !important;
	min-height: 60px !important;
}

#payment_history .alert.alert-secondary.sub-cube {
	background-color: #e2e3e5;
	color: #444;
}

.alert.alert-secondary.sub-cube .link-text a {
	font-weight: bold;
	font-size: 13px;
	vertical-align: text-bottom;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* NEW Checkbox style 083023 */
input[type=checkbox]:checked:after {
	width: 13px;
	height: 13px;
	padding: 0 0 0px 1px;
	content: "✓";
	margin: 0px 0px 0px 0px;
	color: #FFF;
	display: block;
	background-color: #1e5696;
}

/* ALERT Notifications */

.alert {
	float: left;
	width: 100%;
	padding: 15px;
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 6px;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 7px 15px;
	border: 0;
	/* border-left: 5px solid; */
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding: 7px 15px;
	border: 0;
	/* border-left: 5px solid; */
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	border: 0;
	/* border-left: 5px solid; */
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border: 0;
	/* border-left: 5px solid; */
}

.alert-outline {
	color: #444;
	background-color: #f5f5f5;
	border-color: #e5e5e5;
	padding: 5px 15px !important;
	font-size: 14px !important;
}

.alert-outline table td {
	font-size: 10pt !important;
}

.alert-outline table {
	border: 0;
}

.alert-outline table td {
	border: 0;
}

.alert-outline h2 {
	color: #444 !important;
	border-bottom: 0;
}

/* Revised Alerts Bootstrap4 033021*/
.alert {
	position: relative;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 14px;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #6d6d6d;
	background-color: #fefefe;
	border-color: #f3f2f2;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

.alert-highlight {
	color: #5b5b4c;
	background-color: #fffbda;
	border-color: #e5e5e5;
	padding: 5px 15px !important;
	font-size: 14px !important;
}

#loadMore {
	color: #1e5696;
	cursor: pointer;
	font-weight: 700;
	display: inline;
	margin-bottom: 20px;
}

#loadMore:after {
	/* content: '\25bc'; */
}

#loadMore:hover {
	color: black;
}

#showLess {
	color: black;
	cursor: pointer;
	font-weight: 700;
	display: inline;
	padding-left: 10px;
}

#showLess:after {
	/* content: '\25b2'; */
}

#showLess:hover {
	color: black;
}

.loading {
	display: block;
	padding: 0 0 20px 0;
}

.loadmore {
	color: #1F5696;
	background: #FAFAFA;
	border: 1px solid;
	vertical-align: top !important;
	padding: 4px 8px;
	margin-right: 5px;
	display: inline;
}

.showless {
	color: #1F5696;
	background: #FAFAFA;
	border: 1px solid;
	vertical-align: top !important;
	padding: 4px 8px;
	margin-left: 0;
}

.books-products .formatted {
	display: table-cell;
}

.related-product {
	padding-bottom: 20px;
	border-bottom: 1px solid #cac8c7;
	margin-bottom: 20px !important;
	display: block;
}

.content-box>.related-product:last-of-type {
	border-bottom: 0;
	margin-bottom: 0 !important;
	padding-bottom: 10px;
}


.pub-issue-articles .author {
	margin-top: 7px;
}

li.list-blog-post {
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
}

h4.blog-title a {
	color: #444;
	font-size: 14pt;
}

.blog-list-author-date {
	margin: 3px 0 10px 0;
	color: #667;
	font-size: 10pt;
	font-weight: 500;
}

.blog-list-author-date .list-author {
	font-weight: 400;
	color: #777777;
}

.blog-list-author-date .list-date .timestamp {
	font-size: 10pt;
	font-weight: 400;
	color: #777777;
}

.blog-list-author-date+p.abstract {
	margin-bottom: 10px;
}


/* BLOGS */

.post-info {
	color: #000000;
	font-size: 10pt;
	font-weight: 500;
	font-style: italic;
}

.post-info span {
	font-weight: 400;
	color: #777777;
}

.post-text {
	font-size: 12pt;
}


/* Google Search */

.gsc-adBlock {
	display: none !important;
}

td.gsc-input {
	padding-right: 0 !important;
}

td.gsc-search-button {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

td.gsc-search-button button {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.page-search td.gsc-search-button button.gsc-search-button {
	margin-left: 0 !important;
	padding-left: 0 !important;
	border: 0;
}

a.gs-title {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13pt !important;
	height: 1.5em !important;
	text-decoration: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	padding-top: 0 !important;
}

.gsc-thumbnail-inside,
.gsc-url-top {
	padding-left: 0 !important;
}

/* .formatted ol, */
.formatted ul {
	/* float: left;
	width: 100%; */
	width: auto;
	display: list-item;
	padding-left: 0;
	margin-left: 2em;
	margin-bottom: 1.5em;
}

/* .formatted ol li, */
.formatted ul li {
	width: auto;
}


.formatted ol {
	margin-bottom: 1.5em;
}


@media only screen and (max-width: 719px) {
	.formatted p.no-margin a.button.inline {
		display: block;
		margin-bottom: 20px;
	}

	a.button.inline {
		display: block;
		margin-bottom: 20px;
	}
}


/*** Registration Form ***/

p.registerFormTxt {
	margin-top: 60px;
	font-size: 13px;
	text-align: center;
}

p.registerFormTxt a {
	padding: 10px 0px;
	text-align: center;
}

p.registerFormTxt img {
	float: none !important;
	width: 14px;
	vertical-align: bottom;
	display: inline-block;
	margin-left: 5px;
}

.product-details-top {
	border-bottom: 4px #CCC double;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.product-details-top h2.title-4 {
	font-size: 20px;
}

.product-details-top p {
	font-size: 16px;
}


/*** MEMBERS ONLY ICON ***/

/*
.membersOnly {
    padding-right: 33px !important;
	background: url(/assets/images/logos/nasp-logo-tree_25x25.png) no-repeat 7px 50%;
    background-size: 15px;
}
.memberOnlyCircle {
    padding-right: 33px !important;
    background: url(/assets/images/icons/member-only-circle.png) no-repeat 7px 50%;
    background-size: 15px;
}
*/
a.membersOnly:after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/icons/MO-Web-Icon-10.png') no-repeat;
	background-size: auto;
	background-size: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
span.membersOnly {
	font-size: 12px;
	font-weight: bold;
}
span.membersOnly::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/icons/MO-Web-Icon-10.png') no-repeat;
	background-size: auto;
	background-size: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

/*
span.memberOnlyTextTitle::after {
    content: '(M)';
    font: 75% / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    margin-left: 5px;
    line-height: 20px;
    display: inline;
    vertical-align: text-top;
    color: #1e5696;
}
*/
span.memberOnlyTextTitle {
	width: 20px;
	height: 20px;
	background: transparent url('/assets/images/icons/MO-Web-Icon-10.png') no-repeat;
	background-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

span.seriesTitle {
	display: block;
	font-weight: normal;
	font: 82.5% / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1 span.seriesTitle {
	display: block;
	font-weight: unset;
	font: unset;
	-webkit-text-size-adjust: unset;
}

h1 .memberOnlyCircle,
h1 .memberOnlyTextTitle {
	display: none;
}

/* calender icon style */

.calendar-icon--single {
	float: left;
	margin: 0 15px 10px 0;
	clear: left;
}

.calendar-icon--double {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 15px 10px 0;
}

.calendar-icon {
	width: 65px;
	height: 65px;
	position: relative;
	float: left;
	border: 1px #EEE solid;
}

.calendar-icon__day {
	width: 100%;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	color: #cf7600;
	font-size: 25px;
	font-weight: 700;
}

.calendar-icon--double .calendar-icon__day {
	font-size: 20px;
}

.calendar-icon__month {
	height: 24px;
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #1e5696;
}

.calendar-icon--first {
	margin-right: 5px;
}

.calendar-icon__dash-wrap {
	width: 15px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 65px;
	top: 19px;
	z-index: 10;
	padding: 3px 0;
}

.calendar-icon__dash {
	height: 2px;
	width: 15px;
	background-color: #cf7600;
}


/* prepare workshop detail */

.workshop-detail {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.workshop-detail:last-child {
	border-bottom: 0;
}

.workshop-detail>.title-4 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #1E5696;
	line-height: 25px;
}

.workshop-detail-block {
	display: inline-block;
	display: table-cell;
	margin-bottom: 20px;
}

li:empty {
	display: none !important;
}

.hidden {
	display: none !important;
}

.text-input,
.select-input {
	font-weight: 400;
}

a.external {
	display: inline-block;
	/* min-height: 30px; */
	padding-right: 28px;
	background-image: url(/assets/images/icons/external-link.png);
	background-repeat: no-repeat;
	background-position: 97% 3px;
	background-size: 15px;
}

/* Display PDF */
.column-primary-main a[href$=".pdf"]::after,
.column-primary-aside a[href$=".pdf"]::after,
.column-primary a[href$=".pdf"]::after {
	content: ' (PDF)';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column-primary-main .content-box a[href$=".pdf"]::after,
.column-primary-aside a[href$=".pdf"]::after,
.column-primary .content-box a[href$=".pdf"]::after,
a.button::after {
	content: '' !important;
}

/* Display DOCX */
.column-primary-main a[href$=".docx"]::after,
.column-primary-aside a[href$=".docx"]::after,
.column-primary a[href$=".docx"]::after {
	content: ' (DOCX)';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column-primary-main .content-box a[href$=".docx"]::after,
.column-primary-aside a[href$=".docx"]::after,
.column-primary .content-box a[href$=".docx"]::after,
a.button::after {
	content: '' !important;
}

.no-content::after {
	content: '' !important;
}

/*
	.column-primary-main a[href^="https://www.nasponline.org"]::after, .column-primary-main a[href^="http://www.nasponline.org"]::after,
	.column-primary-main a[href^="/"]::after,
	.column-primary-main a[href^="Documents/"]::after,
	.column-primary-main a[href^="Assets"]::after,
	.column-primary-main a[href^="https://www.nasponline.org"]::after,
	.column-primary-main a[href^="https://www.nasponline.org"]::after
	{
	content: ' INTERNAL';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	*/

@media (max-width: 979px) {
	a.button.title-action {
		width: auto;
	}

	a.button.title-action-pdf {
		display: none !important;
	}
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	p.registerFormTxt {
		display: none;
	}

	a.button.title-action-pdf {
		display: none !important;
	}
}


/*** New Login Page Styles 2-4-16 ***/

#loginWrapper .headerDiv .title-1 {
	border-bottom: 0;
	box-shadow: 0 0 0;
	margin-bottom: 20px
}

#loginWrapper {
	width: 100%;
	display: inline-block;
	margin: 20px auto;
	border: 0px solid #000;
	float: left;
}

#loginWrapper .headerDiv {
	float: left;
	width: 44%;
	padding: 0 20px;
	border: 0px solid #000;
}

#loginWrapper .headerDiv2 {
	float: left;
	width: 12%;
	border: 0px solid red;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #cf7600;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#loginWrapper .headerDiv2 .centerLine {
	background-color: #dddddd;
	height: 100px;
	width: 1px;
	margin: 10px auto;
}

/*CQ Updates EF081623 */
.cqArticle h2.title-5,
.cqArticle .articleTitle {
	color: #444;
	margin-bottom: 10px;
}

.cqArticle .cqAbstract {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	color: #1e5696;
	font-weight: normal;
	font-family: 'Open Sans';
	margin-bottom: 20px;
}

.cqArticle .cqSection {
	text-transform: uppercase;
	color: #cf7600;
	letter-spacing: 1.25px;
	font-size: 20px;
	font-family: 'Open Sans';
	margin-bottom: 10px;
}

.cqArticle .secondary-text {
	display: block;
	font-style: initial;
	opacity: 0.8;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}

.cqArticle .volumeIssueTxt {
	text-align: right;
	font-size: 9pt;
	position: absolute;
	right: 40px;
	top: 80px;
	text-transform: uppercase;
}

.cqArticle .volumeIssueTxt b {
	font-weight: 400;
}

.cqArticle .formatted h3 {
	margin-bottom: 0;
}

.cqArticle p .articleIntroText {
	font-variant: small-caps;
	font-weight: 600;
	font-size: 17px;
}

.cqArticle p:first-of-type>span {
	font-variant: small-caps;
	font-weight: 600;
	font-size: 17px;
}

.cqArticle .articleReference {
	font-family: 'Arial Narrow';
	font-size: 12pt;
	font-weight: 400;
}

.cqArticle .articleLogin {
	margin: 15px 0;
}

.cqArticle hr~p span[style="font-variant: small-caps;"] {
	font-weight: 600;
	font-variant: unset !important;
	font-size: 14px;
	text-transform: capitalize !important;
}
.photoCaptionContainer {
    display: inline-block;
    padding: 10px 10px;
    background-color: #f6f6f6;
    font-size: 11.5px;
    font-style: italic;
    border: 1px #ddd solid;
    text-align: center;
    max-width: 300px;
}
.photoCaptionContainer img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}
/*Update to SPR/SPF main pages */

.titleVolIssue {
	font-weight: 400;
	font-style: italic;
}

.continueArticle {
	padding: 10px 20px;
	border: 1px solid #DDD;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	border-radius: 10px;
	background-color: #f7f7f7;
}

.continueArticle:hover {
	color: #cf7600;
	background-color: #FFFFFF;
}

.testimonial {
	background: #FFF url(//www.nasponline.org/images/icons/left-quote.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-orange {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Orange.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-grey {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Grey.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-light-grey {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-lt-Grey.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-green {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Green.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-blue {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-blue.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonials {
	font-family: 'Roboto';
	font-size: 16px !important;
	margin-bottom: 0;
  font-style: italic;
  }
  
  .testimonials b, .testimonials strong {
	display: block;
	font-size: 14px !important;
	margin-top: 5px;
  font-style: normal;
  }
  
@media only screen and (min-width: 720px) {
	#loginWrapper .headerDiv .login-page-form {
		max-width: 100%;
		margin: 20px 0 80px 0;
		padding: 20px;
		border: 1px solid #e2e2e2;
	}
}

@media only screen and (max-width: 719px) {
	#loginWrapper .headerDiv .login-page-form {
		border: 0;
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 20px;
	}

	#loginWrapper .headerDiv {
		width: 100%;
	}

	#loginWrapper .headerDiv2 {
		display: none;
	}
}

a.white {
	color: #FFFFFF !important;
}

a.white:hover {
	color: #9fa618 !important;
}


/*Temp for pubs page*/

.grid-unit-1-2-m h3.title-2 {
	display: none;
}

.CQfooterDiv {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 0 0;
	position: relative;
	bottom: 0;
	font-size: 12px;
	border-top: 1px #EEE solid;
}

.CQfooterDiv .footerLeft {
	float: left;
	padding: 5px 0;
}

.CQfooterDiv .footerRight {
	float: right;
	padding: 5px 0;
}

.CQFooterName {
	font-variant: small-caps;
	font-size: 14px;
	font-weight: 700;
}

.grid-unit.grid-unit-1-2-s.book-ad-box {
	float: none !important;
}

@media only screen and (max-width: 600px) {
	.CQfooterDiv .footerLeft {
		float: left;
		width: 100%;
		padding: 5px 0;
	}

	.CQfooterDiv .footerRight {
		float: left;
		width: 100%;
		padding: 5px 0;
	}
}

.my-account-grid .alert-light {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.account-info-show-your-pride {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	border-width: 1px;
	border-radius: 5px;
}

.account-info-ncsp {

	background-image: url('../../../Images/Logos/Cert-Logo-25-percent.png');
	background-position: 97% 5%;
	background-size: 25%;
}
.icon-social-x {
    background-position: 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../../Images/X_logo.png');
background-size: 20px;
margin-left: 10px;
}

.alert-light h2.title-6 {
	padding-bottom: 10px;
	border-bottom: #EEE solid 1px;
}

.alert-light .title-6+.account-info-edit {
	margin-top: -55px;
}

.account-info-ncsp h2.title-6 {
	border-bottom: 0;
}
.title-8-slim {
    font-weight: 500;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.no-border {
	border: 0 !important;
}
/* necessary plugin styles */
.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.add-shadow {
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.add-shadow-hover:hover {
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.with-arrows {
	font-size: 12px;
	font-weight: 600;
}

.with-arrows::after {
	content: ' \00BB';
	font-size: 20px;
	vertical-align: text-bottom;
}

.pushIn:hover {
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 3-8 */
	transform: scale(1.05);
	transition: transform .5s;
}

.pushOut:hover {
	-ms-transform: scale(.95);
	/* IE 9 */
	-webkit-transform: scale(.95);
	/* Safari 3-8 */
	transform: scale(.95);
	transition: transform .5s;
}

.cube-outline,
.cube-outline-rounded,
.cube-outline-external {
	padding: 10px 15px;
	border: 2px solid #8eaaca;
	background-color: #FFF;
}

.cube-outline-rounded {
	border-radius: 5px;
}

.cube-outline-external a {
	color: #444;
	font-size: 14px;
	display: block;
}

.cube-outline-external a span.more-link {
	color: #CF7600;
	font-size: 12px;
	display: inline-block;
	margin-top: 7px;
}

.cluster-menu {
	display: inline-block;
}

.cluster-menu ul.item-list {
	list-style: none;
	margin: 0 0 20px;
}

.cluster-menu ul.item-list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0 !important;
}

.cluster-menu ul.item-list li h4 a {
	color: #888;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: inline-block;
	padding: 0.538em 1.077em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
	line-height: 1.65;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	text-decoration: none !important;
	max-width: 100%;
	transition: .15s all ease;
}

.cluster-menu ul.item-list li h4 a:hover {
	background-color: #9fa618;
	color: #fff;
}

@media only screen and (min-width: 720px) {
	.page-nav>ul>li:hover>ul {
		max-height: none;
		padding: 0;
	}

	.page-nav ul ul a {
		padding: 7px 20px;
	}

	.home-feature-2-caption {
		z-index: 4;
	}
}


/* infoCardList */
/* Still need to create class for 2 and 3 rows */
.infoCardList ul.item-list li {
	display: inline-block;
	max-width: 33%;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0 15px 15px 15px;
	vertical-align: text-top;
}


.infoCardList ul.item-list li:hover

/*, .infoCardList ul.item-list li:hover img */
	{
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 3-8 */
	transform: scale(1.05);
	transition: transform .5s;
}

.infoCardList ul.item-list li .colLeft {
	float: left;
	background-color: #FFF;
	height: 150px;
	overflow: hidden;
}

.infoCardList ul.item-list li .colRight {
	display: table;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 10px 10px 10px -14px rgb(0 0 0 / 25%);
	-moz-box-shadow: 10px 10px 10px -14px rgb(0 0 0 / 25%);
	box-shadow: 10px 10px 10px -14px rgb(0 0 0 / 25%);
}

.infoCardList ul.item-list li .img-left {
	max-width: 100%;
	max-height: 150px;
	overflow: hidden;
	margin: 0;
}

.infoCardList ul.item-list li img {
	max-width: 100% !important;
}


.infoCardList ul.item-list li h4,
.infoCardList ul.item-list li p.abstract {
	padding-left: 15px;
	padding-right: 15px;
}

.infoCardList ul.item-list li h4 {
	display: table-cell;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 15px 0 15px;
	line-height: 18px;
	border-top: 0px solid #EEE;
	vertical-align: middle;
	color: #1E5696;
	color: #444;
	display: table;

	/* display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical; 
	  overflow: hidden; 
	
	   max-height: 50px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	*/
}

.infoCardList ul.item-list li h4 a {
	color: #444;
	display: table;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.infoCardList ul.item-list li .colLeft:hover~.colRight h4 a,
.infoCardList ul.item-list li h4 a:hover {
	color: #9FA618;
}

.infoCardList ul.item-list li p.abstract {
	font-size: 12px;
	margin-bottom: 15px;
	color: #a4a4a4;
	color: #7d7d7d;
	line-height: 18px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infoCardList ul.item-list li:hover .colRight h4 {
	font-size: 14.5px;
}

.infoCardList ul.item-list li:hover .colRight .abstract {
	color: #444;
	font-size: 11.5px;
	-ms-transform: none;
	/* IE 9 */
	-webkit-transform: none;
	/* Safari 3-8 */
	transform: none;
}

.infoCardListVideo ul.item-list li .colLeft {
	position: relative;
}

.infoCardListVideo ul.item-list li .colLeft span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(assets/images/icons/youtube_play_black.png) no-repeat;
	background-position: center;
	opacity: .76;
}

.infoCardListVideo ul.item-list li:hover .colLeft span {
	opacity: .56;
}

.infoCardList ul.item-list li:hover .colLeft {
	border-left: 1px solid #eaecaa;
	border-right: 1px solid #eaecaa;
	border-top: 1px solid #eaecaa;
}

.infoCardList ul.item-list li:hover .colRight {
	border-left: 1px solid #eaecaa;
	border-right: 1px solid #eaecaa;
	border-bottom: 1px solid #eaecaa;
}

ul.item-list li h4 a span {
	font-weight: normal;
	color: #444;
	font: 95% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.member-overlay {
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(https://www.nasponline.org/assets/images/icons/sale-icon-ribbon.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 60px;
	width: 100%;
	transition: .5s ease;
	padding: 30px 0;
}

.seriesTitle {
	display: block;
	font-weight: normal;
}


blockquote {
	background-color: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

.button.cancel {
	background: transparent;
	color: #444;
	text-decoration: underline;
	padding-bottom: 3px;
}
span.docType, span.fileType {
	color: #444;
	font-family: Arial;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
  }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.infoCardList ul.item-list li {
		max-width: 100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.infoCardList ul.item-list li {
		max-width: 50%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.infoCardList ul.item-list li {
		max-width: 33%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.cardRow {
		grid-template-columns: repeat(4, 1fr);
	}
}
.page-nav ul ul li.highlight a {
    color: #fafafa;
    background: #9fa618;
}

li.highlight a {
	color: #CF7600;
}

.page-header li.highlight a,
.page-footer li.highlight a {
	color: #fafafa;
}

/* Back to Top */
.backToTop {
	display: inline-block;
	background-color: #AAA;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

.backToTop::after {
	content: '\2227';
	font-weight: bold;
	font-style: normal;
	font-size: 3em;
	line-height: 35px;
	color: #fff;
}

.backToTop:hover {
	cursor: pointer;
	background-color: #333;
}

.backToTop:active {
	background-color: #555;
}

.backToTop.show {
	opacity: 1;
	visibility: visible;
}
h1.page-title + .page-date {
	margin-top: -60px;
	margin-bottom: 0px;
	float: right;
	font-style: italic;
	font-weight: 600;
	}
@media (min-width: 500px) {
	.backToTop {
		margin: 30px;
	}
}

/*NEW ACCORDION*/
.formatted .custom-accordion {
	margin: 0;
	padding: 0;
}

.formatted .custom-header {
	cursor: pointer;
	list-style: none; /* Remove bullets */
	width: 100%;
	margin: 7px 0;
	color: #1f5696;
	text-decoration: none;
	font-weight: 700;
}

.formatted .custom-content {
	display: none;
	transition: height 0.4s ease-in-out;
	padding: 10px;
}

.formatted .custom-item.active .custom-content {
	display: block;
}

.formatted .custom-item.no-toggle .custom-header {
	cursor: default;
}

.formatted .custom-item.no-toggle .custom-content {
	display: block;
}

/* Font Sizes */
.font12 {
	font-size: 12px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}

.resourceCardAd ul li {
    background-color: #FFF;
}
.resourceCardAd .colLeft {
    max-width: 100%;
    margin: 0 auto 15px auto;
    max-height: 175px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    float: none;
}
.resourceCardAd img {
    max-width: 100% !important;
    width: 100% !important;
}
.resourceCardAd h4 {
    font-size: 16px;
}
.resourceCardAd h4, .resourceCardAd .abstract, .resourceCardAd .resource-more-link {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.resourceCardAd .abstract {
    margin-bottom: 15px;
    color: #a4a4a4;
}

.listResourceCard ul.item-list {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.listResourceCard ul li {
    background-color: #FFF;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 94% 94%;
}

.divShadow {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

.listResourceCard .colLeft {
    max-width: 100%;
    margin: 0 auto 15px auto;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    float: none;
}

.listResourceCard.threeColumn .colLeft {
    max-height: 175px;

}
.listResourceCard.fourColumn .colLeft {
    max-height: 150px;
}

.listResourceCard img {
    max-width: 100% !important;
    width: 100% !important;
}

.listResourceCard .colRight {
	display: table-cell;
    height: 150px;
    overflow: hidden;
    padding-bottom: 20px;
}
.listResourceCard .colRight::after {
    display: table;
    content: 'Read More';
    padding: 5px 7px;
    background: #fafafa;
    border: 2px solid #8ea6bb;
    color: #6695b3;
    font-weight: bold;
    margin: 10px 0 0 15px;
    border-radius: 5px;
}

.listResourceCard:hover .colRight::after {
    display: table;
    content: 'Read More';
    padding: 5px 7px;
    background: #f1f1f1;
    border: 2px solid #777;
    color: #777;
    font-weight: bold;
    margin: 10px 0 0 15px;
    border-radius: 5px;
}
/*
.listResourceCard:hover .colLeft img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: transform .5s;
}
*/
.viewMore .colRight::after, .viewMore:hover .colRight::after {
	content: 'View More';
}

.txtView .colRight::after, .txtView:hover .colRight::after {
	content: 'View';
}

.listResourceCard h4, .listResourceCard .abstract, .listResourceCard .resource-more-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.listResourceCard h4 {
	font-size: 19px;
  color: #555;
  }

  .listResourceCard .abstract {
    color: #a4a4a4;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 20px;
}

.listResourceCard ul.item-list, .listResourceCard ul li, .listResourceCard .colRight {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	.listResourceCard ul.item-list, .listResourceCard ul li, .listResourceCard img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	@media (max-width: 600px) {
	.listResourceCard.fourColumn .colLeft {
		max-height: 240px;
	}
	}
	
	.whiteBoxNoImage ul.item-list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	  }
	  .whiteBoxNoImage ul.item-list li {
		border: 1px solid #eee;
		padding: 15px 15px 15px 15px;
		width: calc(33.333% - 20px);
		width: calc(50% - 20px);
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		margin: 0;
		background: url('images/Icons/icon-topic.png') no-repeat 97% 97%;
		background: #ffffff;
		background-size: auto;
		background-size: 30px;
	  }
	  .whiteBoxNoImage ul.item-list .title-4 {
		font-size: 20px;
		margin: 0 0 11px 0;
	  }
	  .whiteBoxNoImage ul.item-list h4 a {
		color: #444;
	  }
	  .whiteBoxNoImage ul.item-list .abstract {
		height: 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	  }
	  
	  .whiteBoxNoImage ul.item-list .moreLink {
		margin-top: 10px;
	  }
	  .whiteBoxNoImage ul.item-list .moreLink a {
		  font-size: 13px;
		  font-weight: 600;
	  }
	  
	  .whiteBoxNoImage ul.item-list .moreLink a::after {
		  content: ' \2192';
		  font-size: 20px;
		  vertical-align: text-bottom;
	  }
	  .content-box.bordered2 {
		border: 2px solid #8ea6bb;
		background: #ffffff;
		padding: 20px;
	border-radius: 5px;
	}
	
	.content-box.bordered2 .content-box-title {
		margin: 0 0 10px;
		padding: 0;
		color: #555;
		background: transparent;
		border-bottom: 0px solid #cac8c7;
	}
	.iconTooltip {
        position: absolute;
        background: #1E5696;
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        display: none;
        white-space: nowrap;
    }

	.bodyQuicklinks {
		display: flex;
		justify-content: center;
	}
	
	.bodyQuicklinks ul.item-list {
		list-style: none;
		padding: 0;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		gap: 10px; /* Space between buttons */
	}
	
	.bodyQuicklinks ul.item-list li {
		margin: 0;
	}
	
	.bodyQuicklinks ul.item-list li h4 a {
		display: inline-block;
		padding: 10px 15px;
		background-color: #0073b7;
	font-size: 15px;
		color: white;
		text-decoration: none;
		font-weight: bold;
		border-radius: 5px;
		transition: background-color 0.3s;
		text-align: center;
		white-space: nowrap;
	}
	
	.bodyQuicklinks ul.item-list li h4 a:hover {
		background-color: #ccc;
		color: #444;
	}

	
	.bodyQuicklinks ul.item-list li h4 a.qHighlight {
		background-color: #ccc;
		color: #444;
	}

	.bodyQuicklinks ul.item-list li p.abstract {
	display:none;
	}
	
	  /* 2 per row on tablets */
	  @media (max-width: 900px) {
		  .whiteBox ul.item-list li {
			  flex: 1 1 calc(50% - 1rem);
		  }
		  .whiteBoxNoImage ul.item-list li {
			  flex: 1 1 calc(50% - 1rem);
		  }
	  }
	  
	  /* 1 per row on mobile */
	  @media (max-width: 600px) {
		  .whiteBox ul.item-list li {
			  flex: 1 1 100%;
		  }
		  .whiteBoxNoImage ul.item-list li {
			  flex: 1 1 100%;
		  }
	  }
	  
	  