@import url('https://fonts.googleapis.com/css?family=Raleway:400,500|Bebas+Neue&display=swap');
/* START Changes for different desks logo sizes and colors */
.Header__brandLogoImg {
  display: inline-block;
  max-height: 2.2rem;
  /*max-height: 3rem;*/
  max-width: unset;
}

.Header_tabsTab {
  line-height: normal!important;
}
.Header__tabsLink {
  padding: 0px 15px 0px!important;
}

.Layout__layout2 .WidgetsContainer__rightWd,
.Layout__layout2 .widgetItem,
.InfoBox__infoBox.CommonStyle__posRel,
.TicketFormRightContainer__fadeOutEffect,
.TOCContainer__tocContent,
.ProfileLeftContainer__profilePanel {
  background-color: #d9b58f;
  /*background-color: #64d0d5;*/
}
/* END Changes for different desks logo sizes and colors */
.portalContainer, .html, body {
  font-family: 'Raleway', serif
}

.NoContent__errorTitle {
  color: #15113f
}

.Header__formShort {
  color: #15113f;
  border-bottom-color: #15113f
}
.Header__brandFlexible .Header__brandLogo {
  max-height: 2rem;
  width: 100%;
  min-height: 3rem;
}
.Icon__plusIcon {
  color: #fff
}

.Icon__plusIcon:hover {
  fill: #5fcfdf
}

.Search__searchPanelControls .Form__formElement > div {
  align-items: center
}

.Search__serchFilter {
  text-transform: uppercase
}

.Search__resultsList {
  box-shadow: 0 0px 6px rgb(0 0 0 / 24%)
}

.Search__noResult {
  padding: 0.3rem 12px
}

.SearchLeftContainer__filterList {
  margin: 0
}

/*
.Radio__radioButton [type=radio]:checked + .Radio__radioLabel {
  background-color: $ff595a; 
  box-shadow: unset;
  color: #ffffff;
  font-weight:bolder;
}
*/

@media only screen and (min-width: 64em) {
  .searchPanelSearchBox {
    height: 3rem;
    border-radius: 2rem
  }

  .Search__searchPanelIcon {
    line-height: 3rem
  }

  .Search__serchFilter {
    color: #15113f
  }

  .Form__searchPanelsearchLabel {
    text-align: right !important
  }

  .searchPanelActive .searchPanelSections {
    bottom: calc(100% - 8px)
  }

  .Search__searchPanelControls .Form__forminline .Form__formElementLabel {
    vertical-align: middle
  }

  .searchPanelActive .searchPanelResults {
    padding: .5rem 0;
    border-radius: 0.5rem
  }
}

@media only screen and (max-width: 48rem) {
  .Search__searchPanel .Search__serchFilter {
    font-size: .5em !important
  }
}

.Input__searchPanelInput {
  padding: 0 3.2rem 0 1.2rem
}

.Search__searchPanelIcon {
  right: 1.2rem
}

.Header__header {
  margin-bottom: 0
}

.Header__brandFlexible .Header__brandName {
  display: none
}

.Radio__radioButton [type=radio]:checked + .Radio__radioLabel {
  background-color: #15113f;
  box-shadow: 0 2px #000;
  border-left-color: #000
}

.LogInDetailsContainer__content {
  border-radius: .5rem
}

.AvatarText__c {
  background-color: #15113f
}

#portal_tabNewCase {
  margin-left: 0;
  margin-right: 0;
}

.Header__tabsList {
  grid-gap: 1rem
}

.Header__tabsTab {
  margin: 10px 0;
  padding: 0 2rem;
  border-radius: 4rem;
  border-bottom-color: transparent;
  line-height: 2.7rem;
  max-height: 42px;
}

.Header__tabsTab.Header__tabsTabActive {
  color: #fff;
  border-bottom-color: transparent;
  background: rgba(255, 255, 255, .1)
}

.Header__tabsTab:hover {
  border-bottom-color: transparent;
  background: rgba(255, 255, 255, .1)
}

