<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item-list--menu {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); }
  @media screen and (max-width: 48em) {
    .item-list--menu {
      top: 105px !important; } }
  @media screen and (min-width: 48em) {
    .item-list--menu {
      top: 113px !important; } }
  .item-list--menu ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .item-list--menu ul li {
      font-size: 16px !important; }

@media only screen and (max-width: 1279px) {
  /* mobile menu trigger */
  /* end mobile menu trigger */
  #topmenu {
    padding-left: 0; }
  .item-list--menu {
    background-color: #E2EEF9;
    display: none;
    right: 2.5em;
    position: absolute;
    top: 104px;
    width: calc(100% - 5em);
    z-index: 101;
    border-top: 8px solid #2A2A2A;
    margin-left: 2.5em; }
  .item-list--menu li {
    display: block;
    margin: 0;
    padding: 0; }
  .item-list--menu li a {
    background-color: #E2EEF9;
    border-bottom: 1px solid #b8d5f0;
    color: #003087;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 13px 16px 13px 16px;
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(120deg, #b8d5f0 0%, #b8d5f0 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size .125s ease-in; }
  ul.description--panel li &gt; a {
    border-bottom: none;
    font-size: 18px; }
  .item-list--menu li a:hover {
    background-size: 100% 100%; }
  .item-list--menu li.has_children &gt; a {
    background-image: url(../../images/icons/arrow-right--blue.png), linear-gradient(120deg, #b8d5f0 0%, #b8d5f0 100%);
    background-position: right 1em center, 0 100%;
    background-repeat: no-repeat;
    background-size: auto 12px, 100% 0;
    transition: background-size .125s ease-in;
    text-decoration: none; }
  .item-list--menu li.has_children &gt; a:hover {
    background-size: auto 12px, 100% 100%; }
  /* level 1 submenu */
  .item-list--menu li.heading div.submenucontainer {
    display: none; }
  /* submenu */
  .item-list--menu li.heading ul.submenu li.has_children &gt; a::after {
    content: url(images/arrow-right--blue.svg);
    top: 50%;
    transform: translateY(-50%); }
  .submenu li.has_children span,
  .submenu li.last span {
    display: none;
    /* this should not exist but just in case */ }
  /* level 2 submenu */
  .item-list--menu ul.innermenu {
    display: none; }
  .description--panel {
    border-bottom: 1px solid #cee4f9;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 0; }
  .description--panel span {
    display: block;
    padding: 10px 16px 10px 16px; }
  .description--panel &gt; a:hover {
    background-color: #E4AB17; }
  .description--panel &gt; a:after {
    content: url(images/arrow-right--black-mobile.svg);
    padding-left: 10px; }
  a.backtomainlink,
  a.backonelevel {
    background-color: #E2EEF9;
    color: #003087;
    display: inline-block;
    font-size: 0.899em;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px 10px 36px;
    text-decoration: none;
    background-image: url(../../images/icons/arrow-left--blue.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: auto 12px; }
  a.backtomainlink:hover,
  a.backonelevel:hover {
    text-decoration: underline; }
  a.backtomainlink::after,
  a.backonelevel::after {
    content: none;
    padding-left: 0; }
  /* infobox */
  /* in mobile we are not displaying the infobox */
  .infobox {
    display: none; }
  .infobox div.infocontent {
    display: none; }
  /* remove description span at level 3 on mobile */
  .innermenuVisible li span {
    display: none; }
  /* but we need to use the first description at level 3 on mobile */
  ul.innermenuVisible &gt; li:first-child span {
    border-bottom: 1px solid #cee4f9;
    display: block;
    padding: 10px 16px 10px 16px; }
  /* we also need to format the first li differently */
  ul.innermenuVisible &gt; li:first-child a {
    border-bottom: none;
    font-size: 18px; } }

/* end 1279 and below */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* make moblie menu narrower  */
  .item-list--menu {
    height: auto;
    width: 60%; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* make moblie menu narrower  */
  .item-list--menu {
    height: auto;
    width: 40%; } }

/* desktop menu begins here */
@media only screen and (min-width: 1280px) {
  .society-menu-blocks {
    background-color: #003087; }
  .item-list--menu {
    display: block;
    box-shadow: none; }
  #topmenu li.heading {
    padding: 0 0;
    /* changed */ }
  #topmenu li.heading a {
    padding: 21px 20px;
    /* changed*/ }
  /* top level menu items */
  #topmenu {
    padding-left: 0;
    -webkit-transform: translateX(0);
    background-color: #003087;
    display: flex;
    font-size: 16px;
    margin: 0 auto;
    max-width: 1400px;
    opacity: 1;
    overflow: visible;
    padding: 0px;
    position: relative;
    transform: translateX(0);
    visibility: visible;
    z-index: 99; }
  #topmenu li {
    display: block;
    flex: 1 1 auto;
    margin: 0; }
  #topmenu li a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 21px 10px;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(120deg, #001e54 0%, #001e54 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size .125s ease-in; }
  #topmenu li.heading a:hover {
    background-size: 100% 100%; }
  #topmenu li.heading.has_children &gt; a {
    background-image: linear-gradient(120deg, #001e54 0%, #001e54 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 100%;
    padding-right: 34px; }
    #topmenu li.heading.has_children &gt; a span:after {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-left: 6px;
      background-image: url(../../images/icons/chevron-down--white.png);
      background-size: 14px auto;
      background-repeat: no-repeat;
      background-position: top 6px center; } }
    @media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (min-resolution: 1.5dppx) {
      #topmenu li.heading.has_children &gt; a span:after {
        background-image: url(../../images/icons/chevron-down--white@2x.png); } }
  @media only screen and (min-width: 1280px) and (min-width: 80em) {
    #topmenu li.heading.has_children &gt; a {
      background-position: 0 100%; } }
  @media only screen and (min-width: 1280px) and (min-width: 84.5em) {
    #topmenu li.heading.has_children &gt; a {
      background-position: 0 100%; } }
  @media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (min-resolution: 1.5dppx) {
    #topmenu li.heading.has_children &gt; a {
      background-image: linear-gradient(120deg, #001e54 0%, #001e54 100%); } }
@media only screen and (min-width: 1280px) {
  #topmenu li.heading.has_children &gt; a:hover {
    background-size: 100% 100%; }
  #topmenu li.heading a.active {
    background-color: #2A2A2A;
    background-image: none; }
  #topmenu li.heading a.active:hover {
    background-color: #2A2A2A;
    background-image: none; }
  #topmenu li.heading.has_children &gt; a.active {
    background-image: linear-gradient(120deg, #2A2A2A 0%, #2A2A2A 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    padding-right: 34px; }
    #topmenu li.heading.has_children &gt; a.active span:after {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-left: 6px;
      background-image: url(../../images/icons/chevron-up--white.png);
      background-size: 14px auto;
      background-repeat: no-repeat;
      background-position: top 6px center; } }
    @media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (min-resolution: 1.5dppx) {
      #topmenu li.heading.has_children &gt; a.active span:after {
        background-image: url(../../images/icons/chevron-up--white@2x.png); } }
