@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
:root {
	--fontawesome:"Font Awesome 7 Free";	
}
div[data-group="attendance-days"] {
    display: none;
}

.modalPopUp{
	display:none;	
}

#errorMessage{
	height:auto !important;	
}
.modal-content.alert {
    display: grid;
}
div[data-group=workshop] {
    overflow: visible !important;
}
div[data-group=workshop] fieldset legend {
    font-weight: bold !important;
    color: #666666;
    position: relative;
}
div[data-group=workshop] fieldset legend:before {
    display: inline-block;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: inherit;
    width: 20px;
    height: 20px;
    color: #333333;
    position: absolute;
    left: -23px;
}
div[data-group=workshop] fieldset legend .wTime {
    display: block;
    color: #333333;
    font-weight: normal;
}
div[data-group=workshop] fieldset legend .wTime:before {
    display: inline-block;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    color: #333333;
    position: absolute;
    left: -23px;
}
div[data-group=workshop] fieldset legend .divide-time {
    display: none;
}
div[data-group=workshop] fieldset .de_fieldset {
    display: grid;
    
    row-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
/*
div[data-group=workshop] fieldset .de_fieldset:before {
    content: "";
    position: absolute;
    left: 62%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #efefef;
    transform: translateX(-50%);
    z-index: 0;
}
*/
div[data-group=workshop] fieldset .de_fieldset span.valueSpan {
    display: block;
    padding-right: 10px;
}
div[data-group=workshop] fieldset .de_fieldset span.valueSpan label {
    width: 100% !important;
    float: none !important;
    margin: 0;
    padding-top: 2px;
}
div[data-group=workshop] fieldset .de_fieldset span.valueSpan label span:first-of-type {
    display: block !important;
    padding-left: 15px;
    position: relative;
}
div[data-group=workshop] fieldset .de_fieldset span.valueSpan label span:first-of-type:after {
    display: inline-block;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    color: #3d9be9;
    right: -28px;
    position: absolute;
    top: 1px;
}
div[data-group=workshop] fieldset .de_fieldset span.valueSpan.soldout:after {
    content: "Sold Out";
    font-weight: bold;
    font-size: 0.9rem;
    color: rgb(192, 57, 43);
    position: absolute;
    right: -10px;
    top: 4px;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 {
    margin: 5px 0;
}

#description_link:before{
	font-family:var(--font-awesome);
	display:inline-block;
	content:"\f129";
	font-weight:900;
	color:#3d9be9;
}

div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link,
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link_colleague {
    background: transparent !important;
    position: relative;
    float: none !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    padding: 9px 11px !important;
    margin: 3px 0 !important;
    border: none !important;
    box-shadow:none !important;
    text-indent: -9999px;
    width: 38px;
    height: 30px;
    display: inline-flex !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link:hover,
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link:focus,
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link_colleague:hover,
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link_colleague:focus {
    background: transparent !important;
    border-color: transparent !important;
    color: unset !important;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link:before,
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label a.description_link_colleague:before {
    display: inline-block;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: inherit;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5rem;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label span small {
    font-weight: 500;
    display: block;
    font-size: 1rem !important;
    font-style: italic !important;
    margin: 2px 0 10px;
    color: #0065a9;
    position: relative;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label span small:before {
    content: " - ";
    display: inline-block;
    padding-right: 5px;
}
div[data-group=workshop] fieldset .de_fieldset span.de_cols_1 label span small em {
    font-weight: inherit;
    font-style: italic !important;
}


table.exhibitorTable thead tr th,
table.exhibitorTable thead tr td,
table.sponsorTable thead tr th,
table.sponsorTable thead tr td {
    text-align: center;
    font-weight: bold;
    color: #333333;
}

table.exhibitorTable tbody tr td,
table.sponsorTable tbody tr td {
    text-align: center;
    font-weight: bold;
}

table.exhibitorTable thead tr th,
table.exhibitorTable thead tr td {
    background: #ffc000;
}

table.sponsorTable tbody tr td {
    width: 160px;
}

#sponsor-list.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem;
}
#sponsor-list.grid>div {
    background: transparent;
    padding: 1rem;
    display: grid;
    place-items: center;
}
#sponsor-list.grid>div::before {
    content: "";
    display: block;
    grid-area: 1/1/2/2;
}
#sponsor-list.grid>div img {
    width: 100%;
    grid-area: 1/1/2/2;
    display: none;
}
.SponsorOpportunities .sponsor-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.SponsorOpportunities .sponsor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
.SponsorOpportunities .sponsor-card ul {
    padding-left: 0;
    list-style: none;
}
.SponsorOpportunities .sponsor-card ul li {
    margin-bottom: 0.6rem;
}
.SponsorOpportunities .sponsor-card ul li i {
    margin-right: 0.5rem;
    color: #0d6efd;
}
.SponsorOpportunities .sponsor-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    animation: float 3s ease-in-out infinite;
}