@media only screen and (min-width: 48.1em) {
  .Header__header {
    padding-top: 2rem
  }
  .Header__tabsCompactTillSmall .Header__tabsTab {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.Layout__twoColumn, .Layout__twoColumn2 .Layout__layout1, .Layout__twoColumn2 .Layout__layout2, .Layout__twoColumnReverse .Layout__layout1, .Layout__twoColumnReverse .Layout__layout2, .Layout__narrow .Layout__layout1, .Layout__oneColumn .Layout__layout1 {
  padding-top: 1.6rem
}

.cta_block {
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem;
  padding: 1rem;
  border: 4px solid #e6e6e6;
  margin-top: 1rem
}

.cta_block br {
  display: none
}

.cta_block a {
  display: block
}

.phone_cta {
  font: 800 2.5rem/3.5rem 'Bebas Neue';
  letter-spacing: .8px;
  display: block;
  margin-top: 3px;
  position: relative;
  padding: 0 0 0 3rem;
  color: #15113f
}

.phone_cta img {
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 50px;
  height: auto;
  position: absolute;
  top: 1px;
  left: 0
}

.cta_button {
  display: block;
  background: #ff595a;
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  position: relative;
  font-size: 1em;
  letter-spacing: .5px;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 350ms ease
}

.cta_block a:hover .cta_button {
  background: #64d0d5
}

.cta_button:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-left: 2px solid #fff;
  border-radius: 2px 0;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  background-color: transparent;
  top: calc(50% - 0.35rem);
  right: 1.3rem
}

.colour {
  color: #15113f
}

@media only screen and (max-width: 48em) {
  .KBArticleRightContainer__articleWidget {
    padding: 0
  }

  .Header__headerRow {
    padding-top: 0.8rem
  }

  .Header__brandFlexible .Header__brandLogo {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: .4rem;
    vertical-align: middle
  }

  .CommonStyle__listStyleNone, .Feed__feed {
    border-radius: 0 !important
  }

  .BlurNav__blurbNavItem {
    border-right: 0
  }

  .BlurNav__blurbNavItemTitle {
    font-size: 1.3rem;
    font-weight: 800
  }

  .Search__searchPanelInner .CommonStyle__listStyleNone {
    border-radius: 1rem !important
  }
}

.Layout__narrow {
  max-width: 100% !important
}

.Layout__layout2 .WidgetsContainer__rightWd, .Layout__layout2 .widgetItem, .InfoBox__infoBox.CommonStyle__posRel, .TicketFormRightContainer__fadeOutEffect, .TOCContainer__tocContent {
  -webkit-box-flex: 1;
  flex: 0 48.5%;
  box-shadow: none;
  margin-bottom: 1.6rem;
  padding: 1rem;
  animation: none !important;
  border-radius: 1rem;
  border: 0
}

.InfoBox__infoBox.CommonStyle__posRel a:hover, .TicketFormRightContainer__fadeOutEffect a:hover, .TOCContainer__tocContent a:hover {
  color: #fff !important
}

.Layout__layout2 .SearchRightContainer__searchCount {
  color: #15113f
}

.Layout__layout2 .SearchRightContainer__searchModuleTitle {
  margin-top: 0
}

.TicketFormRightContainer__fadeOutEffect:empty {
  display: none
}

.widgetItem:empty {
  display: none
}

.TicketListContainer__menuTitle {
  color: #15113f
}

a[data-id=clost_ticket]:hover, a[data-id=ticket_submit]:hover, a[data-id=ticket_cancel]:hover {
  color: #5fcfdf
}

.ScrollSticky__type1 {
  background-color: inherit !important;
  max-height: inherit !important
}

.AvatarText__s, .AvatarText__t {
  background-color: #5fcfdf
}

.AvatarText__s, .AvatarText__t, .AvatarText__c {
  border-radius: 4rem
}

.DepartmentList__deptListItem, .ManageAccount__profileContentPanel, .DashBoard__profileDashboardCell, .EditProfileContainer__container {
  padding: 0;
  border-radius: 1rem;
  border: 0;
  box-shadow: none
}

.DepartmentList__deptListItem {
  padding: 1.6rem
}

.canvas-property {
  border-radius: 0 0 1rem 1rem
}

.NoContent__contDecst {
  color: #15113f
}

@media only screen and (max-width: 48em) {
  .DepartmentList__deptListItem {
    border-radius: 0
  }
}

.Badge__badge {
  border: 3px solid #fff;
  font-size: .8rem;
  font-weight: bolder;
  margin-top: 0.5rem;
  max-width: 18rem;
  padding: .2rem .6rem .134rem
}

.TicketDetailContainer__property, .TicketDetailContainer__sectionName {
  padding-bottom: .6rem;
  border-bottom: 2px solid #15113f;
  align-items: flex-end
}

.TicketDetailContainer__sectionName {
  font-size: 1.333rem;
  color: #15113f;
  padding-bottom: .3rem
}

.TicketDetailContainer__edit {
  color: #fff;
  background: #ff595a;
  border: 1px solid #ff595a;
  padding: 0.3rem 1.2rem;
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 350ms ease
}

.TicketDetailContainer__edit:hover {
  background: #fff;
  color: #ff595a
}

.TicketDetailContainer__rtCont .DropDown__dropdown, .TicketDetailContainer__rtCont .TextArea__textArea, .TicketDetailContainer__rtCont .cc__wrapper, .TicketDetailContainer__rtCont .MultiSelect__inputFocus {
  background: rgba(255, 255, 255, .4);
  color: #15113f;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 0
}

.TicketDetailContainer__rtCont .cc__wrapper {
  height: auto;
  min-height: 2.7rem
}

.TicketDetailContainer__rtCont .cc__usrTag {
  margin-bottom: 0.5rem
}

.TicketDetailContainer__rtCont .InfoBox__infoBox .InfoBox__info {
  align-items: flex-end;
  flex: auto;
  display: flex;
  vertical-align: bottom;
  flex-direction: row;
  justify-content: space-between
}

.TicketDetailContainer__rtCont .InfoBox__info[data-id=ticket_cf_custodian_or_product_company] {
  flex-direction: column;
  align-items: flex-start
}

.TicketDetailContainer__rtCont .MultiSelect__inputAdjust {
  margin-top: 1rem
}

.TicketDetailContainer__rtCont .MultiselectField__showEditView {
  margin-top: 1rem
}
#field_timeZone .Form__formElementControl {
  overflow: hidden;
}
.cc__usrListCont {
  border-radius: 1rem;
  box-shadow: 0 0px 6px rgb(0 0 0 / 24%)
}

.InfoBox__infoLabel {
  color: #15113f;
  font-size: 1.1rem;
  font-weight: bolder;
  flex: 1
}

.CloseTicket__closeTicketTarget .Button__button {
  display: block;
  background-color: #15113f;
  border: 1px solid #15113f;
  border-radius: 2rem;
  transition: all 350ms ease;
  letter-spacing: 1px;
  width: 100%
}

.CloseTicket__closeTicketTarget {
  width: 100%
}

.InfoBox__infoBox.CommonStyle__posRel .CloseTicket__closeTicketTarget a.Button__button:hover {
  color: #15113f !important;
  background: #fff !important;
}

.CloseTicket__closeTicket {
  width: 100%
}

.edit_properties .Form__formElementLabel {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #15113f;
  font-weight: bolder
}

.edit_properties .TicketProperty__sectionName {
  font-size: 1.333rem;
  color: #15113f;
  padding-bottom: .3rem;
  border-bottom: 2px solid #15113f;
  margin-bottom: 1.3rem
}

.edit_properties .Form__formElementControl {
  padding-top: 0.5rem
}

.DropDown__formEdit::after {
  background-color: #fff
}

.edit_properties .TicketProperty__formFooter a {
  width: calc(50% - 0.4rem)
}

.edit_properties .Icon__greyShade12 {
  color: rgba(21, 17, 64, .5)
}

.edit_properties .TicketProperty__formFooter {
  margin: 1.5rem 0 0
}

.Menu__tree .Menu__menuItem[aria-expanded] > .Menu__arrow {
  color: #15113f
}

@media only screen and (min-width: 64em) {
  .searchPanelSearchBox {
    height: 3rem;
    border-radius: 2rem
  }

  .Search__searchPanelIcon {
    line-height: 3rem
  }

  .Search__serchFilter {
    color: #15113f
  }

  .Form__searchPanelsearchLabel {
    text-align: right !important
  }

  .searchPanelActive .searchPanelSections {
    bottom: calc(100% - 8px)
  }

  .Search__searchPanelControls .Form__forminline .Form__formElementLabel {
    vertical-align: middle
  }
}

@media only screen and (min-width: 48.1em) {
  .Header__header {
    padding-top: 2rem
  }
}

@media only screen and (max-width: 48em) {
  .KBArticleRightContainer__articleWidget {
    padding: 0
  }

  .Header__headerRow {
    padding-top: 0.8rem
  }

  .Header__brandFlexible .Header__brandLogo {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: .4rem;
    vertical-align: middle
  }

  .CommonStyle__listStyleNone, .Feed__feed {
    border-radius: 0 !important
  }

  .BlurNav__blurbNavItem {
    border-right: 0
  }

  .BlurNav__blurbNavItemTitle {
    font-size: 1.3rem;
    font-weight: 800
  }

  .Search__searchPanelInner .CommonStyle__listStyleNone {
    border-radius: .5rem !important
  }
}

@media only screen and (max-width: 48em) {
  .DepartmentList__deptListItem, .ManageAccount__profileContentPanel, .DashBoard__profileDashboardCell, .EditProfileContainer__container {
    border-radius: 0
  }
}

.InfoBox__infoContent {
  color: #15113f;
  text-align: right;
  line-height: 1rem
}

.SecondaryEmailField__showEditView .InfoBox__infoLabel {
  padding-right: 1rem
}

.ConversationForm__editerBar, .borderLineTop + .borderLineTop {
  border-color: #ededed
}

