@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap);
*, html, body, .ui-widget input {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6,.secondary_hero, .index_registrations_review .ip-sectionTitle {
	font-family: 'Montserrat', sans-serif;
}

/* GRID
------------------------------------------------------*/

body {
	height: 100vh;
	padding: 0;
	margin: 0;
}

#flex {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#flex {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

#flex #header {
	order: 0;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	align-self: left;
}

#flex #main {
	order: 1;
	flex-grow: 10;
}

#flex #pre-footer {
	order: 2;
	flex-grow: 0;
}

#flex #footer {
	order: 3;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	align-self: center;
}

#flex #header .heightadjust {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	padding: 20px 0;
}

#flex #header .heightadjust .col-sm-8 {
	flex-grow: 8;
}

#flex #header .heightadjust .col-sm-4 {
	flex-grow: 4;
}

.header_logo_secondary {
    float: right;
}

/* IE ADJUSTMENTS
-------------------------------------- */
.ip-elementContent,
.ip-elementLabel { display: block; }

/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
fix for IE 11 issue with typed content not showing in the .form-control input fields
*/
_:-ms-lang(x), input.form-control {
	display: inline-block;
}

/* FONT SIZES
------------------------------------------------------*/

html, body {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.ui-dialog, .ui-widget {
	font-size: 1rem;
	line-height: 1.4;
}

h1 {
	font-size: 2.4rem;
}

.header_logo h1 {
	font-weight: 700;
	font-size: 1.7rem;
	color: #183c6e;
	line-height: 1.5;
	text-align: left;
}

h2 {
	font-size: 1.867rem;
}

.et_email_form h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-top: .85em;
	margin-left: 0;
	font-weight: 700;
	text-align: left;
}

.et_email_form p {
	display: block;
	color: #183E6C;
}

h3 {
	font-size: 1.2rem;
}

p {
	font-size: 1rem;
	line-height: 1.4;
}

.welcome_header p {
	font-size: 1rem;
	margin: 1rem 0;
	font-weight: normal;
}

.index_registrations_review .ip-sectionTitle,
.secondary_hero {
	font-size: 1.333rem;
	font-weight: 700;
}

.et_email_form .help_text {
	font-size: .933rem;
}

.et_email_form label {
	font-size: 1.067rem;
}

.ui-dialog .ip-buttonBar a,
.btn,
.btn-default,
.btn-submit,
.btn-success,
.btn-primary,
.ui-widget input {
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 700;
}

.btn-sm {
	font-size: .86rem;
}
.btn-xs {
	font-size: .667rem;
}

/* EV2 REQUIRED STYLES
------------------------------------------------------*/

div.ip-group-container div.ip-element label.errorFieldLabel,
div.ip-group-container div.ip-element label.emptyFieldLabel {
	color: #c00;
}

/* STYLES
------------------------------------------------------*/

form .ip-element label {
}

.ip-elementContentTable .packageRadio label,
.ip-elementContentTable .packageName,
.ip-elementContentTable .packageName .ip-elementLabel,
form .ip-element .questionResponse label {
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
}

#publicMenu li a {
	font-weight: 400;
	text-transform: uppercase;
	font-size: .8rem;
}

#publicMenu li a:hover {
	font-weight: 400;
	text-decoration: none;
}

/* BORDERS
------------------------------------------------------*/

.btn,
.btn-default,
.btn-submit,
.btn-success,
.btn-primary {
	border-width: 3px;
}

.btn-sm {
	border-width: 1px;
}

/* COLORS
blue = #183c6e
dark blue = #003a70
cyan = #3db5e6
pink = #e0228f
orange = #ea6142
yellow = #facb37
darker pink = #bd1174
gray (text) = #333
-----------------------------------------------------*/

html, body {
	background-color: #fff;
	color: #183E6C;
}

#header {
	background-color: #fff;
}

#main {
	background-color: #fff;
}

#footer {
	border-top: none;
	color: #183E6C;
}

.wrapper_logo_header {
	color: inherit;
	background-color: #ea6142;
	background-image: linear-gradient(90deg, rgba(224,34,143,1) 10%, rgba(234,97,66,1) 50%, rgba(250,203,55,1) 90%);
	background-image: url(https://secure.icmi.com/eventAssets/icmi_2024_240610172446/image/ICMI-Expo-2024/ICMI_24_header_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	margin-bottom: 1rem;
}

.wrapper_logo.secondary_page {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 2rem;
	background-image: url(https://secure.icmi.com/eventAssets/icmi_2024_240610172446/files/icmi-cce_2023-10_wrapper_secondary_bg.png);
	background-position: center center;
}

.event_color_background_form_column {
	background-color: transparent;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

a:hover,
a:visited,
a:focus,
a {
	color: #e0228f;
	font-weight: 700;
}

.footer a:hover,
.footer a:visited,
.footer a:focus,
.footer a {
	font-weight: 600;
}

#btn-cancel {
    background-color: transparent;
    color: #e0228f;
    border: none;
}

.secondary_hero, h1, h2, h3, h4, h5, h6 {
	color:  #183c6e;
}

.welcome_header h2 {
	color: #183E6C;
}

.welcome_header p {
	color: #183E6C;
}

.event_color_background_subheader {
	background-color: #fff;
	color:  #183E6C;
	padding: 0 0;
}

.event_color_background_info {
	color: #183E6C;
	padding: 4rem 0;
}

.financialSummary .chargesDescriptionHeaderRow {
	background-color: #183c6e;
	color:#fff;
}
.instant_gratification_confirmation_page .financialSummary .chargesDescriptionHeaderRow {
	background-color: #eee;
}

.financialSummary .balanceDueRow {
	background-color: #f9efe6;
}

.footer h6 {
	color: #fff;
}

.footer hr {
	border-top-color:  #004a80;
}

form label {
	color: #183e6c;
}

#progressMenu #progress li {
	color: #183e6c;
    background-color: #f1f1f1;
	border-bottom: none;
	border-right: 3px solid #fff;
}

#progressMenu #progress li.currentStep {
	color: #183e6c;
    background-color: #fbd443;
}

#publicMenu li {
	background-color: #ea6142;
	border-right: 1px solid #fff;
	border-radius: 2px;
}

#publicMenu li:hover {
	background-color: #e1268b;
}

#publicMenu li a {
	color: #fff;
}

#publicMenu li a:hover {
	color: #fff;
}

.index_registrations_demographics form .ip-element label {
	border-top: 1px solid #fff;
}

