/* Header */
.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover, .navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li.dropdown > a:focus {
    background-color: #fafafa !important;
    color: #0d0d0d !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
    background-color: #fafafa !important;
    color:#0d0d0d !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    color: #0d0d0d !important;
	font-size: 20px !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
    background-color: #fafafa !important;
}

/* Home */

#event-wrapper .event-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#event-wrapper p {
  margin: 0px;
  font-size: 18px;
}

.event-data {
  width: 40%;
}

.event-data .event-name {
  font-weight: 600;
}

.event-data .event-name {
  font-size: 16px;
}

.event-button {
  font-size: 20px;
  text-decoration: underline !important;
}

.button1 {
  display: none !important;
}

.event-filter .k-input {
  font-family: 'Oswald';
}

.event-filter .k-input {
  background-color: transparent;
  border: 2px solid #000000;
}

.k-link {
  font-size: 18px;
}

.event-filter input,
.event-filter input::placeholder {
  color: #000000 !important;
}

.filter-item {
 display: flex;
 align-items: center;
 gap: 15px;
}

.filter-label {
  font-family: 'Oswald';
  font-weight: 600; 
  font-size: 18px;
}

/* Registration Form */

.background-section {
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.section-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 250px;
  word-break: break-word;
  margin-bottom: 20px;
}


.event-title {
  font-size: 60px;
  font-weight: 500;
}


.event-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}


.event-label {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 4px;
}

.event-text {
  margin-bottom: 0;
  font-size: 16px;
}


#registerbtn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marketingForm h1 {
    	font-family: Oswald !important;
   	font-weight: 700;
	text-align: left !important;
}

.textFormFieldBlock label, .dateTimeFormFieldBlock label, .lookupFormFieldBlock label, .twoOptionFormFieldBlock label.block-label, .optionSetFormFieldBlock label.block-label, .multiOptionSetFormFieldBlock label.block-label, div[data-editorblocktype="Captcha"] label[id^="wlspispHipInstructionContainer"], .textFormFieldBlock label *, .dateTimeFormFieldBlock label *, .lookupFormFieldBlock label *, .twoOptionFormFieldBlock label.block-label *, .optionSetFormFieldBlock label.block-label *, .multiOptionSetFormFieldBlock label.block-label *, .consentBlock label p {

        font-family: Oswald !important;
}

.optionSetFormFieldBlock select, .textFormFieldBlock input, .dateTimeFormFieldBlock input, .lookupFormFieldBlock input, .marketingForm textarea, div[data-editorblocktype="Captcha"] input {
	font-family: Oswald !important;
	background-color: #d9d9d9 !important;
}

.textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock {
    	padding: 5px 0px !important;
    	gap: 3px !important;
}

div[data-editorblocktype="About"], div[data-editorblocktype="Sessions"], div[data-editorblocktype="Speakers"] {
    	padding: 0px 0px !important;
}

.marketingForm .primaryButton, .submitButton {
    	font-family: Oswald !important;
    	border-radius: 3px !important;
    	color: #000 !important;
    	padding: 5px 20px !important;
	background-color: #6db859 !important; 
}

.marketingForm .primaryButtonWrapper, .submitButtonWrapper {
    	text-align: left !important;
}

div[data-editorblocktype="SubmitButton"] {
   	 padding: 0px 0px !important;
}

.columnBlockLayout {
	margin-top: 0px !important;

}

#about {
  font-family: 'Oswald' !important;
  font-size: 21px !important;
}

