
/* Main 360 panorama text section only: disable word splitting/hyphenation and refine lower paragraph font. */
.section-blue-header-index .section-blue-title-index,
.section-blue-header-index h1.section-blue-title-index,
#main > .row3:first-child section.call-to-action .row-content > p{
  word-break:normal!important;
  overflow-wrap:normal!important;
  word-wrap:normal!important;
  -webkit-hyphens:none!important;
  -moz-hyphens:none!important;
  -ms-hyphens:none!important;
  hyphens:none!important;
}

#main > .row3:first-child section.call-to-action .row-content > p{
  font-family:'Acad Nusx Geo','Arial',sans-serif!important;
  font-size:1.2em!important;
  line-height:1.52!important;
  letter-spacing:normal!important;
}