.Layout__layout2 .widgetItem .Menu__tree .Menu__menuItem[aria-expanded] > .Menu__arrow:before {
  display: none
}
.Menu__vertical .Menu__itemLink {
  color: #15113f;
}
.Filter__filterOptions a.CommonStyle__zt1LinkActive {
  background: #ff595a;
  color: #fff;
  padding: 0 1rem;
  border-radius: 2rem
}
.Menu__treeMenu .CommonStyle__zt1Link.CommonStyle__curPointer > span.Menu__menuTextBlock {
  color: #15113f;
}
.Menu__treeMenu .CommonStyle__zt1Link.CommonStyle__curPointer:hover > span.Menu__menuTextBlock {
  color: #fff;
}
.SearchRightContainer__resultCateList .widgetItem {
  margin: 0;
  padding: 0
}

.Menu__tree .Menu__menuItem .Menu__arrow {
  padding: 0.1rem 0 0.1rem 0.5rem;
}
@media (max-width: 48rem) {
  .TicketDetailContainer__rtCont {
    padding: 0
  }
}

.CommonStyle__popupList {
  margin: 0;
}

.TicketSearchFilterPopup__content, .DottedMenuPopup__content, .CloseTicket__closeTicket, .CustomizeFontSize__content, .CloseTicket__content, .FormShortCut__content {
  border-radius: .5rem
}

.InfoBox__infoBox.CommonStyle__posRel a:hover, .TOCContainer__tocContent a:hover {
  color: #15113f;
  border: 1px solid #15113f
}
.TOCContainer__tocContent .Menu__menuItem a:hover {
  border: none;
}

.TicketDetailContainer__rtCont .InfoBox__infoBox.CommonStyle__posRel a:hover {
  color: #fff
}

.ArticlesCard__articleCardTitle {
  color: #ff595a
}

.Badge__info {
  background: #5fcfdf
}

a.Menu__menuLink {
  color: #15113f
}
a:hover.Menu__menuLink {
  color: #fff;
}
.widgetItem[data-id=departmentList] .Menu__vertical .CommonStyle__zt1Link {
  padding: .3rem 1rem
}

.widgetItem[data-id=departmentList] .Menu__vertical .Menu__menuItem {
  width: calc(100% + 2rem);
  margin-left: 0
}

.widgetItem[data-id=departmentList] .Menu__vertical {
  overflow: visible
}

.BlurNav__blurbNavItemTitle .CommonStyle__zt1Link, .BlurNav__blurbNavItemTitle .linkDefault, .Icon__link, .BlurNav__blurbNavItemTitle .Icon__brandPrimary, .BlurNav__blurbNavItemTitle .themeLink, .CommonStyle__linkActive {
  position: relative
}

.BlurNav__blurbNavItemTitle .CommonStyle__zt1Link:hover, .BlurNav__blurbNavItemTitle .linkDefault, .Icon__link:hover, .BlurNav__blurbNavItemTitle .Icon__brandPrimary:hover, .BlurNav__blurbNavItemTitle .themeLink, .CommonStyle__linkActive:hover {
  color: #5fcfdf
}

.BlurNav__blurbNavItemTitle a.Link__link.CommonStyle__textDecNone.CommonStyle__zt1Link.CommonStyle__curPointer:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-left: 2px solid #ff595a;
  border-radius: 2px 0;
  border-bottom: 2px solid #ff595a;
  transform: rotate(-135deg) translateX(50%);
  position: absolute;
  background-color: transparent;
  top: 50%;
  margin-left: 0.7rem;
  transition: border-color .15s ease
}

.BlurNav__blurbNavItemTitle a.Link__link.CommonStyle__textDecNone.CommonStyle__zt1Link.CommonStyle__curPointer:hover:after {
  border-color: #5fcfdf
}

.BreadCrumbs__breadcrumbs .CommonStyle__zt1Link, .BreadCrumbs__breadcrumbs .linkDefault, .Icon__link, .BreadCrumbs__breadcrumbs .Icon__brandPrimary, .BreadCrumbs__breadcrumbs .themeLink, .CommonStyle__linkActive, .TOCContainer__tocContent {
  color: #15113f
}
.CommonStyle__zt1LinkActive, .CommonStyle__zt1LinkActive:hover, .Menu__tree .Menu__itemActive>.Menu__itemLink {
  /*color: #fff;*/
  color: #ff595a;
  background-color: #e6e6e6;
}

.BreadCrumbs__breadcrumbs .CommonStyle__zt1Link:hover, .BreadCrumbs__breadcrumbs .linkDefault, .Icon__link:hover, .BreadCrumbs__breadcrumbs .Icon__brandPrimary:hover, .BreadCrumbs__breadcrumbs .themeLink, .CommonStyle__linkActive:hover {
  color: #ff595a
}

.BreadCrumbs__breadcrumbs {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem
}

.Feed__feedContent .BreadCrumbs__breadcrumbs {
  margin-bottom: .5rem
}

.CommonStyle__listStyleNone {
  border-radius: 1rem;
  margin-top: .2rem;
  border: 0
}

.ArticlesCard__articleCard:last-child, .ArticlesCard__articleCard1:last-child {
  border-bottom: 1px solid #ededed
}

a:hover h2 {
  color: #5fcfdf
}

.homeRecentArticle a:nth-child(odd) .ArticlesCard__articleCard, .Feed__feedContent a:nth-child(odd) .ArticlesCard__articleCard {
  background: #fafafa
}

.TicketListItem__ticketCard {
  border-color: #ededed !important
}

.homeRecentArticle a .ArticlesCard__articleCard:hover {
  background: #f6f6f6
}

.Feed__feed {
  border-radius: 1rem;
  border: 0;
  box-shadow: none
}

.Feed__feedHeader {
  border-bottom: 1px solid #ededed
}

.Pagination__pagination {
  border-radius: 0 0 1rem 1rem
}

.Pagination__pagination li:first-child {
  border-radius: 0 0 0 1rem
}

.Pagination__pagination li:last-child {
  border-radius: 0 0 1rem
}

.Pagination__paginationItem {
  border-color: #ededed
}

@media (max-width: 48rem) {
  .Pagination__pagination, .Pagination__pagination li:last-child, .Pagination__pagination li:first-child {
    border-radius: 0
  }
}

.ArticlesCard__articleCard nav {
  margin-bottom: 10px
}

.CategoryList__articleCard {
  border-bottom: 1px solid #ededed
}

.CategoryList__articleCard:hover {
  background-color: #f6f6f6
}

.CategoryList__articleCard.linkHover:hover .linkDefault {
  color: #ff595a !important
}

.CategoryList__categoryIcon svg {
  max-width: 40px;
  max-height: 40px;
  color: #fff
}

.CategoryList__categoryIcon {
  margin-top: -0.2rem;
  background: #15113f;
  padding: 1rem;
  border-radius: 100%
}

@media only screen and (min-width: 48.1em) {
  .ArticlesCard__articleCardTitle, .ArticlesCard__articleCardExtract {
    font-size: 1.2rem;
    font-weight: 400
  }
}

