﻿/*--- MS Swatch ---*/
/**** General Swatches ****/
/**** Boostrap Swatches ****/
/**** Sandbox Settings ****/
/**************************  Step Nav ******************************/
.stepbar {
  --stepbar-color-text: #000;
  --stepbar-color-default: #e0e0e0;
  --stepbar-color-default-text: #000;
  --stepbar-color-past: #e0e0e0;
  --stepbar-color-past-text: #243a5e;
  --stepbar-color-current: #243a5e;
  --stepbar-color-current-text: #fff;
  --stepbar-margin: -20px auto 16px;
  --stepbar-step-text: var(--stepbar-color-text);
  --stepbar-step-font-weight: normal;
  --stepbar-step-number-color: var(--stepbar-color-default-text);
  --stepbar-step-number-bg: var(--stepbar-color-default);
  --stepbar-step-number-width: 30px;
  --stepbar-step-number-height: 30px;
  --stepbar-step-border-width: 50%;
  --stepbar-step-border-size: 3px;
  --stepbar-step-border-bg: transparent;
  --stepbar-step-border-radius: var(--stepbar-step-border-size);
  --stepbar-font-size: 14px;
  width: 100%;
  font-size: var(--stepbar-font-size);
  margin: var(--stepbar-margin);
  padding: 2px;
  overflow-x: auto;
}
.stepbar__ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.stepbar__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--stepbar-step-number-bg);
  color: var(--stepbar-step-number-color);
  margin: 0px 0px 5px 0px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  width: var(--stepbar-step-number-width);
  height: var(--stepbar-step-number-height);
}
@media (min-width: 768px) {
  .stepbar__number {
    margin: 0px 0px 5px 0px;
  }
}
.stepbar__content {
  flex-direction: column;
  padding: 10px 10px 13px;
}
@media (min-width: 768px) {
  .stepbar__content {
    padding: 10px 15px 13px;
  }
}
.stepbar__content:focus-visible {
  outline: 1.5px dashed #000;
}
.stepbar__text {
  color: var(--stepbar-step-text, #000);
  margin: 0;
  text-align: center;
}
.stepbar__border {
  position: relative;
  display: block;
  width: var(--stepbar-step-border-width);
  height: var(--stepbar-step-border-size);
  background: var(--stepbar-step-border-bg);
  border-radius: var(--stepbar-step-border-radius);
}
.stepbar__step {
  list-style-type: none;
  min-width: 140px;
  padding: 0px;
  margin-right: 4px;
  font-weight: var(--stepbar-step-font-weight);
  min-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stepbar__step:first-child {
  margin-left: auto;
}
.stepbar__step:last-child {
  margin-right: auto;
}
.stepbar__step--current, .stepbar__step--past {
  cursor: pointer;
}
.stepbar__step--current {
  --stepbar-step-font-weight: 700;
  --stepbar-step-number-color: var(--stepbar-color-current-text);
  --stepbar-step-number-bg: var(--stepbar-color-current);
  --stepbar-step-text: var(--stepbar-color-current);
  --stepbar-step-border-bg: var(--stepbar-color-current);
}
.stepbar__step--past {
  --stepbar-step-number-color: var(--stepbar-color-past-text);
  --stepbar-step-number-bg: var(--stepbar-color-past);
  --stepbar-step-text: var(--stepbar-color-past-text);
  --stepbar-step-border-bg: transparent;
}

/*************************** Checked Viewport  ***************************/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*************************** Typography ***************************/
@font-face {
  font-family: "SegoeUILightLocal";
  src: local("Segoe UI Light"), local("Segoe WP Light"), local("SegoeUI-Light");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUILocal";
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUISemiboldLocal";
  src: local("Segoe UI Semibold"), local("Segoe Semibold"), local("Segoe WP Semibold");
  font-weight: normal;
  font-style: normal;
}
/*hotel font*/
.font__main--light {
  font-family: "Segoe UI", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
}

/*************************** New General ***************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:active, :focus {
  outline: 0 none;
}

html {
  -ms-overflow-style: scrollbar;
}

/*************************** Main Layout ***************************/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  background: #fff;
  color: #000;
  font-family: "Segoe UI", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 0px 32px 0px;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
}

.msame_Header {
  display: none !important;
}

#meControl {
  display: none !important;
}

#search {
  display: none !important;
}

#uhf-shopping-cart {
  display: none !important;
}

@media (max-width: 859px) {
  .c-uhfh.c-sgl-stck .cat-logo-button-cont {
    width: 100vw !important;
  }
}
@media (max-width: 859px) {
  .c-uhfh.c-sgl-stck nav.c-uhfh-gnav, .c-uhfh.c-sgl-stck nav#uhf-c-nav {
    border-bottom: 0px !important;
  }
  .c-uhfh > div:first-child nav > ul > li {
    border-top: 0px !important;
  }
}
@media only screen and (min-width: 1779px) {
  .c-uhfh .c-show-pipe::before {
    padding-left: unset !important;
  }
}
#l-ec-language-selection {
  position: absolute;
  top: 88px;
  right: 28px;
}
#l-ec-language-selection .col-md-12 {
  padding: 0px !important;
}
#l-ec-language-selection .col-md-12 #language_select.form-control {
  height: 34px !important;
}

@media (min-width: 860px) {
  #l-ec-language-selection {
    position: relative;
    margin-top: -34px;
    margin-right: -10px;
  }
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

header, footer {
  flex-shrink: 0;
}

.flexboxtweener {
  background: #ccc;
}
.flexboxtweener body {
  min-height: 100%;
}

.color-primary,
.bg-primary {
  background: #0078d4;
}

/*************************** New Page Structure ***************************/
.l-main {
  background: transparent;
  outline: none;
}
.l-main .l-main__content {
  margin: 0 -15px;
  padding: 20px 15px 40px;
  background: #ffffff;
}
.l-main .l-main__content .l-main__content-footer {
  border-radius: 0 0 7px 7px;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 40px;
  margin: 40px -12px -40px;
  visibility: hidden;
}
.l-main .l-main__content .l-main__content-footer p {
  margin: 0;
}
@media (min-width: 540px) {
  .l-main .l-main__content .l-main__content-footer {
    padding: 20px 40px;
    margin: 40px -40px -40px;
  }
}
@media (min-width: 784px) {
  .l-main .l-main__content .l-main__content-footer {
    padding: 20px 80px;
    margin: 80px -80px -80px;
  }
}

.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}

footer {
  background: #f2f2f2;
}

.l-footer {
  background: #000;
  clear: both;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
.l-footer a {
  color: #616161;
}
.l-footer a:link, .l-footer a:active {
  text-decoration: none;
}
.l-footer a:hover, .l-footer a:focus {
  text-decoration: underline;
}
.l-footer .l-footer__content {
  margin: 0 -15px;
  padding: 10px 15px 10px;
  text-align: center;
}
.l-footer .l-footer__block {
  display: inline-block;
}

/*************************** Headers ***************************/
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Segoe UI Semibold", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 40px;
  margin: 0px 0px;
}

h2, .h2 {
  font-size: 34px;
  line-height: 40px;
  margin: 0px 0px 0px 0px;
}

h3, .h3 {
  font-size: 26px;
  margin: 16px 0px 0px 0px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 16px 0px 0px 0px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 16px 0px 0px 0px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 16px 0px 0px 0px;
}

p, .p {
  margin: 12px 0px 0px 0px;
}

/*************************** Links ***************************/
a {
  color: #0078d4;
  word-break: break-word;
  font-weight: 500;
  text-decoration: none !important;
}
a:hover {
  color: #243A5E;
  text-decoration: none !important;
}
a:active, a:focus {
  color: #0067b8;
}

/*************************** Buttons ***************************/
.btn, .btn.btn-bordered, .btn.btn-secondary, .btn.btn-primary {
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  text-shadow: none;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: 0 none !important;
  border-style: outset;
  box-shadow: none !important;
  border-style: outset;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: 0 none !important;
  border-style: outset;
}

a:hover {
  text-decoration: underline;
  outline: none;
}

