/*
Theme Name: NBA 2025 Tech Summit II
Theme URI: http://dev.curran-connors.com/NBA-2025-summit-II/
Author: Curran & Connors
Author URI: http://curran-connors.com/
Description: A theme for the NBA 2025 Tech 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
*/



@font-face {
    font-family: 'NBA';
    font-weight: bold;
    font-style: normal;
    src: url('fonts/Action_NBA_Condensed-Bold.otf');
}

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: #582683;
}

h1,
h2,
h3, 
h4, 
h5, 
h6 {
	padding: 0;
	margin: 0;
	color: #906d15;
	font-weight: bold;
	line-height: 1.44444;
	position: relative;
}

h1 {
	font-size: 28px;
	line-height: 1.714;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 64px;
}

h2 {
	font-size: 40px;
    line-height: 1.5;
	color: #000;
	margin-bottom: 44px;
}

h2.p-style {
	padding-bottom: 30px;
}

h3 {
	font-size: 20px;
    line-height: 1.5;
	color: #000;
	font-weight: 500;
}

h4 {
	color: #000;
	font-size: 18px;
}

h5 {
	font-size: 18px;
	line-height: 1.2;
	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;
}

hr {
	border-color: #9da0a5;
}

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: 1980px;
	max-width: 250%;
	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;
    background: #f1f1f1;
}

#head img {
	max-width: 100%;
}

#head figure {
	overflow: hidden;
}

#head .header-hero-image img {
    position: relative;
	width: 100%;
	max-width: 100%;
    display: block !important;
    /*left: 50%;
	-o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
}

#head .header-hero-image img.header-mobile {
	display: none !important;
}

#head .event-info {
    padding: 14px;
    background: #001a49;
}


#head .event-info img {
	margin: 0 auto;
    width: 942px;
    max-width: 100%;
}
#head .event-info img.visible-xxs {
	width: 100%;
}

#head .event-info img.w50 { width: 50%; min-width: 580px; }

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-family: 'Sofia Sans', sans-serif;
	font-weight: 900;
}

nav#main-menu ul li.current-menu-item a,
nav#main-menu ul li a:hover {
	color: #0097FF;
}

main#main {
	padding: 0 32px;
	margin: 20px 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 p + ul { margin-top: -24px; }

main#main ul {
	padding-left: 22px;
	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;
}

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';
}

main#main ol ul {
    margin-top: 3px;
    padding-left: 30px;
}

#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: 864px;
}

.wrapper.wide {
	max-width: 1340px;
}

.homepage-content {
/*
	font-size: 24px;
	line-height: 1.66;
*/
	margin-top: 35px;
	margin-bottom: 0;
	max-width: 824px;
	margin-left: auto;
	margin-right: auto;
}

.columns-title {
	padding-top: 0px;
/*	margin-bottom: -6px;*/
	margin-bottom: -8px;
}

.columns-title h3 {
	text-align: center;
	margin-bottom: 0;
}

.stretch_row { position: relative; clear: both; margin: 44px 0; }
.stretch_row .wp-block-group__inner-container { max-width: 824px; margin-left: auto; margin-right: auto; }

.stripes_bg { height: 0; padding-bottom: 50%; background: #f1f1f1 url(images/stripes_bg.png) no-repeat bottom right / 100%; }
.stripes_bg .wp-block-group__inner-container { padding-top: 80px; }
.stripes_bg h3 { font-size: 40px; line-height: 60px; margin-bottom: 32px; }
.stripes_bg p strong { /*color: #00D7FF;*/ }

.columns.wrapper { padding-top: 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;
}
*/

.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: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

.columns h3 {
	margin-bottom: 5px;
}
.columns h3 strong {
    font-weight: 500;
}

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: 2px solid #582683;
}

.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: 2px solid;
    border-width: 2px;
	border-color: #202020;
}

/*
.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;
    height: 0;
}

.print-page img {
	cursor: pointer;
}

.row.row10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row.row10 [class*="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 h3, .participants .participant h5 {
	text-transform: none;
}

.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 #eee;
	font-size: 0;
    border-radius: 100%;
}

.participants figure img {
	width: 100%;
}

.participants .participant-position {
	font-size: 14px;
	line-height: 1.333x;
	font-family: "Sofia Sans", sans-serif;
	font-weight: 300;
	color: #000;
	text-transform: none;
}

.participants .participant-affiliation {
	font-size: 18px;
	line-height: 32px;
	font-family: "Sofia Sans", sans-serif;
	font-weight: 300;
	color: #000;
	display: block;
}

.participants.moderators .participant:last-child {
    padding-bottom: 30px;
}

.participants .summary {
	display: none;
	z-index: 9999999999;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/*padding-top: 50px;*/
}

