@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";.header{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;left:0;padding:16px 0;position:fixed;width:100%;z-index:9}.header__container{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.header__logo{margin-right:8px;max-width:245px}@media screen and (min-width: 1280px){.header__logo{margin-right:32px}}.header__logo svg{height:auto;width:100%}.header__navigation{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 120px);max-width:320px;overflow-y:scroll;padding:16px 24px 24px;position:absolute;right:-200%;top:64px;width:calc(100% - 48px)}@media screen and (min-width: 576px){.header__navigation{max-width:400px}}@media screen and (min-width: 1280px){.header__navigation{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100%;overflow:visible !important;padding:0;position:unset;right:unset;top:unset;width:auto}}.header__navigation.is-open{right:0}@media screen and (min-width: 1280px){.header__navigation.is-open{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;right:unset;width:auto}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:0}@media screen and (min-width: 1280px){.header__menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__menu li{padding-bottom:0}.header__menu li:not(.button){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 12px;position:relative}@media screen and (min-width: 1280px){.header__menu li:not(.button).menu-item-has-children{background-image:url("../img/chevron.png");background-position:100% 49%;background-repeat:no-repeat;background-size:15px 18px;margin-right:4px;padding-right:20px}}.header__menu li:not(.button).menu-item-has-children ul li{padding-bottom:0}.header__menu li:not(.button).menu-item-has-children ul li.menu-item-has-children{background-image:none}.header__menu li:not(.button).menu-item-has-children ul li ul{margin-top:8px}@media screen and (min-width: 1280px){.header__menu li:not(.button).menu-item-has-children ul li ul{display:none}}.header__menu li:not(.button) a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#000;font-size:18px;font-weight:700;line-height:20px;padding:16px 0;position:relative;text-decoration:none}@media screen and (min-width: 1280px){.header__menu li:not(.button) a{padding:12px 0}}.header__menu li:not(.button) a::after{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#1f1653;bottom:4px;content:"";height:3px;left:50%;position:absolute;width:0}.header__menu li:not(.button) a:hover{color:#1f1653}.header__menu li:not(.button) a:hover::after{left:0;width:100%}.header__menu li:not(.button) .sub-menu{display:block;margin:0;padding:0}@media screen and (min-width: 1280px){.header__menu li:not(.button) .sub-menu{background-color:#fff;border:1px solid #1f1653;border-top:4px solid #1f1653;border-radius:4px;left:0;display:none;position:absolute;top:48px;width:300px}}.header__menu li:not(.button) .sub-menu li{margin:8px 0;padding:0}@media screen and (min-width: 1280px){.header__menu li:not(.button) .sub-menu li{margin:0}}@media screen and (min-width: 1280px){.header__menu li:not(.button) .sub-menu li:first-of-type a{padding-top:32px}}@media screen and (min-width: 1280px){.header__menu li:not(.button) .sub-menu li:last-of-type a{padding-bottom:32px}}.header__menu li:not(.button) .sub-menu li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-right:3px solid transparent;color:#000;font-size:16px;font-weight:700;margin:0;padding:8px 8px 8px 24px}@media screen and (min-width: 1280px){.header__menu li:not(.button) .sub-menu li a{font-size:18px;padding:16px 24px}}.header__menu li:not(.button) .sub-menu li a::after{display:none}.header__menu li:not(.button) .sub-menu li a:hover{background-color:#eaeaf6;border-right:3px solid #1f1653;color:#1f1653}.header__menu li:not(.button) .sub-menu li.current-menu-item a{background-color:#eaeaf6;border-right:3px solid #1f1653;color:#1f1653}.header__menu li:not(.button) .sub-menu.is-open{display:block}.header__menu li:not(.button) .sub-menu.is-open .sub-menu{display:block}.header__menu li:not(.button).current-page-ancestor a,.header__menu li:not(.button).current-menu-ancestor a,.header__menu li:not(.button).current-menu-parent a,.header__menu li:not(.button).current-menu-item a{color:#1f1653}.header__menu li:not(.button).current-page-ancestor a::after,.header__menu li:not(.button).current-menu-ancestor a::after,.header__menu li:not(.button).current-menu-parent a::after,.header__menu li:not(.button).current-menu-item a::after{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#1f1653;bottom:4px;content:"";height:3px;left:0;position:absolute;width:100%}.header__menu li:not(.button):last-of-type a{padding-right:0}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu{position:unset}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu{left:56px;margin:0 auto;max-width:1440px;right:56px;top:52px;width:auto}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__menu li:not(.button).mega-menu>.sub-menu>li.current-menu-item a{background-color:transparent;border-right:none;color:#000}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>a{-ms-flex-item-align:start;align-self:flex-start;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;font-size:22px;font-weight:800;padding:32px 24px;width:280px}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>a:hover{color:#1f1653;text-decoration:none}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>a.is-active{background-color:#eaeaf6;border-right:3px solid #1f1653;color:#1f1653;text-decoration:none}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;position:unset;margin-left:56px;margin-top:0}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu.is-closed{height:0;overflow:hidden}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu li{width:50%}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu li.services-menu-text{font-size:32px;font-weight:900;padding:40px 0 24px;width:100%}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu a{background-color:transparent;border:none;color:#000;font-size:22px;font-weight:800;padding:24px 0;text-decoration:none}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu a:hover{background-color:transparent;border-right:none;color:#1f1653;text-decoration:underline}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu .sub-menu{border:none;border-bottom:1px solid #bdbdbd;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 56px 16px 0;padding-bottom:32px;position:unset;width:calc(100% - 56px)}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu .sub-menu li{width:100%}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu .sub-menu a{background-color:transparent;border:none;color:#1f1653;font-size:20px;font-weight:400;padding:12px 12px 12px 16px;text-decoration:underline}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu .sub-menu a:hover{background-color:transparent;border-right:none;text-decoration:none}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li>.sub-menu .sub-menu a::before{content:"•";display:inline-block;margin-right:8px}}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu>li:last-of-type>.sub-menu{margin-top:-84px}}.header__menu li:not(.button).mega-menu>.sub-menu .sub-menu{display:none}@media screen and (min-width: 1280px){.header__menu li:not(.button).mega-menu>.sub-menu::before{content:"";background-color:#bdbdbd;height:100%;left:328px;opacity:.5;position:absolute;top:0;width:3px}}.header__menu .button{padding-left:0;padding-right:0}@media screen and (min-width: 1280px){.header__menu .button{padding-left:8px}}.header__menu .button a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:1px solid #1f1653;border-radius:8px;background-color:#fff;color:#1f1653;display:block;font-size:18px;font-weight:700;line-height:20px;margin-top:24px;padding:12px 24px;text-align:center;text-decoration:none}@media screen and (min-width: 1280px){.header__menu .button a{display:inline-block;margin-top:0}}.header__menu .button a:hover{background-color:#1f1653;color:#fff}.header__menu .button--blue{padding-left:0}@media screen and (min-width: 1280px){.header__menu .button--blue{padding-left:16px}}.header__menu .button--blue a{background-color:#1f1653;color:#fff}.header__menu .button--blue a:hover{background-color:#fff;color:#1f1653}.header__trigger{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;position:relative;-webkit-transform:rotate(0deg);transform:rotate(0deg);width:40px}@media screen and (min-width: 1280px){.header__trigger{display:none}}.header__trigger span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#1f1653;border-radius:9px;display:block;height:3px;left:0;opacity:1;position:absolute;-webkit-transform:rotate(0deg);transform:rotate(0deg);width:100%}.header__trigger span:nth-child(1){top:0}.header__trigger span:nth-child(2),.header__trigger span:nth-child(3){margin-left:10px;top:10px;width:30px}.header__trigger span:nth-child(4){top:20px}.header__trigger:hover:not(.is-open) span:nth-child(2){margin-left:0;width:40px}.header__trigger:hover span{background:#1f1653 !important}.header__trigger.is-open span{background:#1f1653}.header__trigger.is-open span:nth-child(1){left:50%;top:0;width:0}.header__trigger.is-open span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__trigger.is-open span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__trigger.is-open span:nth-child(4){left:50%;top:18px;width:0}.header__trigger:hover span{background:#000}.header.is-active,.header.is-open{padding:8px 0}.header--transparent:not(.is-active):not(.is-open){background:-webkit-gradient(linear, left top, left bottom, from(white), to(transparent));background:linear-gradient(to bottom, white, transparent)}.hero{height:204px;margin:0 auto;max-width:1920px;overflow:hidden;position:relative;width:100%}.hero__image{background-color:#191919;background-position:center center;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero__image--texture{background-color:#191919}.hero__image--texture.blue{background-color:#1f1653}.hero__image:after{background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));background:linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero__image--remove-overlay::after{display:none}.hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 48px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:72px}.hero__subheading{color:#fff;font-size:16px;font-weight:700;line-height:1;margin:0 0 4px 0;text-transform:uppercase}.hero__subheading a{color:#fff;text-decoration:none}.hero__subheading a:hover{text-decoration:underline !important}.hero__lawyer-search{margin:0 auto;max-width:640px;position:relative}.hero__lawyer-search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("../img/search.png");background-position:right 16px center;background-repeat:no-repeat;background-size:18px;border:1px solid #bdbdbd;border-radius:4px;color:#000;font-size:18px;font-weight:400;line-height:20px;margin:0;padding:16px 80px 16px 24px;width:calc(100% - 104px);-webkit-transition:background-image .2s ease;transition:background-image .2s ease}.hero__lawyer-search input::-webkit-input-placeholder{color:#333 !important}.hero__lawyer-search input::-moz-placeholder{color:#333 !important}.hero__lawyer-search input::-ms-input-placeholder{color:#333 !important}.hero__lawyer-search input::placeholder{color:#333 !important}.hero__lawyer-search input::-webkit-input-placeholder{color:#333 !important}.hero__lawyer-search input::-moz-placeholder{color:#333 !important;opacity:1}.hero__lawyer-search input:-ms-input-placeholder{color:#333 !important}.hero__lawyer-search::after{background-color:#bdbdbd;content:"";height:24px;position:absolute;right:48px;top:16px;width:1px}.hero__lawyer-search+p{padding:0 40px}@media screen and (min-width: 576px){.hero__lawyer-search+p{padding:0 24px}}.hero__search-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:#333;cursor:pointer;display:none;font-size:28px;font-weight:300;height:100%;line-height:1;padding:0;position:absolute;right:48px;top:0;width:44px;z-index:2}.hero__search-reset span{display:block;margin-top:-2px}.hero__search-reset:hover{color:#000}.hero__search-reset.is-visible{display:block}.hero__search-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;height:100%;position:absolute;right:-4px;text-indent:-9999px;top:0;width:48px}.hero__content{max-width:724px;position:relative;z-index:2}.hero__content--position-center{margin:0 auto;text-align:center}.hero__content--position-center .hero__buttons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__content--position-center .hero__buttons .btn--white{border:1px solid #fff}.hero__content--position-center .hero__buttons .btn--white:hover{border:1px solid #1f1653}.hero__content--width-wide{max-width:900px}.hero__content--width-medium{max-width:816px}.hero__content--width-small{max-width:524px}.hero__content .body{color:#fff}.hero__content .body h1,.hero__content .body h2,.hero__content .body h3,.hero__content .body h4,.hero__content .body h5,.hero__content .body h6{margin-bottom:16px}.hero__content .body h1,.hero__content .body h2,.hero__content .body h3,.hero__content .body h4,.hero__content .body h5,.hero__content .body h6,.hero__content .body p,.hero__content .body a{color:#fff}.hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:24px}@media screen and (min-width: 576px){.hero__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width: 768px){.hero__buttons{margin-top:32px}}@media screen and (min-width: 576px){.hero__buttons--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero__buttons--vertical a{text-align:center;width:300px}.hero__buttons a{margin-left:0 !important}.hero__phone-number{color:#fff;font-size:18px;line-height:1.3}.hero__phone-number a{color:#fff}.hero__phone-number--buttons{border-left:1px solid #bdbdbd;margin:0 0 0 8px;padding:0 0 0 24px}.hero--height-none{background-color:#fff !important;height:0 !important}.hero--height-medium-small{height:336px}.hero--height-medium{height:450px}@media screen and (min-width: 1280px){.hero--height-medium{height:550px}}.hero--height-large{height:550px}@media screen and (min-width: 1280px){.hero--height-large{height:650px}}.hero__contact{background-color:#fff;padding:24px 0}@media screen and (min-width: 1024px){.hero__contact{padding:32px 0}}.hero__contact__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (min-width: 768px){.hero__contact__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.hero__contact__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px}.hero__contact__item__icon{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:56px}.hero__contact__item__text p{color:#333;font-size:16px;font-weight:400;line-height:1.4;margin:0}.hero__contact__item__text p:first-of-type{font-size:20px;font-weight:900;margin-bottom:4px}.hero__contact__item__text p a{color:#1f1653;text-decoration:underline}.hero__contact__item__divider{background-color:#bdbdbd;display:none;height:56px;width:1px}@media screen and (min-width: 768px){.hero__contact__item__divider{display:block}}.hero__submenu{background-color:#24135f}.hero__submenu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:16px 0}@media screen and (min-width: 1024px){.hero__submenu ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hero__submenu ul li{margin:0;padding:0}.hero__submenu ul li a{color:#fff;display:block;padding:8px 0;text-decoration:none}@media screen and (min-width: 1024px){.hero__submenu ul li a{display:inline-block;padding:16px}}.hero__submenu ul li a:hover{text-decoration:underline}.hero__submenu ul li.current_page_item a,.hero__submenu ul li.current-menu-item a{text-decoration:underline}@media screen and (min-width: 1024px){.hero__submenu ul li:first-of-type a{padding-left:0}}.hero--opaque{margin-top:82px}.team-member-hero{background-image:url(../img/bg-boyne-clarke-team.png);background-position:right center;background-repeat:no-repeat;background-size:contain}.team-member-hero__image-content{background-color:#fff;border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:392px}@media screen and (min-width: 768px){.team-member-hero__image-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.team-member-hero__image{border-radius:4px 0 0 0;min-height:392px;overflow:hidden;width:100%}@media screen and (min-width: 768px){.team-member-hero__image{-ms-flex-preferred-size:40%;flex-basis:40%}}.team-member-hero__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.team-member-hero__content{border-radius:0 4px 0 0}@media screen and (min-width: 768px){.team-member-hero__content{-ms-flex-preferred-size:60%;flex-basis:60%}}.team-member-hero__content h1,.team-member-hero__content p,.team-member-hero__content a{color:#000;margin:0;text-decoration:none}.team-member-hero__content p.linkedin{-ms-flex-item-align:end;align-self:flex-end}.team-member-hero__content p.position{font-size:24px;font-weight:700;margin-bottom:16px}.team-member-hero__content p.phone,.team-member-hero__content p.email,.team-member-hero__content p.fax{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;font-weight:600;margin-bottom:4px}.team-member-hero__content p.phone span,.team-member-hero__content p.email span,.team-member-hero__content p.fax 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}.team-member-hero__content .services{margin:0 0 20px}.team-member-hero__content .languages{border-top:1px solid #bdbdbd;font-style:italic;margin:24px 0 0;padding-top:16px}.team-member-hero__content .languages span{font-weight:700}.team-member-hero__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}.team-member-hero__quote-assistants{background-color:#fff;border-radius:0 0 4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 768px){.team-member-hero__quote-assistants{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.team-member-hero__quote-assistants--single .team-member-hero__quote{border-radius:0 0 4px 4px;-ms-flex-preferred-size:100%;flex-basis:100%}.team-member-hero__quote-assistants--single .team-member-hero__assistants{border-radius:0 0 4px 4px;-ms-flex-preferred-size:100%;flex-basis:100%}.team-member-hero__quote{background-color:#49447d;border-radius:0 0 0 4px;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-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 768px){.team-member-hero__quote{-ms-flex-preferred-size:40%;flex-basis:40%}}.team-member-hero__quote p{font-style:italic;margin:0}.team-member-hero__assistants{background-color:rgba(144,133,191,.2);border-radius:0 0 4px 0}@media screen and (min-width: 768px){.team-member-hero__assistants{-ms-flex-preferred-size:60%;flex-basis:60%}}.team-member-hero__assistants ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;list-style-type:none;margin:0;padding:0}@media screen and (min-width: 768px){.team-member-hero__assistants ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.team-member-hero__assistants ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0}@media screen and (min-width: 768px){.team-member-hero__assistants ul li:not(:last-of-type){border-right:1px solid rgba(189,189,189,.5);margin-right:16px;padding-right:40px}}.team-member-hero__assistants p{color:#333;margin:0}.team-member-hero__assistants p:first-of-type{font-weight:700}.team-member-hero__assistants p a{color:#1f1653 !important;font-weight:600;text-decoration:underline}.team-member-hero__inner{padding:24px}@media screen and (min-width: 768px){.team-member-hero__inner{padding:32px}}.team-member-hero__inner a{color:#1f1653 !important}.team-member-hero__inner a:hover{color:#000 !important;text-decoration:underline !important}