.BlurNav__blurbNavItem {
  background: transparent;
  border: none;
  box-shadow: none;
  border-right: 1px solid #ededed;
  margin-bottom: 0
}

.BlurNav__blurbNavItem:last-child {
  border-right: 0;
  border-bottom: 0
}

.BlurNav__blurbDescription {
  color: #15113f;
  padding: 10px 10px 0 0
}

@media only screen and (max-width: 769px) {
  .ProfileTabs__profileMenu {
    background-color: transparent;
    margin: 0 auto;
    max-width: 200px
  }

  .ProfileTabs__tabName {
    text-align: center;
    width: 100%;
    display: block
  }

  .ProfileTabs__activeTab {
    text-align: center;
    width: 100%;
    border-bottom: 0
  }

  .ProfileLeftContainer__manageSetting {
    background: #fff;
    height: 100%;
    padding: 0.2rem 0.5rem;
    line-height: 2rem;
    width: auto;
    border-radius: 2rem;
    text-align: center
  }

  .Layout__layout2 .WidgetsContainer__rightWd, .Layout__layout2 .widgetItem, .InfoBox__infoBox.CommonStyle__posRel, .TicketFormRightContainer__fadeOutEffect, .TOCContainer__tocContent {
    border-radius: 0
  }

  .BlurNav__blurbDescription {
    font-size: 1rem
  }
}

.Icon__greyShade15 {
  color: rgba(0,0,0,.4);
}

svg.Icon__icon.CommonStyle__posRel.CommonStyle__verticalMiddle.Icon__size16.Icon__greyShade12:hover {
  color: #ff595a
}

.edit_properties svg.Icon__icon.CommonStyle__posRel.CommonStyle__verticalMiddle.Icon__size16.Icon__greyShade12:hover {
  color: #fff
}

@media only screen and (min-width: 48.1em) {
  .ProfileLeftContainer__profilePanel {
    border-radius: 1rem
  }
}

.ActivityChart__profileHeadTitle, .ManageAccount__profileHeadTitle {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #15113f
}

.ProfileLeftContainer__userPic {
  padding: 0 0 0.5rem
}

.ProfileLeftContainer__uploadPhoto {
  border: 5px solid #fff
}

.UploadPopup__uploadText {
  background-color: #e6e6e6
}

.ProfileLeftContainer__yearStart {
  color: #15113f
}

.ProfileLeftContainer__userName {
  font-weight: bolder;
  color: #15113f
}

.ProfileTabs__tabList {
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  color: #15113f;
  font-weight: bolder
}

.ProfileTabs__tabName {
  font-weight: bold
}

.ManageAccount__boxList .ManageAccount__profileTitle, .EditProfileContainer__profileTitle, .TicketFmLtCnter__sectionName {
  font-weight: bolder;
  color: #15113f;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem
}

.ProfileInformation__profileInfo {
  display: flex;
  align-items: baseline;
  gap: 1rem
}

.Form__formElementLabel, .ProfileInformation__label {
  font-size: 1.1rem;
  color: #15113f;
  font-weight: 400;
  text-align: left;
  width: 150px;
  padding-bottom: 0
}

.Form__formElementStatic {
  border: 0;
  padding: 0.4rem 0.8rem
}

.ProfileTabs__tabList:hover {
  background: rgba(255, 255, 255, .4);
  color: #15113f
}

.Layout__layout2 .EditProfileContainer__profileEdit {
  width: 100%
}

.Form__formElement > div {
  display: flex;
  align-items: baseline
}

.Form__formspacing .Form__formElement > div, .edit_properties .Form__formElement > div {
  display: block
}

.Form__formElementControl {
  flex: 1
}

.FilterTabs__filterList.CommonStyle__zt1LinkActive {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #15113f;
  cursor: default
}

.Filter__filter, .TicketListItem__ticketCardTitle, .TicketListItem__ticketId, .TicketListItem_createdTime, .TicketListItem_dueDate {
  color: #15113f
}

.Feed__feedContent {
  padding-bottom: 1rem
}

.Feed__feedFooter:after, .Feed__footerCol:after {
  background-color: #ededed
}

.TicketListItem__ticketId, .TicketListItem__ticketCardTitle {
  font-weight: bold;
  font-size: 1.2rem
}

a:hover .TicketListItem__ticketId {
  color: #5fd0df
}

.ProfileTabs__activeTab {
  color: #15113f;
  cursor: default;
  background-color: rgba(255, 255, 255, .4);
  border-bottom: 0
}

.ProfileTabs__activeTab:hover {
  color: #15113f;
  background-color: rgba(255, 255, 255, .4);
  border-bottom: 0
}

.EditProfileContainer__formFooter {
  text-align: center
}

.EditProfileContainer__formFooter a {
  max-width: 200px;
  width: 50%
}

.Survey__surveyBtn .Button__button {
  color: #fff;
  background-color: #ff595a
}

.UploadPopup__popupList, .Post__popUpList {
  margin: 0
}

.UploadPopup__content {
  border-radius: .5rem
}