.index_registrations_demographics form .ip-element .questionResponse label {
	border-top: 0 solid #fff;
}

.index_registrations_review .ip-sectionTitle {
	color: #e0228f;
}

form .ip-element .questionResponse label {
	border-top: 0 solid #fff;
}

.et_email_form_parent {
	background-color: #fff;
}

.et_email_form label h2,
.et_email_form label,
.et_email_form {
	color: #333;
}

form .IP_PageBuilder_Registration .ip-group-container input[type=text] {
	color: #333;
}

form .packageName {
	color: #004a80;
}

form .packageDescription {
	border: 1px solid #eee;
}

.ip-elementContent .et_elementPackage {
	border-radius: 2px;
	background-color: #efefef;
}

.ip-elementContent .ip-elementPackageTitle {
	background-color: #183e6c;
	color:  #fff;
	border-radius: 2px 2px 0 0;
	height: 77px;
}

.ip-elementContent .ip-elementPackages .ip-elementPackageTitle label {
	color: #fff;
}

.ui-dialog .ui-dialog-content,
.ui-dialog-content,
.ui-dialog .ui-widget-content {
	color: #333;
	background: #fff none !important;
}

.ui-widget-content {
	border: 1 solid #fff;
	background: #fff none;
	color: #333;
	border-radius: 2px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ui-widget-header {
	border: 0 solid #fff;
	background: #183c6e;
	color: #fff;
	border-bottom: 4px solid #183c6e;
}

.ui-widget-content select,
.ui-dialog select,
.ui-dialog input {
	color: #333;
}

.ui-dialog a {
	color: #e0228f;
}

.ui-dialog a:hover {
	color: #e0228f;
}

.ui-dialog form label {
	color: #183c6e;
}

.ui-dialog .btn-defaul:visited,
.ui-dialog .btn-default,
.ui-dialog .btn-submit {
	color: #fff;
}

.ui-dialog .btn-default:visited:hover,
.ui-dialog .btn-default:hover,
.ui-dialog .btn-submit:hover {
	color: #fff;
}

.ui-dialog .btn-cancel {
	margin-right: 10px;
}

.btn { background-image: none; cursor: pointer; font-weight: 700; text-transform: uppercase; }

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
	background-color: #ccc;
	border-color: #ccc;
	text-transform: uppercase;
	font-weight: 700;color: #fff;
	background-image: none;
	cursor: pointer;
}

.ui-dialog .ip-buttonBar a,
a.btn,
a.btn-default,
a#new-registration-EXB-HT39,
.btn-default,
.btn-primary,
.btn-success {
	background-color: #e0228f;
	border-color: #e0228f;
	text-transform: uppercase;
	color: #fff;
	background-image: none;
	cursor: pointer;
}

.ui-dialog .ip-buttonBar a:visited,
a.btn-default:visited,
a.btn-primary:visited,
a.btn-success:visited,
a.btn:visited,
a#new-registration-EXB-HT39:visited,
.btn-default:visited,
.btn-primary:visited,
.btn-success:visited {
	background-color: #e0228f;
	border-color: #e0228f;
	color: #fff;
	background-image: none;
	cursor: pointer;
}

.ui-dialog .ip-buttonBar a:hover,
a.btn-default:visited:hover,
a.btn-primary:visited:hover,
a.btn-success:visited:hover,
a.btn-default:hover,
a.btn-primary:hover,
a.btn-success:hover,
a#new-registration-EXB-HT39:visited:hover,
a#new-registration-EXB-HT39:hover,
a.btn:hover,
.btn-default:hover,
.btn-primary:hover,
.btn-success:hover {
	background-color: #bd1174;
	border-color: #bd1174;
	color: #fff;
	background-image: none;
	cursor: pointer;
}

.btn-default:focus:hover,
.btn-primary:focus:hover,
.btn-success:focus:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus {
	background-color: #bd1174;
	border-color: #bd1174;
	background-image: none;
	cursor: pointer;
}

.btn-success.active,
.btn-success:active,
.btn-default:active:hover,
.btn-primary:active:hover,
.btn-success:active:hover,
.btn-default:active,
.btn-primary:active,
.btn-success:active {
	background-color:#bd1174;
	border-color: #bd1174;
	background-image: none;
	cursor: pointer;
}

.ui-dialog .ip-buttonBar a.cancel,
.btn-cancel,
.ui-dialog .btn-cancel,
a.btn-cancel:visited,
a.btn-cancel {
	background-color: #e0228f;
	border-color: #e0228f;
	color: #fff;
	background-image: none;
	font-weight: 800;
	cursor: pointer;
}

.ui-dialog .ip-buttonBar a.cancel:hover,
.ui-dialog .btn-cancel:hover,
a.btn-cancel:hover {
	background-color: #bd1174;
	border-color: #bd1174;
	color: #fff;
	background-image: none;
	cursor: pointer;
}

/* UI buttonBar a -> btn-cancel */
.index_registrations_profile .ui-dialog .ip-buttonBar a {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
	background-image: none;
	cursor: pointer;
}

.index_registrations_profile .ui-dialog .ip-buttonBar a:hover {
	background-color: #bd1174;
	border-color: #bd1174;
	color: #fff;
	background-image: none;
	cursor: pointer;
}
a#new-registration-EXB-HT39 {
    padding: 10px 17px;
}
.secondary_hero,
h1, h2, h4, h5, h6 {
	color:  #003a70;
}

h3 {
	color: #003a70;
}

label.ip-elementLabel[for="UNNTWk41"] {
    color: #183E6C;
}

#wireToggle,
#creditCardToggle,
#checkToggle {
	border-top: 1px solid #004a80;
}

/* BACKGROUNDS
------------------------------------------------------- */

/* NEW CLASSES ADDED WITH JS
------------------------------------------------------- */

.et_not_required_label,
.et_hide_me {
display: none;
}

/* GENERAL
-------------------------------------------------------*/

.nowrap {
	white-space: nowrap;
}

hr.spacer {
	display: block;
	border: 0 solid #fff;
	margin: 30px 0;
	clear: both;
	display: inline-block;
}

hr.spacer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-dialog .ip-buttonBar a,
.form-control,
.btn {
border-radius: 4px;
}

.form-control {
max-width: 500px;
}

.et_email_form_parent .et_email_form {
margin: 5px;
}

.et_for_checkbox_write_in {
margin: 0 0 0 25px;
}

td {
	vertical-align: top;
}

.et_email_form input[type=text] {
	min-width: auto;
}

.chzn-container {
	max-width: 300px;
}