@media only screen and (min-width: 1280px) {
  /* container for everything under a topmenu item*/
  div.submenucontainer {
    background-color: #fff;
    border-top: 8px solid #2A2A2A;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    display: flex;
    visibility: collapse;
    /* display:none */
    height: auto;
    left: 0;
    margin: 0 0;
    overflow: visible;
    position: absolute;
    top: 58px;
    width: 100%; }
  /* level 1 submenu */
  #topmenu li.heading ul.submenu {
    background-color: #E2EEF9;
    display: none;
    height: auto;
    margin: 0px;
    overflow: visible;
    width: 24%;
    flex: 1 1 auto;
    padding-left: 0; }
  #topmenu li.heading ul.submenu li {
    display: block;
    margin: 0;
    padding: 0; }
  #topmenu li.heading ul.submenu &gt; li &gt; a {
    background-color: #E2EEF9;
    border-bottom: 1px solid #b8d5f0;
    color: #003087;
    display: block;
    line-height: 1.5;
    padding: 13px 60px 13px 32px;
    position: relative;
    text-align: left;
    text-decoration: none;
    background-image: linear-gradient(120deg, #b8d5f0 0%, #b8d5f0 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    color: #003087;
    transition: background-size .125s ease-in; }
  #topmenu li.heading ul.submenu &gt; li &gt; a:hover {
    background-size: 100% 100%; }
  #topmenu li.heading ul.submenu &gt; li.last &gt; a {
    border-bottom: 1px solid #b8d5f0; }
  #topmenu li.heading ul.submenu li.has_children &gt; a {
    background-image: url(../../images/icons/arrow-right--blue.png), linear-gradient(120deg, #b8d5f0 0%, #b8d5f0 100%);
    background-repeat: no-repeat;
    background-position: right 32px center, 0 100%;
    background-size: auto 12px, 100% 0;
    transition: background-size .125s ease-in; }
  #topmenu li.heading ul.submenu li.has_children &gt; a:hover {
    background-size: auto 12px, 100% 100%; }
  li.localsociety a {
    font-weight: 700; }
  li.localsociety a::before {
    content: url(images/location.svg);
    margin-left: -20px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%); }
  #topmenu li.heading ul.submenu li a.active {
    color: #fff;
    background-color: #003087;
    background-image: none; }
  #topmenu li.heading ul.submenu li a.active:hover {
    background-color: #003087;
    background-image: none; }
  #topmenu li.heading ul.submenu li.has_children &gt; a.active {
    background-image: url(../../images/icons/arrow-left--white.png);
    background-repeat: no-repeat;
    background-position: right 32px center;
    background-size: auto 12px; }
  /* level 2 submenu - innermenus */
  ul.innermenu {
    background-color: #fff;
    display: none;
    height: auto;
    /* left: 24%; */
    overflow: visible;
    /* position: absolute;  */
    /* top: 0; */
    /* width: 47%; */
    /* flex: 1 1 auto; */
    margin-bottom: 10px; }
  #topmenu ul.innermenu li {
    border-bottom: 1px solid #333;
    padding: 13px 40px 13px 20px;
    display: block; }
  #topmenu ul.innermenu li.last {
    border-bottom: none; }
  /* ul.innermenu li a { */
  /* background-color: #fff; */
  /* border-bottom: 4px solid #FDC430; */
  /* color: $alz__blue; */
  /* display: inline; */
  /* font-weight: 700; */
  /* line-height: 2.5; */
  /*higher for 2 line items*/
  /* padding: 10px 0 5px 0; */
  /* text-decoration: none; */
  /* width: 100%; */
  /* } */
  /* ul.innermenu li a:hover { */
  /* border-bottom: 4px solid $alz__blue; */
  /* } */
  #topmenu li.heading .description--panel li a {
    background-color: #fff;
    box-shadow: inset 0 -2px #FFB819;
    color: #003087;
    display: inline;
    font-weight: 700;
    line-height: 1.15;
    padding: 0;
    text-decoration: none;
    width: 100%;
    background-image: linear-gradient(120deg, #FFB819 0%, #FFB819 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size .125s ease-in; }
  #topmenu li.heading .description--panel li a:hover {
    background-size: 100% 100%; }
  ul.innermenu li span {
    display: block;
    margin: 8px 0 10px 0;
    font-weight: 400; }
  ul.innermenu {
    display: none; }
  ul.innermenu a.innerMenulink {
    background-color: #FDC430;
    bottom: 40px;
    color: #333;
    display: inline-block;
    font-weight: 700;
    left: 20px;
    padding: 10px 20px;
    position: absolute; }
  ul.innermenu a.innerMenulink:hover {
    background-color: #E4AB17; }
  ul.innermenu a.innerMenulink:after {
    content: url(images/arrow-right--black.svg);
    padding-left: 10px; }
  #topmenu li.heading span {
    display: none;
    /* this is used for mobile only */ }
  #topmenu &gt; li.heading div.submenucontainer ul.submenu li span {
    display: none;
    /* don't show this in the first drop-down */ }
  #topmenu &gt; li.heading div.submenucontainer ul.submenu li.has_children ul.innermenu li span {
    display: block; }
  #topmenu li.heading span {
    display: block;
    /* this is used for mobile only */ }
  .description--panel {
    background-color: #fff;
    display: none;
    height: 100%;
    /* left: 24%; */
    padding: 0 !important;
    /* position: absolute;  */
    /* top: 0px; */
    width: 47%;
    flex: 1 1 auto;
    overflow: hidden; }
  #topmenu li.heading .description--panel {
    font-weight: 700; }
  #topmenu li.heading .description--panel &gt; li {
    padding: 20px !important; }
  #topmenu li.heading .description--panel &gt; li &gt; span {
    display: block;
    font-weight: 400;
    padding: 10px 0 80px 0; }
  #topmenu li.heading .description--panel &gt; a {
    background-color: #FDC430;
    bottom: 40px;
    color: #333;
    display: inline-block;
    left: 20px;
    line-height: 1;
    padding: 10px 20px;
    position: absolute; }
  #topmenu li.heading .description--panel &gt; a:hover {
    background-color: #E4AB17; }
  #topmenu li.heading .description--panel &gt; a:after {
    content: url(images/arrow-right--black.svg);
    padding-left: 10px; }
  /* infobox */
  div.infobox {
    background-color: #eee;
    height: auto;
    /* left: 71%; */
    padding: 20px;
    /* position: absolute; */
    /* top: 0px; */
    width: 29%;
    flex: 1 1 auto;
    display: none; } }