@media (max-width: 48rem) {
  .Search__searchPanel {
    background-color: rgba(21, 17, 54, .85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
  }

  .Search__searchPanel .Search__serchFilter {
    font-size: .8em;
    color: #fff;
    font-weight: bold
  }

  .Search__searchPanel .Radio__radioButton [type=radio]:checked + .Radio__radioLabel {
    background-color: #5fcfdf;
    box-shadow: 0 2px #469aa6;
    border-left-color: #469aa6
  }

  .Search__searchPanel .Search__searchPanelClose {
    left: calc(50% - 10px)
  }

  .Search__searchPanel .Icon__searchColor {
    color: #15113f
  }

  .searchPanelSearchBox {
    border-radius: 1rem
  }

  .Input__searchPanelInput {
    border-radius: 1rem;
    border: none
  }

  .Search__searchPanelControls .Form__formElementLabel {
    width: auto
  }

  .Search__searchPanelControls .Form__formElement > div {
    align-items: center
  }
}

.CategoriesContainer__solutionListHeading, .ArticleWidgets__menuTitle, portal h1, portal h2, portal h3, portal h4 {
  color: #15113f
}

.Button__button {
  transition: all 350ms ease;
  padding: 0.7rem 2rem;
  border-radius: 5rem;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.3;
  border: 1px solid transparent
}

.Button__medium {
  line-height: unset
}

a[data-id=clost_ticket]:hover, a[data-id=ticket_submit]:hover, a[data-id=ticket_cancel]:hover, .Button__button:hover {
  color: #fff;
  background: #15113f;
  border: 1px solid transparent;
}

.Button__primary, .Button__vote {
  background-color: #ff595a;
  border: 1px solid #ff595a;
  color: #fff;
  box-shadow: none
}

.Button__neutral {
  background-color: rgba(255, 89, 90, .7)
}

.Button__neutral:hover {
  background-color: rgba(21, 17, 64, .7) !important
}

.DropDown__dropdown, .Input__input, .MultiSelect__inputFocus, .cc__wrapper {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  border: 0;
  color: #15113f;
  height: 2.7rem
}

.cc__userWrapper {
  padding-bottom: 0;
  padding-top: 0.1rem
}

.DropDown__arrowDown:after, .DropDown__arrowUp:after {
  border-color: #15113f;
  top: .9rem;
  right: 1.5rem;
  background: transparent;
  border-radius: 0
}

.DropDown__searchicon {
  background: transparent;
  padding: 0.1rem 2rem 0.1rem 1rem;
}

.DropDown__noResultBtm {
  padding-left: 1rem;
  padding-bottom: .5rem
}
.DropDown__noResultTop {
  padding-left: 1rem;
}
.DropDown__listview, .MultiSelect__ListAds {
  border: 0;
  border-radius: .5rem;
  box-shadow: 0 0px 6px rgb(0 0 0 / 24%)
}
.DropDown__listmenu {
  padding: 0.1rem 0.5rem 0 0.3rem;
}
.ConfirmBox__openBox {
  border-radius: 1rem
}

.Pill__pill, .Pill__tag {
  border: none;
  background-color: rgba(0, 0, 0, .2);
  line-height: 1.5rem;
  border-radius: 1rem;
  padding: 0.4rem 1rem
}

.Pill__pill a:hover {
  border: none !important;
}

.MultiSelect__inputFocus {
  padding: 1.1rem 1rem;
  margin-top: 1rem
}

.MultiselectField__multiField {
  text-align: left
}

.cc__wrapper {
  height: auto;
  min-height: 2.7rem
}

.cc__wrapper input {
  color: #15113f;
  min-height: unset
}

.cc__wrapper input::placeholder {
  color: #15113f
}

.cc__inputBox input {
  padding: 0;
  margin-top: 4px;
}

.cc__inputBox {
  min-width: 100%
}

.TicketDetailContainer__ticketDetailContainer .cc__usrTag {
  background: #fff;
  margin-bottom: .2rem
}

.CommonStyle__commonBorderColor {
  border-color: #dedede
}

.CommonStyle__commonBg, .CommonStyle__commonBgHover:hover {
  background: #f5f5f5
}

.TicketFormRightContainer__noResult {
  color: #15113f
}

.DropDown__bccolor, .DropDown__option:hover {
  color: #000
}

.AppContainer__backToTop:hover {
  background: #15113f
}

.DepartmentList__formInfo .Button__primary:hover {
  border: 1px solid #15113f
}

.DepartmentList__deptListItem:hover {
  color: #ff595a
}

.KB_Editor {
  border-radius: 1rem;
  border: 0;
  margin-top: 1rem
}

.KB_Editor_menus {
  border-radius: 1rem 1rem 0 0;
  box-shadow: none !important
}

.KB_Editor_iframe, .formEditor .ze_area {
  border-radius: 0 0 1rem 1rem
}

.KB_Editor_iframe, .KB_Editor .ze_area {
  width: calc(100% - 1px) !important
}

.MultiSelect__suggestionFocus {
  color: #15113f;
  border-radius: 1rem
}

.MultiSelect__suggestion {
  color: #15113f;
}

.TextArea__textArea {
  border-radius: 1rem;
  padding: 1.5rem;
  background: #f5f5f5;
  border: 0;
  color: #15113f;
  font-family: 'Raleway', serif;
}

.Footer__footer {
  background-color: #15113f;
  color: #fff
}

.Footer__footerLink {
  color: #fff;
  border-bottom: 1px solid #fff
}

.Footer__footerLink:hover {
  color: #ff595a;
  border-bottom: 1px solid #ff595a;
  text-decoration: none
}

.Footer__footerLink_privacy {
  color: #fff;
  text-decoration: none
}

.Footer__footerLink_privacy:hover {
  color: #ff595a
}
.Layout__layout1 #field_cc.Form__formElement {
  position: absolute;
  width: calc(100% - 6rem);
  bottom: 5rem;
}
.Layout__layout1 #field_cc.Form__formElement .cc__userWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 4rem;
}
.Form__formspacing {
  padding: 0 3rem;
  position: relative;
}
.TicketFmLtCnter__formFooter {
  text-align: center;
  padding: 8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .Form__formspacing {
    padding: 0 1rem;
    position: relative;
  }
  .Layout__layout1 #field_cc.Form__formElement {
    width: calc(100% - 2rem);
  }
}
.Post__chataboutthisticket {
  display: none
}

.Layout__layout1 #field_cf_case_filter.Form__formElement, #field_cf_channel_filter.Form__formElement {
  display: none
}

#field_cf_case_filter, #ticket_department, #ticket_dueDate {
  display: none
}

.ticket_duedate, .ticket_departmentid, .ticket_casecategory {
  display: none
}

.Button__danger {
  box-shadow: none;
  font-size: 1rem
}

.WidgetsContainer__lftWd {
  background: #fff;
  padding: 0
}

.WidgetsContainer__lftWd .CustomWidgets__title {
  margin: 0;
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #f2f2f2
}

.WidgetsContainer__lftWd .CustomWidgets__customDescription {
  padding: 1rem
}

.WidgetsContainer__lftWd .CustomWidgets__customDescription h3,
h4.announce_title {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin: 0 0 0.3rem;
  font-weight: 800
}

p.announce_date {
  color: #aaa;
  margin: 0 0 0.8rem;
}

table.news_table {
  margin-bottom: 0;
  text-align: initial;
  table-layout: fixed;
  overflow-wrap: break-word;
  max-width: 100%
}
.news_table .announcement_link {
  color: #ff595a;
}

.news_table .announcement_link:hover {
  color: #5fd0df;
}