.notRequiredSymbolClass {
	display: none;
}

.requiredSymbolInline,
.inlineSymbol:before,
.requiredSymbolClass:before {
	content: "*";
}

.requiredSymbolClass {
	background-image: none;
	font-size: 1.533rem;
	line-height: 1;
	color: #f00;
	display: inline-block;
	height: 15px;
	width: 9px;
	overflow: hidden;
	margin: 0 0 0 -14px;
	font-family: Arial;
}

.requiredSymbolInline,
.inlineSymbol {
	float: inherit;
	font-size: 1.533rem;
	line-height: 1;
	color: #f00;
	margin: 0;
	position: relative;
	width: 8px;
	display: inline-block;
	overflow: hidden;
	height: 13px;
	font-family: Arial;
}

.container-fluid {
	width: 100%;
}

.col-lg-6,
.index_registrations_review #ip-financialSummary-Container,
.index_registrations_review .ip-sectionTitle {
	margin-left: 0;
	padding-left: 0;
}

.index_registrations_review #ip-financialSummary-Container .ip-sectionTitle {
	margin-left: 0;
}

#ip-financialSummary-Container {
	display: table;
	width: 95%;
	max-width: 550px;
}

.IP_PageBuilder_Registration.container-fluid {
	display: inline-block;
}

.IP_PageBuilder_Registration .well {
	max-width: 550px;
}

.ip-group-col.col-lg-12 {
	padding-left: 0;
}

input[type=hidden] {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 1;
	width:0;
	height:0;
	border:0;
	overflow:hidden;
	clear: left;
	*font-size:0;
	display: none;
	visibility: hidden;
}

.event_color_background_subheader p {
    margin: 0;
}

.help-btn {
    margin-top: 5px;
}

/* LOGOS AND MENUS
-------------------------------------------------------*/

.header_logo, .header_logo_secondary {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.header_logo h1, .header_logo p, .header_logo_secondary p {
	 margin: 10px 0;
}

.header_logo p, .header_logo_secondary p {
	line-height: 0.86 !important;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	border-left: none;
	text-transform: none;
}

.header_logo_secondary .header_event_venu li:first-child {
    border-right: 1px solid #fff;
    padding-right: 8px;
}

.header_logo_secondary .header_event_venu li {
    padding-left: 8px;
}



.header_logo_secondary .header_event_venu {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    list-style-type: none;
    display: inline-flex;
    line-height: 1;
}

.secondary_page .header_logo h1 {
	margin: 20px 0;
}

.secondary_page .header_logo p {
	margin: -10px 0 20px 0;
	color: #fff;
	text-align: left;
}

.header_logo img {
	width: 100%;
	height: auto;
	max-width: 360px;
	max-height: 58px;
	padding: 0;
}

.secondary_page .header_logo img {
	width: 100%;
	height: auto;
	max-width: 308px;
	max-height: 50px;
	padding: 0;
}

.header-dates .year,
.header-locale {
	font-weight: bold;
}

.header-locale {
	white-space: nowrap;
}

.header-sep::after {
	content: "| ";
}

.secondary_page .header_logo_secondary p {
	font-size: 1.4rem;
	text-align: center;
	margin-left: 2rem;
	margin-right: 2rem;
	font-weight: bold;
	line-height: 0.86;
}

.secondary_page .header_logo_secondary .header-dates .year {
	display: block;
}

.secondary_page .header_logo_secondary .header-dates .header-sep::after {
	content: none;
}
.secondary_page .header_logo_secondary .header-dates .header-sep {
	display: none;
}

img.et_reg_icon {
	width: 75%;
	max-width: 154px;
}

.subhead {
	font-size: 1.5rem;
	font-weight: 700;
}

.highlight_one_text_padding {
	margin: 1rem 0;
}

.event_color_background_subheader {
	margin: 0;
}

.event_color_background_info {
	padding: 2rem 0;
	margin: 2rem 0 -1.334rem 0;
}

.footer .informa-logo {
	width: 100%;
}

.index_registrations_attendee_landing .IP_PageBuilder_Registration,
.index_registrations_attendee .IP_PageBuilder_Registration,
.index_registrations_index .IP_PageBuilder_Registration,
.wrapper_logo form {
float: none;
width: 100%;
}

.event_color_background_form_column .message {
	text-align: left;
}

.et_email_form_parent {
text-align: left;
}

.event_sponsor_under_logo {
margin-top: 25px;
}

.welcome_onthe_right {
text-align: left;
}

.welcome_onthe_right .event_sponsor {
text-align: center;
}

.welcome_onthe_right .et_email_form_parent {
max-width: none;
margin: 10px auto;
}
.et_onsite_theme_logo .event_sponsor h6 { color: #fff; margin-bottom: 3px; }
.et_onsite_theme_logo .event_sponsor img { background-color: #fff; padding: 10px 15px; }

.event_date,
.event_date_secondary {
margin-top: 25px;
}

.event_date img,
.event_date_secondary img {
max-width: 100%;
}

.et_email_form_parent input[type=text] {
width: 90%;
padding: 4px 8px;
}

.index_registrations_index form .IP_PageBuilder_Registration .ip-group-container input[type=text],
.index_registrations_attendee form .IP_PageBuilder_Registration .ip-group-container input[type=text] {
margin: 0;
width: 100%;
}

.ip-buttonBar {
margin-top: 10px;
}

.ip-buttonBar .btn {
margin-right: 10px;
}

.emailus {
margin-top: 4px;
margin-bottom: 2px;
}

.help_text {
font-size: 0.9em;
}

label .help_text {
font-weight: normal;
display: block;
}

.et_email_form .help_text {
	margin-bottom: 12px;
	color: #183E6C;
	font-weight: 400;
}

#loadProfileForm label[for=password] {
	display: block;
}

#progressMenu {
	width: 70%;
	margin: 0 0 2rem 0;
	float: none;
	display: inline-block;
}

#progressMenu #progress {
	width: 100%;
	table-layout: fixed;
	list-style-type: none;
	padding: 0;
	margin: 0;
	min-height: 35px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	}

#progressMenu #progress li {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	flex-shrink: 1;
	order: 0;
	flex-basis: auto;
	width: auto;
}

#progressMenu #progress li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: .5em;
	font-weight: normal;
}

/* HELPBOX
----------------------------------*/

#helpbox {
	display: none;
}

.helpbox {
	margin: 0;
	width: 30%;
	overflow: hidden;
	float: right;
	margin-left: -30%;
}

