/*
Theme Name: NBA 2025 Health and Performance
Theme URI: http://dev.curran-connors.com/NBA-health-and-performance-2025/
Author: Curran & Connors
Author URI: http://curran-connors.com/
Description: A theme for the NBA Health and Performance Summit by Curran & Connors.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nbatech
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

body {
	color: #4D4D4D;
	background: #fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.44444;
}

a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #c8102e;
}

h1,
h2,
h3, 
h4, 
h5, 
h6 {
	padding: 0;
	margin: 0;
	color: #906d15;
	font-weight: bold;
	line-height: 1.44444;
	position: relative;
}

/*
h1 {
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
	color: #000;
	text-transform: none;
	margin-bottom: 64px;
}
*/

h1 {
    font-size: 28px;
    line-height: 1.714;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 64px;
}

h1 small {
	display: block;
	font-size: 14px;
	font-style: italic;
	margin-top: 15px;
}

h2 {
	font-size: 18px;
	color: #c8102e;
}

h2.p-style {
	padding-bottom: 30px;
}

h3 {
	font-size: 24px;
	line-height: 1.33333;
	color: #000;
	font-weight: 500;
}

h4 {
	color: #c8102e;
	font-size: 18px;
}

h5 {
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-bottom: 4px;
}

h6 {
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
	font-weight: bold;
	color: inherit;
}

p.leading { font-size: 24px; }

hr {
	border-color: #9da0a5;
}

.mb-1em {
    margin-bottom: 1em;
}

header#header {
	background: url(images/header-gradient.png) repeat-x center top / auto 100%;
}

header#header figure {
	position: relative;
	width: 100%;
	height: 305px;
	overflow: hidden;
}

header#header figure img {
	position: relative;
	top: 0;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

header#header .header-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: url(images/header-bar.png) repeat-x center bottom / auto 100%;
}

header#header .header-bar::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 660.4px;
	max-width: 98%;
	height: 100%;
	background: url(images/header-bar-text.png) no-repeat center center / 100% auto;
	display: block;
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#head {
	text-align: center;
}

#head img {
	max-width: 100%;
}

#head figure {
	overflow: hidden;
}

#head .header-hero-image img {
	width: 100%;
	max-width: 1950px;
}

#head .header-hero-image img.header-mobile {
	display: none;
}

#head .event-info {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #4D4D4D;
    background: #1d428a;
}


#head .event-info img {
	margin: 0 auto;
}
#head .event-info img.visible-xxs {
	width: 227px;
}

nav#main-menu {
	position: relative;
	width: 100%;
	text-align: center;
	border-top: 0 none;
/*	border-bottom: 1px solid;*/
	border-color: #4D4D4D;
	background: #fff;
	min-height: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

nav#main-menu #menu-arrow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 18px;
	text-align: right;
	cursor: pointer;
	line-height: 60px;
}

nav#main-menu #menu-arrow img {
	z-index: -1;
}

nav#main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	white-space: nowrap;
}

nav#main-menu ul li {
	display: inline-block;
	font-size: 18px;
} 

nav#main-menu ul li a {
	color: inherit;
	padding: 0 16px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	font-weight: 500;
}

nav#main-menu ul li.current-menu-item a,
nav#main-menu ul li a:hover {
	color: #1D428A;
}

.blue_text { color: #1D428A !important; }

main#main {
	padding: 0 32px;
	margin: 63px auto 70px;
	width: 100%;
	max-width: 930.5px;
}

main#main p,
main#main ul,
main#main ol,
main#main table {
	margin-bottom: 30px;
}

main#main p.mb0,
main#main ul.mb0,
main#main ol.mb0,
main#main table.mb0 {
	margin-bottom: 0px;
}

main#main ul.clean + ul:not(.clean),
main#main p + ul:not(.clean) {
	margin-top: -30px;
}

main#main ul {
	padding-left: 0;
	list-style: none;
}

main#main ul.flush {
	padding-left: 0;
}

main#main ul.clean {
	list-style: none;
	padding: 0;
}

