html {
	scroll-behavior: smooth;	
}
.sm a {
    text-transform: none;
	color: #ffffff;
	font-size: 15px;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;		
}
.sm a:hover {
	color: #fdb913 !important;	
}
.sm-menu a.is-active, .sm a.is-active {
	color: #fdb913 !important;
}
.sm-menu a.is-active:hover, .sm a.is-active:hover {
	color: #fcd064 !important;
}
.sticky-header .sticky .header-content {
	background-image: linear-gradient(to bottom, rgb(46, 48, 145,.4), rgba(46,48,145,.4)) !important;
	background-color: transparent;
}

body {
	background-image: url('images/body-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #222222;
}
body.page-node-219 {
	background-image: url('images/body-agenda-bg.jpg');
}
body.page-node-220 {
	background-image: url('images/body-hotel-travel-bg.jpg');
}
body.page-node-217 {
	background-image: url('images/body-sponsor-bg.jpg');
}
body.page-node-218 {
	background-image: url('images/body-registration-bg.jpg');
}
body.page-node-221 {
	background-image: url('images/body-education-bg.jpg');
}
.header {
	background-image: linear-gradient(#2e3090,transparent);	
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #2e3091;
	text-transform: upperacase;
	letter-spacing: 1px;
}
h2 {
	font-size: 26px;
}
p {
    letter-spacing: 1px;
}
.page-wrapper {
  padding: 10px 0px 70px;
}
.wrapper .layout-wrap {
  background-color: transparent;
}
#page-wrapper .content-layout {
	background: rgba(255,255,255,.8);
}
#page-wrapper .content-layout .region-content {
	padding: 40px 60px;
}
#page-title {
	background: transparent !important;
}
#page-title h1 {
	font-weight: 700;
    font-size: 36px;
    color: #FFFFFF!important;
    text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#page-title h1 {
		font-size: 72px;
	}	
}

.path-frontpage #page-wrapper .content-layout {
	background: transparent;
	padding-top: 0;
}
#block-blockhomepagebuttons {
	padding: 0;
	margin-top: 400px;
}
.homepageButtonsWrap {
    background-color: rgba(46,48,145,0.6);	
	padding: 70px 0;
	border-bottom: 8px solid #fdb913;
}
.homepageButtonsWrap .homepageButtonsBoxTitle {
	text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
	color:#ffffff;
	font-weight: bold;
    font-style: normal;
	text-decoration: none;
    letter-spacing: 2px;
}
.homepageButtonsWrap .homepageButtonsBoxImg {
    margin-bottom: 30px;
}
.header .brand.logo {
	max-width: 350px;	
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;		
}
.header.sticky .brand.logo {
	max-width: 160px;	
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;		
}
.header .eventDate {
	text-align:center;
	text-shadow: 0em 0.05em 0.05em #000000;
    font-size: 20px;
	line-height: 28px;	
	padding-top: 20px;
}
.header.sticky .eventDate {
	text-align:center;
	text-shadow: 0em 0.05em 0.05em #000000;
    font-size: 12px;
	line-height: 20px;		
	padding-top: 5px;
	padding-bottom: 5px
}
.footer-bottom {
	background-image: linear-gradient(to bottom, #2d2f8f, #1b1464);
	color: #ffffff;
	padding: 60px 0;
	border-top: 5px solid #ffffff;
}
.footerLogo {
	margin-bottom: 50px;
}
.footer-bottom .copyright .designedBy {
	display: inline-block;
}
.footer-bottom .copyright .designedBy a {
	color: #bbbbbb;
}
.rowBox .colConferencesButtons {
	width:50%;
	float:left;
	text-align:center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.rowBox .colConferencesButtons {
		width:20%;
		float:left;
	}	
}
.rowBox .colConferencesButtons a.conferenceButton {
	width: 180px;
	text-transform: uppercase;
	font-weight: bold;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.card-body ul {
	list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}
.card-body ul li.event {
	margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 150px auto;	
}

.card-body ul li.event .time {
    grid-column: 1;
    font-weight: 700;
    margin-top: -2px;
}
.card-body ul li.event .title {
    grid-column: 2;
}
.card-body ul li.event .description {
    grid-column: 1/-1;
}
.card .card-header button {
	width: 100%;
}

.hotel-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.hotel-categories > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-left: 1px solid #e6e6e6;
  padding: 30px 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #232323;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #f2f2f2;
  text-decoration: none;
  transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.hotel-categories > a:first-child {
  border-left: 0;
}
.hotel-categories > a:hover, .hotel-categories > a.active {
  color: #fff;
  background: #8546c9;
}
@media screen and (max-width: 1024px) {
  .hotel-categories {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease 0s;
    margin: 0;
  }
  .hotel-categories > a {
    display: block;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    padding: 15px 10px;
  }
  .hotel-categories > a:first-child {
    border-top: 0;
  }
}

#mobile-hotel-category {
  position: relative;
  display: none;
  padding: 30px 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #232323;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #e8e8e8;
  cursor: pointer;
}
#mobile-hotel-category:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -16px;
  transform: rotate(45deg);
}
#mobile-hotel-category.is-open:before {
  transform: rotate(-135deg);
  margin-top: -6px;
}
#mobile-hotel-category.is-open + .hotel-categories {
  max-height: 391px;
}
@media screen and (max-width: 1024px) {
  #mobile-hotel-category {
    display: block;
  }
}
.hotel-categories-listing {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .hotel-categories-listing {
    margin-top: 20px;
  }
}
.hotel-categories-listing > .hotel-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
}
.hotel-categories-listing > .hotel-box.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
table.agenda th, table.agenda td {
    padding: 10px;
    text-align: left;
}
table th {
    font-size: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background: #224086;
    color: #fff!important;
}