.helpbox td {
	vertical-align: top;
}

.helpbox p {
	font-size: .8rem;;
	line-height: 1.25;
	margin-bottom: 0;
}

.helpbox h2,
.helpbox h3 {
	margin: 0;
	padding: 0;
	font-size: .867rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.helpbox a img {
	width: 100%;
	max-width: 60px;
	padding: 0;
	height: auto;
}

.helpbox td:first-child { 
	text-align: left;
	width: 25%;
	max-width: 80px;
	min-width: 50px;
	padding: 0 10px;
}

#progressMenu.et_no_help_box {
	margin-right: 0;
}

.reg-help-email {
    font-size: .8rem;
}

/* PUBLIC MENU
----------------------------------------------- */

#publicMenu {
	display: table;
	width: 100%;
	table-layout: fixed;
	list-style-type: none;
	padding: 0;
}

#publicMenu li {
	display: table-cell;
	vertical-align: middle;
}

#publicMenu li a {
	display: block;
	text-align: center;
	margin: 0;
	min-height: 30px;
	padding: 7px 0 5px 0;
}

/*
------------------------------------------*/

.event_color_background_subheader h3 {
text-transform: initial;
margin-top: 0;
}

.event_color_background_subheader .text-left h3 {
	margin-top: 0;
}

/* REGISTRATION PROFILE FORM TWO COLUMN LAYOUT
------------------------------------------------------- */

.index_registrations_profile form .ip-element label.et_label_for_checkbox {
width: 90%;
}

.index_registrations_profile form .ip-group-container.row {
margin:0  auto;
}

.index_registrations_profile form .btn-submit {
float: none;
}

/* checkbox on profile page */
.ip-element .questionResponse {
position: relative;
margin-top: 0;
}

.index_registrations_profile .ip-element .questionResponse {
position: relative;
}

.ip-element .questionResponse input[type=radio],
.ip-element .questionResponse input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
}

.ip-element .questionResponse label.et_label_for_checkbox {
margin-left: 17px;
margin-right: -25px;
margin-top: 0;
float: none;
}

.ip-element .questionResponse .writeInResponseWrapper label.et_label_for_checkbox {
margin-right: 0;
}

/* checkbox on exhib login */
.rememberMe_parent {
position: relative;
margin-bottom: 20px;
}

label[for=rememberMe] {
margin-left: 20px;
}

.rememberMeCheckbox_span {
position: absolute;
top: 0;
left: 0;
width: 20px;
float: none;
margin: 0;
height: 20px;
overflow: hidden;
padding: 0;
}

input#rememberMe {
margin: 0;
}

/* line to split questions and hide line for other choice
---------------------------------------------------------------------------------------*/

.clearfix:after {
content: "";
display: table;
clear: both;
}

.writeInResponseDropdownWrapper {
margin-top: 5px;
}

.writeInResponseWrapper span label {
padding-right: 10px;
}

.writeInResponseWrapper input[type=checkbox] {
margin-top: 7px;
}

/* REQUIRED SYMBOL
------------------------------------------*/

form .ip-element label {
position: relative;
display: inline-block;
}

form .ip-element label span.requiredSymbol,
form .ip-element label span.requiredSymbolClass {
position: absolute;
top: 2px;
left: 0;
}

/* CHECKBOXES
------------------------------------------*/

form .element-SingleAncillaryPackage label {
	display: block;
}

form .element-SingleAncillaryPackage .ancillaryPackageName {
	display: inline-block;
	margin-left: 2em;
}

form .element-SingleAncillaryPackage .ip-elementContent {
	display: inline-block;
	position: absolute;
	left: 0;
	padding-left: 2px;
}

/* PACKAGES
------------------------------------------*/

form .packageName {
font-weight: 700;
padding: 0 5px;
}

form .packageDescription {
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 2px;
float: left;
}

.ip-elementContent .ip-elementPackagesNoWrap {
flex-wrap: wrap;
}

.ip-elementContent .et_elementPackage {
padding: 0;
margin: 0 -1px;
border: 11px solid #fff;
}

.ip-elementContent .ip-elementPackages .ip-elementPackageTitle label {
padding: 5px 10px;
margin: 0 0 0 24px;
}

.ip-elementPackages .ip-elementPackageTitle label input {
position: absolute;
top: 5px;
left: -13px;
}

.ip-elementContent .ip-elementPackageDescription {
	padding: 10px 15px;
	font-weight: 400;
}

.ip-elementPackages .ip-elementPackageDescription ul {
padding: 0 0 0 20px;
}

div[unique_id="cfsxiX55"] table.ip-ancillarySponsorshipsElementContentTable, table#manage-registrants-promocode-table-EXB-HT39 {
    display: table; width: 100%;
}
div[unique_id="cfsxiX55"] table.ip-ancillarySponsorshipsElementContentTable td {
    padding: 5px;
}
div[unique_id="cfsxiX55"] table.ip-ancillarySponsorshipsElementContentTable td:nth-child(2) {
    text-align: right; width:50px;
}

div[unique_id="XIgPrK09"] label span.requiredSymbol {
    left: -15px;
}

table#manage-registrants-promocode-table-EXB-HT39 td, table#manage-registrants-promocode-table-EXB-HT39 th {
    padding: 5px;
}

div#ui-id-1 form div label, div#ui-id-1 form div input:not([type="submit"]) {
    display: block;
    width: 100% !important;
}

/* ADDITIONAL ACTIVITIES
------------------------------------------*/

.purchasableItemElementParent {
width:100%;
position: relative;
border-bottom: 1px solid #eee;
}

.purchasableItemElement {
position: relative;
top: 0;
left: 0;
margin-right: 110px;
}

.purchasableItemElementParent div.ip-element span.ip-elementContent.clearfix,
.purchasableItemElement span.ip-elementContent.clearfix {
position: absolute;
top: 0;
left: 0;
}

.purchasableItemElementParent div.ip-element label,
.purchasableItemElement .ip-element label {
margin-right: -26px;
margin-left: 20px;
font-weight: 400;
}

.purchasableItemInput.form-control {
min-width: 40px;
width: 50px;
}

form .ip-elementContent.clearfix.purchasableItemInputBox {
width: 80px;
position: absolute;
top: 0;
right: 0;
}

form .ip-elementContent.clearfix.purchasableItemInputBox .ip-element label {
margin: 0;
position: absolute;
top: 5px;
left: -15px;
}

form .ip-element .ip-workshopTitle label {
font-weight: normal;
}

