/* Support #256961 - make staff font smaller */
.ltspd-speaker-job-title .ltspd-speaker-job-title-text {
    font-size: 14px;
}

#content .post-password-form{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.ltspd-services-callout-module .fl-callout-text-wrap .fl-callout-text ul li:before{
  display: none;
}

.ltspd-services-callout-module .fl-callout-text-wrap .fl-callout-text ul li{
  list-style: disc;
}


/* Support #385481 - Mobile Header */
.mobile-search {
    width: auto !important;
}

.mobile-search span.uabb-button-text {
    display: none;
}

.ltspd-mobile-main-menu {
    width: auto !important;
}

.flex-direction-row > .fl-col-content.fl-node-content {
    flex-direction: row;
}

.flex-direction-right  > .fl-col-content.fl-node-content {
   justify-content: flex-end;
}

.menu-with-search input.fl-search-text {
    border: 2px solid;
    box-shadow: 0 0 15px #dbdbdb;
}