main#main ul.clean li {
	padding-left: 0;
}

main#main ul.clean li::before {
	display: none !important;
}

ul + .wp-block-group.mods,
p + .wp-block-group.mods {
	margin-top: -30px;
}

.wp-block-list {
    padding-left: 20px;
}

.wp-block-group.mods {
	margin-bottom: 30px;
}

main#main .wp-block-group.mods p {
	margin-bottom: 0;
}

.wp-block-group.mods .modtitle {
	font-weight: bold;
	color: #133570;
}

main#main ul li {
	position: relative;
	padding-left: 18px;
}

main#main ul li::before {
	content: "\25CF";
	position: absolute;
	top: 0;
	left: 0;
	line-height: inherit;
	font-size: inherit;
	-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
			transform: scale(0.5);
}

main#main ul.circle {
	padding-left: 40px;
}

main#main ul.circle li::before {
	content: '\25CB';
}

#navicon {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}

.navicon {
	left: 20px;
}

.navicon,
.navicon::before,
.navicon::after {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 1.5px;
	background: #000;
}

.navicon::before,
.navicon::after {
	content: "";
	left: 50%;
	-moz-transform: translate(-50%, 0) rotate(0deg);
	-ms-transform: translate(-50%, 0) rotate(0deg);
	-o-transform: translate(-50%, 0) rotate(0deg);
	-webkit-transform: translate(-50%, 0) rotate(0deg);
	transform: translate(-50%, 0) rotate(0deg);
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.navicon::before {
	top: -7px;
}

.navicon::after {
	top: 7px;
}

html.open-menu .navicon {
	background: transparent;
}

html.open-menu .navicon::before {
	top: 0;
	-moz-transform: translate(-50%, 0) rotate(45deg);
	-ms-transform: translate(-50%, 0) rotate(45deg);
	-o-transform: translate(-50%, 0) rotate(45deg);
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

html.open-menu .navicon::after {
	top: 0;
	-moz-transform: translate(-50%, 0) rotate(-45deg);
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	-o-transform: translate(-50%, 0) rotate(-45deg);
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.wrapper {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}

.wrapper.thin {
	max-width: 824px;
}

.wrapper.wide {
	max-width: 1140px;
}

.homepage-content {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 0;
	max-width: 824px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-content ul {
    line-height: 1.2;
}

.homepage-content ul li {
    margin-bottom: 8px;
}

.homepage-content .blue_text_m {
    margin: 14px 0 10px;
}

.homepage-content ul {
    font-size: 18px;
    max-width: 750px;
}

.homepage-content .home-address {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .homepage-content, .homepage-content ul {
        line-height: 1.1;
    }
    .homepage-content ul {
        padding-left: 25px;
    }
    .homepage-content ul li {
        margin-bottom: 6px;
    }
    .homepage-content .blue_text_m {
        margin: 10px 0 4px;
    }
}

.text-italic {
    font-style: italic;
}

.mb-0 {
    margin-bottom: 0;
}

.columns-title {
	padding-top: 0px;
/*	margin-bottom: -6px;*/
	margin-bottom: -8px;
}

.columns-title h3 {
	text-align: center;
	margin-bottom: 0;
}

.full-background {
/*
	background: #F5F5F5;
	padding-top: 68px;
	padding-bottom: 82px;
*/
}

.one-on-one {
	text-align: center;
}

.one-on-one h3 {
	margin-bottom: 0.8em;
}

.one-on-one p {
	margin: 0;
}

.one-on-one {
/*	text-transform: uppercase;*/
/*
	font-size: 18px;
	line-height: 1.33333;
*/
	color: #000;
}

/*
.one-on-one strong {
	text-align: center;
	display: block;
	margin-top: 64px;
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
*/

.draft { display: none; }

.columns {
/*	padding-top: 36px;*/
	padding-top: 0.8em;
	padding-bottom: 0;
}

.columns .col {
	max-width: 400px;
	font-size: 18px;
/*	line-height: 1.7778;*/
/*	margin-top: 40px;*/
	margin-top: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

.columns h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

figure.img img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

p.buffer {
	font-size: 0;
	line-height: 0;
}

hr.divider {
	border: 0 none;
	color: transparent;
	margin: 0;
	padding: 0 0 30px;
	display: block;
}

.table-wrapper {
	margin-left: -20px;
	margin-right: -20px;
}

.table-wrapper table.table tbody {
	border: 1px solid #c8102e;
}

.table-wrapper table.table tr td {
	width: 50%;
}

.table-wrapper table.table thead tr td {
	padding: 0 20px 8px;
}

.table-wrapper table.table tbody tr td {
	padding: 6px 20px;
	border-left: 1px solid;
	border-color: #c8102e;
}

.table-wrapper table.table tr td:first-of-type {
	border-left: 0 none;
}

.print-page, .print-page-link {
	text-align: right;
	margin-bottom: 20px;
	display: block;
}

.print-page img {
	cursor: pointer;
}

.row.row10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row.row10 [class*="col-"], .row.row10 .col {
	padding-left: 10px;
	padding-right: 10px;
}

.participants {
	margin-left: 0;
	margin-right: 0;
}

.participants .participant {
	font-size: 14px;
	position: relative;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}

.participants .participant.has-content {
	cursor: pointer;
}

.participants .participant h5 {
	text-transform: none; margin-bottom: 12px;
}

.participants .participant .details {
	padding: 0 0 0 5px;
/*	white-space: nowrap;*/
	text-align: center;
}

.participants figure {
	margin-bottom: 16px;
	position: relative;
	width: 290px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
}

.participants figure span {
	position: relative;
	display: block;
	width: 100%;
	padding: 100% 0 0;
	max-width: 100%;
	background: url('images/thumbnail.png') no-repeat center center / cover #a3a3a3;
	border-radius: 100%;
	font-size: 0;
}

.participants figure img {
	width: 100%;
}

.participants .participant-position {
	font-size: 14px;
	line-height: 1.3333;
    font-weight: bold;
	color: #000;
	text-transform: none;
}

.participants .participant-affiliation {
	font-size: 15px;
	line-height: 1.2;
	color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}


.participants .participant-panel {
    font-style: italic;
}
.participants .details .participant-panel {
    padding: 0 10px;
}

.participants .summary {
	display: none;
	z-index: 9999999999;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/*padding-top: 50px;*/
}
@media (min-width: 768px) {
    .participants .summary {
        top: 60%;
    }
}

.participants .summary .summary-title {
	width: calc(100% + 25px);
    padding-right: 10px;
}

.participants .summary .inner {
	position: relative;
	display: block;
	border: 2px solid #000;
	background: #fff;
	padding: 25px 25px 5px;
	margin-top: 40px;
}

.participants .summary .inner::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 35px;
	height: 35px;
	background: #fff;
	display: block;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
			transform: translate(-50%, -50%) rotate(45deg);
}

#archive-participants {
	padding-top: 64px;
}

main#main .participants .summary p {
	margin-bottom: 0.9em; 
}

main#main .participants .summary p.summary-title {
	font-size: 12px;
}

.summary-title .participant-affiliation br.hidden-ondrop {
	display: none !important;
}

strong.gold {
	color: #c8102e;
}

.pb-0 { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.5rem !important; margin-bottom: 0 !important; }
.pt-5 { padding-top: 3rem !important; }
.pb--2 { padding-bottom: 0 !important; margin-bottom: -2rem !important; }
.mh200, .mh200 img { max-height: 200px; } 

#footer {
	width: 100%;
	height: auto;
	padding-bottom: 64px;
	margin-top: 200px;
	text-align: center;
	background: #F5F5F5;
	color: #000;
}