.ip-workshopTable {
width: auto;
}

.ip-workshopTable td {
padding-bottom: 10px;
font-size: 90%;
opacity: 0.8;
}

.ip-workshopTable .ip-workshopTable-header {
font-weight: 700;
font-size: 100%;
padding-top: 5px;
opacity: 1;
}

.ip-workshopTable .ip-workshopTable-header.ip-workshop-checkbox {
padding-right: 0;
padding-top: 4px;
width: 20px;
}

.ip-workshopTable .ip-workshopTable-header .ip-workshopTitle {
width: 70%;
float: left;
}

.ip-workshopTable .ip-workshopTable-header .ip-workshopPrice {
width: 20%;
float: right;
}

.ip-elementContentTable .packageRadio {
padding-right: 5px;
}

.ip-elementContentTable .packageName {
padding-top: 1px;
}

/*
------------------------------------------*/

.index_registrations_review form .ip-element {
margin-bottom: 1rem;
}

.index_registrations_review .ip-buttonBar .btn-submit {
margin-left: 15px;
}

.index_registrations_review .ip-element {
margin-bottom: 1rem;
}

.index_registrations_review .ip-element label {
float: left;
width: 200px;
}

.index_registrations_review form .ip-element label {
float: none;
}

#tutotH15 {
margin-top: 30px;
}

#wireToggle,
#creditCardToggle,
#checkToggle {
padding-top: 10px;
width:100%;
display: inline-block;
}

#checkForm,
#creditCardForm,
#wireForm {
width:100%;
display: inline-block;
}

#creditCardForm {
padding: 0 25px;
}

#creditCardForm .form-control {
width:100%;
}

#creditCardForm #cardNumber {
width:100%;
height:auto;
}

#creditCardForm .ip-copyAddressContainer label input {
float: left;
margin-right: 7px;
}

.ip-addressContainer-postalCode,
.ip-addressContainer-address1,
.ip-addressContainer-cityStateSeparator {
	margin-right: 5px;
}

#creditCardForm .blankLabel {
display: none;
}

#creditCardForm .ip-addressContainer {
	position: relative;
	clear: both;
	display: block;
	margin-left: 18px;
	margin-bottom: 10px;
}

#creditCardForm .ip-addressContainer div {
	float: left;
	clear: none;
}

#creditCardForm .ip-addressContainer .ip-addressContainer-country,
#creditCardForm .ip-addressContainer .ip-addressContainer-city {
	clear: left;
}

form .ip-element label[for=cardNumber] {
	display: block;
}

.credit-card-wrapper {
	width:100%;
}

/* FINANCIAL TABLE
----------------------------------------------------*/
.financialSummary {
	width: 100%;
}

.financialSummary .chargesHeaderRow {
display: none;
}

.ip-element h2 a.btn {
margin-top: -5px;
}

.index_registrations_review .financialSummary .chargesButtonsHeader,
.index_registrations_review .financialSummary .chargeButtons {
display: none;
}

.index_registrations_review .btn-cancel {
margin-right: 15px;
}

/*--------------------
*/
.index_registrations_payment .IP_PageBuilder_Registration .well h3 {
font-size: 1em;
margin: 0;
}

.index_registrations_payment #ip-financialSummary-Container .ip-sectionTitle {
display: none;
}

.index_registrations_payment #ip-financialSummary-Container .financialSummary {
margin-bottom: 0;
}

/* CHANGE PASSWORD
--------------------------------------------*/
.index_exhibitorreg_changepassword #main form input[type=submit] {
width: auto !important;
margin-top: 10px;
}

.index_exhibitorreg_changepassword form .ip-container .ip-element {
margin-bottom: 15px;
}

/* UI buttonBar a -> btn-cancel */
.ui-dialog .ip-buttonBar a,
.ui-dialog .ip-buttonBar a.cancel,
.index_registrations_profile .ui-dialog .ip-buttonBar a {
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	margin: 0 10px 0 0;
	padding: 6px 12px;
	float: left;
	text-transform: uppercase;
}

/* UI close button */

.ui-dialog .ui-dialog-titlebar-close {
	right: 13px;
}

.ui-button-icon-only .ui-icon {
margin-left: -9px !important;
}

.ui-dialog .ui-dialog-content {
padding: 15px 25px !important;
}

.ui-dialog .ui-dialog-content form .ip-element {
margin-bottom: 15px;
}

.index_registrations_index .ui-dialog .ui-dialog-content form .ip-element {
margin-bottom: 0;
}

.note_text {
	width: 100%;
	float: left;
	font-weight: 700;
}

/*------------------
*/

#checkForm,
#wireForm {
font-size: .86rem;
padding-left: 20px;
}

#creditCardForm .note {
font-size: .86rem;
}

/* Task and Deliverables
-------------------------------------------------- */
.index_exhibitorreg_section_10 #main form a { word-break: break-all; }
.index_exhibitorreg_section_10 #main form span.taskElement { display: flex; flex-direction: row; gap: 5px; margin-left: 0;}
.index_exhibitorreg_section_10 #main form span.taskElement div.taskDisplay { margin: 0; width: 69%; }
.index_exhibitorreg_section_10 #main form span.taskElement div.taskDisplay .allTasks div.task { width: auto;}
.index_exhibitorreg_section_10 #main form div.ip-buttonBar.form-group { text-align: right; }
@media (max-width: 767px) {
    .index_exhibitorreg_section_10 #main form span.taskElement { flex-direction: column; }
    .index_exhibitorreg_section_10 #main form span.taskElement div.taskFilters { display: flex; flex-direction: row; gap: 10px; }
    .index_exhibitorreg_section_10 #main form span.taskElement div.taskDisplay { width: 100%; }
}
/*.index_exhibitorreg_section_10 #main form span.taskElement div.taskDisplay {  width: 28%; }
.index_exhibitorreg_section_10 #main form span.taskElement  { margin-left: 0;}
.index_exhibitorreg_section_10 #main form span.taskElement { margin-left: 0;}*/

/* FOOTER
-------------------------------------------------- */
.footer {
	font-size: .933rem;
	margin: 1.334rem 0 0 0;
	padding: 2rem 0 2rem 0;
	width: 100%;
	z-index: 5;
	background-image: none;
}

