/*
Theme Name: NBA 2026 Tech Summit
Theme URI: http://dev.curran-connors.com/NBA-summit/
Author: Curran & Connors
Author URI: http://curran-connors.com/
Description: A theme for the NBA 2018 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
*/

body {
    font-size: 18px;
    line-height: 1.222;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #4892ce;
}

@media screen and (max-width: 400px) {
    body {
        font-size: 16px;
    }
}

a {
    color: inherit;
    text-decoration: underline;
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover, a:focus {
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h2 {
    font-size: 35px;
    line-height: 1.03;
    margin-bottom: 15px;
}

h2 strong {
    font-weight: inherit;
    display: inline-block;
}

p {
    margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
    p {
        margin-bottom: 18px;
    }
}

.wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.wrapper.full {
    width: 100%;
    max-width: 100%;
}

.page-id-10 .wrapper {
    max-width: 620px;
}

.entry-content {
    width: auto;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 20px 0;
    text-align: center;
}

.entry-content.phase-one {
    padding-top: 48px;
}

header {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

header a {
    display: block;
    width: 100%;
}

header img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 424px;
    object-fit: cover;
    object-position: center center;
}

header img.header-desktop {
    display: block;
}

header img.header-tablet {
    display: none;
}

header img.header-mobile {
    display: none;
}

@media (max-width: 991px) {
    header img {
        max-width: 130%;
        min-height: auto;
    }
    
    header img.header-desktop {
        display: none;
    }

    header img.header-tablet {
        display: block;
    }

    header img.header-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    header img {
        max-width: 130%;
        min-height: auto;
    }
    
    header img.header-desktop {
        display: none;
    }

    header img.header-tablet {
        display: none;
    }

    header img.header-mobile {
        display: block;
    }
}



ul {
    padding-left: 23px;
}

.phase-1.phase-1-home {
    text-align: center;
}

.phase-1.phase-1-home p {
    margin-bottom: 40px;
}

.phase-1.phase-1-home label {
    display: block;
    margin-bottom: 32px;
}

.phase-1-evite {
    max-width: 470px;
    line-height: 1.15;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-radio {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7-radio label {
    position: relative;
    margin-bottom: 0 !important;
    display: inline-block;
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 23px;
    display: block;
}

.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    background: url('images/icon-radio-unchecked.png') no-repeat center center / 100% auto;
}

.wpcf7-radio input:checked ~ .wpcf7-list-item-label:before {
    background-image: url('images/icon-radio-checked.png');
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item.last {
    margin-left: 40px;
}

.wpcf7-radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

input[type=submit], .button, .wp-block-button__link {
    position: relative;
    color: #FFB81C;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;
    background: #6F263D;
    text-align: center;
    min-width: 110px;
    height: 41px;
    padding: 0 5px;
    border: 0 none;
    display: inline-block;
    text-decoration: none !important;
}

input[type=submit]:hover, .button:hover, .wp-block-button__link:hover,
input[type=submit]:focus, .button:focus, .wp-block-button__link:focus {
    color: #FFB81C;
}

.wp-block-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-contact {
    font-size: 13px;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 54px;
    
}

footer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

footer a {
    width: 100%;
    display: block;
}

footer img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}



footer img.footer-desktop {
    display: block;
}

footer img.footer-tablet {
    display: none;
}

footer img.footer-mobile {
    display: none;
}

@media (max-width: 991px) {
    
    footer img.footer-desktop {
        display: none;
    }

    footer img.footer-tablet {
        display: block;
    }

    footer img.footer-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    
    footer img.footer-desktop {
        display: none;
    }

    footer img.footer-tablet {
        display: none;
    }

    footer img.footer-mobile {
        display: block;
    }
}


@media screen and (max-width: 400px) {
    footer .d-ib {
        display: block;
    }
}

.d-ib {
    display: inline-block;
}

.d-xs-ib {
    display: block;
}

@media screen and (min-width: 500px) {
    .d-xs-ib {
        display: inline-block;
    }
}

nav.navigation {
	width: 100%;
	max-width: 945px;
    margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 1px;
}

nav.navigation a {
	background: #fff;
	color: #ffc833;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	font-size: 20px;
	line-height: 1;
    font-weight: 500;
	border: 1px solid #00295a;
	border-right: 0 none;
	padding: 14px 10px 11px;
    -ms-transition: color 0.3s ease, background 0.3s ease;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

nav.navigation a:hover {
	background: #fff;
	color: #00295a;
}

nav.navigation a:first-of-type {
	background: #00295a;
	border-right: 1px solid #00295a;
}

nav.navigation a:first-of-type:hover {
    color: #ffc833;
}

nav.navigation a:last-of-type {
    color: #00295a;
	border-right: 1px solid #00295a;
}

.nav-wrap {
    z-index: 99999999999;
    position: relative;
    max-width: 630px;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
}

.navicon {
	display: none;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #a1a1a4;
	background: #fff;
	padding: 9px 14px 9px 0;
	line-height: 1;
	text-align: right;
}

@media (max-width: 991px) {
    .nav-wrap {
        margin-top: 0;
        max-width: 100%;
    }
    
    .entry-content {
        max-width: 696px;
    }
    
	.navicon {
		display: block;
	}

	nav.navigation {
		display: none;
		position: absolute;
		width: auto;
		left: -1px;
		right: -1px;
		padding-top: 0;
        margin-top: 0;
	}

	nav.navigation a {
		display: block;
		width: 100%;
		border: 0 none;
		border: 1px solid #a1a1a4;
		border-top: 0 none;
	}
    
}

@media (max-width: 767px) {
    .entry-content.phase-one {
        padding-top: 47px;
    }
    
    .entry-content {
        font-size: 26px;
        max-width: 606px;
    }
    
    .footer-contact {
        font-size: 20px;
        margin-top: 50px;
    }
}

@media (max-width: 640px) {
    .entry-content {
        font-size: 21px;
        max-width: 500px;
    }
    
    .footer-contact {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .entry-content {
        font-size: 18px;
        max-width: 433px;
    }
    
    .footer-contact {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .entry-content {
        font-size: 16px;
        max-width: 388px;
    }
}