.hotbox{--bs-card-title-color:var(--aw-heading-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;height:100%;word-wrap:break-word;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;border-radius:var(--hotbox-border-radius)}.hotbox .hotbox-image{--bs-aspect-ratio:64%;position:relative}.hotbox .hotbox-image:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.hotbox .hotbox-image img{display:block;-webkit-transform:scale(1.001);transform:scale(1.001);-webkit-transition-duration:.5s;transition-duration:.5s}.hotbox,.hotbox .hotbox-content,.hotbox .hotbox-image img,.hotbox .hotbox-image picture{-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.hotbox .hotbox-image picture{border-top-left-radius:var(--hotbox-border-radius);border-top-right-radius:var(--hotbox-border-radius);overflow:hidden;display:block}.hotbox .hotbox-image img,.hotbox .hotbox-image picture{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hotbox .hotbox-image .date{font-size:16px;font-weight:500;line-height:1.2;position:absolute;top:12px;left:-10px;background-color:var(--brand-orange);color:#000;padding:10px var(--gutter-spacing);border-radius:17.5px}.hotbox .hotbox-image .date:before{content:'';background-image:url(../../images/svg/tag-arrow.svg);background-position:right bottom;background-repeat:no-repeat;background-size:contain;width:15px;height:26px;position:absolute;left:1px;bottom:-9px}.hotbox .hotbox-image .tags{position:absolute;top:var(--gutter-spacing);left:var(--gutter-spacing)}.hotbox .hotbox-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:26px var(--gutter-spacing);border-radius:var(--hotbox-border-radius)}@media (min-width:992px){.hotbox .hotbox-content{padding:26px}}.hotbox .hotbox-content .tags+.card-title,.hotbox .hotbox-content .tags+.date{margin-top:var(--text-spacing)}.hotbox .hotbox-content ul.fa-ul{margin:10px 0 0;padding:0}.hotbox .hotbox-content ul.fa-ul>li{position:relative;padding-left:26px;padding-bottom:6px;border-bottom:1px solid var(--brand-primary-20)}.hotbox .hotbox-content ul.fa-ul>li:not(:last-child){margin-bottom:6px}.hotbox .hotbox-content ul.fa-ul>li .fa-li{position:absolute;top:0;left:0;width:20px;text-align:center;color:var(--brand-secondary)}.hotbox .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.hotbox .hotbox-footer{text-align:right;padding-top:10px;margin-right:-8px;margin-bottom:-8px}.hotbox .hotbox-footer .btn.btn-secondary span{display:none}.hotbox .hotbox-footer .btn.btn-secondary span:after{margin:0;-webkit-transform:none;transform:none}.hotbox .logo{position:relative;margin-top:-70px;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:119px;height:73px;background:#fff;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:0 var(--border-radius) var(--border-radius) var(--border-radius)}.hotbox .logo img{width:auto;max-width:100%;height:auto;max-height:100%}.hotbox .date{font-size:.9rem;color:var(--brand-primary)}.hotbox .date:not(:last-child){margin-bottom:calc(var(--text-spacing)/2)}.hotbox .date+.card-title{margin-top:calc(var(--text-spacing)/2)}.hotbox .card-title{-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.hotbox .card-title a{display:-webkit-box;display:-ms-flexbox;display:flex;color:inherit}.hotbox .card-title a:focus,.hotbox .card-title a:hover,a.hotbox:focus .card-title,a.hotbox:hover .card-title{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.hotbox .card-title:not(:last-child){margin-bottom:var(--text-spacing)}.hotbox .meta{font-size:.875rem;font-weight:var(--aw-font-weight-bold)}.hotbox .meta:not(:first-child){margin-top:17px}.hotbox .meta:not(:last-child){margin-bottom:7px}.hotbox .meta span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.hotbox .meta span:not(:last-child){margin-right:24px}.hotbox .meta span i{font-size:.8125rem;margin-right:5px}.hotbox:focus,.hotbox:hover{border-radius:var(--border-radius-hover)}.hotbox:focus .hotbox-image picture,.hotbox:hover .hotbox-image picture{border-top-left-radius:var(--border-radius-hover);border-top-right-radius:var(--border-radius-hover)}.hotbox:focus .hotbox-image img,.hotbox:hover .hotbox-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.hotbox:focus .btn.btn-secondary:after,.hotbox:hover .btn.btn-secondary:after{background-color:#fff;color:var(--brand-secondary);border-color:var(--brand-secondary);-webkit-transform:none;transform:none}a.hotbox{color:inherit}a.hotbox:focus .hotbox-content,a.hotbox:hover .hotbox-content{border-radius:var(--border-radius-hover);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.hotboxes-wrapper{--hotbox-gutter-spacing:var(--gutter-spacing)}@media (min-width:992px){.hotboxes-wrapper{--hotbox-gutter-spacing:24px}}.hotboxes-wrapper .row{--bs-gutter-x:var(--hotbox-gutter-spacing);--bs-gutter-y:var(--hotbox-gutter-spacing)}.hotboxes-wrapper .row:after{content:'';width:20px;-webkit-box-flex:0;-ms-flex:0 0 10px;flex:0 0 10px}.hotboxes-wrapper article{height:100%}.hotboxes-wrapper article:not(:last-child){margin-bottom:var(--section-spacing)}.hotboxes-wrapper+.hotboxes-wrapper{margin-top:var(--section-spacing)}.hotboxes-wrapper-slider .hotboxes-carousel{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:calc(var(--gutter-spacing)*-1);margin-bottom:calc(var(--gutter-spacing)*-1)}.hotboxes-wrapper-slider .slick-slider{margin-left:calc(var(--hotbox-gutter-spacing)*-1);margin-right:calc(var(--hotbox-gutter-spacing)*-1)}@media (min-width:992px){.hotboxes-wrapper-slider .slick-slider{margin-left:calc((var(--hotbox-gutter-spacing)/2)*-1);margin-right:calc((var(--hotbox-gutter-spacing)/2)*-1)}}.hotboxes-wrapper-slider .slick-slider.slick-dotted.slick-slider{margin-bottom:0}.hotboxes-wrapper-slider .slick-slide{padding-top:var(--gutter-spacing);padding-bottom:var(--gutter-spacing);padding-right:calc(var(--hotbox-gutter-spacing)/2);padding-left:calc(var(--hotbox-gutter-spacing)/2)}@media (max-width:991.98px){.hotboxes-scrollable-wrapper{overflow-x:auto;margin-left:calc(var(--gutter-spacing)*-1);margin-right:calc(var(--gutter-spacing)*-1)}.hotboxes-scrollable-wrapper .hotboxes-scrollable{padding-left:var(--gutter-spacing);padding-bottom:10px}.no-touch .hotboxes-scrollable-wrapper .hotboxes-scrollable{padding-bottom:var(--gutter-spacing)}.hotboxes-scrollable-wrapper .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.hotboxes-scrollable-wrapper .row>*{width:46%}}@media (max-width:767.98px){.hotboxes-scrollable-wrapper .row>*{width:92%}}.hotboxes-control{position:relative;padding-top:16px}.hotboxes-control .container,.hotboxes-control .slick-dots-wrapper .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hotboxes-control .slick-dots-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:15px}.hotboxes-control .slick-dots-wrapper .slick-dots{position:static;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hotboxes-control .slick-arrows-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hotboxes-control .slick-arrows-wrapper .slick-arrow{position:static;-webkit-transform:none;transform:none}.hotboxes-control .slick-arrows-wrapper .slick-arrow:not(:last-child){margin-right:15px}section.hotboxes-texticon{background-color:var(--brand-orange-10);margin-top:0;margin-bottom:0;padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}@media (min-width:992px){section.hotboxes-texticon{padding-top:var(--section-spacing-lg);padding-bottom:var(--section-spacing-lg)}}@media (max-width:575.98px){section.hotboxes-texticon{padding-top:var(--section-spacing-sm);padding-bottom:var(--section-spacing-sm)}}.home section.hotboxes-texticon{position:relative;margin-top:calc(var(--section-offset)*-1);border-radius:var(--section-offset) var(--section-offset) 0 0}.home section.hotboxes-texticon>.container{padding-bottom:var(--section-offset)}section.hotboxes-texticon .scroll-left-right span{background-color:#fff}section.latestnews .aw-layout-header .buttons{margin:0 0 0 auto}section.latestnews .aw-layout-header .buttons .btn{margin:0;white-space:nowrap}section.latestnews .aw-layout-header.has-buttoncta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.latestnews .scroll-left-right span{background-color:var(--brand-blue-20)}.hotboxes-texticon .hotbox{padding:18px 16px 24px;background-color:#fff;word-break:break-word;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}@media (min-width:992px){.hotboxes-texticon .hotbox{padding:var(--gutter-spacing)}}.hotboxes-texticon .hotbox .hotbox-image{--img-icon-size:70px;margin-top:6px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;overflow:initial}@media (min-width:992px){.hotboxes-texticon .hotbox .hotbox-image{margin-top:15px}}.hotboxes-texticon .hotbox .hotbox-image:before{display:none}.hotboxes-texticon .hotbox .hotbox-image picture{position:static;overflow:initial}.hotboxes-texticon .hotbox .hotbox-image img{position:static;display:block;width:70px;height:70px;-o-object-fit:contain;object-fit:contain;margin-left:0;margin-right:auto}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper,.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper i,.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper img,.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:var(--img-icon-size);height:var(--img-icon-size);-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper{position:relative;margin-left:0;margin-right:auto;-ms-flex-negative:0;flex-shrink:0}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper i,.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper img,.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper span{margin:auto}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper i{color:var(--brand-secondary);font-size:var(--img-icon-size);line-height:var(--img-icon-size)}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hotboxes-texticon .hotbox .hotbox-image.icon-wrapper span.hover{opacity:0}.hotboxes-texticon .hotbox .hotbox-content{position:static;margin:0;padding:0;background-color:transparent}.hotboxes-texticon .hotbox .hotbox-footer{position:absolute;right:12px;bottom:16px;margin:0;padding:0}.hotboxes-texticon .hotbox .hotbox-footer .btn.btn-secondary span{display:none}.hotboxes-texticon .hotbox .hotbox-footer .btn.btn-secondary:after{margin:0;background-color:var(--brand-primary);border-color:var(--brand-primary);color:#000}.hotboxes-texticon .hotbox .card-title{line-height:1.31579;font-size:19px}@media screen and (min-width:320px){.hotboxes-texticon .hotbox .card-title{font-size:calc(19px + 2*((100vw - 320px)/970))}}@media screen and (min-width:1290px){.hotboxes-texticon .hotbox .card-title{font-size:21px}}@media (min-width:992px){.hotboxes-texticon .hotbox .card-title{line-height:1.28571}}.hotboxes-texticon .hotbox:focus,.hotboxes-texticon .hotbox:hover{background-color:var(--brand-primary);-webkit-transform:none;transform:none;color:#fff}.hotboxes-texticon .hotbox:focus .form-label,.hotboxes-texticon .hotbox:focus .h1,.hotboxes-texticon .hotbox:focus .h2,.hotboxes-texticon .hotbox:focus .h3,.hotboxes-texticon .hotbox:focus .h4,.hotboxes-texticon .hotbox:focus .h5,.hotboxes-texticon .hotbox:focus .h6,.hotboxes-texticon .hotbox:focus .share a i,.hotboxes-texticon .hotbox:focus .subtitle,.hotboxes-texticon .hotbox:focus b,.hotboxes-texticon .hotbox:focus h1,.hotboxes-texticon .hotbox:focus h2,.hotboxes-texticon .hotbox:focus h3,.hotboxes-texticon .hotbox:focus h4,.hotboxes-texticon .hotbox:focus h5,.hotboxes-texticon .hotbox:focus h6,.hotboxes-texticon .hotbox:focus strong,.hotboxes-texticon .hotbox:hover .form-label,.hotboxes-texticon .hotbox:hover .h1,.hotboxes-texticon .hotbox:hover .h2,.hotboxes-texticon .hotbox:hover .h3,.hotboxes-texticon .hotbox:hover .h4,.hotboxes-texticon .hotbox:hover .h5,.hotboxes-texticon .hotbox:hover .h6,.hotboxes-texticon .hotbox:hover .share a i,.hotboxes-texticon .hotbox:hover .subtitle,.hotboxes-texticon .hotbox:hover b,.hotboxes-texticon .hotbox:hover h1,.hotboxes-texticon .hotbox:hover h2,.hotboxes-texticon .hotbox:hover h3,.hotboxes-texticon .hotbox:hover h4,.hotboxes-texticon .hotbox:hover h5,.hotboxes-texticon .hotbox:hover h6,.hotboxes-texticon .hotbox:hover strong{color:#fff}.hotboxes-texticon .hotbox:focus a:not(.btn),.hotboxes-texticon .hotbox:hover a:not(.btn){color:#fff}.hotboxes-texticon .hotbox:focus .form-control,.hotboxes-texticon .hotbox:focus .wysiwyg ul li:before,.hotboxes-texticon .hotbox:hover .form-control,.hotboxes-texticon .hotbox:hover .wysiwyg ul li:before{background-color:#fff}.hotboxes-texticon .hotbox:focus .wysiwyg ul>ul li:before,.hotboxes-texticon .hotbox:hover .wysiwyg ul>ul li:before{border-color:#fff;background-color:transparent}.hotboxes-texticon .hotbox:focus .wysiwyg ol li:before,.hotboxes-texticon .hotbox:hover .wysiwyg ol li:before{border-color:#fff}.hotboxes-texticon .hotbox:focus .share a:focus i,.hotboxes-texticon .hotbox:focus .share a:hover i,.hotboxes-texticon .hotbox:hover .share a:focus i,.hotboxes-texticon .hotbox:hover .share a:hover i{color:var(--brand-secondary)}.hotboxes-texticon .hotbox:focus .btn.btn-primary,.hotboxes-texticon .hotbox:hover .btn.btn-primary{background-color:#fff;border-color:#fff;color:var(--brand-secondary)}.hotboxes-texticon .hotbox:focus .btn.btn-primary.reverse,.hotboxes-texticon .hotbox:focus .btn.btn-primary:focus,.hotboxes-texticon .hotbox:focus .btn.btn-primary:hover,.hotboxes-texticon .hotbox:hover .btn.btn-primary.reverse,.hotboxes-texticon .hotbox:hover .btn.btn-primary:focus,.hotboxes-texticon .hotbox:hover .btn.btn-primary:hover{background-color:var(--brand-secondary);border-color:#fff;color:#fff}.hotboxes-texticon .hotbox:focus .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:focus .btn.btn-primary.reverse:hover,.hotboxes-texticon .hotbox:hover .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:hover .btn.btn-primary.reverse:hover{background-color:#fff;border-color:#000;color:var(--brand-secondary)}.hotboxes-texticon .hotbox:focus .btn.btn-orange,.hotboxes-texticon .hotbox:hover .btn.btn-orange{border-color:#fff;color:#000}.hotboxes-texticon .hotbox:focus .btn.btn-orange:focus,.hotboxes-texticon .hotbox:focus .btn.btn-orange:hover,.hotboxes-texticon .hotbox:hover .btn.btn-orange:focus,.hotboxes-texticon .hotbox:hover .btn.btn-orange:hover{background-color:#fff;border-color:#000;color:#000}.hotboxes-texticon .hotbox:focus .btn.btn-secondary,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange,.hotboxes-texticon .hotbox:focus .fa-li,.hotboxes-texticon .hotbox:focus .hotbox-image.icon-wrapper i,.hotboxes-texticon .hotbox:hover .btn.btn-secondary,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange,.hotboxes-texticon .hotbox:hover .fa-li,.hotboxes-texticon .hotbox:hover .hotbox-image.icon-wrapper i{color:#fff}.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary:after{border-color:#fff;background-color:#fff;color:var(--brand-secondary)}.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth:focus,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth:hover,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange:focus,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange:hover,.hotboxes-texticon .hotbox:focus .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth:focus,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth:hover,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange:focus,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange:hover,.hotboxes-texticon .hotbox:hover .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover .btn.btn-secondary:hover{color:#fff;text-decoration-color:#fff}.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth:focus:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.earth:hover:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange:focus:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary.orange:hover:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth:focus:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.earth:hover:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange:focus:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary.orange:hover:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover .btn.btn-secondary:hover:after{background-color:transparent;color:#fff;border-color:#fff}.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary{color:#000}.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary:after,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary:after{background-color:transparent;border-color:#000;color:#000}.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary:hover{color:#000;text-decoration-color:#000}.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus .earth .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus.earth .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover .earth .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover.earth .btn.btn-secondary:hover:after{background-color:#fff;color:#000;border-color:#000}.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary,.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary:after,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary:after,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary:after,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary:after{border-color:#000;background-color:var(--brand-secondary);color:#fff}.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary:focus,.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary:hover,.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus .orange .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary:focus,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary:hover,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:focus.orange .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary:focus,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary:hover,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover .orange .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary:focus,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary:hover,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary:hover:after,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary:focus:after,.hotboxes-texticon .hotbox:hover.orange .btn.btn-secondary:hover:after{border-color:#000;background-color:#fff;color:var(--brand-secondary)}.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary.reverse,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary.reverse,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary.reverse,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary.reverse{border-color:#000;background-color:#fff;color:#000}.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:focus .blue .btn.btn-primary.reverse:hover,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:focus.blue .btn.btn-primary.reverse:hover,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:hover .blue .btn.btn-primary.reverse:hover,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary.reverse:focus,.hotboxes-texticon .hotbox:hover.blue .btn.btn-primary.reverse:hover{border-color:#000;background-color:var(--brand-primary);color:#000}.hotboxes-texticon .hotbox:focus .blue .btn.btn-orange,.hotboxes-texticon .hotbox:focus.blue .btn.btn-orange,.hotboxes-texticon .hotbox:hover .blue .btn.btn-orange,.hotboxes-texticon .hotbox:hover.blue .btn.btn-orange{border-color:#000}.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary{color:#000}.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus .blue .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:focus.blue .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover .blue .btn.btn-secondary:hover,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary:focus,.hotboxes-texticon .hotbox:hover.blue .btn.btn-secondary:hover{color:#000;text-decoration-color:#000}.hotboxes-texticon .hotbox:focus .hotbox-image img,.hotboxes-texticon .hotbox:hover .hotbox-image img{-webkit-transform-origin:bottom left;transform-origin:bottom left}.hotboxes-texticon .hotbox:focus .hotbox-image.icon-wrapper span,.hotboxes-texticon .hotbox:hover .hotbox-image.icon-wrapper span{opacity:0}.hotboxes-texticon .hotbox:focus .hotbox-image.icon-wrapper span.hover,.hotboxes-texticon .hotbox:hover .hotbox-image.icon-wrapper span.hover{opacity:1}.hotboxes-texticon .hotbox:focus .hotbox-content,.hotboxes-texticon .hotbox:hover .hotbox-content{-webkit-transform:none;transform:none}.hotboxes-texticon .hotbox:focus .hotbox-footer .btn.btn-secondary:after,.hotboxes-texticon .hotbox:hover .hotbox-footer .btn.btn-secondary:after{background-color:#fff;border-color:#000;color:#000;-webkit-transform:none;transform:none}@media (max-width:991.98px){.hotboxes-texticon .hotboxes-scrollable-wrapper .row{--bs-gutter-x:12px}.hotboxes-texticon .hotboxes-scrollable-wrapper .row>*{width:212px}}@media (max-width:767.98px){.hotboxes-texticon .hotboxes-scrollable-wrapper .row>*{width:182px}}.hotboxes-news .hotbox .hotbox-image+.hotbox-content{margin-top:-25px}.hotboxes-news .hotbox .hotbox-content,.hotboxes-services .hotbox{background-color:var(--brand-blue-10)}.hotboxes-landing-noimage .hotboxes-landing .hotbox,.hotboxes-landing.noimage .hotbox{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border-top-left-radius:0;border-bottom-left-radius:0}.hotboxes-landing-noimage .hotboxes-landing .hotbox .hotbox-image,.hotboxes-landing.noimage .hotbox .hotbox-image{display:none}.hotboxes-landing-noimage .hotboxes-landing .hotbox .hotbox-content,.hotboxes-landing.noimage .hotbox .hotbox-content{border:2px solid var(--brand-secondary-20);padding:25px}.hotboxes-landing-noimage .hotboxes-landing .hotbox:focus,.hotboxes-landing-noimage .hotboxes-landing .hotbox:hover,.hotboxes-landing.noimage .hotbox:focus,.hotboxes-landing.noimage .hotbox:hover{border-left-color:var(--brand-secondary)}.hotboxes-landing .hotbox .hotbox-content{background-color:transparent;padding:20px 0}.hotboxes-landing .hotbox .hotbox-content:first-child{border:2px solid var(--brand-secondary-20);padding:25px}.hotboxes-landing .hotbox .hotbox-image{--bs-aspect-ratio:75%}.hotboxes-landing .hotbox .hotbox-image picture{border-radius:var(--hotbox-border-radius)}.hotboxes-landing .hotbox .hotbox-footer{text-align:left}.hotboxes-landing .hotbox .hotbox-footer .btn.btn-secondary{text-decoration:none}.hotboxes-landing .hotbox .hotbox-footer .btn.btn-secondary span{display:inline-block}.hotboxes-landing .hotbox:focus .hotbox-footer .btn.btn-secondary,.hotboxes-landing .hotbox:hover .hotbox-footer .btn.btn-secondary{text-decoration:none}.hotboxes-landing .hotbox:focus .hotbox-footer .btn.btn-secondary span,.hotboxes-landing .hotbox:hover .hotbox-footer .btn.btn-secondary span{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:var(--brand-secondary)}.hotboxes-services .hotbox .tags:not(:last-child){margin-bottom:10px}.hotboxes-services .hotbox .tags .tag{background-color:#fff;border:2px solid var(--brand-orange-40)}.hotboxes-services .hotbox .tags a.tag{-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.hotboxes-services .hotbox .tags a.tag:focus,.hotboxes-services .hotbox .tags a.tag:hover{background-color:var(--brand-orange-40)}.hotboxes-services .hotbox:focus .card-title,.hotboxes-services .hotbox:hover .card-title{text-decoration:none}.hotboxes-services .hotbox:focus .btn.btn-secondary:after,.hotboxes-services .hotbox:hover .btn.btn-secondary:after{background-color:var(--brand-secondary);color:#fff}.hotboxes-services .hotbox:focus a.btn.btn-secondary:focus:after,.hotboxes-services .hotbox:focus a.btn.btn-secondary:hover:after,.hotboxes-services .hotbox:hover a.btn.btn-secondary:focus:after,.hotboxes-services .hotbox:hover a.btn.btn-secondary:hover:after{background-color:#fff;color:var(--brand-secondary)}.locationdirectorylisting .pageTypeListing-results article.card,.serviceslisting .pageTypeListing-results article.card{position:relative}.locationdirectorylisting .pageTypeListing-results article.card>.tags,.serviceslisting .pageTypeListing-results article.card>.tags{position:absolute;z-index:2;top:var(--gutter-spacing);left:var(--gutter-spacing)}@media (min-width:992px){.locationdirectorylisting .pageTypeListing-results article.card>.tags,.serviceslisting .pageTypeListing-results article.card>.tags{top:26px;left:26px}}.locationdirectorylisting .pageTypeListing-results article.card>.tags .tag,.locationdirectorylisting .pageTypeListing-results article.card>.tags span,.serviceslisting .pageTypeListing-results article.card>.tags .tag,.serviceslisting .pageTypeListing-results article.card>.tags span{background-color:#fff;border:2px solid var(--brand-orange-40)}.locationdirectorylisting .pageTypeListing-results article.card a.hotbox,.serviceslisting .pageTypeListing-results article.card a.hotbox{border:var(--border-default);border-color:var(--brand-blue-10)}.locationdirectorylisting .pageTypeListing-results article.card a.hotbox:focus,.locationdirectorylisting .pageTypeListing-results article.card a.hotbox:hover,.serviceslisting .pageTypeListing-results article.card a.hotbox:focus,.serviceslisting .pageTypeListing-results article.card a.hotbox:hover{border-color:var(--brand-secondary)}.hotboxes-team .hotbox{--team-image-width:110px;--team-content-padding-left:20px;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width:576px){.hotboxes-team .hotbox{--team-image-width:38.7%;--team-content-padding-left:24px}}.hotboxes-team .hotbox .hotbox-image{border-radius:100%;z-index:1;-webkit-box-flex:0;-ms-flex:0 0 var(--team-image-width);flex:0 0 var(--team-image-width);width:var(--team-image-width);margin-right:calc((var(--team-image-width)/2)*-1);position:relative}.hotboxes-team .hotbox .hotbox-image:before{padding-top:125.2%}.hotboxes-team .hotbox .hotbox-image picture{display:block;border-radius:1000px;background-color:var(--brand-secondary-20);overflow:hidden}.hotboxes-team .hotbox .hotbox-image picture img{display:block;position:static;border-radius:1000px}.hotboxes-team .hotbox .hotbox-content{background-color:var(--brand-secondary-10);margin-top:0;padding:30px 20px 30px calc((var(--team-image-width)/2) + var(--team-content-padding-left));height:calc(100% - 2px)}@media (min-width:768px){.hotboxes-team .hotbox .hotbox-content{padding:30px 30px 55px calc((var(--team-image-width)/2) + var(--team-content-padding-left))}}.hotboxes-team .hotbox .card-title{line-height:1.33333;margin-bottom:10px;font-size:24px}@media screen and (min-width:320px){.hotboxes-team .hotbox .card-title{font-size:calc(24px + 8*((100vw - 320px)/970))}}@media screen and (min-width:1290px){.hotboxes-team .hotbox .card-title{font-size:32px}}@media (min-width:992px){.hotboxes-team .hotbox .card-title{line-height:1.25}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul:not(:last-child),.hotboxes-team .hotbox .card-title:not(:last-child),.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul:not(:last-child){margin-bottom:10px}.hotboxes-team .hotbox .card-title+.card-position{font-weight:700;margin-bottom:20px;line-height:1.29412;font-size:17px}@media screen and (min-width:320px){.hotboxes-team .hotbox .card-title+.card-position{font-size:calc(17px + 2*((100vw - 320px)/970))}}@media screen and (min-width:1290px){.hotboxes-team .hotbox .card-title+.card-position{font-size:19px}}@media (min-width:992px){.hotboxes-team .hotbox .card-title+.card-position{line-height:1.26316}}.hotboxes-team .hotbox .hotbox-footer{display:none}.hotboxes-team .hotbox:focus .hotbox-content,.hotboxes-team .hotbox:focus .hotbox-image img,.hotboxes-team .hotbox:hover .hotbox-content,.hotboxes-team .hotbox:hover .hotbox-image img{-webkit-transform:none;transform:none}.hotboxes-team .hotbox:focus .btn-primary,.hotboxes-team .hotbox:hover .btn-primary{background-color:var(--brand-secondary);border-color:var(--brand-secondary);color:#fff}@media (max-width:991.98px){.hotboxes-events:not(.hotboxes-scrollable) .row{--bs-gutter-y:30px}}.hotboxes-events .hotbox{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.hotboxes-events .hotbox .hotbox-image{border-radius:var(--border-radius)}.hotboxes-events .hotbox .hotbox-image:before{padding-top:117%}.hotboxes-events .hotbox .hotbox-image+*,.hotboxes-events .hotbox .tags+.card-title{margin-top:10px}@media (min-width:992px){.hotboxes-events .hotbox .hotbox-image+*{margin-top:20px}}.hotboxes-events .hotbox .hotbox-content{padding:0}.hotboxes-events .hotbox .hotbox-content:before{display:none}@media (max-width:991.98px){.hotboxes-events .hotbox .hotbox-footer{padding-top:10px}}.hotboxes-events .featured .hotbox{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}@media (min-width:992px){.hotboxes-venuesfacilities .hotbox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hotboxes-venuesfacilities .hotbox .hotbox-image{width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}.hotboxes-venuesfacilities .hotbox .hotbox-content{padding:35px 40px}}.hotboxes-venuesfacilities .hotbox .hotbox-content:before{width:98px;height:107px;top:0;bottom:auto;background-image:url(../../images/svg/hotbox-bg-venuesfacilities.svg)}@media (max-width:991.98px){.hotboxes-venuesfacilities .hotbox .hotbox-content:before{display:none}}.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul{--list-gutter-spacing:10px;--li-label-width:calc(120px - 20px);margin-left:calc(var(--list-gutter-spacing)*-1);padding-left:0}@media (min-width:576px){.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul{--li-label-width:120px}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li{position:relative;margin-bottom:10px;padding-bottom:10px;padding-left:var(--list-gutter-spacing);word-break:break-word;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media (min-width:992px){.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li.half{width:50%}}.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .fa-li{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;width:var(--li-label-width);-webkit-box-flex:0;-ms-flex:0 0 var(--li-label-width);flex:0 0 var(--li-label-width);color:var(--brand-primary);font-weight:var(--aw-font-weight-bold);text-align:left}@media (max-width:575.98px){.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .fa-li{display:block;width:100%;position:static}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .fa-li i,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .fa-li i{display:-webkit-box;display:-ms-flexbox;display:flex;width:30px;text-align:left;color:var(--brand-primary-20)}.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .fa-li span{color:var(--brand-primary)}.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .tags .tag,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .tags span{background-color:var(--brand-primary-20)}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .tags .tag i,.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .tags span i,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .tags .tag i,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li .tags span i{margin-right:var(--button-icon-spacing);margin-top:-4px}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li a:not(.btn),.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li a:not(.btn){color:inherit}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li a:not(.btn):focus>span:not(.fa-li),.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li a:not(.btn):hover>span:not(.fa-li),.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li a:not(.btn):focus>span:not(.fa-li),.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul>li a:not(.btn):hover>span:not(.fa-li){text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul ul.fa-ul,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul ul.fa-ul{margin:0}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li{position:relative;padding-left:26px;margin-bottom:0;padding-bottom:0;border-bottom:0}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li:not(:last-child),.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li:not(:last-child){margin-bottom:3px}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li .fa-li,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li .fa-li{position:absolute;top:3px;left:0;width:20px}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li .fa-li i,.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul ul.fa-ul>li .fa-li i{width:auto}.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul .fa-li>span{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:14px}@media screen and (min-width:320px){.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul .fa-li>span{font-size:calc(14px + 2*((100vw - 320px)/970))}}@media screen and (min-width:1290px){.hotboxes-venuesfacilities .hotbox .hotbox-content ul.fa-ul .fa-li>span{font-size:16px}}@media (min-width:992px){.featured{position:relative;min-height:auto}}.featured .hotbox{border:var(--border-default);border-radius:var(--border-radius);overflow:hidden}@media (min-width:992px){.featured .hotbox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%}}.featured .hotbox .hotbox-image{border-radius:0}@media (min-width:992px){.featured .hotbox .hotbox-image{width:42%;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%}.featured .hotbox .hotbox-image:before{display:none}}.featured .hotbox .hotbox-image .featured-label{position:absolute;top:20px;left:0;background-color:var(--brand-primary-20);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;font-weight:var(--aw-font-weight-bold);height:44px;pointer-events:none}.featured .hotbox .hotbox-image .featured-label:after{content:'';position:absolute;right:-22px;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:22px solid var(--brand-primary-20)}.featured .hotbox .hotbox-content{margin:0;padding:var(--gutter-spacing)}@media (min-width:992px){.featured .hotbox .hotbox-content{min-height:440px;padding:50px 90px;background-image:url(../../images/svg/councillor-panel-bg-right.svg);background-position:right center;background-repeat:no-repeat}.featured .hotbox .card-body{max-width:620px}.hotboxes-projects .hotbox{min-height:400px}}.hotboxes-projects .hotbox .hotbox-image .tags{position:absolute;top:20px;left:20px}.hotboxes-projects .hotbox .hotbox-image .tags span{font-size:.9375rem;background-color:var(--brand-secondary);color:#fff;border:var(--border-default);border-radius:100px}@media (min-width:992px){.hotboxes-projects .hotbox .hotbox-content{padding:50px 35px}}.hotboxes-projects .hotbox .hotbox-content:before{top:0;bottom:auto;width:130px;height:132px;background-image:url(../../images/svg/hotbox-project-bg.svg)}@media (max-width:991.98px){.hotboxes-projects .hotbox .hotbox-content:before{display:none}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul{--list-gutter-spacing:10px;--li-label-width:calc(120px - 20px);margin-left:calc(var(--list-gutter-spacing)*-1);padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul{--li-label-width:120px}}@media (min-width:992px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li.half{width:50%}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .fa-li{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;width:var(--li-label-width);-webkit-box-flex:0;-ms-flex:0 0 var(--li-label-width);flex:0 0 var(--li-label-width);color:var(--brand-primary);font-weight:var(--aw-font-weight-bold);text-align:left}@media (max-width:575.98px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .fa-li{display:block;width:100%;position:static}}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .fa-li span{color:var(--brand-primary)}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .tags .tag,.hotboxes-projects .hotbox .hotbox-content ul.fa-ul>li .tags span{background-color:var(--brand-primary-20)}.hotboxes-projects .hotbox .hotbox-content ul.fa-ul .fa-li>span{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:14px}@media screen and (min-width:320px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul .fa-li>span{font-size:calc(14px + 2*((100vw - 320px)/970))}}@media screen and (min-width:1290px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul .fa-li>span{font-size:16px}}@media (min-width:992px){.hotboxes-projects .hotbox .hotbox-content ul.fa-ul .fa-li>span{padding-right:20px}}.hotboxes-projects .hotbox .hotbox-footer .btn{position:relative;z-index:5}.hotboxes-projects .hotbox .hotbox-footer .btn:not(:last-child){margin-right:10px}.hotboxes-projects .hotbox .hotbox-footer .btn i{margin-right:5px}@media (min-width:992px){.hotboxes-projects .hotbox{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hotboxes-projects .hotbox .hotbox-image{width:50%;min-width:240px;-ms-flex-negative:0;flex-shrink:0}.hotboxes-projects .hotbox .hotbox-image:before{display:none}}