:root{--color-black: #000;--color-white: #fff;--color-primary: rgb(0, 33, 106);--color-lightgrey: #dee2e6;--color-grey-border: #dcdcdc;--color-author: #1d7a82;--color-charcoal: #333F48;--color-orange: #F08519;--color-orange-light: #F1B170;--height-header-mobile: 70px;--height-header-desktop: 130px;--lab-bodytext-link-color: #f18619}body{font-family:"Trebuchet MS",sans-serif}body.hamburger-expanded{overflow-y:hidden}.pageHeader{height:var(--height-header-mobile)}.pageHeader .row.mainrow{flex-direction:column;max-width:100%;background-color:var(--color-charcoal)}.pageHeader .row.mainrow>.row{display:flex;width:100%;margin-inline:auto;align-items:center;background-color:var(--color-white)}.pageHeader .row.mainrow .row.mainline{background-color:var(--color-charcoal)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-button .burger-btn i.open{display:flex;align-items:center}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-button .burger-btn i.open::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-burger-light.svg);background-size:100%;background-repeat:no-repeat;height:20px;width:26px;display:inline-block}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-button .burger-btn i.close::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-close.svg);background-size:100%;background-repeat:no-repeat;height:16px;width:16px;display:inline-block}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container{left:0;padding-inline:30px;background-color:var(--color-white);overflow-y:auto;height:calc(100vh - var(--height-header-mobile));padding-bottom:3rem}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .first-list-item{padding-inline:0}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation{border-bottom:1px solid var(--color-lightgrey)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation:last-of-type{border-bottom:none}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .menu-list{padding-inline:2rem;padding-block:1rem;gap:1rem}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search{margin-inline:2rem;height:50px;border:1px solid var(--color-lightgrey);border-radius:6px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-button{height:50px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-button i.open::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-search.svg);background-size:100%;background-repeat:no-repeat;height:20px;width:20px;display:inline-block}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-container{width:auto;height:48px;padding-left:4px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-container input{background-color:var(--color-white);height:50px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item{position:relative;padding-left:2rem}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item span,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item a{font-size:18px;font-weight:700}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item.has-children::after{content:"";background-image:url(/view-resources/ultima/public/adt/icon-downarrow.svg);background-repeat:no-repeat;background-size:100%;height:15px;width:15px;display:inline;position:absolute;right:0;top:0}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item .children{display:none;flex-direction:column;gap:1rem;padding-top:.8rem;padding-bottom:1.4rem}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item .children li a{font-size:16px;color:#495057;font-weight:400}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item.expanded::after{transform:rotate(180deg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item.expanded .children{display:flex}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu1 .menu-list .first-list-item a{font-weight:700}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item{border-radius:2px;padding-block:12px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item a{font-size:16px;display:flex;align-items:center;justify-content:center;font-weight:600}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item a::before{content:"";background-size:100%;background-repeat:no-repeat;height:16px;width:16px;display:inline-block;margin-right:10px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login{background-color:var(--color-black)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login a{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login a::before{background-image:url(/view-resources/ultima/public/adt/icon-account-light.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-newsletter{border:1px solid var(--color-black)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-newsletter a::before{background-image:url(/view-resources/ultima/public/adt/icon-newsletter-dark.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list{flex-direction:row;justify-content:center}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item a{font-size:0}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item a::before{content:"";background-size:100%;background-repeat:no-repeat;height:20px;width:20px;display:inline-block;margin-right:10px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-fb a::before{background-image:url(/view-resources/ultima/public/adt/icon-facebook.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-twitter a::before{background-image:url(/view-resources/ultima/public/adt/icon-twitter.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-linkedin a::before{background-image:url(/view-resources/ultima/public/adt/icon-linkedin.svg)}.pageHeader .row.mainrow .row.mainline .hamburger.expanded .positionRelative .hamburger-button{background-color:inherit}.pageHeader .row.mainrow .row.mainline .hamburger.expanded .positionRelative .hamburger-button .burger-btn i.open{display:none}.pageHeader .row.mainrow .row.mainline .logo{padding-right:.8rem;padding-left:0}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list{align-items:flex-end;flex-direction:row}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item{padding-left:20px}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item a{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item.user-icon a{display:flex;align-items:center;font-size:0}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item.user-icon a::before{content:"";background-image:url(/view-resources/ultima/public/ams/icon-user-light.svg);background-size:100%;background-repeat:no-repeat;height:24px;width:24px;display:inline-block;margin-right:10px}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item.ico-newsletter-light a::before{height:24px;width:24px}html body[data-lab-imported=true] .column.factbox .content{border-top:4px solid #dcdcdc;background-color:#f0f2f2}html body[data-lab-imported=true] .column.factbox .content h2{font-size:23px;line-height:29px;font-weight:700}html body[data-lab-imported=true] .column.factbox .content h2:empty{display:none}html body[data-lab-imported=true] .column.factbox .content .fact sub{line-height:normal;font-weight:400;font-size:13px;color:#444}html body[data-lab-imported=true] .column.factbox .content .fact sub strong{font-weight:700}html body[data-lab-imported=true] .button-link .content.link-content{width:fit-content;background-color:var(--lab-bodytext-link-color);border:none;border-radius:5px;padding:7px 16px;text-transform:uppercase}html body[data-lab-imported=true] .button-link .content.link-content:hover{background-color:#f1b170}html body[data-lab-imported=true] .button-link .content.link-content:hover a{color:#fff}html body[data-lab-imported=true] .button-link .content.link-content a{color:#fff}html body[data-lab-imported=true] .column.factbox:has(+figure),html body[data-lab-imported=true] .column.quotebox:has(+figure){float:none !important}html body[data-lab-imported=true] .column.quotebox{border-block:1px solid #f0f2f2;margin-block:28px}html body[data-lab-imported=true] .column.quotebox .content{padding-block:24px}html body[data-lab-imported=true] .column.quotebox h3::before,html body[data-lab-imported=true] .column.quotebox h3::after{content:none}html body[data-lab-imported=true] .column.quotebox h3,html body[data-lab-imported=true] .column.quotebox p{font-size:1.4rem;line-height:2rem;color:#f18619;text-align:center;font-weight:700;font-style:italic}html body[data-lab-imported=true] .legacy-factbox{border-top:4px solid #dcdcdc;background:#f0f2f2;padding:1em;margin-bottom:1.5rem;display:inline-block;width:100%}@media screen and (min-width: 768px){html body[data-lab-imported=true] .legacy-factbox .inline_image.image_size_small{margin-bottom:28px}}@media screen and (min-width: 768px){html body[data-lab-imported=true] .legacy-factbox .inline_image,html body[data-lab-imported=true] .legacy-factbox .story_audio,html body[data-lab-imported=true] .legacy-factbox .story_video{margin-bottom:32px}}@media screen and (min-width: 1024px){html body[data-lab-imported=true] .legacy-factbox .image_size_med{width:60%}}html body[data-lab-imported=true] .legacy-factbox .image_size_small{width:180px}html body[data-lab-imported=true] .legacy-factbox .inline_image{margin:0 auto 36px;clear:both;position:relative}html body[data-lab-imported=true] .legacy-factbox h4,html body[data-lab-imported=true] .legacy-factbox h5,html body[data-lab-imported=true] .legacy-factbox h6{font-size:1.125rem}html body[data-lab-imported=true] .legacy-factbox .inline_meta{padding:12px 12px 24px;word-wrap:break-word;background-color:#fff}html body[data-lab-imported=true] .legacy-factbox .inline_meta .inline_title{font-weight:700}@media screen and (min-width: 480px){html body[data-lab-imported=true] .legacy-factbox .inline_image_left{float:left;margin-right:20px}html body[data-lab-imported=true] .legacy-factbox .inline_image_right{float:right;margin-left:20px}}html body[data-lab-imported=true] .legacy-factbox a.button.button{color:#fff;display:block;margin-block:1em;width:fit-content}html body[data-lab-imported=true] .legacy-factbox a:link,html body[data-lab-imported=true] .legacy-factbox a:visited{color:#f18619;text-decoration:none}html body[data-lab-imported=true] .legacy-factbox .button,html body[data-lab-imported=true] .legacy-factbox button{border:0;border-radius:5px;font-size:.889rem;font-weight:700;padding:7px 16px;font-family:PT Sans,sans-serif;text-transform:uppercase;text-align:center;color:#fff;background-color:#f18619;transition:background-color .25s ease-in}html body[data-lab-imported=true] .articleList.layout_vertical ul{max-height:500px;overflow-y:scroll}.menu-list .first-list-item[class*=" ico-"] a,.menu-list ul.children li[class*=" ico-"] a{display:flex;align-items:center}.menu-list .first-list-item[class*=" ico-"] a::before,.menu-list ul.children li[class*=" ico-"] a::before{content:"";background-size:100%;background-repeat:no-repeat;height:16px;width:16px;display:inline-block;margin-right:10px}.menu-list .first-list-item.ico-events-light a::before,.menu-list ul.children li.ico-events-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-events-light.svg)}.menu-list .first-list-item.ico-events-dark a::before,.menu-list ul.children li.ico-events-dark a::before{background-image:url(/view-resources/ultima/public/ams/icon-events-dark.svg)}.menu-list .first-list-item.ico-newsletter-light a::before,.menu-list ul.children li.ico-newsletter-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-newsletter-light.svg)}.menu-list .first-list-item.ico-reports-light a::before,.menu-list ul.children li.ico-reports-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-reports-light.svg)}.menu-list .first-list-item.ico-whitepaper-light a::before,.menu-list ul.children li.ico-whitepaper-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-whitepaper-light.svg)}.menu-list .first-list-item.ico-livestreams-light a::before,.menu-list ul.children li.ico-livestreams-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-livestreams-light.svg)}.menu-list .first-list-item.ico-magazines-light a::before,.menu-list ul.children li.ico-magazines-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-magazines2-light.svg)}.menu-list .first-list-item.ico-video-light a::before,.menu-list ul.children li.ico-video-light a::before{background-image:url(/view-resources/ultima/public/ams/icon-video2-light.svg)}article a{color:var(--lab-bodytext-link-color)}article a:hover{color:#222;text-decoration:underline}article .articleHeader .subtitle a{color:var(--color-white);background-color:var(--lab-bodytext-link-color);transition:background-color .25s ease-in;text-transform:uppercase;cursor:pointer;padding:7px 16px;border-radius:5px;font-weight:700;font-size:14px;line-height:32px}article .articleHeader .meta{display:flex;justify-content:flex-start;align-items:center;gap:1.6rem;flex-wrap:wrap}article .articleHeader .meta:has(.bylines>.byline:only-child) .bylines,article .articleHeader .meta:has(.bylines:empty) .bylines{flex:0;border-bottom:0;padding-bottom:0;margin-bottom:0}article .articleHeader .meta .dates,article .articleHeader .meta .read-time{display:flex;align-items:center}article .articleHeader .meta .dates::before,article .articleHeader .meta .read-time::before{content:"";background-size:100%;background-repeat:no-repeat;height:16px;width:16px;display:inline-block;margin-right:8px}article .articleHeader .meta .dates::before{background-image:url(/view-resources/ultima/public/adt/icon-events-dark.svg)}article .articleHeader .meta .read-time::before{background-image:url(/view-resources/ultima/public/adt/icon-clock.svg)}article .articleHeader .meta .social{margin-left:auto}article .articleHeader .meta .bylines{flex:100%}article .articleHeader .meta .bylines .byline:not(:has(figure)) .name::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-author.svg);background-size:100%;background-repeat:no-repeat;height:18px;width:18px;display:inline-block;margin-right:5px}article .articleHeader .meta .bylines .byline .name{white-space:nowrap}article .articleHeader .meta .bylines .byline .name>*{font-style:normal;color:var(--lab-bodytext-link-color)}article .articleHeader .meta .bylines .byline .name:not(:has(.description)){display:flex;align-items:center;gap:4px}article .row.social a,article .meta .social a{border:none;height:36px;width:36px;padding:0;margin-right:8px}article .row.social a::before,article .meta .social a::before{content:"";background-repeat:no-repeat;height:36px;width:36px;display:inline-block;background-image:url(/view-resources/ultima/public/ams/ams-icons.svg)}article .row.social a.fi-social-facebook::before,article .meta .social a.fi-social-facebook::before{background-position:-72px -368px}article .row.social a.fi-social-twitter::before,article .meta .social a.fi-social-twitter::before{background-position:-396px -368px;mask-image:none;background-color:initial;margin-top:0}article .row.social a.fi-social-linkedin::before,article .meta .social a.fi-social-linkedin::before{background-position:-180px -332px}article .row.social a.fi-mail::before,article .meta .social a.fi-mail::before{background-position:0 -368px}article .row.social button.fi-social-copyLink,article .meta .social button.fi-social-copyLink{border-radius:0;width:22px;height:22px}article .bodytext>h3{padding-bottom:0;margin-bottom:16px}article .bodytext>h4{font-size:17px;font-weight:700;line-height:26px}article .bodytext>h3,article .bodytext>h4{color:#212121}article .bodytext figure .content .caption{background-color:#f0f2f2;margin-top:0;padding:.8rem .5rem}article .bodytext figure .content .caption figcaption{display:block}article .bodytext figure.desktop-floatLeft.large-8{margin-bottom:32px}article .bodytext .markupbox .content hr{opacity:.5}article .bodytext ul{margin-top:1rem}article .bodytext ul li{margin-bottom:16px;margin-left:26px}article .articleFooter .tags a{color:var(--color-orange-light);background-color:var(--color-white);border:1px solid var(--color-grey-border);font-weight:400;font-size:14px;line-height:18px;transition:color 0ms,background-color .3s ease;border-radius:4px;text-transform:capitalize;padding:3px 8px}article .articleFooter .tags a:hover{color:var(--color-white);background-color:#222;border-color:var(--color-grey-border)}#view-all.row .text_singleline.column{align-self:flex-end;margin-bottom:0}#view-all.row .text_singleline.column .content{display:flex;align-items:flex-end;color:var(--color-black);font-size:27px}#view-all.row .text_singleline.column .content a{display:flex;align-items:center;margin-left:auto;font-size:16px;color:var(--color-black);text-decoration:none}#view-all.row .text_singleline.column .content a::after{content:"";background-image:url(/view-resources/ultima/public/adt/icon-rightarrow.svg);background-size:100%;background-repeat:no-repeat;height:15px;width:14px;display:inline-block;margin-left:10px}#front-top-article-row.row>article.column .content a .media figure{margin-top:1rem}body .main.front article .content .bylines{border-top:0}body .main.front article .content .bylines .byline .content figure{display:none}body .main.front article .content .bylines .byline .content .name{color:var(--color-author);font-size:14px;display:flex;align-items:center;font-style:normal}body .main.front article .content .bylines .byline .content .name::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-author.svg);background-size:100%;background-repeat:no-repeat;height:18px;width:18px;display:inline-block;margin-right:8px}article.column .content .article-published-wrapper{align-items:flex-end}article.column .content .article-published-wrapper .article-published-date{font-size:16px;color:var(--color-black);display:flex;align-items:center;font-weight:400;line-height:19px}article.column .content .article-published-wrapper .article-published-date::before{content:"";background-image:url(/view-resources/ultima/public/ams/icon-events-dark.svg);background-size:100%;background-repeat:no-repeat;height:20px;width:18px;display:inline-block;margin-right:8px}article.column .content .tags .tag{color:var(--color-orange-light);background-color:var(--color-white);border:1px solid var(--color-grey-border);font-weight:400;font-size:14px;line-height:18px;transition:color 0ms,background-color .3s ease;border-radius:4px;text-transform:capitalize;padding:3px 8px;box-shadow:none;line-height:13px}article.column .content .tags .tag:hover{color:var(--color-white);background-color:#222;border-color:var(--color-grey-border)}article.column .content .tags .tag:hover{background-color:var(--color-white);color:var(--color-orange-light)}.labradorSearch .content form.row{background-color:#f5f5f5 !important;margin-bottom:2rem}.labradorSearch .content form.row input[name=query]{border-right:1px solid #bbb}.labradorSearch .content form.row button{max-width:fit-content;margin-left:2rem;padding-inline:30px;display:flex;align-items:center}.labradorSearch .content form.row button::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-search-light.svg);background-size:100%;background-repeat:no-repeat;height:20px;width:20px;display:inline-block;margin-right:14px}.labradorSearch .content .advanced-options .advanced-content{border:0}.labradorSearch .content .advanced-options .advanced-content label:not(.toggleAll){font-size:16px;font-weight:700;line-height:1.5}.labradorSearch .content .labclient-content.row article.column{border-bottom:1px solid #f5f5f5;padding-bottom:1rem;margin-bottom:1.5rem !important}.dac-articlePreHeader[data-lab-content][droppable]:empty{display:block !important}footer.page .bodytext>h3,footer.page .bodytext>p{padding-inline:.7rem}footer.page .footer-some{display:flex;justify-content:center;gap:1rem}footer.page .footer-some a{font-size:0}footer.page .footer-some a::after{content:"";background-size:100%;background-repeat:no-repeat;height:20px;width:20px;display:inline-block;margin-right:10px}footer.page .footer-some a.icon-fb::after{background-image:url(/view-resources/ultima/public/adt/icon-facebook.svg)}footer.page .footer-some a.icon-ig::after{background-image:url(/view-resources/ultima/public/adt/icon-instagram.svg)}footer.page .footer-some a.icon-twitter::after{background-image:url(/view-resources/ultima/public/adt/icon-twitter.svg)}footer.page .footer-some a.icon-linkedin::after{background-image:url(/view-resources/ultima/public/adt/icon-linkedin.svg)}@media(min-width: 768px){.pageHeader{height:var(--height-header-desktop)}.pageHeader .row.mainrow .row.mainline .hamburger{width:60px}.pageHeader .row.mainrow .row.mainline .hamburger .hamburger-button{width:60px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container{height:auto;max-height:100vh;overflow-y:auto;width:400px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item.has-children>span:hover{cursor:pointer;text-decoration:none}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu{position:relative;z-index:10}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list{position:relative}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item{border-right:1px solid var(--color-white);padding-inline:16px;position:relative}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item a{font-weight:600;font-size:16px;color:var(--color-white);display:flex;align-items:center;min-width:0}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item a:hover{text-decoration:underline}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item:last-of-type{border-right:none}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>a{position:relative;padding-right:0}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>a::after{content:"";display:inline-block;margin-left:8px;width:10px;height:10px;background:url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4L5 7L8 4" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;vertical-align:middle;pointer-events:none}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children{position:absolute;top:100%;left:8px;min-width:300px;max-width:480px;background:var(--color-white);box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;display:none;margin:0;padding:0;border-radius:0;border:none;flex-direction:column}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children li{padding:0}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children li>a{display:flex;align-items:center;padding:6px;color:var(--color-primary);text-decoration:none;font-size:16px;font-weight:600;white-space:normal;line-height:1.3;min-height:28px;overflow:hidden;text-overflow:ellipsis;background:none}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children li>a::before{content:"";display:none;margin-right:0;width:0;height:0}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children li>a:hover{background:var(--color-lightgrey)}.pageHeader .row.mainrow .row.mainline>.navigation.mainMenu .menu-list .first-list-item.has-children>ul.children li[class*=ico-]>a::before{display:inline-block;margin-right:6px;width:14px;height:14px;background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.pageHeader .row.mainrow .row.mainline .search{z-index:15;padding-right:10px}.pageHeader .row.mainrow .row.mainline .search .search-button{height:40px;width:40px}.pageHeader .row.mainrow .row.mainline .search .search-button i.open::before{content:"";background-image:url(/view-resources/ultima/public/adt/icon-search-light.svg);background-size:100%;background-repeat:no-repeat;height:20px;width:20px;display:inline-block}.pageHeader .row.mainrow .row.mainline .search .search-container{height:40px;padding-right:40px;width:200px;border-radius:6px}.pageHeader .row.mainrow .row.mainline .search .search-container input{height:40px;background-color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .search.expanded .search-container{height:40px;padding-right:40px;width:200px;background-color:var(--color-white);border-radius:unset;border-top-left-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;top:40px;right:10px;border-right:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);border-left:1px solid var(--color-primary);box-shadow:0 2px 8px rgba(0,0,0,.1)}.pageHeader .row.mainrow .row.mainline .search.expanded .search-container input{height:40px;background-color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .search.expanded .search-button{background-color:var(--color-white);border-top-right-radius:6px;border-top-left-radius:6px;border-top:1px solid var(--color-primary);border-right:1px solid var(--color-primary);border-left:1px solid var(--color-primary)}.pageHeader .row.mainrow .row.mainline .search.expanded .search-button i.open{display:none}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu{flex:0;white-space:nowrap;border-left:1px solid var(--color-white)}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list{align-items:center}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item.user-icon a{font-weight:600;font-size:16px}.pageHeader .row.mainrow .row.mainline .navigation.topBarMenu .menu-list .first-list-item.user-icon a:hover{text-decoration:underline}.pageHeader .row.mainrow .row.secondline{height:50px;border-bottom:1px solid var(--color-lightgrey);max-width:100%}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu{position:relative;z-index:0}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list{justify-content:center;gap:1rem;list-style:none;margin:0;padding:0;display:flex}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item{position:relative;padding:0 8px}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item a{font-size:16px;font-weight:600;display:inline-flex;align-items:center}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item a:hover{text-decoration:underline}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>a{position:relative;padding-right:0}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>a::after{content:"";display:inline-block;margin-left:6px;width:10px;height:10px;background:url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4L5 7L8 4" stroke="%23333" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;vertical-align:middle;pointer-events:none}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>ul.children{position:absolute;top:100%;left:0;min-width:120px;background:var(--bg-quaternary);box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:100;display:none;margin:0;padding:0;border-radius:0;border:none;white-space:nowrap;width:auto;max-width:360px;flex-direction:column}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>ul.children li{padding:0}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>ul.children a{display:block;padding:4px 8px;color:var(--color-white);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pageHeader .row.mainrow .row.secondline .navigation.bottomBarMenu .menu-list .first-list-item.has-children>ul.children a:hover{background:var(--bg-quinary)}footer.page .row:first-of-type{align-items:stretch}footer.page .row:first-of-type>*{margin-bottom:0}footer.page .row:first-of-type .column.text_multiline{padding-inline:2rem}footer.page .row:first-of-type>:nth-child(3)>.row{flex-direction:column;justify-content:center;height:100%}footer.page .row:not(:first-of-type){align-items:center}footer.page .row:not(:first-of-type) .text_multiline .content.bodytext p{padding-left:0}footer.page .footer-some{justify-content:flex-end;padding-right:2rem}}.breadcrumbs{font-size:.95rem;margin-inline:auto;color:#222;line-height:1.8;letter-spacing:.01em;display:flex;align-items:center;gap:8px}.breadcrumbs a{color:#222;display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-weight:400;padding:0 2px;transition:color .18s}.breadcrumbs a:hover{color:#e9b600}.breadcrumbs .bc-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:contain}.breadcrumbs .bc-house{background-image:url('data:image/svg+xml;utf8,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 7.5L8 2l6 5.5V14a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V10H7v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7.5z" stroke="%23222" stroke-width="1.2" fill="none"/></svg>');margin:0 3px 0 0}.breadcrumbs .bc-arrow{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 3l5 4-5 4" stroke="%23222" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:14px;height:14px;margin:0 3px}.breadcrumbs .bold{font-weight:700}@media(max-width: 600px){.breadcrumbs{font-size:.82rem;gap:4px}.breadcrumbs .bc-icon{width:14px;height:14px}}.embed-guard-placeholder{position:relative;border:1px solid #cbcbcb;background:#f5f5f5;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.embed-guard-placeholder .embedguard-headline{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.embed-guard-placeholder .embedguard-intro{margin-bottom:.75rem;max-width:28rem}.embed-guard-placeholder .embedguard-load-button{margin:.25rem 0}.embed-guard-placeholder .embedguard-info{font-size:.875rem;color:#555;margin-top:.5rem;max-width:28rem}:root{--color-primary: #005D9A;--color-blue: #095d9b;--lab-bodytext-link-color: #095d9b}.pageHeader .row.mainrow{background-color:var(--color-primary)}.pageHeader .row.mainrow .row.mainline{background-color:var(--color-primary)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container{background-color:var(--color-primary)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item span,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item a,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu1 .menu-list .first-list-item span,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu1 .menu-list .first-list-item a{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item .children li a,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu1 .menu-list .first-list-item .children li a{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.dropdownMenu .menu-list .first-list-item.has-children::after,.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu1 .menu-list .first-list-item.has-children::after{background-image:url(/view-resources/ultima/public/al/icon-arrow-down-light.svg);height:24px;width:24px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login{background-color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login a{color:var(--color-primary)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-login a::before{display:none}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-newsletter{border-color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-newsletter a{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu2 .menu-list .first-list-item.btn-newsletter a::before{background-image:url("/view-resources/ultima/public/ams/icon-newsletter-light.svg")}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3{padding-bottom:5rem}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item a::before{height:24px;width:24px}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-fb a::before{background-image:url(/view-resources/ultima/public/al/icon-facebook.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-twitter a::before{background-image:url(/view-resources/ultima/public/al/icon-twitter.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-linkedin a::before{background-image:url(/view-resources/ultima/public/al/icon-linkedin.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-youtube a::before{background-image:url(/view-resources/ultima/public/al/icon-youtube.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .navigation.customMenu3 .menu-list .first-list-item.btn-instagram a::before{background-image:url(/view-resources/ultima/public/al/icon-instagram.svg)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-container{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-container input{background-color:inherit;color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .hamburger .positionRelative .hamburger-container .search .search-container input::placeholder{color:var(--color-white)}.pageHeader .row.mainrow .row.mainline .navigation.mainMenu .menu-list .first-list-item{border-right:0}body .main.front article .content .bylines .byline .content .name{color:var(--color-blue)}body article a{color:var(--lab-bodytext-link-color)}body article .articleHeader .subtitle a{background-color:var(--lab-bodytext-link-color)}body article .meta .bylines .byline .name>*{color:var(--lab-bodytext-link-color)}body article .articleFooter .tags a{color:var(--color-blue);background-color:var(--color-white);border:1px solid var(--color-grey-border);font-weight:400;font-size:14px;line-height:18px;transition:color 0ms,background-color .3s ease;border-radius:4px;text-transform:capitalize;padding:3px 8px}body article .articleFooter .tags a:hover{color:var(--color-white);background-color:#222;border-color:var(--color-grey-border)}body article.column .tags .tag{color:var(--color-blue);background-color:var(--color-white);border:1px solid var(--color-grey-border);font-weight:400;font-size:14px;line-height:18px;transition:color 0ms,background-color .3s ease;border-radius:4px;text-transform:capitalize;padding:3px 8px}body article.column .tags .tag:hover{color:var(--color-white);background-color:#222;border-color:var(--color-grey-border)}body article.column .tags .tag:hover{color:var(--color-blue)}footer.page .footer-some a::after{height:24px;width:24px}footer.page .footer-some a.icon-fb::after{background-image:url(/view-resources/ultima/public/al/icon-facebook.svg)}footer.page .footer-some a.icon-ig::after{background-image:url(/view-resources/ultima/public/al/icon-instagram.svg)}footer.page .footer-some a.icon-yt::after{background-image:url(/view-resources/ultima/public/al/icon-youtube.svg)}footer.page .footer-some a.icon-twitter::after{background-image:url(/view-resources/ultima/public/al/icon-twitter.svg)}footer.page .footer-some a.icon-linkedin::after{background-image:url(/view-resources/ultima/public/al/icon-linkedin.svg)}html body[data-lab-imported=true] .button-link .content.link-content{background-color:var(--color-blue)}html body[data-lab-imported=true] .button-link .content.link-content:hover{background-color:#0988f2}html body[data-lab-imported=true] .column.quotebox h3,html body[data-lab-imported=true] .column.quotebox p{color:var(--color-blue)}html body[data-lab-imported=true] .legacy-factbox a:link,html body[data-lab-imported=true] .legacy-factbox a:visited{color:var(--color-blue)}html body[data-lab-imported=true] .legacy-factbox .button,html body[data-lab-imported=true] .legacy-factbox button{background-color:var(--color-blue)}@media(min-width: 768px){.pageHeader .row.mainrow .section.secondline .navigation.bottomBarMenu .first-list-item a{color:var(--color-primary)}}/*# sourceMappingURL=al.css.map */