@media (max-width: 48rem) {
  table.news_table tr {
    display: flex;
    flex-direction: column
  }

  table.news_table td {
    flex: 1;
    display: block
  }

  table.news_table td:first-child {
    min-width: 100%;
    text-align: center;
    padding-bottom: 1rem
  }
}
.SocialShare__socialShare { display: none; }
/* Launchpad */
.launchpad-sidebar {
  position: fixed;
  height: 100%;
  width: 50px;
  top: 0;
  background: #d9b58f;
  display: flex;
  flex-direction: column;
  z-index: 10;
  text-align: center;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 30%);
}
.launchpad-sidebar:hover {
  width: 200px;
}
a.launchpad-icon {
  background-color: #ff595a;
  border-radius: 3rem;
  margin: 10px 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: transparent;
  position: relative;
  overflow: hidden;
}
a.launchpad-icon:after {
  content: '';
  height: 16px;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  transition: all 0.2s ease-in-out;
  width: 16px;
  top: 8px;
  left: 6px;
  opacity: 100;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M156.6 384.9L125.7 353.1C117.2 345.5 114.2 333.1 117.1 321.8C120.1 312.9 124.1 301.3 129.8 288H24C15.38 288 7.414 283.4 3.146 275.9C-1.123 268.4-1.042 259.2 3.357 251.8L55.83 163.3C68.79 141.4 92.33 127.1 117.8 127.1H200C202.4 124 204.8 120.3 207.2 116.7C289.1-4.07 411.1-8.142 483.9 5.275C495.6 7.414 504.6 16.43 506.7 28.06C520.1 100.9 516.1 222.9 395.3 304.8C391.8 307.2 387.1 309.6 384 311.1V394.2C384 419.7 370.6 443.2 348.7 456.2L260.2 508.6C252.8 513 243.6 513.1 236.1 508.9C228.6 504.6 224 496.6 224 488V380.8C209.9 385.6 197.6 389.7 188.3 392.7C177.1 396.3 164.9 393.2 156.6 384.9V384.9zM384 167.1C406.1 167.1 424 150.1 424 127.1C424 105.9 406.1 87.1 384 87.1C361.9 87.1 344 105.9 344 127.1C344 150.1 361.9 167.1 384 167.1z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  mask-position: left;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M156.6 384.9L125.7 353.1C117.2 345.5 114.2 333.1 117.1 321.8C120.1 312.9 124.1 301.3 129.8 288H24C15.38 288 7.414 283.4 3.146 275.9C-1.123 268.4-1.042 259.2 3.357 251.8L55.83 163.3C68.79 141.4 92.33 127.1 117.8 127.1H200C202.4 124 204.8 120.3 207.2 116.7C289.1-4.07 411.1-8.142 483.9 5.275C495.6 7.414 504.6 16.43 506.7 28.06C520.1 100.9 516.1 222.9 395.3 304.8C391.8 307.2 387.1 309.6 384 311.1V394.2C384 419.7 370.6 443.2 348.7 456.2L260.2 508.6C252.8 513 243.6 513.1 236.1 508.9C228.6 504.6 224 496.6 224 488V380.8C209.9 385.6 197.6 389.7 188.3 392.7C177.1 396.3 164.9 393.2 156.6 384.9V384.9zM384 167.1C406.1 167.1 424 150.1 424 127.1C424 105.9 406.1 87.1 384 87.1C361.9 87.1 344 105.9 344 127.1C344 150.1 361.9 167.1 384 167.1z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 16px 16px;
  -webkit-mask-position: left;
  background-color: #fff;
  color: #fff;
}
.launchpad-sidebar:hover a.launchpad-icon {
  width: calc(100% - 20px);
  color: #15113f;
  line-height: 1.8;
  padding: 0 1rem 0 1.2rem;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}
.launchpad-sidebar:hover a.launchpad-icon:after {
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
  width: 18px;
  height: 18px;
  left: 15px;
  background-color: #15113f;
  color: #15113f;
}
.launchpad-content {
  width: 50px;
  opacity: 1;
  display: block;
  transition: all 0.2s ease-in-out;
  text-align: left;
  padding: 0 4px;
  overflow: hidden;
}
.launchpad-sidebar:hover .launchpad-content {
  width: 100%;
  opacity: 1;
  padding: 0 1rem;
}
.launchpad-link, .launchpadLink {
  display: block;
  color: transparent;
  margin: 10px 0;
  background-color: transparent;
  min-height: 40px;
  border-radius: 3rem;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  padding: .8rem 1rem .8rem 2.8rem;
  width: 168px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resources>div, .favorites>div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.launchpad-sidebar:hover .launchpad-link {
  background-color: #ffffff;
  color: #333;
}
.launchpad-sidebar:hover .launchpad-link:hover, .launchpadLink:hover {
  background-color: #ededed;
}
.launchpad-link:before, .launchpadLink:before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.launchpad-link.lp-knowbe:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/knowbe4_navy.png');
}
.launchpad-link.lp-mai:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/mai_navy.png');
}
.launchpad-link.lp-nexus:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/nexus_logo.png');
}
.launchpad-link.lp-reged:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/reged_navy.png');
}
.launchpad-link.lp-docsign:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/65ebac3f247f33e6374704c6_docsign.png');
}
.launchpad-link.lp-orion:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615aa31728db776a13eb803_invertedOrion.png');
}
.launchpadLink.lp-pfp:before {
  	background-image: url('https://assets.mutual.group/pfpflat.png');
}

.launchpad-link.lp-smarsh:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/smarsh_navy.png');
}
.launchpad-link.lp-ascent:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/65fcd0fd1c57adeabc5aba79_ascentbutton.png');
}
.launchpadLink.lp-schwab:before {
    background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615aa31954c83356e99f79e_greyschwab.png');
}
.launchpadLink.lp-fidelity:before {
    background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615aa47b2757e09d4f919c4_Fidelilty.png');
}


.launchpad-sidebar:hover .lp-knowbe:before, .launchpadLink.lp-knowbe:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/knowbe4.png');
}
.launchpad-sidebar:hover .lp-mai:before, .launchpadLink.lp-mai:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/mai_logo.png');
}
.launchpad-sidebar:hover .lp-nexus:before, .launchpadLink.lp-nexus:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/nexus_logo.png');
}
.launchpad-sidebar:hover .lp-reged:before, .launchpadLink.lp-reged:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/reged_r.png');
}
.launchpad-sidebar:hover .lp-docsign:before, .launchpadLink.lp-docsign:before {
  background-image: url('https://assets.mutual.group/docusignssobutton.png');
}
.launchpad-sidebar:hover .lp-orion:before, .launchpadLink.lp-orion:before {
    background-image: url('https://assets.mutual.group/invertedOrion.png');
}
.launchpad-sidebar:hover .lp-pfp:before, .launchpadLink.lp-pfp:before {
  	background-image: url('https://assets.mutual.group/pfpflat.png');
}


.launchpad-sidebar:hover .lp-smarsh:before, .launchpadLink.lp-smarsh:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/smarsh_logo_w.png');
}
.launchpad-sidebar:hover .lp-ascent:before, .launchpadLink.lp-ascent:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/65fcda2a4012ae2e959c938c_betterblueascent.png');
}
.launchpad-sidebar:hover .lp-schwab:before, .launchpadLink.lp-schwab:before {
    background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615aa31954c83356e99f79e_greyschwab.png');
}
.launchpad-sidebar:hover .lp-fidelity:before, .launchpadLink.lp-fidelity:before {
    background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615aa47b2757e09d4f919c4_Fidelilty.png');
}