.participants .summary .summary-title {
	width: calc(100% + 25px);
}

.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: 40px;
}

.homepage-conversations {
    position: relative;
    text-align: left;
/*    margin-top: 40px;*/
    margin-bottom: 20px;
    text-transform: none;
    text-align: center;
/*    background: #202020;*/
    overflow: hidden;
}
.homepage-conversations h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
/*    color: #fff;*/
}
.homepage-conversations .ooocontent {
    max-width: 930px;
    margin: 0 auto;
    padding: 0;
}
.homepage-conversations > img {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-height: 233px;
}
/*
.homepage-conversations .ooocontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.homepage-conversations .ooocontent .wrapper {
    max-width: 600px;
}
*/

.homepage-conversations .ooocontent .row > *:last-child {
    border-left: 1px solid #000;
}

.convo-item {
    font-size: 18px;
    padding: 5px 0;
}

.convo-item .convo-title {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .homepage-conversations .ooocontent .row > *:last-child {
        border: 0 none;
    }
    
    .homepage-conversations .ooocontent .row > *:last-child:before { 
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 110px);
        width: 220px;
        height: 1px;
        display: block;
        background: #000;
    }
}

/*
@media (max-width: 1199px) {
    .homepage-conversations > img {
        max-height: 400px;
    }
}
*/

/*
@media (max-width: 991px) {
    .homepage-conversations > img {
        display: none;
    }
    
    .homepage-conversations .ooocontent {
        position: relative;
        top: auto;
        padding: 50px 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
*/

@media (max-width: 767px) {
    .homepage-conversations h2 {
        margin-bottom: 10px;
    }
    
    .convo-item {
        padding: 10px 0;
    }
}

main#main .participants .summary p {
	margin-bottom: 0.9em; 
}

main#main .participants .summary p.summary-title {
	font-size: 12px;
}

strong.gold {
	color: #582683;
}

#footer {
    position: relative;
	width: 100%;
	height: auto;
	margin-top: 60px;
	text-align: center;
	background: url('images/footer-img-mobile-bg.jpg') repeat top left / auto 100% #0c6ff3;
	color: #000;
}

#footer img.footer-logo {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

#footer img.footer-logo-mb {
    max-height: 166px;
    display: none;
}

#footer .content a {
    color: #fdb81f;
}

@media (max-width: 991px) {
    #footer .content {
        padding: 0;
    }
    
    #footer img.footer-logo-mb {
        width: auto;
        margin-left: auto;
        right: 0;
        display: block;
    }
    .footer-logo-mb + .footer-logo {
        display: none;
    }
}

@media (max-width: 767px) {
    #footer .content {
        font-size: 16px;
    }
}

.draft { display: none !important; }

.content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
	padding: 60px 15px; 
	text-align: left;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.content a {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #0078CB;
	text-decoration: none;
}

.content a:hover {
	color: #0097FF;
}

.dib {
	display: inline-block; 
}

.lower {
	text-transform: lowercase !important;
}

.wsnw {
	white-space: nowrap;
}

/*.modslist strong {
    color: #582683;
}*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

main#main .p-space-1em p, main#main .p-space-1em ul, main#main .p-space-1em ol, main#main .p-space-1em table {
    margin-bottom: 0.8em;
}

.one-on-one-text em {
    font-style: normal;
    color: #582683;
}

.protocol-header {
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    background: #424143;
}
.protocol-header.pl-0 {
    padding-left: 0;
}
.protocol-header strong {
    width: 130px;
    text-align: center;
    background: #84cfcc;
    display: block;
    margin-right: 10px;
    text-transform: uppercase;
    float: left;
}

.list-after {
    padding-left: 32px;
}

main#main ul.triangle-list {
    padding-left: 2px;
}

main#main ul.triangle-list li {
    margin-bottom: 0.5em;
    padding-left: 30px;
}

main#main ul.triangle-list li:before {
    content: "";
    left: 2px;
    width: 6px;
    height: 24px;
    display: block;
    background: url('images/icon-list-arrow.jpg') no-repeat center center / auto auto;
    transform: scale(1);
/*
    content: "\1f892";
    left: 2px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #582683;
    -ms-transform: scale(1.7, 1.7);
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
*/
}