.footer h6 {
	font-weight: 700;
	margin: 10px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

.footer ul, .footer ul li {
	line-height: 1.3;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .privacy {
	line-height: 1.3;
	margin: 0 0 0 2rem;
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
	display: block;
}

.footer .privacy li {
	border-right: 1px solid #183E6C;
	display: inline-block;
	float: none;
	padding: 0 6px;
}

.footer .privacy li:first-child {
	padding-left: 0;
}

.footer .privacy li:nth-last-child(2) {
	border-right: none;
	padding-right: 0;
}

.footer .privacy li:last-child {
	border: none;
	padding-right: 0;
	padding-left: 0;
	font-weight: normal;
	display: block;
	margin-top: .5em;
}

.footer .text-center {
	margin: 0;
	display: block;
	text-align: left;
}

/* MEDIA THEME
-----------------------------------------*/

.et_media_color_bar {
margin-bottom: 40px;
}

.et_media_color_bar h4 {
color: #fff;
}

.et_media_theme_content .helpbox,
.et_media_theme_content #progressMenu {
display: none;
}

.et_media_theme_logo {
margin-bottom: 0;
border-bottom: 1px solid;
}

.et_media_theme_logo .header_logo img {
	margin: 0 auto;
}

.et_media_theme_logo .header_logo_secondary {
	text-align: center;
}

.et_media_theme_logo .header_logo_secondary img {
	max-height: 150px;
}

/* ONSITE THEME
-----------------------------------------*/
.ip-buttonBar-onsiteCheckIn a,
.ip-buttonBar-onsiteRegistration a {
	white-space: normal;
	width: 80%;
	font-size: 2.6vh;
	padding: 15px;
}

.ip-buttonBar-onsiteCheckIn,
.ip-buttonBar-onsiteRegistration {
	text-align: center;
}

.et_onsite_theme_content .helpbox,
.et_onsite_theme_content #progressMenu {
	display: none;
}

.et_onsite_theme_logo {
	margin-bottom: 0;
	border-bottom: 1px solid;
	text-align: center;
}

.et_onsite_theme_logo .header_logo img {
	margin: 0 auto;
	max-height: 200px;
}

.index_checkin_landing .et_onsite_theme_logo .header_logo img {
	max-height: 100%;
}

.or-divider {
	position: relative;
	text-align: center;
}

.or-divider-bg {
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.or-divider-text {
	background-color: #fff;
	display: inline;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
}

.nameLookupReport td {
	cursor: pointer;
}

/* RESPONSIVE
-----------------------------------------*/
/* iphone5 */
@media (max-width: 320px) {
	#progressMenu {
		margin: 0;
		width: 100%;
	}

	.helpbox td {
		font-size: .667rem;
	}

	.container-fluid {
		padding: 0;
	}
	
	.header_logo_secondary .header_event_venu li:first-child {
	    border-right: none;
	}
	
	.header_logo_secondary .header_event_venu li {
	    display: block;
	}
	
	.header_logo_secondary .header_event_venu {
	    display: block;
	}
}

/* iphone6 */
@media (min-width: 321px) and (max-width: 375px) {
}

/* iphone6 plus */
@media (min-width: 376px) and (max-width: 414px) {
}

/* All Phones */
@media (max-width: 414px) {
	.heightadjust {
		display: block !important;
	}

	.header_logo {
		padding-bottom: 0;
	}

	.header_logo_secondary {
		padding-top: 0;
	}

	.header_logo h1, .secondary_page .header_logo h1 {
		margin: 10px 0 .5rem 0;
	}

	.header_logo_secondary p, 
	.secondary_page .header_logo_secondary p, 
	.secondary_page .header_logo p {
		margin: 0 0 10px 0;
	}

	.secondary_page .header_logo_secondary p {
		font-size: 1.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	
	.secondary_page .header_logo_secondary .header-dates .year {
		display: inline;
	}

	.secondary_page .header_logo_secondary .header-dates .header-sep {
		display: inline;
	}

	.header_logo_secondary p {
		font-size: 1rem;
		border-left: none;
		border-top: 1px solid #3db5e6;
		padding-left: 0;
		padding-top: .5rem;
		text-align: center;
	}
	
	.header_logo_secondary .header_event_venu li:first-child {
	    border-right: none;
	}
	
	.header_logo_secondary .header_event_venu li {
	    display: block;
	}
	
	.header_logo_secondary .header_event_venu {
	    display: block;
	}

	.helpbox {
		width: 100%;
		float: none;
		margin: 0 0 1rem 0;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ddd;
	}

	#progressMenu #progress li {
		font-size: .7rem;
	}

	.welcome_header h2 {
		font-size: 2rem;
	}

	.welcome_header p {
		font-size: 1rem;
	}

	.footer ul.privacy {
		margin: 0;
	}

	.footer .text-center {
		text-align: center;
		margin-bottom: 1rem;
	}

	.footer .informa-logo {
		width: 75%;
	}

	.footer ul.privacy {
		text-align: center;
	}

	.index_registrations_attendee .wrapper_logo,
	.index_registrations_index .wrapper_logo {
		background-size: cover;
		height: auto;
	}

	.index_registrations_review .ip-element label {
		float: initial;
		width: auto;
	}

	#ip-financialSummary-Container,
	.ip-group-container {
		margin-left: 0;
	}
}

/* Extra Small / All Tablets */
@media (min-width: 415px) and (max-width: 767px) {
	html, body {
		font-size: 13.5px;
	}

	.secondary_page .header_logo_secondary p {
		font-size: 2rem;
		margin-left: auto;
		margin-right: auto;
	}
	
	.header_logo_secondary .header_event_venu li:first-child {
	    border-right: none;
	}
	
	.header_logo_secondary .header_event_venu li {
	    display: block;
	}
	
	.header_logo_secondary .header_event_venu {
	    display: block;
	}
	
	.index_registrations_attendee_landing .wrapper_logo,
	.index_registrations_attendee .wrapper_logo,
	.index_registrations_index .wrapper_logo {
		background-size: cover;
		height: auto;
	}

	#progressMenu #progress li {
		font-size: .85rem;
	}
	
	.helpbox {
		float: none;
		width: 100%;
		margin: 0 0 1rem 0;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ddd;
	}

	.helpbox table {
		margin-left: auto;
		margin-right: auto;
	}

	.footer .col-sm-4, .footer .col-sm-8 {
		float: left;
	}

	.footer .col-sm-4 {
		width: 33.33333333%
	}

	.footer .col-sm-8 {
		width: 66.66666667%
	}
}

