/* Beginning of Ticket 19968408434 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/inbox/1844609/conversations/19968408434 */

/* To left aling Link Set text and remove underline */

/* To override link set styling so it flows */

.format-link-set-items.landscape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* overrride link styling */

.format-link-set-items .format-link-set-item {
    text-decoration: none;
    line-height:1.2px;
    text-align: left!important;
}

/* remove underline */

#content .title a, #content .text a, #content .caption a, #content ._4ORMAT_content_wrapper a,
#content .title a:hover, #content .text a:hover, #content .caption a:hover, #content ._4ORMAT_content_wrapper a:hover {
   text-decoration: none;
}

/* End of Ticket 19968408434 */

html {
  scroll-behavior: smooth;
}

/* Beginning of Ticket 17814202044035 - Steve */

/* https://app.intercom.com/a/apps/uinqovrx/inbox/inbox/143112/conversations/17814202044035 */

/* To set Gallery Heading Text to full-width */

#content .title .text {
    max-width: 100%!important;
}

/* End of Ticket 17814202044035 */