a:focus {
  color: #007CBC !important;
  text-decoration: none;
  outline: 1.5px dotted black;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: 0 none !important;
  border-style: outset;
  box-shadow: none !important;
  border-style: outset;
}

.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:active {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: 0 none !important;
  border-style: outset;
  box-shadow: none !important;
  border-style: outset;
}

button {
  text-decoration: none;
}
button.btn, button.btn.btn-bordered, button.btn.btn-secondary, button.btn.btn-primary {
  text-decoration: none;
}
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus {
  text-decoration: none;
  border: 0 none;
}

a {
  text-decoration: underline;
}
a.btn, a.btn.btn-bordered, a.btn.btn-secondary, a.btn.btn-primary {
  text-decoration: none;
}
a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
a.tile-button {
  text-decoration: none;
}
a.nav-link {
  text-decoration: none;
}
a.l-header__link:hover {
  text-decoration: none;
}
a.color-primary:hover, a.bg-primary:hover {
  background-color: #0078d4;
  color: #fff;
  opacity: 0.9;
}

.btn.btn-default, .btn.btn-bordered, .btn.btn-secondary, .btn.btn-primary {
  background: #eee;
  background-repeat: no-repeat;
  background-image: none;
  border-color: #ccc;
  border-width: 1px;
  filter: none;
  text-shadow: none;
}
.btn.btn-default:hover, .btn.btn-bordered:hover, .btn.btn-secondary:hover, .btn.btn-primary:hover {
  background: #ddd;
}
.btn.btn-default:focus, .btn.btn-bordered:focus, .btn.btn-secondary:focus, .btn.btn-primary:focus {
  outline: 2.5px dotted black !important;
}