/* All Phones and Tablets */
@media (max-width: 767px) {
	.secondary_page .header_logo p {
		text-align: center;
	}

	.welcome_header h2 {
		text-align: center;
	}
	
	.heightadjust {
	    flex-direction: column;
	}
	
	.heightadjust h1 {
	   text-align: center;
	}

	.header_logo_secondary img{
		text-align: center;
		width: 100% !important;
	}
	
	.secondary_page .header_logo p {
		font-size: 1.2rem;
	}
	
	.header_logo_secondary p {
		font-size: 1rem;
	}

	.header-dates {
		display: block;
	}
	
	.et_email_form h2 {
	    margin-top: 0;
	    font-size: 2rem;
	}

	.header-dates + .header-sep::after {
	  content: none;
	}

	.header_logo img, .secondary_page .header_logo img {
		width: 80%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	
	.header_logo_secondary .header_event_venu li:first-child {
	    border-right: none;
	}
	
	.header_logo_secondary .header_event_venu li {
	    display: block;
	}
	
	.header_logo_secondary .header_event_venu {
	    display: block;
	}

	.event_color_background_subheader .col-md-1,
	.event_color_background_subheader .col-md-2 {
		clear: both;
	}

	#progressMenu {
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}

	#progressMenu #progress {
		min-height: 35px;
	}

	#progressMenu #progress li {
		float: none;
		width: auto;
	}

	.footer {
		font-size: .85rem;
	}
	
	.row.footer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

	.footer ul.privacy {
		padding-top: 0;
		margin-top: 10px;
	}

	.footer .privacy li {
		 display: block;
		 padding: 0;
		 margin-bottom: 3px;
		 border: none;
		 text-align: center;
	}

	.footer .privacy li:last-child {
		margin-bottom: .5em;
	}

	.header_logo .date-header {
		text-align: center;
	}

	.col-sm-7.col-md-4 h4 {
		text-align: center;
	}

	.event_color_background_subheader .btn-success {
		margin-right: auto;
		margin-left: auto;
	}

	#publicMenu li {
		display: block;
		margin-bottom: 1px;
		width: 100%;
		float: left;
	}
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
	html, body {
		font-size: 12px;
	}

	.index_registrations_attendee_landing .wrapper_logo,
	.index_registrations_attendee .wrapper_logo,
	.index_registrations_index .wrapper_logo {
		background-size: cover;
		height: auto;
	}

	.welcome_header {
		margin-left: 1rem;
	}

	.helpbox {
		width: 40%;
		margin-left: -40%;
	}

	.helpbox a img {
		max-height: 35px;
		width: auto;
	}

	#progressMenu {
		width: 60%;
	}
	
	#progressMenu #progress li {
		min-height: 35px;
	}

	#publicMenu li {
		display: block;
		margin-bottom: 1px;
		width: 50%;
		float: left;
	}
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large */
@media (min-width: 1200px) {
}

/*----------END-MEDIA-------------*/

/* HIDE
------------------------------------------------------------------*/

/*form label[for=userLabel], form label[for=passwordLabel],*/
#loadProfileForm .ip-buttonBar a.ip-button-cancel,
form label[for=gELrwr84],
form label[for=YUxCGI71],
form label[for=NHWkfG86],
form label[for=xpvLPE05],
.et_email_form .btn-cancel,
form label[for=forgotPasswordLink],
div.ip-element.ip-elementEmpty,
form label[for=rememberMe] .requiredSymbol {
	display: none;
}

.event_sponsor_secondary, .landing_page .event_sponsor, .exhibitors_theme .event_sponsor_secondary { display: none; }
.event_sponsor h5, .event_sponsor h6 { color: #fff; margin-bottom: 3px; }

.small-footer {
	height: 80px;
	margin-top: -18px;
}
.index_registrations_attendee label.ip-elementLabel h3 {
	color: #183E6C;
	font-size: 1.333rem;
}
.index_registrations_index label.ip-elementLabel h3 {
	color: #183E6C;
	font-size: 1.333rem;
	font-weight: 800;
}

.index_registrations_attendee a.btn.btn-success.padding-btn {
	border-radius: 4px;
	font-size: .86rem;
	padding: 11px 22px 11px 22px;
}

.index_registrations_index .a.btn.btn-success.padding-btn {
	border-radius: 4px;
	font-size: .86rem;
	padding: 11px 22px 11px 22px;
}

@media (min-width: 375px) and (max-width: 667px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
		width: 100% !important;
	}
	input[type=checkbox], input[type=radio] {
		margin: 2px 4px 2px !important;
	}
	.index_registrations_package_options form .packageDescription {
		margin-top: 38px;
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 568px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
		width: 100% !important;
	}

	input[type=checkbox], input[type=radio] {
		margin: 2px 4px 2px !important;
	}
}

@media (min-width: 414px) and (max-width: 736px) {
	input[type=checkbox], input[type=radio] {
		margin: 2px 4px 2px !important;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
		width: 100% !important;
	}
}