.navbar-toggler.nav-button {
	display:block;
}
.header .navbar .primary-navbar {
	display:none !important;
}
.header .navbar .primary-navbar.show {
	display:block !important;
	flex-basis: 100%;
	flex-grow: 1;
	background: rgba(255,255,255,.3) !important;
}
.header #main-menu ul.nav.menu {
	display: block !important;
}
.header #main-menu ul.nav.menu li {
	float:none !important;
}
@media (min-width: 1200px) {
	.navbar-toggler.nav-button {
		display:none !important;
	}
	.header .navbar .primary-navbar {
		display:flex !important;
	}	
	.header #main-menu ul.nav.menu {
		display: inline-block !important;
	}
	.header #main-menu ul.nav.menu li {
		float:left !important;
	}
}
#footer .footer-widget {
	display:none;
}

// PH Custom Override

form#commerce-checkout-flow-multistep-default .checkout-pane input, form#commerce-checkout-flow-multistep-default .checkout-pane textarea {
    background: #ffffff;
    border: 1px solid #8546c9;
}

.path-checkout .layout-wrap .page-wrapper {
    z-index: 999;
    position: relative;
}

.product-inline {
    overflow: auto;
}

.product-inline > div {
    float: left;
    padding: 10px 10px;
}

.product-inline > div:first-child {
    padding-left: 0px;
}

.product-inline > div:last-child {
    padding-right: 0px;
}


form#commerce-checkout-flow-paypal-checkout fieldset#edit-login-returning-customer {
    display: none;
}

form#commerce-checkout-flow-paypal-checkout fieldset#edit-login-register {
    float: left;
    width: 100%;
}

form#commerce-checkout-flow-paypal-checkout .field--name-customer-profiles input, form#commerce-checkout-flow-paypal-checkout .field--name-customer-profiles textarea {
    background: #ffffff;
    border: 1px solid #8546c9;
    width: 100%;
    border-radius: 10px;
}


form#commerce-checkout-flow-paypal-checkout div.form-item input {
    background: #ffffff;
    border: 1px solid #8546c9;
    width: 100%;
    border-radius: 10px;
}

/* 11-17-2022 */

.path-checkout .page-wrapper .container {
    background: #ffffff;
}

.path-checkout .form-item input {
    border: 1px solid #8546c9;
}

/* 11-23-2022 */

.no-lunch p {
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #d0162c;
}

.field--name-field-morning-schedule fieldset .js-form-item:first-child {
    display: none;
}

.field--name-field-morning-schedule fieldset .js-form-item {
    margin-top: 10px;
    margin-bottom: 0px;
}

.field--name-field-afternoon-sessions fieldset .js-form-item {
    margin-bottom: 0px;
    margin-top: 10px;
}

.field--name-field-afternoon-sessions fieldset .js-form-item:first-child {
    display: none;
}

.checkout-pane-payment-information fieldset {
    display: none;
}

.sched-header {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    color: #464597;
}

.form-wrapper__returning-customer.js-form-item {
    display: none;
}

.form-wrapper__guest-checkout {
    float: left;
    width: 100%;
}

.checkout-pane.checkout-pane-login {
    width: 50%;
    clear: none;
    float: left;
}

.checkout-pane.checkout-pane-custom-completion-message {
    width: 50%;
    display: inline-block;
    float: left;
}

.layout-checkout-form.clearfix {
    clear: none;
}

p.attending-not-req {
    font-size: 11px;
    font-weight: 600;
}

h5.sched-sessions {
    margin-bottom: 0px;
    margin-top: 10px;
}

.event_manage .toolbar-menu-administration > .toolbar-menu > li:nth-child(2) > .toolbar-menu li.menu-item:nth-child(2) {
    display: none;
}

.header-link-button .nav.menu {
    flex: 1;
    flex-wrap: inherit;
}

a.log-in {
/*    border: 2px solid #8546c9;*/
    background: #ffffff;
    font-weight: 700;
    color: #8546c9;
}

.authenticated a.log-in {
    display: none;
}

a.button.cart-button {
    margin-right: -100px;
}

.commerce-order-default-edit-form.commerce-order-form input#edit-actions-submit {
    vertical-align: top;
}

.commerce-order-default-edit-form.commerce-order-form input[type="text"]{
    background-color: #f8f9fa;
}

.page-admin-commerce-orders .dropbutton-widget li.dropbutton-action.secondary-action {
    background: #ffffff;
    padding: 5px;
}

.page-admin-commerce-orders table tr:hover {
    background: #ffffff;
}

.page-admin-commerce-orders table tr .js-form-item.form-item.js-form-type-checkbox.form-no-label {
    margin-bottom: 0px;
}

a.mannycustom-add-more {
    background-color: #8546c9;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
    transition: 0.3s;
    padding: 20px 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.1;
    display: inline-block;
    margin-top: 20px;
}

.add-guest-form input[type="text"], .add-guest-form select {
    background: #ffffff;
    border: 1px solid #8546c9;
}

.field--name-field-morning-schedule fieldset .js-form-item label.option span {
    font-weight: 700;
    color: #a70a0a;
    text-transform: uppercase;
}