main#main ul.triangle-list ol {
    margin-top: 0.5em;
    margin-bottom: 0;
}

main#main ul.triangle-list ol > li:before {
    display: none !important;
}

main#main ul.triangle-list ol li::marker {
    color: #582683;
    font-weight: bold;
}

main#main ul.triangle-list ul {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
}

main#main ul.triangle-list ul > li:before {
/*
    content: "\2022";
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
*/
    content: "";
    width: 6px;
    height: 24px;
    display: block;
    background: url('images/icon-list-arrow.jpg') no-repeat center center / auto auto;
    transform: scale(1);
}

main#main ul.triangle-list.triangle-list-first-down > li:first-child:before {
    -ms-transform: scale(1) rotate(90deg);
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg); 
}

main#main ul.triangle-list.triangle-list-last-opaque > li:last-child:before {
    opacity: 0.3;
}

.protocol-table {
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    color: #414042;
}

.protocol-table td {
    padding: 10px 0;
    vertical-align: middle !important;
}

.protocol-table thead {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.protocol-table thead:first-child td:last-child {
    background: #84cfcc;
    padding: 15px 10px;
    line-height: 1.1;
}

.protocol-table thead:nth-child(2) td {
    padding: 10px;
    background: #f15b45;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.protocol-table thead:nth-child(2) span {
    display: block;
}

.protocol-table thead:nth-child(2) td:first-child {
    background: #424143;
}

.protocol-table tbody td:nth-child(odd) {
    background: #f7f8f8;
}

.protocol-table tbody td {
    background: #f1f0f0;
    vertical-align: middle;
    width: 15.5%;
}

.protocol-table tbody td:first-child {
    font-weight: normal;
    text-align: left;
    width: 38%;
    background: transparent;
}

.protocol-table tbody td:first-child strong {
    display: block;
}

.protocol-table tbody td:first-child strong em {
    font-weight: normal;
    display: inline-block;
}

.page-id-37 h2 {
    font-family: 'NBA', sans-serif;
    font-size: 35px;
    margin-bottom: 0.5em;
}

.asterisks {
    position: static;
    color: #73263e;
    font-size: inherit !important;
    vertical-align: inherit;
}

.accent {
    color: #582683;
}

@media screen and (max-width: 767px) {
    .protocol-table td,
    .protocol-table th {
        white-space: normal !important;
    }
    
    .table-responsive.protocol-table {
        border: 0 none;
    }
}

@media screen and (max-width: 580px) {

	.stretch_row.stripes_bg { margin-top: 24px; }
	h2, .stripes_bg h3 { font-size: 20px; line-height: 1.5; }
	.columns-title h2 { margin-bottom: 0; }
	.stripes_bg h3 { margin-bottom: 24px; }
	h4 { font-size: 16px; line-height: 1.5; }
	.wp-block-columns.is-layout-flex { gap: 1.25em; }
	.wp-block-columns.is-layout-flex p { margin: 0; }
	.homepage-content .wp-block-spacer { max-height: 8px; }

    .table-responsive.protocol-table {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    
    .protocol-table tbody td,
    .protocol-table thead:first-child td:last-child,
    .protocol-table thead:nth-child(2) td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .protocol-table tbody td {
        min-width: 60px;
    }
}

.d-ib {
    display: inline-block;
}


#scrolltop {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 0;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 0 none;
	padding: 0;
    background: transparent;
}

#scrolltop img { width: 40px; height: 40px; }

.m-n1em {
    margin-bottom: 20px;
}

.home-feature-convo {
    position: relative;
    max-width: 620px; 
    gap: 0.5em;
	padding-top: 22px;
    margin-left: auto;
    margin-right: auto;
}

.home-feature-convo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 1px;
    display: block;
    background: #d9d9d9;
}

@media screen and (max-width: 781px) {
    .home-feature-convo {
        gap: 0 !important;
    }
 	
	.home .columns.wrapper .columns-title h2 { margin-bottom: 0 !important; }
}