#footer img.footer-logo {
	margin-top: -117px;
	margin-bottom: 64px;
	max-width: 70%;
}

.contact {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.contact a {
	display: inline-block;
	margin: 10px 0 0;
	color: #CD1041;
	text-decoration: none;
}

.dib {
	display: inline-block; 
}

.lower {
	text-transform: lowercase !important;
}

.wsnw {
	white-space: nowrap;
}

.gallery-overlay, .gallery-content { display: none; }  
.gallery-overlay { position: fixed; z-index: 9998;width: 100vw; height: 100vh; top: 0; left: 0; z-index: 9998; background: rgba(0,0,0,0.8); } 
.gallery-content { position: fixed; z-index: 9999; width: 85vw; height: 85vh; top: 0; left: 0; bottom: 0; right: 0; margin: auto; text-align: center; }
.gallery-content img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.gallery-content .close-gallery { position: absolute; z-index: 99999; display: block; top: -22px; right: -22px; width: 44px; height: 44px; line-height: 44px; text-align: center; color: #c8102e; font-size: 32px; font-weight: 700; text-decoration: none; }
 .gallery-body { height: 100%; width: 100%; }

.blue_text { color: #1D428A !important; }
.red_text { color: #C8102E !important;  }

.text-reveil-trigger {
    cursor: pointer;
}
.text-reveil {
    display: none;
}
.text-reveil-trigger.active + .text-reveil {
    display: block;
}
.text-reveil p + p {
    margin-top: -20px;
}

.homepage-extra {
    margin-top: 25px;
}

#experiences-thumbnails {
    margin-top: 50px;
}
#experiences-thumbnails .experiences-thumbnail-wrap {
/*    max-width: 250px;*/
    margin: 0 auto;
}
#experiences-thumbnails .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#experiences-thumbnails .row .col {
    width: 50%;
    max-width: 50%;
    float: none;
    flex: 1 0 50%;
}
@media (min-width: 480px) {
    #experiences-thumbnails .row .col {
        width: 50%;
        max-width: 50%;
        flex: 1 0 50%;
    }
}
@media (min-width: 768px) {
    #experiences-thumbnails .row .col {
        width: 25%;
        max-width: 25%;
        flex: 1 0 25%;
    }
}
#experiences-thumbnails figure {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 110% 0 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
}
#experiences-thumbnails figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
#experiences-thumbnails .figure-button {
    z-index: 10;
    position: relative;
    text-align: center;
    margin: -20px 0 20px;
    padding: 0 10px;
}
#experiences-thumbnails .figure-button a {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 20px 10px;
    border-radius: 10px;
    text-decoration: none !important; 
    background: #05428c;
    transition: background-color 0.3s ease;
}
#experiences-thumbnails .figure-button a:hover {
    background: #0076be;
}
@media (min-width: 768px) and (max-width: 980px) {
    #experiences-thumbnails .figure-button a {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #experiences-thumbnails .figure-button a {
        font-size: 14px;
    }
}

.load-more {
    font-size: 20px;
}
.load-more a {
    text-decoration: none !important;
}
.load-more a:hover {
    color: #1d428a;
}
.gallery-wrapper {
    display: none;
}
.gallery-wrapper.visible {
    display: block;
}
/*
.gallery-wrapper.load-more-2 .load-more {
    display: none !important;
}
*/

.past-events-gallery .wp-block-image {
    display: none !important;
}
.past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+12) {
    display: flex !important;
}

.gallery-wrapper.load-more-1 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+24) {
    display: flex !important;
}

.gallery-wrapper.load-more-2 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+36) {
    display: flex !important;
}

.gallery-wrapper.load-more-3 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+48) {
    display: flex !important;
}

.gallery-wrapper.load-more-4 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+60) {
    display: flex !important;
}

.gallery-wrapper.load-more-5 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+72) {
    display: flex !important;
}

.gallery-wrapper.load-more-6 .past-events-gallery .wp-block-image:nth-child(n+0):nth-child(-n+84) {
    display: flex !important;
}

.past-events-tabs {
    margin-bottom: 20px;
}
.past-events-tabs a {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    background: #f5f5f5;
    text-decoration: none !important;
}
.past-events-tabs a.active {
    color: #fff;
    background: #1d428a;
}