.btn.btn-primary {
  color: #0078D4 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
.btn.btn-primary:hover {
  color: #243A5E !important;
  border-color: #243A5E;
  text-decoration: underline !important;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
  color: #243A5E !important;
  text-decoration: underline !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #555;
  border-color: #555;
}

.btn.btn-secondary {
  color: #0078D4 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
.btn.btn-secondary:hover {
  color: #243A5E !important;
  border-color: #243A5E;
  text-decoration: underline !important;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:active:focus {
  color: #243A5E !important;
  text-decoration: underline !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: #555;
  border-color: #555;
}

.btn.btn-bordered {
  border-color: #00354f;
  color: #00354f;
  background: transparent;
  border-width: 2px;
}
.btn.btn-bordered:hover {
  border-color: inherit;
}

.btn-link {
  color: #0078d4;
  width: 100%;
  text-align: left;
}
.btn-link:hover, .btn-link:focus {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}

.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus, .btn-primary:focus, .btn-primary.focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active:hover, .btn-primary.active:hover {
  color: #fff;
  background-color: #0078d4;
  border-color: #0078d4;
}

*.btn:active, .btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none !important;
}

.dropdown-menu a:hover {
  background: #243a5e;
}

/*tile styles*/
.side-tiles {
  width: 292px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .side-tiles {
    width: 292px;
    padding-left: 15px;
    float: left;
  }
}
.side-tiles a:hover,
.side-tiles a {
  text-decoration: none !important;
}

.tile__list {
  margin-left: -8px;
  margin-right: -8px;
}

.tile__item {
  display: block;
  cursor: pointer;
  -webkit-perspective: 0;
  -webkit-transition: -webkit-transform 0.2s;
  float: left;
  width: 13rem;
  height: 13rem;
  text-align: left;
  padding: 1rem 1.3rem 1.3rem;
  opacity: 1;
  position: relative;
  margin: 0 1.5rem 1.5rem 0;
  margin: 0 8px 16px 8px;
  font-size: 1.2rem;
}

.tile__item:hover {
  opacity: 0.8;
}

.tile__item h1,
.tile__item h2,
.tile__item h3,
.tile__item h4,
.tile__item h5,
.tile__item h6 {
  color: inherit;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
}

.tile__title {
  color: inherit;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 4px;
}

.tile__text {
  margin-top: 43.333333333px;
}

.tile__content {
  overflow: hidden;
}

.tile__heading {
  color: inherit;
  -webkit-user-select: none;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

.tile__link,
.tile__link:hover,
.tile__link:focus a.tile__link,
a.tile__link:hover,
a.tile__link:focus {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.tile__icon {
  font-size: 5.5rem;
}

.tile__icon-block {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.tile__bottom {
  position: absolute;
  width: 10rem;
  line-height: 1.3;
  overflow: visible;
  font-size: 1.2rem;
  bottom: 1rem;
  right: 1.2rem;
  text-align: center;
  color: inherit;
}

.tile__bottom--double {
  width: 25rem;
}

.tile__img {
  border: 0;
}

.tile__double {
  width: 27.5rem;
}

.tile__double-square {
  width: 27.5rem;
  height: 27.5rem;
}

/*************************** Forms ***************************/
.form-control {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #919191;
}
.form-control:focus {
  border-color: #007CBC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
}

.form-group {
  margin-bottom: 0.6rem;
}

.col-form-label {
  font-weight: 500;
}

/* Form Customizations */
label {
  font-size: 14px;
  font-family: "Segoe UI Semibold", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
  color: #000;
}

.form-group {
  margin-bottom: 32px;
}

.form-control {
  border-radius: 1.5px;
  height: 32px !important;
  border: 1px solid #737373;
}

.mt-2, .my-2 {
  margin-bottom: 32px;
}

.mb-2 {
  margin-bottom: 16px !important;
}

label {
  margin-bottom: 8px;
}

div[role=radiogroup] {
  margin-top: 8px;
}

.multiselect-nested {
  margin-top: 8px;
}

/* Custom form Bootstrap */
.custom-control {
  margin-bottom: 2px !important;
}
.custom-control-input[type=checkbox], .custom-control-input[type=radio] {
  left: 2px;
  top: 6px;
}
.custom-control-label::before {
  border: #919191 solid 1px;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6d6c6d;
}

.custom-control-input:focus:not(:disabled) ~ .custom-control-label::before {
  border: 1px solid #919191;
  outline: 2px dashed #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #007CBC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 188, 0.6);
  outline: 1px solid #007CBC;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0078d4;
  background-color: #0078d4;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .custom-control-input {
    position: absolute;
    z-index: 1;
    opacity: 1;
  }
  .custom-control-label::before {
    opacity: 0;
    z-index: -1;
    position: absolute;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    outline: 6px solid #007CBC;
    outline-offset: -2px;
  }
  .custom-control-input:focus {
    outline: 2px dashed;
    outline-offset: 1px;
  }
  .form-control:focus {
    outline: 2px dashed;
    outline-offset: 1px;
  }
  button, .btn.btn-default, .btn.btn-primary, .btn.btn-secondary, .btn.btn-bordered {
    border: 1px solid transparent !important;
  }
  .card .card-header .btn.btn-link:focus {
    outline: 1.5px dashed;
    outline-offset: 4px;
  }
  button.edit-btn {
    border: 0px !important;
  }
  button.edit-btn:focus {
    outline: 1px dashed;
  }
}
a.chevron-link, button.chevron-link {
  text-decoration: none !important;
}
a.chevron-link:before, button.chevron-link:before {
  content: url("https://regcdn.event.microsoft.com/cdn/img/icons/right-chevron.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
a:hover, a:focus, button:hover, button:focus {
  /*text-decoration: underline !important;*/
}
a:hover.chevron-link:before, a:focus.chevron-link:before, button:hover.chevron-link:before, button:focus.chevron-link:before {
  filter: brightness(0.7);
}

/* login form old modules */
.login-box {
  display: flex;
  justify-content: center;
}

.login-box__toggle-btn {
  z-index: 100;
  position: relative;
  margin-left: -3px;
  margin-right: -3px;
  color: #999;
}

.login-box__content {
  border: 1px solid #cdcdcd;
  padding: 15px;
  margin-top: -15px;
}

@media (min-width: 768px) {
  .login-box__content {
    flex-basis: 50%;
  }
}
.input-group-addon:first-child {
  min-width: 40px;
}

.login-box__input-group {
  margin-bottom: 10px;
}

.popover-tooltip {
  margin-left: 4px;
}

/**************************  Step Nav ******************************/
/*
.step_nav {
    width: 100%;
    overflow: auto;
    font-size: 14px;
    margin: 0 auto 36px;

    ul {
        margin: 0px !important;
        display: flex;
        justify-content: center;

        li {
            list-style-type: none;
            min-width: unset;
            padding: 0px;
            color: #5d5d5d;
            float: none;

            .stepbar__content {
                padding: 10px 10px;
            }

            .step_nav--text {
                color: $black;
                margin: 0;
                text-align: center;
            }
        }
    }

    .stepbar__step:active, .stepbar__step:focus {
        border: 1px dashed $black;
    }

    .stepbar__step--first {
        border-top: none;
    }

    .stepbar__step--current {
        cursor: pointer;

        .step_nav--text {

            &:after {
                content: "";
                position: relative;
                left: calc(50% - 15px);
                display: block;
                border-radius: 3px;
                height: 3px;
                width: 30px;
                box-shadow: 0 5px 0 0 $stepbar_secondary;
            }
        }
    }

    .stepbar__step--past {
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .step_nav {
        max-width: 98%;

        ul {
            justify-content: center;

            li {
                .step_nav--number {
                    margin: 0px 5px 0px 0px;
                }
            }
        }
    }
}*/
/**************************  Pagination Styles ******************************/
.pagination .pagination-rows {
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: top;
  width: 70px;
}

.pagination {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.pagination a {
  color: #444444;
}
.pagination a:hover {
  color: #444444;
}
.pagination aactive {
  color: #444444;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul li a {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 7px;
  color: #444444;
}
.pagination ul li a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.pagination ul li a:focus {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  outline: 2.5px dotted #000 !important;
}
.pagination ul li span {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 7px;
}
.pagination ul .active a {
  background-color: #0078d4 !important;
  border-color: #0078d4 !important;
  color: #fff !important;
  cursor: default;
}
.pagination ul .active a:hover, .pagination ul .active a:focus {
  background-color: #243a5e !important;
  border-color: #243a5e !important;
  outline: 2.5px dotted #000 !important;
  color: #fff !important;
}
.pagination ul .active span {
  background-color: #0078d4 !important;
  border-color: #0078d4 !important;
  color: #fff !important;
  cursor: default;
}
.pagination ul .active span:hover, .pagination ul .active span:focus {
  background-color: #243a5e !important;
  border-color: #243a5e !important;
  outline: 2.5px dotted #000 !important;
  color: #fff !important;
}
.pagination ul .disabled a {
  border-color: #E1E1E1;
  color: #666666;
}
.pagination ul .disabled a:hover {
  border-color: #E1E1E1;
  color: #666666;
}
.pagination ul .disabled a:focus {
  border-color: #E1E1E1;
  color: #666666;
}
.pagination ul .disabled span {
  border-color: #E1E1E1;
  color: #666666;
}
.pagination .pagination-noborder {
  border: none;
}

.pagination-rows {
  margin-bottom: 5px;
}
.pagination-rows p {
  display: inline-block;
}
.pagination-rows select {
  display: inline-block;
  width: auto;
}

.pagination .display-date {
  background-color: #0078d4;
  border-color: #cdcdcd;
  color: #fff;
}
.pagination .display-date:hover {
  opacity: 0.9;
}

.pagination > li > a {
  background-color: #fff;
  border-color: #cdcdcd;
  border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination a.display-date {
  width: auto;
  text-align: center;
}
.pagination .hour-width {
  min-width: 230px;
}
.pagination .minute-width {
  min-width: 300px;
}
.pagination li > a:hover, .pagination li > span:hover, .pagination li > a:focus, .pagination li > span:focus {
  color: #0078b2;
  border-color: #ccc;
  cursor: pointer;
}
.pagination li > a, .pagination li > span {
  color: #0078d4;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #0078d4;
  border-color: #0078d4;
}
.pagination > .active > input, .pagination > .active > button {
  z-index: 2;
  color: #fff;
  background-color: #0078d4;
  border-color: #0078d4;
  cursor: default;
}
.pagination .disabled > span {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination .disabled > span:hover, .pagination .disabled > span:focus {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination .disabled > a {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination .disabled > a:hover, .pagination .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination .disabled > input, .pagination .disabled > button {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination > li > input, .pagination > li > button {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0078d4;
  background-color: #fff;
  border-color: #cdcdcd;
  border-radius: 0;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/*************************** File upload replacement ***************************/
.file-upload {
  height: 50px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.file-upload input {
  cursor: pointer;
  font-size: 300px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*************************** Skip to content styles ***************************/
#uhfSkipToMain {
  color: #243a5e !important;
  background-color: #000 !important;
}

a.skiptocontent__link {
  padding: 6px 10px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
a.skiptocontent__link:focus {
  position: absolute;
  left: 50%;
  top: 0;
  background: #D83B01;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

/*************************** Well tiles ***************************/
.well-tile {
  min-height: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.well-tile:hover {
  opacity: 0.9;
}

.well-tile .well-tile-text {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 30px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.well-icon {
  margin-top: 2.5em;
}
.well-icon i {
  font-size: 5.5em;
}

.well-tile .well-tile-text a:hover {
  text-decoration: none;
  color: inherit;
}

/*************************** Screen reader only (invisible) ***************************/
.screen-reader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-only.focusable:active,
.screen-reader-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

/**********************   eventcore table customizations *********************/
.table-eventcore {
  font-family: "Segoe UI", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
}

.table-eventcore td {
  font-size: 12px;
  color: #454545;
}

.table-eventcore tr > td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.table-eventcore tbody tr:hover > td {
  background-color: #b2e5ff;
  color: #222222;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.table-eventcore th {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
}

.table-eventcore thead th {
  vertical-align: top;
}

.table-eventcore thead th.col-selected {
  background: #e5e5e5;
}

.table-eventcore thead th:hover {
  background-color: #f5f5f5;
}

.table-eventcore th a,
.table-eventcore th a:hover,
.table-eventcore th a:focus {
  text-decoration: none;
  color: #333333;
}

.table-eventcore th, .table-eventcore td {
  border-top: none;
}

.table-eventcore th {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #fff;
  color: #000;
  text-transform: uppercase;
  padding-top: 2px;
}

.table-eventcore th:first-child {
  border-left: none;
}

.table-eventcore th:last-child {
  border-right: none;
}

.table-eventcore tbody tr.row-selected td {
  background-color: #b2e5ff;
}

.table-eventcore tr td.table-action {
  background-color: #eaf7ff;
  color: #222222;
  min-width: 100px;
}

.table-eventcore.table-striped > tbody > tr:nth-child(2n+1) > td.table-action,
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1) > th.table-action {
  background-color: #eaf7ff;
}

.table-eventcore.table-striped > tbody > tr:nth-child(2n+1):hover > td.table-action,
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1):hover > th.table-action,
.table-eventcore tr.row-selected td.table-action,
.table-eventcore tr:hover > td.table-action {
  background-color: #55c5ff;
  color: #ffffff;
}

.table-eventcore tr:hover > td.table-action:hover {
  background-color: #01abff;
  color: #ffffff;
}

.table.table-eventcore thead > tr > th,
.table.table-eventcore tbody > tr > th,
.table.table-eventcore tfoot > tr > th,
.table.table-eventcore thead > tr > td,
.table.table-eventcore tbody > tr > td,
.table.table-eventcore tfoot > tr > td {
  border-top: 1px solid transparent;
}

.table.table-eventcore tbody > tr > td.table-action {
  border-top: 1px solid #fff;
}

.table-eventcore td.table-action a {
  color: #01abff;
  text-decoration: underline;
}

.table-eventcore td.table-action a:focus,
.table-eventcore td.table-action a:hover {
  text-decoration: underline;
}

.table-eventcore tr.row-selected:hover td.table-action a {
  color: #fff;
}

.table-eventcore tr:hover td.table-action a, .table-eventcore tr:hover td.table-action:hover a, .table-eventcore tr:hover td.table-action:hover a:hover .table-eventcore tr:hover td.table-action:hover a:focus {
  color: #fff;
  text-decoration: underline;
}

.table-eventcore tr.row-selected td.table-action a,
.table-eventcore tr.row-selected td.table-action:hover a,
.table-eventcore tr.row-selected td.table-action:hover a:hover,
.table-eventcore tr.row-selected td.table-action:hover a:focus {
  color: #fff;
}

/********************** Modal Styles *********************/
.modal-body_content {
  margin: 5px;
}
.modal-body_content ul {
  margin: 20px 40px;
}

.session-alert {
  margin: 0;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}
.session-alert h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333333;
}

#session-extend-content .btn {
  margin: 32px 0px 0px;
}

#sessionExpiredModal .modal-dialog {
  top: 40%;
  overflow: hidden;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  position: absolute;
}
#sessionExpiredModal .modal-body {
  padding: 20px;
}
#sessionExpiredModal #session-expire-content a i {
  color: #fff;
}

#termsAndConditionsModal p {
  margin: 16px 0px 0px 0px;
  color: #222;
}
#termsAndConditionsModal h5 {
  color: #222;
}
#termsAndConditionsModal .modal-footer {
  padding: 0.5rem;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  float: left;
}
#termsAndConditionsModal .modal-footer-btn {
  float: right;
}

#termsAndConditionsModaledit p {
  margin: 16px 0px 0px 0px;
  color: #222;
}
#termsAndConditionsModaledit h5 {
  color: #222;
}

/***************  Edit/Confirmation Styles ******************/
.badge__info {
  background: url(https://regcdn.event.microsoft.com/cdn/event/default/img/bg_badge2.png) no-repeat scroll 0 0 transparent;
  min-height: 221px;
  padding: 30px 30px 5px;
  text-align: center;
  width: 333px;
  background-size: 330px auto;
  overflow: hidden;
  line-height: 1.2;
  position: relative;
}

.badge__p {
  margin-bottom: 5px;
}

.badge__title {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 700;
}

.badge__edit {
  position: absolute;
  right: 25px;
  bottom: 45px;
}

/*#status-summary .row div:first-child {
    font-weight: bold;
}
*/
/***************************Card - Edit***************************/
.card {
  border-radius: 8px;
  border: 1px solid #fff;
  margin: 10px 0px;
}
.card:hover {
  text-decoration: none !important;
}
.card .card-body {
  position: relative;
  padding: 20px 20px 40px 20px;
  min-height: 80px;
  border-top: 1.5px solid #bcbcbc;
}
.card .card-body:hover {
  text-decoration: none !important;
}
.card .card-body a {
  color: #777;
}
.card .card-body a:hover {
  text-decoration: underline !important;
}
.card .card-header {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #fff;
}
.card .card-header:first-child {
  border-radius: 8px;
}
.card .card-header a {
  text-decoration: none;
  padding: 20px;
  color: #000;
}
.card .card-header a:hover {
  text-decoration: none !important;
}
.card .card-header a:focus, .card .card-header a:active {
  text-decoration: underline !important;
  outline: 1.5px dashed #000 !important;
}
.card .card-header a i:nth-child(2) {
  margin-top: 3px;
}
.card .card-header .btn.btn-link {
  text-decoration: none;
  padding: 20px;
  color: #000;
}
.card .card-header .btn.btn-link svg {
  fill: #0078d4;
  margin-right: 10px;
  margin-top: -2px;
}
.card .card-header .btn.btn-link svg.accordian-caret {
  display: inline;
  fill: #000;
  margin-top: 8px;
}
.card .btn-edit {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 1000;
  color: #0078D4 !important;
  text-decoration: underline !important;
}

.card-edit {
  margin-top: 40px;
}
.card-edit .form-group {
  margin: 0px 0px 10px 0px;
}
.card-edit .form-group:first-child .form-control-static {
  margin-right: 50px;
}
.card-edit .control-label {
  font-weight: bold;
}

/* Edit Page Customizations */
#status-summary .h4 {
  font-size: 16px;
}
#status-summary span.h4 {
  font-weight: 700;
}

.btn.btn-white {
  background: #fff;
  border: 1px solid #505050 !important;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin: 10px 0px 0px 0px;
}
.btn.btn-white:hover {
  text-decoration: underline;
}

@media (min-width: 415px) {
  .btn.btn-white {
    margin: 0px 0px 0px 20px;
  }
}
.row.social-links {
  background-color: rgba(255, 255, 255, 0.4);
}
.row.social-links p {
  display: inline;
}
.row.social-links a {
  margin: 0px 5px;
}
.row.social-links a i {
  color: #0078d4;
}
.row.social-links a:hover i, .row.social-links a:focus i, .row.social-links a:active i {
  color: #0D6998;
}

a i {
  color: #fff;
}

.card .btn.btn-primary {
  margin: 0px 16px 0px 0px;
}
.card .btn.btn-secondary {
  background: #fff;
  border: 1px solid #505050 !important;
  color: #000;
  text-decoration: none;
  margin: 0px 32px 0px 0px;
}
.card .btn.btn-secondary:hover {
  text-decoration: underline !important;
}
.card .card-header a svg {
  display: none;
  fill: #0078d4;
  margin-right: 10px;
  margin-top: -2px;
}
.card .card-header a svg.accordian-caret {
  display: inline;
  fill: #000;
  margin-top: 8px;
}

a[href="#badge"] svg.accordian-badge {
  display: inline;
}

a[href="#contact"] svg.accordian-contact {
  display: inline;
}

a[href="#contactpreferences"] svg.accordian-personal-account {
  display: inline;
}

a[href="#survey"] svg.accordian-list {
  display: inline;
}

a[href="#hotel"] svg.accordian-hotel {
  display: inline;
}

.side-edit .edit-btn {
  border: none;
  background: transparent;
  color: #0078d4;
  font-weight: 500;
  text-decoration: none;
}
.side-edit .edit-btn:hover {
  border: none;
  background: transparent;
  color: #243A5E;
  font-weight: 500;
}
.side-edit form {
  margin-bottom: 20px;
}
.side-edit form .edit-btn {
  margin-bottom: 0px;
}
.side-edit button svg {
  margin-right: 10px;
  fill: #0078d4;
}
.side-edit button:hover svg, .side-edit button:focus svg, .side-edit button:active svg {
  fill: #0D6998;
}
.side-edit a svg {
  margin-right: 10px;
  fill: #0078d4;
}
.side-edit a:hover svg, .side-edit a:focus svg, .side-edit a:active svg {
  fill: #0D6998;
}

button.modal-footer-btn.btn.btn-caution {
  margin: 32px 32px 0px 0px;
}

p.form-control-plaintext {
  margin-top: 0px;
}

.row.social-links {
  background-color: rgba(255, 255, 255, 0.4);
  width: calc(100% + 24px);
  margin: 40px 0px 20px -12px;
  padding: 10px 12px 20px;
}

@media (min-width: 540px) {
  .row.social-links {
    width: calc(100% + 80px);
    margin: 40px 0px 20px -40px;
    padding: 10px 40px 20px;
  }
}
@media (min-width: 784px) {
  .row.social-links {
    width: calc(100% + 160px);
    margin: 40px 0px 20px -80px;
    padding: 10px 80px 20px;
  }
}
#changeHowIParticipate .btn:focus {
  outline: 2.5px dotted #000 !important;
}

#addACode .btn:focus {
  outline: 2.5px dotted #000 !important;
}

/*************************** Hotel Page ***************************/
.hotel h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.hotel .btn.btn-secondary {
  margin: 32px 0px 0px;
}

.hotel-text__note {
  font-size: 10px;
}

.hotel-text__subheader {
  font-size: 11px;
  font-weight: 700;
}

/**************   Hotel search box styles   *****************/
.hotel-search-date {
  background: #f7f7f7;
  color: #ffffff;
  padding: 15px;
  border: 1px solid #dddddd;
}

.hotel-search-date span.input-group-text:focus, .hotel-search-date span.input-group-text:active {
  outline: 2.5px dotted #000;
}

.hotel-search-date__nights__btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.hotel-search-date__nights {
  max-width: 50px;
}

.hotel-search-date__title {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

.hotel-search-date__btn {
  /*margin-top: 10px;*/
}

.btn-search {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
}

.hotel-search-date__icon-stack {
  color: #6c757d;
  bottom: 5px;
  font-size: 1.1em;
  left: 4px;
}

.hotel-search-date__nights {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .hotel-search-date__title + .input-group {
    margin-bottom: 10px;
  }
  .hotel-search-date__btn {
    bottom: 3px;
    margin: 0 !important;
    position: relative;
  }
  .hotel-search-date__nights {
    padding-left: 0;
  }
  .hotel-search-date__nights__btn {
    margin: 15px 10px 0 10px !important;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .hotel-search-date__btn {
    bottom: 3px;
    margin: 0 0 0 30px !important;
    position: relative;
  }
  .hotel-search-date__icon-stack {
    color: #6c757d;
    bottom: 5px;
    font-size: 1.1em;
    left: 16px;
  }
}
/**************   Hotel Search Filter styles   *****************/
.hotel-filters {
  font-size: 16px;
  color: #333;
}

i.fa.hotel-filters__icon {
  margin-right: 10px;
}

.hotel-filters__title {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.hotel-filters .hotel-filters__panel-body {
  min-height: 0;
  padding: 20px;
}

.hotel-filters__label {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}

.hotel-filters__filters {
  font-size: 16px;
}

.hotel-filters__filters-title {
  float: left;
}

.hotel-filters__filters-list {
  margin-left: 100px;
}

.hotel-filters__filters-li {
  background-color: #777;
  border: 1px solid #777;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 3px;
  padding: 0.5em 0.6em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.hotel-filters__icon {
  color: #999999;
}

.hotel-filters__checkbox {
  margin-bottom: 10px;
  margin-left: 4px;
  margin-top: 0;
}

.hotel-filters__disabled {
  color: #ddd;
}

.hotel-filters__slider {
  padding: 0px 10px;
  margin-bottom: 30px;
}

.hotel-view button.btn.btn-primary.card-view {
  margin: 5px 0 0 0;
}

.header-reset.hotel-view {
  margin: 10px 0px 20px;
  line-height: 1.2;
}

.hotel-room__select button.btn.btn-primary.btn-hotel-select {
  margin: 0;
}

/********   hotel view styles - List & Card Shared   **********/
.hotel-list__item,
.hotel-card__item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.hotel-list__top,
.hotel-card__top {
  overflow: hidden;
}

.hotel-list__name,
.hotel-card__name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}

.hotel-list__indicator-number,
.hotel-card__indicator-number {
  display: block;
  text-align: center;
  width: 25px;
}

.hotel-card__subheader {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .hotel-list__name,
  .hotel-card__name {
    font-size: 22px;
  }
}
/********   hotel view styles - List   **********/
.hotel-list {
  clear: both;
  margin-top: 10px;
}

.hotel-list__info {
  float: left;
  font-size: 13px;
  width: 85%;
}
.hotel-list__info a {
  color: #0073c7;
}
.hotel-list__info a:hover, .hotel-list__info a:focus, .hotel-list__info a:active {
  color: #243A5E;
}

.hotel-list__indicator {
  background: #0A0A0A;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 25px;
  line-height: 24px;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 4px;
  position: relative;
  width: 25px;
}

/********   hotel view styles - Card   **********/
.hotel-card {
  clear: both;
  margin-top: 10px;
}

.hotel-card__img {
  background: #0078D4;
  padding: 20px;
}

.hotel-card__img-base {
  clear: left;
  float: left;
  height: 80px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 80px;
}

.hotel-card__info {
  float: left;
  font-size: 13px;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .hotel-card__img-base {
    height: 100px;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 100px;
  }
  .hotel-card__info {
    margin-left: 15px;
  }
}
.hotel-card__indicator {
  background: #0A0A0A;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 25px;
  left: 3px;
  line-height: 24px;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: -3px;
  position: absolute;
  width: 25px;
}

/**************   Selected Hotel page styles *********/
.hotel-selected__btn-actions .btn {
  margin-bottom: 5px;
}

.hotel-selected__panel-group {
  margin-bottom: 40px;
}
.hotel-selected__panel-group .card-header a svg {
  display: block;
  margin-top: 8px;
}

@media (min-width: 767px) {
  .hotel-selected__panel-group .card-body {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.hotel-selected__name {
  font-weight: 500;
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .hotel-selected__name {
    font-size: 36px;
  }
}
.hotel-selected__name-link {
  color: #0078d4;
  font-weight: 500;
  margin-bottom: 5px;
}
.hotel-selected__name-link svg {
  margin-top: -3px;
  color: #0078d4;
}

.hotel-selected__name-link:hover svg {
  color: #0D6998 !important;
}

.hotel-selected__detail-title {
  display: inline-block;
  font-weight: bold;
  width: 100px;
}

.hotel-selected__detail-info {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  .hotel-selected__detail-info {
    display: inline-block;
  }
  .hotel-selected__box-aside {
    float: left;
    margin-right: 15px;
    position: relative;
  }
}
.hotel-selected__subheader {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hotel-selected__box {
  margin-bottom: 15px;
  overflow: hidden;
  zoom: 1;
}

.hotel-selected__img-default {
  background: #0078D4;
  padding: 20%;
}

.hotel-selected__box-aside {
  float: unset;
  margin-right: 0px;
  position: relative;
}

.hotel-selected__box-aside-img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  margin-top: 1px;
  vertical-align: middle;
  width: auto\9 ;
  -ms-interpolation-mode: bicubic;
}

.hotel-selected__box-body {
  clear: left;
  float: left;
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}

.hotel-selected__contact {
  clear: left;
  float: left;
  margin: 10px 0 0;
}

@media (min-width: 576px) {
  .hotel-selected__box-body {
    clear: none;
    float: none;
    margin-top: 0;
  }
}
.hotel-selected__description {
  clear: left;
  float: left;
  margin-bottom: 10px;
}

.hotel-selected__contact {
  clear: left;
  float: left;
  margin: 10px 0 15px;
}

@media (min-width: 768px) {
  .hotel-selected__contact {
    margin: 10px 0 10px;
  }
}
.hotel-selected__map {
  margin-bottom: 75px;
}

/**************   Selected Hotel Reservation Summary page styles *********/
.hotel-summary__cost {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
}

.hotel-summary__room-typename {
  font-size: 18px;
  line-height: 1;
}

.hotel-summary__room-checkinout {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.hotel-summary__box {
  color: #505050;
  border-left: 4px solid #505050;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 5px 15px 15px;
  text-shadow: none;
}

.hotel-summary__hotel-name {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .hotel-summary__hotel-name {
    font-size: 24px;
  }
}
.hotel-summary__subheader {
  font-size: 14px;
  font-weight: bold;
}

.hotel-summary__detail-col {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .hotel-summary__detail-col {
    width: 100%;
  }
}
.hotel-summary__detail-col:last-child {
  clear: left;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .hotel-summary__detail-col {
    float: left;
  }
}
/**************   Hotel Social icons styles *********/
.hotel-social {
  clear: left;
  float: left;
  margin: 0 0 15px;
}

.hotel-social__link:hover {
  opacity: 0.9;
  text-decoration: none;
}

.hotel-social__icon {
  color: #505050;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
  width: 22px;
}

.hotel-social__li {
  display: inline-block;
  list-style-type: none;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .hotel-social {
    clear: right;
    float: right;
    margin: 0 0 15px;
  }
}
/**************   Hotel Information styles *********/
.hotel-info {
  clear: left;
  float: left;
  margin: 0 0 5px;
}

.hotel-info__icon {
  color: #888;
  float: left;
  font-size: 6px;
  line-height: 1;
  margin-top: 5px;
  text-align: left;
  width: 14px;
}

.hotel-info__li {
  display: block;
  list-style-type: none;
  margin: 0 0 8px;
}

.hotel-info__data {
  font-size: 12px;
}

.hotel-info__data {
  margin-left: 14px;
}

@media (min-width: 576px) {
  .hotel-info__li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
}
/****************   Extra Misc Styles - Hotel   *****************/
.loading-hidden {
  display: none;
}

.loading-modal {
  background: url("//cdn.eventcore.com/img/spinner-white.gif") no-repeat scroll center bottom white;
  font-size: 1.5em;
  padding-bottom: 50px;
  text-align: center;
}

.loading {
  background: url("//cdn.eventcore.com/img/spinner-white.gif") no-repeat scroll center center white;
  height: 150px;
  margin: auto;
  padding: 50px 0 50px 0;
}

.map-fixed {
  margin-bottom: 20px;
}

.map-links {
  font-size: 10px;
}

.hotelMapHover {
  background-color: #dddddd;
}

#mapFocus:focus, #mapFocus:active {
  border: 1.5px dashed black;
}

#MapStyleSelector:focus {
  outline: 1px dashed #000;
}

@media (min-width: 768px) {
  select.hotel-form__select-year {
    margin-top: 0;
  }
}
.list-view, .card-view {
  width: 120px;
  text-decoration: none;
  margin-top: 5px;
}
.list-view:hover, .card-view:hover {
  text-decoration: none;
}

#hotelRequestForm .form-group {
  margin-bottom: 0px;
}

#hotelmatch_header.header-reset {
  margin: 20px 0px 20px;
}

span.input-group-text:focus {
  outline: 1.5px dashed #000;
}

.slot:focus {
  outline: 1px dashed #000;
}

/**************   Hotel Room table styles *********/
.table-hotel-rooms {
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: auto;
}

@media (min-width: 767px) {
  .table-hotel-rooms {
    overflow: hidden;
  }
}
.card-body .table.table-hotel-rooms tr:first-child td {
  border-top: none;
}

.table.table-hotel-rooms td {
  border-top: 1px solid #cecece;
}

.table-hotel-rooms.table > tbody > tr > td {
  vertical-align: middle;
  padding: 0.75em 1px 1px;
}

.hotel-room__type {
  width: 50%;
  font-weight: 600;
}

.table > tbody > tr > td.hotel-room__cost {
  line-height: 1;
  text-align: center;
  width: 30%;
}

.hotel-room__select {
  width: 20%;
}

.btn-hotel-select {
  float: right;
  min-width: 80px;
  width: 100%;
  max-width: 150px;
}

/******   Star styles   **********/
.stars-rating {
  float: left;
}

.stars-rating__number {
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
}

.stars-rating__color {
  color: #ffa500;
}

[class*=fa-star-] {
  color: #ddd;
}

/*****  Corner ribbon styles  *******/
.ribbon {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  left: -5px;
  letter-spacing: 0.5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 16px;
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120px;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}

.ribbon__wrapper {
  display: none;
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  text-transform: uppercase;
  top: -1px;
  width: 85px;
}

.ribbon__color--orange {
  background-color: #ffa500;
}

.ribbon__color--orange:before,
.ribbon__color--orange:after {
  border-top: 3px solid #ce8700;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -2px;
  content: "";
  position: absolute;
}

.hotel-featured .ribbon__wrapper {
  display: block;
}

.hotel-featured-selected .ribbon__wrapper {
  display: block;
}

.btn.btn-featured,
.btn.btn-featured:hover {
  background: #ffa500;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #ffa500;
  color: #000000;
  filter: none;
  text-shadow: none;
}

.btn.btn-featured:hover {
  background: #EA9C0D;
  border-color: #EA9C0D;
}

.ribbon__icon {
  color: #ffa500;
  font-size: 12px;
  margin-right: 5px;
}

.ribbon__featured {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/********   bootstrap specific/related styles    ***************/
.alert-danger {
  margin: 15px 0;
}

.hotel-search-date .form-control[disabled],
.hotel-search-date .form-control[readonly] {
  background-color: #ffffff;
  cursor: pointer;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #ffffff;
  cursor: default;
}

@media (min-width: 767px) {
  .table-responsive {
    border: none;
  }
}
.header-reset {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.header-reset-full {
  margin: 0;
  line-height: 1;
}

.page-header-sub {
  border-bottom: 1px solid #ddd;
  margin: 10px 0 15px;
  padding-bottom: 5px;
}

.page-header-sub-alt {
  border-bottom: 1px solid #999;
  margin: 10px 0 15px;
  padding-bottom: 5px;
}

.page-header-sub.header-reset, .page-header-sub-alt.header-reset {
  margin: 0 0 10px;
}

.page-header.section-reduced {
  margin: 10px 0;
  padding-bottom: 0;
}

.inline,
.inline-header {
  display: inline-block;
}

.d-block,
.other-block {
  display: block !important;
}

.font-normal {
  font-weight: normal;
}

/******** 
    Attempt to cause width of expiration month a year select dropdowns to span entire width of form/accordion.  
    They exist within a form-inline so that they can reside in the same form-group 
    to allow for validation and validation style to behave as expected.
    Designers: Please fix this if there is a better way to accomplish this. - WT
***************/
@media (min-width: 576px) {
  #monthSelect {
    width: 69%;
  }
  #yearSelect {
    width: 30%;
  }
}
/*************************** Payment Page ***************************/
.payment-info-container {
  background: #fff;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  min-height: 520px;
  height: auto;
  margin: 30px 0px;
  border-radius: 6px;
}
.payment-info-container div h2 {
  font-size: 33px;
}

.payment-info-submit {
  height: auto;
  width: 100%;
  padding: 0px 15px;
}

.center-divider {
  width: 1px;
  background: #ccc;
  min-height: 370px;
  overflow: auto;
  display: flex;
  align-self: center;
  margin-top: 6%;
}

@media (max-width: 1200px) {
  .payment-info-container {
    padding: 20px 12px;
  }
  .payment-info-container #creditcard-info.col-lg-12.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .payment-info-submit {
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  .center-divider {
    display: none !important;
  }
  .payment-info-submit {
    margin: 0 auto;
    max-width: 435px;
  }
}
@media (max-width: 480px) {
  ul.credit_card_container {
    height: 40px !important;
  }
  .payment-info-submit {
    margin: 0 auto;
    width: 80%;
  }
}
ul.credit_card_container {
  list-style: none;
  display: flex;
  height: 65px;
}

img.credit_card {
  width: auto;
  max-width: 100%;
  height: auto;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all, 0.2s;
}

span#CreditCard_SecurityCode-error {
  display: none !important;
}

ul.credit_card_container li {
  margin-right: 10px;
  width: 20%;
}
ul.credit_card_container li:last-child {
  margin-right: 0px;
}

.credit_form_group div:first-child {
  padding-right: 10px;
}
.credit_form_group div:nth-child(2) {
  padding-left: 0px;
}

@media (max-width: 576px) {
  .credit_form_group > div:first-child {
    padding: 0px 15px;
  }
  .credit_form_group > div:nth-child(2) {
    padding: 0px 15px;
  }
}
@media (max-width: 480px) {
  .payment-info-container h2 {
    font-size: 32px;
  }
}
.payment-header {
  display: flex;
  flex-direction: row;
  min-height: 40px;
  flex-wrap: wrap;
}
.payment-header p {
  margin: 6px 0px 0px;
}
.payment-header h4 {
  margin: 0px;
  line-height: 32px;
  min-height: 40px;
}
.payment-header div:first-child {
  box-sizing: border-box;
  margin-right: 30px;
}

h2.payment-subheader {
  font-size: 33px;
}

.edit-reg .btn.btn-primary {
  margin: 0px 32px 0px 0px;
}
.edit-reg i {
  margin-right: 5px;
}

.table-striped tbody tr {
  background: rgba(255, 255, 255, 0.4);
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}
.table-striped tbody tr.bottomrow, .table-striped tbody tr.paid, .table-striped tbody tr.due.lastrow {
  background-color: #fff !important;
  border: unset !important;
}
.table-striped th.last {
  text-align: right;
}

.table.table.tablefees.table-striped.table td, .table.table.tablefees.table-striped.table th {
  padding: 1rem 25px;
  vertical-align: top;
  border-top: unset;
}
.table.table.tablefees.table-striped thead th {
  vertical-align: bottom;
  border-bottom: unset;
}

.table-responsive {
  margin-top: 20px;
  border-radius: 6px;
}
.table-responsive thead {
  background-color: #fff;
}

.due.lastrow {
  border-radius: 0px 0px 6px 6px;
}
.due.lastrow td:first-child {
  border-radius: 0px 0px 0px 6px;
}
.due.lastrow td:last-child {
  border-radius: 0px 0px 6px 0px;
}

@media (max-width: 1200px) {
  .table.table.tablefees.table-striped.table td, .table.table.tablefees.table-striped.table th {
    padding: 1em 12px;
  }
}
#cancellationModal .modal-footer {
  padding: 0.5rem;
  width: calc(100% + 2em);
  margin-left: -1em;
}
#cancellationModal .modal-footer-btn {
  float: right;
}

/* Contact Page */
#accommodations .form-group {
  margin-bottom: 10px;
}

