.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.t3-mainnav {
  z-index:999;
}



.uber-social {
  text-align: unset !important;
}


@font-face {   
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
    }

    .com_fabrik [data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
    }
   
.com_fabrik .icon-checkmark {
         display: inline-block;
         width: 14px;
         height: 14px;
         margin-right: .25em;
         line-height: 14px;
}

.com_fabrik .icon-checkmark:before {
         content: "\47";
         font-family: 'IcoMoon';
         font-style: normal;
         speak: none;
}
 
 
.com_fabrik .radio.btn-group input[type="radio"] {
     display: none;
}

#publisher_container {display:none;}

.center-pills {
    display: flex;
    justify-content: center;
    font-size: 32px;
    /* line-height: 3.25;*/
}

.nav-pills.nav.center-pills.nav-item {
  padding: 0px 30px 0px 30px !important;
  
}

.pill-pad {
  padding-top: 20px;
}

/* Make the module itself sticky using the Module Class Suffix */
.floating-assistant {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 360px;            /* tweak as needed */
  max-width: calc(100vw - 24px);
}

/* Nice background, 70% white, rounded corners, shadow */
.floating-assistant .assistant-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(1.2) blur(2px); /* optional, looks great on modern browsers */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  overflow: hidden;
}

.floating-assistant iframe {
  display: block;
  width: 100% !important;
  height: 200px !important;
  border: 0;
}

/* Mobile: shrink and pull up a bit */
@media (max-width: 600px) {
  .floating-assistant {
    bottom: 12px;
    right: 12px;
    width: 92vw;
  }
}

/* Desktop: NIAX Affiliate image button */
.t3-megamenu ul.nav > li > a.niax-affiliate-menu {
  padding: 0 !important;
}

.t3-megamenu ul.nav > li > a.niax-affiliate-menu img.niax-affiliate-menu {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  height: 52px;
  width: auto;
}

.t3-megamenu ul.nav > li > a.niax-affiliate-menu .image-title {
  display: none !important;
}

/* Mobile/collapsed: show regular text instead of image */
@media (max-width: 767px) {
  a.niax-affiliate-menu img.niax-affiliate-menu {
    display: none !important;
  }

  a.niax-affiliate-menu .image-title {
    display: inline !important;
  }

  a.niax-affiliate-menu {
    padding: 10px 15px !important;
  }
}