@media only screen and (min-width: 1440px) {
  #topmenu {
    font-size: 18px; }
  #topmenu li.heading {
    padding: 0 0; }
  #topmenu li.heading a {
    padding: 21px 20px; }
  #topmenu li.heading div.submenucontainer {
    top: 58px; } }

@media screen and (max-width: 489px) {
  .has-alert .item-list--menu {
    top: 196px !important; } }

@media screen and (min-width: 490px) and (max-width: 768px) {
  .has-alert .item-list--menu {
    top: 170px !important; } }

@media screen and (min-width: 48em) {
  .has-alert .item-list--menu {
    top: 181px !important; } }

@media screen and (max-width: 768px) {
  .item-list--menu {
    top: 103px !important; } }

@media screen and (min-width: 768px) {
  .item-list--menu {
    top: 113px !important; } }

@media screen and (max-width: 768px) {
  .user-logged-in.toolbar-horizontal .item-list--menu {
    top: 135px !important; } }

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .user-logged-in.toolbar-horizontal .item-list--menu {
    top: 145px !important; } }

@media screen and (max-width: 768px) {
  .has-alert.user-logged-in.toolbar-horizontal .item-list--menu {
    top: 202px !important; } }

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .has-alert.user-logged-in.toolbar-horizontal .item-list--menu {
    top: 212px !important; } }

@media screen and (max-width: 768px) {
  .user-logged-in.toolbar-vertical .item-list--menu {
    top: 135px !important; } }

@media screen and (min-width: 768px) {
  .user-logged-in.toolbar-vertical .item-list--menu {
    top: 145px !important; } }

@media screen and (max-width: 489px) {
  .has-alert.user-logged-in.toolbar-vertical .item-list--menu {
    top: 228px !important; } }

@media screen and (min-width: 490px) and (max-width: 768px) {
  .has-alert.user-logged-in.toolbar-vertical .item-list--menu {
    top: 203px !important; } }

@media screen and (min-width: 768px) {
  .has-alert.user-logged-in.toolbar-vertical .item-list--menu {
    top: 212px !important; } }
</pre></body></html>