#dietary-accommodations .form-group {
  margin-bottom: 10px;
}

h4.contact-subheader {
  font-size: 20px;
}

span p {
  margin: 0px;
}

#kcpm-list {
  margin-left: 2%;
}

/* Group Management Page */
.group-manager {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 12px;
  width: calc(100% + 24px);
  margin: 40px 0px 20px -12px;
}
.group-manager h3 {
  margin: 0px 0px 16px 0px;
}
.group-manager .group-manager-links {
  display: flex;
  flex-wrap: wrap;
}
.group-manager .group-manager-links li {
  list-style: none;
}

@media (min-width: 540px) {
  .group-manager {
    width: calc(100% + 80px);
    margin: 40px 0px 20px -40px;
    padding: 40px 80px 30px;
  }
}
@media (min-width: 784px) {
  .group-manager {
    width: calc(100% + 160px);
    margin: 40px 0px 20px -80px;
    padding: 40px 80px 30px;
  }
}
.group-filter {
  margin-top: 20px;
}
.group-filter .group-filter__title {
  color: #000;
  font-size: 18px;
}

.group-filter__box {
  background-color: transparent;
  margin-bottom: 0px !important;
}
.group-filter__box a {
  color: #0078d4 !important;
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
}
.group-filter__box a:hover {
  color: #243a5e !important;
}
.group-filter__box .form-control {
  background-color: transparent !important;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1.5px solid #000;
  border-left: 0px solid transparent;
  color: #505050;
}
.group-filter__box .form-control::placeholder {
  color: #505050;
}
.group-filter__box .row {
  margin-bottom: 10px;
}
.group-filter__box .group-filter__label {
  font-family: "Segoe UI", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
}