.SponsorOpportunities .price {
    font-size: 1.6rem;
    font-weight: 700;
}
.SponsorOpportunities .other-card {
    text-align: center;
}
.SponsorOpportunities .other-card .sponsor-icon {
    color: #0d6efd;
}
.SponsorOpportunities .platinum {
    border-top: 5px solid #d4af37;
}
.SponsorOpportunities .platinum .sponsor-icon {
    color: #d4af37;
}
.SponsorOpportunities .gold {
    border-top: 5px solid #ffcc00;
}
.SponsorOpportunities .gold .sponsor-icon {
    color: #ffcc00;
}
.SponsorOpportunities .silver {
    border-top: 5px solid #c0c0c0;
}
.SponsorOpportunities .silver .sponsor-icon {
    color: #c0c0c0;
}
.SponsorOpportunities .bronze {
    border-top: 5px solid #cd7f32;
}
.SponsorOpportunities .bronze .sponsor-icon {
    color: #cd7f32;
}

section.sponsorship {
    max-width: 100%;
    margin: 0px;
    padding: 0 20px;
}
section.sponsorship h2 {
    margin-bottom: 25px;
    font-weight: 600;
    width: 74%;
}
section.sponsorship .sponsorship-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
section.sponsorship .sponsorship-header .prospectus-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: rgb(36, 113, 190);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(36, 113, 190, 0.25);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
section.sponsorship .sponsorship-header .prospectus-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(36, 113, 190, 0.25);
}
section.sponsorship .sponsorship-header .prospectus-download i {
    margin-right: 6px;
}
section.sponsorship .sponsorship-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
section.sponsorship .sponsorship-grid .tier {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(35px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.5s ease;
}
section.sponsorship .sponsorship-grid .tier.visible {
    opacity: 1;
    transform: translateY(0);
}
section.sponsorship .sponsorship-grid .tier.visible .tier-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
section.sponsorship .sponsorship-grid .tier:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(36, 113, 190, 0.08);
}
section.sponsorship .sponsorship-grid .tier:hover .tier-icon {
    transform: scale(1.2);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}
section.sponsorship .sponsorship-grid .tier .tier-icon {
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.sponsorship .sponsorship-grid .tier .tier-icon i {
    color: #fff;
}
section.sponsorship .sponsorship-grid .tier h3 {
    margin-top: 10px;
    font-size: 1.45rem;
    text-align: center;
}
section.sponsorship .sponsorship-grid .tier .price {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 10px 0 6px;
    text-align: center;
}
section.sponsorship .sponsorship-grid .tier .limit {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}
section.sponsorship .sponsorship-grid .tier ul {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
    padding-top: 0;
}
section.sponsorship .sponsorship-grid .tier ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 5px 0 5px 26px;
    list-style: none;
}
section.sponsorship .sponsorship-grid .tier ul li::before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    color: rgb(36, 113, 190);
    font-size: 0.9rem;
}
section.sponsorship .sponsorship-grid .tier ul li ul li::before {
    content: "\f111";
    font-size: 0.7rem;
    top: 3px;
}
section.sponsorship .sponsorship-grid .tier ul li small {
    color: #666666;
    display: block;
    clear: both;
    font-size: 0.9rem !important;
    font-weight: normal;
    font-style: italic;
}
section.sponsorship .sponsorship-grid .tier.platinum .tier-icon {
    background: #d3d6d8;
}
section.sponsorship .sponsorship-grid .tier.gold .tier-icon {
    background: #d4af37;
}
section.sponsorship .sponsorship-grid .tier.silver .tier-icon {
    background: #c0c0c0;
}
section.sponsorship .sponsorship-grid .tier.bronze .tier-icon {
    background: #c07c3a;
}
section.sponsorship .contact {
    margin-top: 35px;
    font-size: 1rem;
}


div[data-group="Licensure"] .de_fieldset {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.5rem;
}
div[data-group="exhibitor-options"].field div.form-group.noflex fieldset legend,
div[data-group="gold-options"].field div.form-group.noflex fieldset legend {
    position: relative;
}
div[data-group="gold-options"].field div.form-group.noflex fieldset legend .tier-icon,
div[data-group="exhibitor-options"].field div.form-group.noflex fieldset legend .tier-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 18px;
    margin: 0px auto 12px;
    border-radius: 50%;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 28px;
}
div[data-group="gold-options"].field div.form-group.noflex fieldset legend .tier-icon i,
div[data-group="exhibitor-options"].field div.form-group.noflex fieldset legend .tier-icon i {
    color: rgb(255, 255, 255);
}
div[data-group="gold-options"].field div.form-group.noflex fieldset legend .tier-icon {
    background: rgb(212, 175, 55);
}
div[data-group="exhibitor-options"].field div.form-group.noflex fieldset legend .tier-icon {
    background: rgb(0, 101, 169);
}
div[data-id="151692"] .de_fieldset {
    grid-template-columns: 50% 50%;
    gap: 1rem;
}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 label:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "\f1ea";
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 2rem;
    transform-origin: center center;
    transition: var(--transition);
    transform: rotate(7deg);
    opacity: 0.5;
    text-shadow: none;
}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1:nth-of-type(1) label:before {
    font-weight: 900;
    color: rgba(16, 75, 122, 1);
}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1:nth-of-type(2) label:before {
    font-weight: 400;
    color: rgba(16, 75, 122, 0.8);
}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 label:hover:before,
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 input:checked+label:before {
    transform: rotate(17deg);
    opacity: 0.8;
    text-shadow: -1px 3px 8px rgba(00, 00, 00, 0.2);
}
div.colleagueBag a.addAnotherColleague{
	text-transform: none !important;	
}