@media only screen and (max-width: 1310px) {
  .launchpad-sidebar { height: 50px; right:0;top:0;position:absolute; border-radius: 0 0 0 1rem;}
  a.launchpad-icon { position: absolute; margin: 10px 10px;}
  .launchpad-sidebar:hover { height: 100%; right:0;border-radius: 0;  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 30%);}
  #headerRow { padding-right: 60px;}
  .launchpad-content {    margin-top: 60px; }
  .launchpad-sidebar:hover a.launchpad-icon { position: relative; box-shadow: none; margin: 0.8rem 0.6rem;}
  #container { position:relative;}
  .launchpad-link:before { display: none;}
  .launchpad-sidebar:hover .launchpad-link:before { display: block;}
  .launchpad-sidebar:hover .launchpad-content {margin:unset; }
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    top: 20px;
  }
  to {
    top: 0px;
  }
}
@keyframes menu-sub-dropdown-animation-height {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
.launchpadHeader {
  height: auto;
  display: block;
  padding: 0;
  width: 65px;
  left: -10px;
  top: 0px;
  border-radius: 0;
  position: absolute;
}
span.launchpadIcon {
  padding: 11px;
  margin: 10px;
  display: block;
  border-radius: 4rem;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
span.launchpadIcon:before {
  content: '';
  width: 42px;
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/rocket-solid-white.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 11px;
  display: block;
  max-height: 42px;
  height: 42px;
  position: absolute;
  margin-top: 12px;
  transform: translateY(-50%);
  margin-left: -13px;
}
.launchpadHeader:hover .launchpadIcon {
  background: rgba(255, 255, 255, .1);
}
.launchpadHeader:hover .launchpadIcon:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/rocket-solid.svg');
}
.launchpadContent {
  position: relative;
  display: none;
  padding: 1rem;
  width: 250px;
  top: 0px;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  border-radius: 1rem;
  background-color: #d9b58f;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
}
.launchpadHeader:hover .launchpadContent {
  display: block;
}
.launchpadLink {
  width: auto;
  display: block;
  color: #333;
  background: #fff;
  margin-top: 5px;
  text-align: left;
}
.launchpadLink:hover {
  background: rgba(255,255,255, .8);
}
#tabList {
  padding-left: 42px;
  position: relative;
}
.portalContainer {
  position: relative;
}
#portal_tabCases {
  margin-left: auto;
  margin-right: 0;
}

#portal_tabAllCases {
  margin-left: auto;
  margin-right: 0;
}
.FormShortCut__formPopup {
  margin-top: 18px;
  margin-left: -26px;
}
#formShortCut .FormShortCut__plusPopup:hover:before {
  background-color: #ffffff10;
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/file-circle-plus-solid.svg');
}
#formShortCut .FormShortCut__plusPopup:before {
  content: '';
  width: 42px;
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/file-circle-plus-solid-white.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 11px;
  display: block;
  max-height: 42px;
  height: 42px;
  position: absolute;
  top: -27px;
  margin-left: -8px;
  border-radius: 2rem;
}
@media only screen and (max-width: 1228px) {
  .launchpadHeader {
    left: 0;
  }
  #tabList {
    padding-left: 52px;
  }
  .launchpadContent {
    left: 6px;
  }
}
@media only screen and (max-width: 769px) {
  /*.launchpadHeader {

  }
  */
  #tabList {
    padding-left: 50px;
  }
}
#headerContainer {
  z-index: 100;
}
.button.icon {
  padding-left: 45px;
}

.button.outline {
  background-color: #15113f;
  border: 1px solid #ff595a;
  color: #fff;
}
.sidebarLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.button {
  text-transform: uppercase;
  padding: 10px 40px 10px 30px;
  background-color: #ff595a;
  color: #fff;
  border-radius: 1.5rem;
  position: relative;
  transition: all 350ms ease;
  font-size: 1rem;
  font-weight: bold;
}
.sidebarLinks .button {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: left;
  padding-left: 50px;
  line-height: 1.2rem;
  background-color: #15113f;
  color: #fff;
  border-color: #15113f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button.icon:before {
  content: '';
  height: 30px;
  width: 30px;
  background: transparent no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  left: 6px;
  top: 5px;
  border-radius: 1.5rem;
  background-color: #15113f;
}
.button.favorites:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/star-solid-white.svg');
}
.button.favorites:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/star-solid-orange.svg');
}
.button.resources:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/resources-white.svg');
}
.button.resources:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/resources.svg');
}
.button.feedback:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/feedback-white.svg');
}
.button.feedback:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/feedback-solid.svg');
}
.button.highfive:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/highfive-white.svg');
}
.button.highfive:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/highfive-solid.svg');
}
.button.phone:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/phone-white.svg');
}
.button.phone:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/phone-solid.svg');
}
.button.linkedin:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/linkedin-white.svg');
  background-size: 14px;
}
.button.linkedin:hover:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/linkedin-solid.svg');
  background-size: 14px;
}
.button.annuity:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615717b365892237f48a6cc_white-square-check-o.svg');
}
.button.annuity:hover:before {
  background-image: url('https://uploads-ssl.webflow.com/65ebac1e2c7ea1c42beec1ca/6615717bc095d166ce131f61_red-square-check-o.svg');
}

.cta_button:after, .button:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-left: 2px solid #fff;
  border-radius: 2px 0;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  background-color: transparent;
  top: calc(50% - 0.35rem);
  right: 1.3rem;
}
.button.outline:after {
  border-color: #fff;
}
.button.outline:hover {
  background-color: #15113f;
  border-color: #15113f;
  color: #ff595a;
}
.button.outline:hover:after {
  border-color: #ff595a;
}
.button.outline.resources:after, .button.outline.favorites:after {
  transform: rotate(-45deg);
  top: 13px;
  transition: all 350ms ease;
}
.button.outline.resources:hover:after, .button.outline.favorites:hover:after {
  transform: rotate(-225deg) translateX(3px) translateY(-5px);
}
.resources-dropdown, .favorites-dropdown {
  list-style: disc;
  border-top: 1px solid #ff595a;
  opacity: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
}
.button.outline.resources a, .button.outline.favorites a {
  color: #fff;
  font-size: 1rem;
}
.button.outline.resources ul a, .button.outline.favorites ul a {
  color: #fff;
  font-size: .9rem;
}
.button.outline.resources a:hover,
.button.outline.resources:hover a.main-link,
.button.outline.favorites a:hover,
.button.outline.favorites:hover a.main-link{
  color: #ff595a;
}
.button.outline.resources:hover .resources-dropdown,
.button.outline.favorites:hover .favorites-dropdown {
  height: auto;
  opacity: 1;
  margin: 10px -30px 0 -40px;
  padding: 10px 15px 10px 20px;
  animation: menu-sub-dropdown-animation-fade-in 0.8s ease 1, menu-sub-dropdown-animation-height 0.4s ease 1;
}
.resources-dropdown a, .favorites-dropdown a {
  color: #fff;
  text-transform: none;
  padding: 2px 0;
  display: block;
}
.resources-dropdown a:hover, .favorites-dropdown a:hover {
  color: #ff595a;
}