.form-group.group-filter__inline {
  margin-bottom: 20px;
}

.form-group.group-filter__inline.float-right {
  margin-top: -5px;
}

.media {
  display: block;
}
.media .media-body a {
  margin-right: 10px;
}
.media .media-body a svg {
  fill: #0078d4;
}
.media .media-body a:hover svg {
  fill: #0D6998;
}
.media .media-body a:focus svg, .media .media-body a:active svg {
  fill: #007CBC;
}

.attendee-name i.fa.eci-people-user.text-white.fa-border.bg-gray-darker {
  font-size: 80px;
}

.group-member {
  background-color: #fff;
  padding: 30px;
  border-radius: 7px;
}
.group-member .group-member__sub-row {
  border-top: 1.5px solid #ccc;
}
.group-member .group-member__sub-row .btn {
  color: #0078d4;
}
.group-member .group-member__sub-row .btn:hover {
  color: #243a5e;
}
.group-member .group-member-links {
  display: flex;
  flex-wrap: wrap;
}
.group-member .group-member-links li {
  list-style: none;
}

/* Cancel Page */
#cancelPolicyModal .modal-footer {
  padding: 0.5rem;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
#cancelPolicyModal .modal-footer-btn {
  float: right;
}

.lead .h4.header-reset {
  margin: 12px 0px 20px;
}