.index_registrations_package_options .ip-elementPackage {
	vertical-align: top;
	width: 300px;
	padding: 0 0 10px 0 !important;
	margin: 30px 0 30px 30px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

.index_registrations_package_options .ip-elementPackageTitle {
	background-color: #e0228f;
	min-height: 70px;
}

.index_registrations_package_options .ip-workshopTable {
	width: auto;
}

.index_registrations_section_2.ip-workshopTable {
	width: auto;
}

.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle {
	font-weight: bold;
	padding: 0 10px 0 0;
}

.index_registrations_section_2 .ip-elementContentTable tr th, .ip-elementContentTable tr td {
	padding: 0 0 10px 0;
}

.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle, table td.ip-workshopTable-header .ip-workshopPrice {
	display: inline-block;
	margin: -3px 0 0 0;
}

.index_registrations_section_2 .ip-workshopPrice {
	float: right;
}
.index_registrations_section_2 .ip-workshopTitle {
	float: left;
}

.index_registrations_section_2 .ip-elementContentTable tr td {
	vertical-align: middle !important;
}
.index_registrations_section_2 .ip-elementContentTable tr th, .ip-elementContentTable tr td {
	padding: 0 0 10px 0;
}

.index_registrations_section_2 .ip-workshop-checkbox {
	float: left;
}

.index_registrations_section_2 .ip-elementContentTable tr td {
	vertical-align: middle !important;
}

.index_registrations_section_2 .ip-elementContentTable tr th, .ip-elementContentTable tr td {
	padding: 0 0 10px 2px;
}

.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle {
	font-weight: bold;
	padding: 0 10px 0 0;
}

.index_registrations_section_2 table.ip-elementContentTable.ip-workshopTable {
	font-size: .86rem;
}

.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle {
		width: 70%;
}

.index_registrations_package_options table td.ip-workshopTable-header .ip-workshopTitle {
		width: 70%;
}

.index_registrations_section_2 .ip-elementPackageTitle {
	background-color: #e0228f;
	padding: 0 0 0 5px;
}

.index_registrations_section_2 .ip-elementPackageTitle label {
	color: #fff;
}

.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-3 {
	margin: 5px 5px 0 0;
}

.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-4 {
	margin: 5px 5px 0 0;
}
.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-11 {
	margin: 5px 5px 0 0;
}
.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-5 {
	margin: 5px 5px 0 0;
}

.index_registrations_section_2 .ip-elementPackage {
	vertical-align: top;
	width: 300px;
	padding: 0 0 10px 0 !important;
	margin: 30px 0 30px 30px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

.index_registrations_section_2 .ip-elementPackageTitle {
	background-color: #003a70;
	min-height: 70px;
}

.index_registrations_section_2 .ip-elementPackageDescription {
	padding: 0 10px;
}

label[for="lexwYw60"].ip-elementLabel h3 {
	color: #003a70;
	font-weight: 800;
}

.event_color_background_subheader .col-sm-6.text-center h3 {
	color: #003a70;
	font-weight: 800;
}

input[type=checkbox][disabled] {
	opacity: 0.45;
}

.ui-dialog .ui-dialog-titlebar-close {
	outline: none;
}

.ui-widget-content {
	outline: none;
}

.col-sm-6.text-center a.btn.btn-success {
	background-color: #e0228f;
	border-color: #e0228f;
	color: #fff;
	background-image: none;
}

.col-sm-6.text-center a.btn.btn-success:hover {
	background-color: #bd1174;
	border-color: #bd1174;
	color: #fff;
	background-image: none;
}

.col-sm-6.text-center a.btn.btn-success:visited {
	background-color: #e0228f;
	border-color: #e0228f;
	color: #fff;
	background-image: none;
}

.element-SingleAncillaryPackage.ip-element.form-group[unique_id="XTxFLb82"] .ancillaryPackageName {
	position: absolute;
	left: 33px;
	top: 11px;
}

.element-SingleAncillaryPackage.ip-element.form-group[unique_id="eTeLlX31"] .ancillaryPackageName {
	position: absolute;
	left: 33px;
	top: 11px;
}

.element-SingleAncillaryPackage.ip-element.form-group[unique_id="nwNOCF97"] .ancillaryPackageName {
	position: absolute;
	left: 33px;
	top: 11px;
}

.element-SingleAncillaryPackage.ip-element.form-group[unique_id="XTxFLb82"] span.ip-elementContent.clearfix input#XTxFLb82 {
	float: left;
	position: absolute;
	top: 12px;
	left: 18px;
}

.element-SingleAncillaryPackage.ip-element.form-group[unique_id="nwNOCF97"] span.ip-elementContent.clearfix input#nwNOCF97 {
	float: left;
	position: absolute;
	top: 12px;
	left: 18px;
}
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="eTeLlX31"] span.ip-elementContent.clearfix input#eTeLlX31 {
	float: left;
	position: absolute;
	top: 12px;
	left: 18px;
}

form .packageDescription {
	padding: 10px 10px;
	margin-top: 16px;
	margin-bottom: 20px;
	border-radius: 2px;
	float: left;
	width: 51%;
}

.index_registrations_package_options .element-SingleAncillaryPackage.ip-element.form-group[unique_id="RJPbFB19"] .ancillaryPackageName {
	font-weight: 700;
}

.index_registrations_package_options .element-SingleAncillaryPackage.ip-element.form-group[unique_id="RJPbFB19"] label {
	font-weight: 400;
}

#creditCardForm .ip-addressContainer {
	position: relative;
	clear: both;
	display: block;
	margin-left: 18px;
	margin-bottom: 10px;
}

#creditCardForm .ip-addressContainer div {
	float: left;
	clear: none;
}

.ip-addressContainer-postalCode, .ip-addressContainer-address1, .ip-addressContainer-cityStateSeparator {
	margin-right: 5px;
}
#creditCardForm .ip-addressContainer .ip-addressContainer-country, #creditCardForm .ip-addressContainer .ip-addressContainer-city {
	clear: left;
}

#creditCardForm .ip-addressContainer {
	float: none !important;
}

/* 
Terms and Privacy
account for lack of label text
 */

div[unique_id="OmokhQ37"] .questionResponse,
div[unique_id="lvVBlj48"] .questionResponse {
	margin-top: -10px
}

.index_registrations_review .container .footer {
	position: absolute;
	width: 100%;
	left: 0;
}

.index_registrations_registration_options .ip-elementPackageTitle label {
	color: #fff;
}

.index_registrations_payment span.ip-elementContent.clearfix span.form-control {
	border: 1px solid transparent;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 1px #f5f5f5;
}

select option {
	font-weight: 400;
}

.ip-elm-html.ip-element.form-group {
	font-weight: 400;
}

.ip-elm-html.ip-element.form-group[unique_id="OhyTJa38"] {
	height: 1px !important;
	overflow: hidden;
	margin-bottom: 0;
}

/*SHORT FORM*/
.short_form .et_email_form_parent input[type=text] {
    width: 100%;
}

div[unique_id="ibpRXp51"] .packageGroupName, div[unique_id="ibpRXp51"] .packageGroupDivider {
    display: none;
}

/* STRIPE ERROR MESSAGE
------------------------------------------------------------------*/

#right div.IP_Messages > div.message,
.message {
padding:10px 10px 10px 35px;
margin:0 0 5px 0;
}

#right div.IP_Messages > div.message .fa,
.message .fa {
padding-right: 10px;
vertical-align: middle;
margin-top: -2px;
}

#right .message.warning, #right div.IP_Messages > div.warning,
.message.warning {
background: #FFF3A3;
border: 1px solid #E7BD72;
color: #B79000;
padding: 10px;
margin: 0 0 5px 0;
}

#right .message.success, #right div.IP_Messages > div.success,
.message.success {
background: #CDEFA6;
border: 1px solid #9BCC54;
color: #648434;
padding: 10px;
margin: 0 0 5px 0;
}

#right .message.error, #right div.IP_Messages > div.error,
.message.error {
background: #FFD5D5;
border: 1px solid #FFACAD;
color: #CF3738;
padding: 10px;
margin: 0 0 5px 0;
}

#right div.IP_Messages > .message ul li,
.message ul li {
margin-left: 20px;
}