.Layout__layout2 .WidgetsContainer__fadeInWidgetShow {
  background-color: #d9b58f;
  /*background-color: #64d0d5;*/
  padding: .5rem 0;
  border-radius: 1rem;
}
span.sso-center {
  display: block;
  font-weight: bolder;
  color: #15113f;
  padding-left: 5px;
  text-align: left;
  margin-top: -10px;
  font-size: 18px;
}
.mutual-alert {
  padding: 1rem 1rem 1rem 60px;
  position: relative;
  border-bottom: 1px solid #efefef
}
.mutual-alert p {
  margin:5px 0;
  font-size: .9rem;
  line-height: 1.5;
  color: #15113f;
}
.mutual-alert p:first-child {
  margin-top:20px;
}
.mutual-alert:before {
  content: '';
  height: 30px;
  width: 30px;
  background: transparent no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 11px;
  border-radius: 1.5rem;
  background-color: #ff595a;
  background-size: 14px;
}
.alert-bullhorn:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/bullhorn-solid-white.svg');
}
.alert-date:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/calendar-days-solid-white.svg');
}
.alert-bell:before {
  background-image: url('https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/bell-solid-white.svg');
}
.Layout__layout1 .WidgetsContainer__lftWd .CustomWidgets__customDescription .mutual-alert:nth-child(2)  {
  background: #fff;
}
.mutual-alert h1,
.mutual-alert h2,
.mutual-alert h3,
.mutual-alert h4 {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin: 0;
  font-weight: 800;
}
.Layout__layout1 .WidgetsContainer__lftWd .CustomWidgets__customDescription .mutual-alert {
  border-bottom: 1px solid #efefef;
}
.mutual-alert a {
  color: #ff595a;
}
.mutual-alert a:hover {
  color: #5fd0df;
}
.Layout__layout1 .WidgetsContainer__lftWd .CustomWidgets__customDescription {
  padding: 0 0 2rem 0;
}
.commWrapper {
  display: flex;
  flex-direction: row;
}
.commUnit {
  flex:1;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.comm {
  padding: 0 1rem;
  height: 100%;
}
.button.navy {
  background-color: #15113f;
  padding-left:20px;
}
.button.navy:hover {
  background-color: #ff595a;
}
ul.comm-list {
  list-style: none;margin:0;padding:0 0 0 1rem;font-size: .9rem;line-height: 1.5;
}
ul.comm-list li {
  padding:.2rem 0 0 6rem;
  margin: 0 0 0 -1rem;
  border-bottom: 1px solid #efefef;
}
ul.comm-list li .date {
  font-weight: bolder;
  margin-left:-6rem;
}
ul.comm-list li a {
  color: #ff595a;
}
ul.comm-list li a:hover {
  color: #5fd0df;
}
.advisorCommunications {
  border-radius:1rem 1rem;margin:0;padding:1.5rem 1rem 1rem;text-align: center;background: #5fcfdf;
}
.hybridCommunications {
  border-radius:1rem 1rem;margin:0;padding:1.5rem 1rem 1rem;text-align: center;background: #f7c9e3;
}
.dualCommImage {
  margin:0 auto;
}
.commBody {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: calc(100% - 70px);
}
.commBody p {
  text-align: right;
  margin-bottom: 0.3rem;
  margin-top: auto;
  align-self: flex-end;
}
.commBody p a.button {
  margin: 1rem 0 0;
  display: block;
}
.commBody h3 {
  margin-top:.3rem;margin-bottom: 0.6rem;
}
.borderRight {
  border-right: 1px solid #f2f2f2;
}
.FormShortCut__formPopup svg { display: none; }

@media only screen and (max-width: 769px) {
  .commWrapper {
    flex-direction: column;
  }
  .Layout__layout2 .WidgetsContainer__fadeInWidgetShow {
    border-radius: 0;
  }
  .Header__brandLogoImg {
    max-height: 1.6rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 48.1em) {
  .Layout__twoColumn[data-id='home']  .Layout__layout1 {
    width:75%;
  }
  .Layout__twoColumn[data-id='home']  .Layout__layout2 {
    width: 25%;
    padding-top: 4px;
  }
}
.Layout__twoColumn[data-id='home'] .Layout__layout2 .WidgetsContainer__rightWd {
  padding: 0 1rem;
  margin-bottom: 0;
}
.tagsWidget {
  display: block;
}
.tagsWidget ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tagsWidget li {
  list-style: none;
}
.tagsWidget a {
  border: none;
  background-color: rgba(0, 0, 0, .2);
  line-height: 3rem;
  border-radius: 1rem;
  padding: 0.6rem 1rem;
  color: #333;
  margin: 0 5px 4px 0;
}
.Layout__layout2 .WidgetsContainer__rightWd .tagsWidget a:hover {
  box-shadow: 0 0 3px #00000080;
  color: #333 !important;
}
.WidgetsContainer__rightWd+.WidgetsContainer__rightWd {
  margin-top: -20px;
}
/*IMP Tab*/
#portal_tabIMP:hover .IMP-MenuContent {
display:block;
}

#portal_tabIMP:hover .ImpTitle {
color: #ff595a;
}

.IMP-Menu {
height:auto;
}

/*
#IMP_tab {

}
.ImpTitle {

}
*/
.IMP-MenuWrapper {
  position: absolute;
  height:auto;
  top:62px;
}
.IMP-MenuContent {
  position: relative;
  left: -30px;
  display: none;
  padding: 1rem;
  width: auto;
  top: 0px;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  border-radius: 1rem;
  background-color: #15113f;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
}

.IMP-List {
list-style:none;
display:block;
font-size: 14px;
line-height: 1.7rem;
color:#ffffff;
padding-inline-start: unset;
text-align: left;
}



.IMP-List a {
  color:#ffffff;
}
.IMP-List a:hover {
text-decoration: underline;
text-decoration-color: #ff595a;
font-weight:bolder;
}

.IMP-item:before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.IMP-Item a {
  display: block;
  width: auto;
  color: #fff;
  margin-top: 5px;
  text-align: left;
}
.IMP-Item:hover a {
  color: #ff595a;
  text-decoration: none;
  font-weight: bolder;
}

/*Form Dropdown List */
.formsHeader {
  height: auto;
}
span.formGroupTitle {
  display:block;
  font-weight: bolder;
  color: #ff595a;
  padding-left: 5px;
  text-align: left;
  font-size: 16px;
  
}
#portal_tabForms:hover .formsContent {
 display: block;
 }

#portal_tabForms:hover .formsTitle {
  color: #ff595a;
}
 .formsMenuWrapper {
   position: absolute;
   height:auto;
   top:62px
  }

.formsContent {
  position: relative;
  left: -30px;
  display: none;
  padding: 1rem;
  width: auto;
  top: 0px;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  border-radius: 1rem;
  background-color: #15113f;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
   }
.formsLink:before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: 30px;
}
#links_DueDiligence {
 background-color: #15113f;
 padding: 5px;
 color: #fff;
}
.formsLink {
 display: block;
 width: auto;
 color: #fff;
 margin-top: 5px;
 text-align: left;
}
.formsLink:hover {
text-decoration: underline;
text-decoration-color: #ff595a;
font-weight: bolder;
}
.formGroup {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 1.7rem;
}

/* IMP Menu End */

#field_accountId {
  display:none;
}

.warning-block {
    border: 2px solid #ff595a;
    background-color: #ffdbdb;
    background-image: url(https://mutualsecuritiesdemo.s3.us-west-1.amazonaws.com/notice.svg);
    background-position: 13px 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px 0 55px;
    overflow: visible;
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.orange-text {
    color: #ff595a;
    font-family: Raleway, sans-serif;
    font-weight: 600;
}
.CustomWidgets__leftWd {
  position:relative;
}