/* Participation Page */
button#digital-and-in-person-btn {
  margin-top: 20px;
}

/*************************** All ViewPorts ***************************/
/* ------------------------------------------- */
@media (min-width: 767px) {
  h1, .h1 {
    font-size: 46px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  .l-header__title {
    font-size: 36px;
    line-height: 1.1;
  }
  .badge__title {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .digital-media-query {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------- */
/******************* Bootstrap Overrides *****************/
.well,
.well-lg,
.well-sm {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.alert a {
  color: #0062AD;
}

/*--- Validation ---*/
.invalid-feedback {
  /*override display for validation messages.  If validation message html markup is not placed 
      directly after last input, then bootstrap will set display to none, which is not desired*/
  display: block;
}

/*******************  Navigation styles   *****************/
nav {
  padding: 0px !important;
}
nav .ml-auto {
  left: auto !important;
  right: 0px;
}

.nav-tabs > li > a, .nav-pills > li > a {
  border-radius: 0;
}

/* -------- Fixes dropdown menus placed on the right side -------- */
.container > .navbar-header, .container > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-link {
  padding: 15px !important;
  line-height: 20px !important;
}

.navbar {
  border-radius: 0;
  font-size: 16px;
  position: relative;
}
.navbar a:hover {
  color: #fff !important;
  text-decoration: underline;
  outline: none;
}
.navbar a:focus {
  color: #fff !important;
  outline: 1.5px dotted white;
}
.navbar .float-right {
  float: right !important;
}
.navbar .navbar-toggler {
  margin: 10px;
}

.navbar-collapse {
  padding-left: 0;
}

.dropdown-menu {
  padding: 10px 5px;
}
.dropdown-menu li a {
  padding: 5px 20px;
}
.dropdown-menu.show {
  background: #202020;
  border: none;
}

@media (max-width: 990px) {
  .dropdown-menu {
    padding: 10px 20px;
  }
}
/************************** Table  ******************************/
.table-responsive {
  margin-top: 20px;
}
.table-responsive thead {
  background-color: #fff;
}

/* Position "other" textbox below radio button and label for "other" Radio button survey questions.
    Textbox input must be placed above radio input in html markup in order for functionality 
    to work correctly to save other response input by the user.  
    *Note there is also javascript toggling some of these classes to make this work.
    If you are reading this, and know a better way, please update.  - Wes
*/
.radio-other.radio-other-reposition {
  padding-bottom: 10px;
}

.radio-other .other-radiotextbox-reposition {
  position: relative;
  top: 30px;
}
.radio-other .other-radiolabel-reposition {
  position: relative;
  bottom: 34px;
}
.radio-other .other-radio-reposition {
  top: 0;
}

/*----Slider----*/
.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #0078d4;
  height: 11px;
}

.hotel-filters__slider-bar.space-bottom-10.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  border: 1px solid #ddd;
  height: 13px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 4px;
}

.ui-state-default {
  color: #000 !important;
  background: #fff !important;
}

/*All viewports*/
@media (max-width: 768px) {
  .btn, .btn.btn-primary, .btn.btn-secondary, .btn.btn-bordered {
    white-space: normal;
  }
  .btn-lg, .btn-group-lg > .btn {
    padding: 7px 12px;
    font-size: 15px;
    line-height: 1.33;
  }
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .c-uhfh-gcontainer-st {
    max-width: 960px !important;
  }
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .c-uhfh-gcontainer-st {
    max-width: 1140px !important;
  }
  .container {
    max-width: 1140px !important;
  }
}
/*************************** Utility CSS ***************************/
/*background colors*/
.bg-black {
  background-color: #000;
  border-color: #000;
}

.bg-gray {
  background-color: #808080;
  border-color: #808080;
}

.bg-white {
  background-color: #fff;
  border-color: #fff;
}

/*text colors*/
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white input, .text-white select, .text-white textarea {
  color: #333;
}

.text-red {
  color: #b61016;
}

/* margin styles */
.space-bottom-0 {
  margin-bottom: 0;
}

.space-bottom-5 {
  margin-bottom: 5px;
}

.space-bottom-10 {
  margin-bottom: 10px;
}

.space-bottom-15 {
  margin-bottom: 15px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom-25 {
  margin-bottom: 25px;
}

.space-bottom-30 {
  margin-bottom: 30px;
}

.space-bottom-35 {
  margin-bottom: 35px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.space-bottom-45 {
  margin-bottom: 45px;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.space-top-0 {
  margin-top: 0;
}

.space-top-5 {
  margin-top: 5px;
}

.space-top-10 {
  margin-top: 10px;
}

.space-top-15 {
  margin-top: 15px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-top-25 {
  margin-top: 25px;
}

.space-top-30 {
  margin-top: 30px;
}

.space-top-35 {
  margin-top: 35px;
}

.space-top-40 {
  margin-top: 40px;
}

.space-top-45 {
  margin-top: 45px;
}

.space-top-50 {
  margin-top: 50px;
}

.space-right-0 {
  margin-right: 0;
}

.space-right-5 {
  margin-right: 5px;
}

.space-right-10 {
  margin-right: 10px;
}

.space-right-15 {
  margin-right: 15px;
}

.space-right-20 {
  margin-right: 20px;
}

.space-right-25 {
  margin-right: 25px;
}

.space-right-30 {
  margin-right: 30px;
}

.space-right-35 {
  margin-right: 35px;
}

.space-right-40 {
  margin-right: 40px;
}

.space-right-45 {
  margin-right: 45px;
}

.space-right-50 {
  margin-right: 50px;
}

.space-left-0 {
  margin-left: 0;
}

.space-left-5 {
  margin-left: 5px;
}

.space-left-10 {
  margin-left: 10px;
}

.space-left-15 {
  margin-left: 15px;
}

.space-left-20 {
  margin-left: 20px;
}

.space-left-25 {
  margin-left: 25px;
}

.space-left-30 {
  margin-left: 30px;
}

.space-left-35 {
  margin-left: 35px;
}

.space-left-40 {
  margin-left: 40px;
}

.space-left-45 {
  margin-left: 45px;
}

.space-left-50 {
  margin-left: 50px;
}

/*************************** Misc Styles ***************************/
/* Date Picker */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background-color: #fff !important;
  color: #000 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  font-weight: 500 !important;
}

.ui-state-disabled .ui-state-default {
  /*background-color: #000000 !important;*/
  background-image: repeating-linear-gradient(45deg, #555, #808080 33.3%) !important;
  color: #fff !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}

select.ui-datepicker-month:focus {
  outline: 2.5px dotted #000;
}

select.ui-datepicker-year:focus {
  outline: 2.5px dotted #000;
}

#hotelRequestForm .return-block {
  margin-bottom: 0px;
}

.return-block {
  color: #0078d4;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  display: inline-block;
}
.return-block:hover {
  opacity: 0.9;
}
.return-block:focus, .return-block:active {
  border: 1.5px dashed #000;
}

.return-block i {
  font-size: 28px;
  vertical-align: text-top;
  margin-right: 10px;
  cursor: pointer;
}
.return-block span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.return-block span:hover i:hover {
  text-decoration: none;
  cursor: pointer;
}
.return-block svg {
  fill: #0078d4;
}
.return-block:hover svg {
  opacity: 0.9;
}

.fa-question-circle:focus, .fa-question-circle:active, .fa-question-circle:active:focus {
  border: 1.5px dashed #000;
}

label[tabindex="0"]:focus, label[tabindex="0"]:active, label[tabindex="0"]:active:focus {
  border: 1.5px dashed #000;
  user-select: none;
}

.validation-mark:after {
  content: "*"/"";
  color: #D14600 !important;
  font-weight: 500;
  font-size: 18px;
  margin-left: 3px;
  position: absolute;
}

/* Mozilla Firefox */
@-moz-document url-prefix() {
  .validation-mark:after {
    content: "*";
    color: #D14600 !important;
    font-weight: 500;
    font-size: 18px;
    margin-left: 3px;
    position: absolute;
  }
}
/* Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .validation-mark:after {
    content: "*";
    color: #D14600 !important;
    font-weight: 500;
    font-size: 18px;
    margin-left: 3px;
    position: absolute;
  }
}
.required-asterisk {
  color: #cc0000;
  font-size: 18px;
  font-weight: 500;
}

.horizontal-stack {
  padding-bottom: 5px;
}

textarea {
  overflow: hidden;
  min-height: 80px;
}

.cpm-break {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.cpm-li-offset {
  margin-left: 3%;
}
.cpm-li-offset b {
  font-size: 18px;
  font-family: "Segoe UI", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
  font-weight: 700;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 20px 15px;
}
.alert-primary p {
  margin-top: 0px;
}
.alert-primary .btn.btn-primary {
  margin: 0px 32px 0px 0px;
}

/*fix for iOS mobile scrolling - adjust to correct context*/
.ui-menu.ui-widget-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

select.form-control.is-invalid {
  background-position: center right calc(0.875em + 0.1875rem);
}

/*************************** Additional Style ***************************/
/*************************** BG Images - @2x ***************************/
/*************************** BG Images - @3x ***************************/
/************************* New Sandbox Test CSS **************************/
/* Main Layout */
.l-main {
  background-color: #f1d8ff;
  background: url(../img/banners/MSFT_Events_Reg_BG_539x609_2x.jpg) center 54px no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-main .l-main__content {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -moz-backdrop-filter: blur(30px);
  -ms-backdrop-filter: blur(30px);
  border-radius: 7px;
  max-width: unset;
  margin: 150px 12px 60px;
  padding: 40px 12px;
}
.l-main .l-main__content h1 {
  font-size: 46px;
  margin: 0px;
}

@media (min-width: 540px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-main {
    background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .l-main .l-main__content {
    padding: 40px;
    margin: 150px 24px 60px;
  }
}
@media (min-width: 784px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .l-main .l-main__content {
    max-width: 736px;
    padding: 80px;
  }
}
@media (min-width: 860px) {
  .l-main {
    background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .l-main .l-main__content {
    margin: 116px auto 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
    font-family: "Segoe UI Semibold", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
    color: #000;
    margin: 0px 0px 16px 0px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Segoe UI Semibold", "SegoeUILightLocal", "wf_segoe-ui_light", "Segoe UI", "SegoeUILocal", "wf_segoe-ui_normal", Arial, Geneva, Helvetica, sans-serif;
    color: #000;
    margin: 0px 0px 16px 0px;
  }
}
@media (min-width: 1084px) {
  .l-main {
    background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .l-main .l-main__content {
    margin: 136px auto 80px;
  }
}
@supports (-webkit-touch-callout: none) {
  body {
    background: #f1d8ff;
  }
  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, p, body {
    font-family: Arial, Geneva, Helvetica, sans-serif;
  }
  .l-main {
    background: url(../img/banners/MSFT_Events_Reg_BG_539x609_2x.jpg) center 54px no-repeat scroll;
    background-size: auto 100vh;
  }
  @media (min-width: 540px) {
    .l-main {
      background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat scroll;
      background-size: auto 100vh;
    }
  }
  @media (min-width: 860px) {
    .l-main {
      background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat scroll;
      background-size: auto 100vh;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  body {
    background: #f1d8ff;
  }
  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, p, body {
    font-family: Arial, Geneva, Helvetica, sans-serif;
  }
  .l-main {
    background: url(../img/banners/MSFT_Events_Reg_BG_539x609_2x.jpg) center 54px no-repeat scroll;
    background-size: auto 100vh;
  }
  @media (min-width: 540px) {
    .l-main {
      background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat scroll;
      background-size: auto 100vh;
    }
  }
  @media (min-width: 860px) {
    .l-main {
      background: url(../img/banners/MSFT_Events_Reg_BG_1920x1080_2x.jpg) center 54px no-repeat scroll;
      background-size: auto 100vh;
    }
  }
}
