/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:"Noto Sans",sans-serif;font-weight:400;line-height:1.6;color:#303030;font-size:20px;font-size:1.25rem}a{text-decoration:none;color:#F26C4F;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in}a:hover{color:#ee4420}h1,h1,.h1{margin:1em 0}h2,h2,.h2{margin:1em 0}h3,h3,.h3{margin:1em 0}h4,h4,.h4{margin:1em 0}h5,h5,.h5{margin:1em 0}h6,h6,.h6{margin:1em 0}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Merriweather",serif;font-weight:900;color:#303030}h1,.h1,h2,.h2{line-height:1.6}h3,.h3,h4,.h4{line-height:1.6}h1,.h1{font-size:140%}@media (min-width:768px){h1,.h1{font-size:200%}}h2,.h2{font-size:120%}@media (min-width:768px){h2,.h2{font-size:140%}}h3,.h3{font-size:100%}@media (min-width:768px){h3,.h3{font-size:120%}}h4,.h4{font-size:100%}@media (min-width:768px){h4,.h4{font-size:100%}}h5,.h5{font-size:80%}@media (min-width:768px){h5,.h5{font-size:100%}}h1 bold,.h1 bold,h1 strong{font-weight:900}h2 bold,.h2 bold,h2 strong{font-weight:900}h3 bold,.h3 bold,h3 strong{font-weight:900}h4 bold,.h4 bold,h4 strong{font-weight:900}h5 bold,.h5 bold,h5 strong{font-weight:900}.italic,i,em{font-style:italic}.bold,b,strong{font-weight:700}.block-margins,p,ul,ol,pre{margin:0 0 1.5rem}.unordered-list,ul{list-style-type:disc}.ordered-list,ol{list-style:decimal}blockquote{background-color:#f9f9f9;font-style:italic;color:#303030;line-height:33px;font-size:20px;font-size:1.25rem;margin:40px;padding:40px 40px 40px 60px}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body{-webkit-backface-visibility:hidden}.animated{-webkit-animation-duration:calc(1s);animation-duration:calc(1s);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:calc(1s * 2);animation-duration:calc(1s * 2)}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75)}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75)}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeInDownCenter{0%{opacity:0;-webkit-transform:translate(-50%,-20px)}100%{opacity:1;-webkit-transform:translateY(-50%,0)}}@keyframes fadeInDownCenter{0%{opacity:0;-webkit-transform:translateY(-50%,-20px);transform:translateY(-50%,-20px)}100%{opacity:1;-webkit-transform:translateY(-50%,0);transform:translateY(-50%,0)}}.fadeInDownCenter{-webkit-animation-name:fadeInDownCenter;animation-name:fadeInDownCenter}*{min-width:0;min-height:0}html{overflow-x:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;width:100vw}html.home{overflow-y:hidden}html.home.scrollable{overflow-y:auto}body{overflow-x:hidden;max-width:100%;width:100vw}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}.grecaptcha-badge{visibility:collapse!important}.inner{position:relative;z-index:10;width:100%;max-width:1400px;-webkit-box-sizing:border-box;box-sizing:border-box;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;margin:0 -30px}@media (min-width:768px){.inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -30px}}.inner__content{padding:100px 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}@media (min-width:768px){.inner__content{padding-right:15vw}}.inner__content--full{max-width:100%}@media (min-width:768px){.inner__content--full{padding-right:0}}.module__title{font-weight:400;font-size:18px;font-size:1.125rem}section.body{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs{line-height:1.3;width:100%;padding:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -30px}.breadcrumbs__content{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px}.breadcrumbs #breadcrumbs{margin-left:-10px}.breadcrumbs a{margin:0 5px}.breadcrumbs span{color:#999;font-size:14px;font-size:.875rem}.breadcrumbs span.breadcrumb_last{margin-left:10px}.page-header{position:relative;z-index:100;height:80vh;min-height:80vh;padding-top:50px;-webkit-transition:all 500ms ease-in;transition:all 500ms ease-in;background-color:#303030;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.page-header{height:100vh;min-height:100vh}}.page-header__background{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:'';opacity:1;background-repeat:repeat;background-position:top center}.page-header__background:after{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;content:'';opacity:1;background-color:rgba(48,48,48,.7);background-position:top center;background-size:cover}.page-header__item{-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header__background{background-position:top center;background-size:cover}.page-header__title{margin-top:300px;padding-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}@media (min-width:992px){.page-header__title{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(66.66667% - 60px);flex-basis:calc(66.66667% - 60px);margin:0 30px 60px}}.page-header__heading{font-weight:900;line-height:1.3;margin-bottom:0;margin-bottom:20px;-webkit-animation-delay:.25s;animation-delay:.25s;color:#fff;font-size:24px;font-size:1.5rem}@media (min-width:768px){.page-header__heading{line-height:1.1;font-size:44px;font-size:2.75rem}}.page-header__sub-heading{font-weight:300;font-style:italic;line-height:1.2;display:block;-webkit-animation-delay:.5s;animation-delay:.5s;color:#fff;font-size:20px;font-size:1.25rem}@media (min-width:768px){.page-header__sub-heading{font-size:32px;font-size:2rem}}.page-header__sub-heading a{color:#fff}.page-header__sub-heading a:hover{color:#ccc}.page-header__extra{margin-top:60px;-webkit-animation-delay:.75s;animation-delay:.75s;color:#fff}.page-header__meta{margin-top:3vw;padding-top:5px;color:#fff;border-top:1px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.page-header__meta{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.page-header__meta strong{margin-right:10px}.page-header__meta a{color:#fff}.page-header__meta a:hover{color:#ccc}.page-header__meta-item{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;font-size:16px;font-size:1rem}.page-header__meta-item--phone{font-size:18px;font-size:1.125rem}.page-header__meta-item--email{font-size:18px;font-size:1.125rem}.page-header__meta-item--linkedin{font-size:20px;font-size:1.25rem}.list{-webkit-box-sizing:border-box;box-sizing:border-box;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 -15px}@media (min-width:768px){.list{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}}.lawyer{display:block;-webkit-perspective:1000;perspective:1000;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);margin:0 15px 30px}@media (min-width:992px){.lawyer{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 30px);flex-basis:calc(33.33333% - 30px);margin:0 15px 30px}}.lawyer:before{float:left;padding-top:100%;content:''}@media (min-width:768px){.lawyer:hover .lawyer__front,.lawyer.hover .lawyer__front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.lawyer:hover .lawyer__back,.lawyer.hover .lawyer__back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.lawyer__card{position:relative;width:100%;height:100%;-webkit-transition:.6s;transition:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.lawyer__front,.lawyer__back{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.lawyer__front{position:relative;z-index:2;display:block;overflow:hidden;width:100%;-webkit-transition:all 300ms ease-in;transition:all 300ms ease-in;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);background-color:#303030}.lawyer__front:after{display:block;padding-bottom:100%;content:'';-webkit-transition:0.8s all cubic-bezier(.25,.46,.45,.94) 0s;transition:0.8s all cubic-bezier(.25,.46,.45,.94) 0s}.lawyer__front img{position:absolute;top:0;left:50%;width:auto;max-width:none;max-height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.lawyer__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all 300ms ease-in;transition:all 300ms ease-in;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);background-color:#9CC4E4;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lawyer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;color:#fff;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;font-size:1.25rem}.lawyer__name{margin:0;color:#fff;font-size:20px;font-size:1.25rem}.lawyer__position{display:block;margin-bottom:20px;color:#fff;font-size:20px;font-size:1.25rem}.staff{background-color:#eee;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);margin:0 15px 30px}@media (min-width:992px){.staff{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 30px);flex-basis:calc(33.33333% - 30px);margin:0 15px 30px}}.staff:before{float:left;content:''}.staff__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-size:1rem}.staff__name{margin:0;font-size:20px;font-size:1.25rem}.staff__position{display:block;margin-bottom:20px;font-size:16px;font-size:1rem}.post{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);margin:0 15px 30px}@media (min-width:768px){.post{margin-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);margin:0 15px 30px}}.post__header{margin-top:2vw}.post__categories{font-size:17px;font-size:1.0625rem}.post__title{line-height:1.3;margin:0 0 2vw}.post__title a{color:#303030;font-size:24px;font-size:1.5rem}.post__meta{padding:5px 0;border-top:1px solid #ccc;font-size:14px;font-size:.875rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.post__author{color:#999;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%}.post__date{text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%}.post__link{position:relative;display:block;height:350px;background-color:#9CC4E4}.post__link:hover .post__image{-webkit-transform:translateX(14px) translateY(-14px) scale(1);transform:translateX(14px) translateY(-14px) scale(1)}.post__link:hover .post__image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background-color:rgba(242,108,79,.8)}.post__image{display:block;height:100%;-webkit-transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1),-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);background-position:top center;background-size:cover}.latest-news{-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.latest-news__content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}.latest-news__button{text-align:center}.latest-news .list{margin-bottom:3vw}.inquiries{-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inquiries__content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}.inquiries__body{-webkit-box-sizing:border-box;box-sizing:border-box;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;margin:0 -30px;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:992px){.inquiries__body{-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:center;-ms-flex-pack:center;justify-content:center}}.inquiries__logo{margin-bottom:3vw}.inquiries__text{margin-bottom:6vw}.inquiries__map{margin-bottom:6vw}.inquiries__address{margin-bottom:10px}.inquiries__contact{margin-bottom:10px}.inquiries__social .social__link{margin-right:5px}.inquiries__info{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 60px);flex-basis:calc(33.33333% - 60px);margin:0 30px 60px}.inquiries__form{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(66.66667% - 60px);flex-basis:calc(66.66667% - 60px);margin:0 30px 60px}.line{display:-webkit-box;display:-ms-flexbox;display:flex}.line__length{height:5px;margin-right:8px;background-color:#303030}.line__length:last-of-type{margin-right:0}.line__length--m{background-color:#3A89C9;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.line__length--s{background-color:#9CC4E4;-webkit-box-flex:0;-ms-flex:0 0 10px;flex:0 0 10px}.line__length--f{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.line__length:nth-of-type(2){-webkit-animation-delay:.2s;animation-delay:.2s}.line__length:nth-of-type(3){-webkit-animation-delay:.3s;animation-delay:.3s}.line__length:nth-of-type(4){-webkit-animation-delay:.4s;animation-delay:.4s}.line__length:nth-of-type(5){-webkit-animation-delay:.5s;animation-delay:.5s}.section__header{margin-bottom:3vw}.section__title{margin:30px 0 6vw;font-size:32px;font-size:2rem}.home .hero{position:fixed;z-index:100;top:0;left:0;width:100%;height:100vh;-webkit-transition:-webkit-transform 500ms ease-out;transition:-webkit-transform 500ms ease-out;transition:transform 500ms ease-out;transition:transform 500ms ease-out,-webkit-transform 500ms ease-out;-webkit-transform:translateY(0);transform:translateY(0);background-color:#303030;background-image:url(/wp-content/themes/umbrella/static/images/hero-splash.jpg);background-size:cover;-webkit-box-sizing:border-box;box-sizing:border-box;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:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .hero--is-hidden{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.home .hero__item{-webkit-box-sizing:border-box;box-sizing:border-box;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 -30px}.home .hero__content{position:relative;padding-bottom:10vw;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}.home .hero__statement{line-height:1.3;margin:0 0 10px 0;color:#fff;font-size:42px;font-size:2.625rem}@media (min-width:768px){.home .hero__statement{width:60%;font-size:72px;font-size:4.5rem}}.home .hero__tagline{margin:0 0 5vw 0;color:#fff}.home .hero__video{position:absolute;z-index:1;top:0;left:0;display:none;overflow:hidden;width:100%;height:100%}.home .hero__video video{position:absolute;top:0;left:50%;width:auto;min-width:100%;height:auto;min-height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:576px){.home .hero__video{display:block}}.home .about{margin-top:3vw;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .about__item{-webkit-box-sizing:border-box;box-sizing:border-box;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 -30px}@media (min-width:992px){.home .about__item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -30px}}.home .about__content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px}.home .about--first{padding-top:160px}.home .about--first .about__title{color:#25305E;font-size:32px;font-size:2rem}@media (min-width:768px){.home .about--first .about__title{font-size:56px;font-size:3.5rem;line-height:1.3;margin-top:0}}.home .about--first .about__heading{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}@media (min-width:992px){.home .about--first .about__heading{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(41.66667% - 60px);flex-basis:calc(41.66667% - 60px);margin:0 30px 60px}.home .about--first .about__heading h2{font-family:"Merriweather",serif;font-weight:900;line-height:1.2;margin-top:0;padding-right:60px;letter-spacing:0;color:#303030;font-size:56px;font-size:3.5rem}}.home .about--first .about__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}@media (min-width:992px){.home .about--first .about__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(58.33333% - 60px);flex-basis:calc(58.33333% - 60px);margin:0 30px 60px}}.home .about--second .about__text{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.home .about--second .about__text{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.home .about--second .about__text--left,.home .about--second .about__text--right{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}@media (min-width:768px){.home .about--second .about__text--left,.home .about--second .about__text--right{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 60px);flex-basis:calc(50% - 60px);margin:0 30px 60px}}.home .practice-areas{margin-top:3vw;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .practice-areas__content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}.home .practice-areas .service{position:relative;margin-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);margin:0 15px 30px}@media (min-width:576px){.home .practice-areas .service{margin-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);margin:0 15px 30px}}@media (min-width:992px){.home .practice-areas .service{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 30px);flex-basis:calc(33.33333% - 30px);margin:0 15px 30px}}.home .practice-areas .service.button{width:auto}@media (min-width:768px){.home .practice-areas .service.button{width:100%}}.module{margin-top:3vw}.team-members{-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-members__content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px}.team-members .list{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.page-id-53 .service{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 30px);flex-basis:calc(33.33333% - 30px);margin:0 15px 30px}.page-id-53 .service__title{font-size:18px;font-size:1.125rem}.page-id-53 .service__title a{color:#303030;width:100%}.page-id-53 .service__title a:hover{color:#ee4420}.page-id-53 .service__children{padding:0;list-style:none}.page-id-53 .service__child{line-height:1.3;margin-bottom:10px;margin-left:22.5px;font-size:16px;font-size:1rem}.list--lawyers{padding-bottom:6vw}.blog__content,.archive__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.blog__content,.archive__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.blog__articles,.archive__articles{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media (min-width:768px){.blog__articles,.archive__articles{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}}.blog__articles h1:first-of-type,.blog__articles h2:first-of-type,.blog__articles h3:first-of-type,.blog__articles p:first-of-type,.archive__articles h1:first-of-type,.archive__articles h2:first-of-type,.archive__articles h3:first-of-type,.archive__articles p:first-of-type{margin-top:0}.blog__sidebar,.archive__sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5vh;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.blog__sidebar,.archive__sidebar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-top:0;padding-right:60px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}}.blog .post,.archive .post{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);margin:0 15px 30px;margin-bottom:5vw}.inner__content--full-width .single-services__body{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}.inner__content--full-width .single-services__related{display:none}.single-services__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.single-services__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.single-services__heading{margin-bottom:6vw}.single-services__heading h1{line-height:1.6;font-size:28px;font-size:1.75rem}@media (min-width:768px){.single-services__heading h1{line-height:1.3;font-size:42px;font-size:2.625rem}}.single-services__body{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-preferred-size:auto;flex-basis:auto}@media (min-width:768px){.single-services__body{padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}}.single-services__body h1:first-of-type,.single-services__body h2:first-of-type,.single-services__body h3:first-of-type,.single-services__body p:first-of-type{margin-top:0}.single-services__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5vh;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.single-services__info{margin-top:0;padding-right:60px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}}.single-services .module .inner__content{padding:0 0 100px}.widget{margin-bottom:40px}.widget__title{font-family:"Noto Sans",sans-serif;margin-top:0;margin-bottom:20px;padding-top:10px;border-top:1px #ccc solid;font-size:18px;font-size:1.125rem}.widget__list{padding:0;list-style:none;font-size:18px;font-size:1.125rem}.widget__list li{line-height:1.4;margin-bottom:10px}.widget .practice-lawyer{line-height:1.1;margin-bottom:20px}.widget .practice-lawyer__name{font-weight:700;line-height:1.5;display:inline-block;color:#333;font-size:16px;font-size:1rem}.widget .practice-lawyer__name:hover{color:#9F111B}.widget .practice-lawyer__email{line-height:1.5;display:inline-block;color:#666;font-size:15px;font-size:.9375rem}.widget .practice-lawyer__email:hover{color:#9F111B}.widget .practice-lawyer__phone{line-height:1.5;display:inline-block;color:#666;font-size:15px;font-size:.9375rem}.mobile-header{display:block}@media (min-width:768px){.mobile-header{display:none}}.mobile-header__item{-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-header__heading{font-weight:900;line-height:1.1;margin-top:0;margin-bottom:20px;-webkit-animation-delay:.25s;animation-delay:.25s;font-size:32px;font-size:2rem}@media (min-width:768px){.mobile-header__heading{font-size:44px;font-size:2.75rem}}.mobile-header__sub-heading{font-weight:300;font-style:italic;line-height:1.2;display:block;-webkit-animation-delay:.5s;animation-delay:.5s;font-size:32px;font-size:2rem}.mobile-header__extra{margin-top:60px;-webkit-animation-delay:.75s;animation-delay:.75s;color:#fff}.mobile-header__meta{margin-top:3vw;padding-top:5px;border-top:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.mobile-header__meta{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.mobile-header__meta strong{margin-right:10px}.mobile-header__meta-item{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;font-size:16px;font-size:1rem}.mobile-header__meta-item--phone{font-size:18px;font-size:1.125rem}.mobile-header__meta-item--email{font-size:18px;font-size:1.125rem}.mobile-header__meta-item--linkedin{font-size:20px;font-size:1.25rem}.single-lawyers .page-header{min-height:40vh;background-color:#3A89C9}@media (min-width:768px){.single-lawyers .page-header{min-height:100vh}}.single-lawyers .page-header__background{justify-self:flex-end}@media (min-width:992px){.single-lawyers .page-header__background{z-index:1000;left:auto;width:58.33333%;-webkit-transition:all 200ms cubic-bezier(.19,1,.22,1);transition:all 200ms cubic-bezier(.19,1,.22,1)}.single-lawyers .page-header__background:after{display:none}}.single-lawyers .page-header__background:after{background-color:rgba(48,48,48,.3)}.single-lawyers .page-header__title{display:none}@media (min-width:768px){.single-lawyers .page-header__title{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33333% - 60px);flex-basis:calc(33.33333% - 60px);margin:0 30px 60px}}.single-lawyers .page-header__meta{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-lawyers .page-header__navigation{font-size:0;position:absolute;z-index:10;bottom:0;display:inline-block;color:#fff;background-color:#303030}@media (min-width:768px){.single-lawyers .page-header__navigation{left:-80px}}.single-lawyers .page-header__prev{position:relative;line-height:1;display:inline-block;width:40px;height:40px;text-align:center;color:#303030;background-color:#fff;font-size:24px;font-size:1.5rem}@media (min-width:768px){.single-lawyers .page-header__prev{width:80px;height:80px;font-size:48px;font-size:3rem}}.single-lawyers .page-header__prev:before{float:left;padding-top:100%;content:''}.single-lawyers .page-header__prev i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-lawyers .page-header__next{position:relative;line-height:1;display:inline-block;width:40px;height:40px;text-align:center;color:#fff;font-size:24px;font-size:1.5rem}@media (min-width:768px){.single-lawyers .page-header__next{width:80px;height:80px;font-size:48px;font-size:3rem}}.single-lawyers .page-header__next:before{float:left;padding-top:100%;content:''}.single-lawyers .page-header__next i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-lawyers__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.single-lawyers__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}}.single-lawyers__bio{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-preferred-size:auto;flex-basis:auto}@media (min-width:768px){.single-lawyers__bio{padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}}.single-lawyers__bio h1:first-of-type,.single-lawyers__bio h2:first-of-type,.single-lawyers__bio h3:first-of-type,.single-lawyers__bio p:first-of-type{margin-top:0}.single-lawyers__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5vh;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.single-lawyers__info{margin-top:0;padding-right:60px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}}.single-lawyers__field{margin-bottom:20px}.single-lawyers__field ul{padding-left:20px}.single-lawyers__field--practices a{display:block}.single-lawyers__field-title{margin-top:0;margin-top:15px;padding-top:15px;color:#303030;border-top:1px #ccc solid;font-size:16px;font-size:1rem}.single-lawyers__field-data{line-height:1.5;font-size:16px;font-size:1rem}.single-lawyers__field-data p{margin-bottom:0}.footer{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-sizing:border-box;box-sizing:border-box;padding:30px 0;background-color:#f6f6f6;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-size:.875rem}.footer__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.footer__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__info{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:calc(100% - 60px);margin:0 30px 60px;margin-top:20px;margin-bottom:0}.header{position:fixed;z-index:1000;top:0;width:100%;padding:20px;-webkit-transition:all 330ms ease-out;transition:all 330ms ease-out;background-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;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:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header--is-scrolled{top:0;background-color:#303030}.header--is-scrolled .header__brand{-webkit-transition:all 330ms ease-out;transition:all 330ms ease-out}.header__item{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__brand{line-height:1;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.header__logo{max-width:100%;height:auto;max-height:60px}.header__logo .logo{max-width:200px}@media (min-width:992px){.header__logo .logo{max-width:300px}}.header__navigation{display:none}@media (min-width:992px){.header__navigation{text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box;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;-webkit-box-flex:3;-ms-flex:3;flex:3}}.header__contact{margin-right:40px;padding:0}@media (min-width:992px){.header__contact{-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}}.header__contact a{text-decoration:none}.header .navigation{display:none}.header .navigation:hover>.navigation__item{-webkit-transition:all 200ms cubic-bezier(.19,1,.22,1);transition:all 200ms cubic-bezier(.19,1,.22,1);opacity:.5}.header .navigation:hover>.navigation__item:hover{opacity:1}.header .navigation__item{position:relative;display:inline-block;margin:0}.header .navigation__item--has-dropdown:hover{background-color:#9CC4E4}.header .navigation__item--has-dropdown:hover>.navigation__dropdown{display:block}.header .navigation__item:hover .navigation__link:after{position:absolute;display:block;content:'';-webkit-transform:scale(1);transform:scale(1);border-bottom:2px solid #fff}.header .navigation__item .navigation__link:after{display:block;width:calc(100% - 20px);margin:0 auto;padding:0 10px;content:'';-webkit-transition:-webkit-transform 1s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 1s cubic-bezier(.19,1,.22,1);transition:transform 1s cubic-bezier(.19,1,.22,1);transition:transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);-webkit-transform:scale(0);transform:scale(0)}.header .navigation__link{font-weight:600;position:relative;display:inline-block;padding:20px 10px;-webkit-transition:none;transition:none;text-decoration:none;color:#fff;font-size:18px;font-size:1.125rem}.header .navigation__phone{font-weight:600;margin-left:2%;text-transform:uppercase;color:#fff;font-size:18px;font-size:1.125rem}.header .navigation__dropdown{position:absolute;top:100%;left:0;display:none;width:auto;white-space:nowrap;background-color:#171d39}.header .navigation__dropdown--second-level{top:0;left:100%;display:none;overflow-y:auto;width:300px;max-height:51vh;white-space:normal}.header .navigation__sub-item--has-dropdown:hover>.navigation__dropdown{display:block}.header .navigation__sublink{font-weight:400;line-height:1.5;position:relative;display:block;padding:10px;-webkit-transition:all 200ms cubic-bezier(.19,1,.22,1);transition:all 200ms cubic-bezier(.19,1,.22,1);text-align:left;color:#fff;background-color:#9CC4E4;font-size:14px;font-size:.875rem}.header .navigation__sublink:after{display:none!important}.header .navigation__sublink:hover{color:#303030}.header .navigation__sublink:hover:after{display:none}.header .navigation__sublink--second-level{font-size:14px;font-size:.875rem}.header .navigation__sublink svg{position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header .navigation__dropdown{position:absolute;top:100%;left:0;display:none;width:200px;white-space:nowrap;background-color:#9CC4E4}.header .navigation__dropdown--second-level{top:0;left:100%;display:none;overflow-y:auto;width:300px;max-height:51vh;white-space:normal}.header .navigation__sub-item--has-dropdown:hover>.navigation__dropdown{display:block}.header .social{margin-left:20px}.header .social__link{margin-left:5px;color:#fff}.header .social__link:hover{color:#F26C4F}.app{position:relative;right:0;-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in}.app--is-active{right:300px}.shelf{position:fixed;z-index:9999;top:0;right:-300px;overflow-x:hidden;overflow-y:auto;width:300px;height:100%;padding:20px 30px;-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in;background:#303030}.shelf--is-active{right:0}.shelf__close{margin-bottom:5vw;padding:10px 0;cursor:pointer;color:#fff;font-size:28px;font-size:1.75rem}.shelf__dropdown{display:none}.shelf__dropdown--second-level{display:none}.shelf__dropdown--second-level .shelf__sublink{font-weight:400;padding:.5rem 1.5rem .5rem 3rem;font-size:14px;font-size:.875rem}.shelf__item--has-dropdown:hover>.shelf__dropdown,.shelf__sub-item--has-dropdown:hover>.shelf__dropdown{display:block}.shelf__item--phone-number{font-weight:400;padding:15px 0;color:#fff;background-color:#303030}.shelf__item--phone-number svg{margin-right:10px}.shelf__item--social{margin-top:20vw;padding-top:3vw;border-top:1px solid #fff}.shelf__item--social a{margin-right:10px;color:#fff;font-size:16px;font-size:1rem}.shelf__link{line-height:1.5;display:block;padding:15px 0;color:#fff}.shelf__sublink{line-height:1.5;display:block;padding:.5rem 1.5rem .5rem 2rem;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in;color:#e6e6e6;font-size:14px;font-size:.875rem}.shelf__sublink:hover{color:#fff}.burger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center}.burger__text{margin-right:5px;font-size:14px;font-size:.875rem;text-transform:uppercase;color:#fff}.burger__lines{position:relative;width:20px;height:24px}.burger__line{position:absolute;top:50%;left:50%;display:block;width:20px;height:3px;margin-left:-7px;-webkit-transition:none 86ms ease-out;transition:none 86ms ease-out;transition-property:background,left,opacity,transform,-webkit-transform;border-radius:100px;background-color:#fff}.burger__line:nth-child(1){margin-top:-8px}.burger__line:nth-child(2){margin-top:-1px}.burger__line:nth-child(3){margin-top:6px}input.wpcf7-form-control[type='text'],input.wpcf7-form-control[type='email'],input.wpcf7-form-control[type='tel'],textarea.wpcf7-form-control{width:100%;padding:15px 20px;border:2px solid #f1f1f1;background-color:#f1f1f1}input.wpcf7-form-control[type='text']:focus,input.wpcf7-form-control[type='email']:focus,input.wpcf7-form-control[type='tel']:focus,textarea.wpcf7-form-control:focus{border:2px solid #303030;outline:none;background-color:#fff}.form-fields{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.form-fields .form-field{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);margin:0 15px 30px}@media (min-width:576px){.form-fields .form-field{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);margin:0 15px 30px}}.form-fields .form-field--full{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);margin:0 15px 30px}.form-fields .form-field label{display:block;margin:0 0 10px;font-size:20px;font-size:1.25rem}span.wpcf7-not-valid-tip{font-style:italic;margin-top:3px;font-size:14px;font-size:.875rem}div.wpcf7-response-output{margin:0}.button{font-weight:700;display:inline-block;width:100%;cursor:pointer;-webkit-transition:none;transition:none;color:#fff;border:none;background-color:transparent}@media (min-width:768px){.button{width:auto;text-align:left}}.button--service{position:relative;color:#303030;background-color:#9CC4E4}.button--service span{display:block;height:100%;padding:15px 22.5px;-webkit-transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1),-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);background-color:#E9F2F9;line-height:1.3}.button--service:hover span{-webkit-transform:translateX(7px) translateY(-7px) scale(1);transform:translateX(7px) translateY(-7px) scale(1);color:#fff;background-color:#F26C4F}.button--default{position:relative;color:#303030;background-color:#9CC4E4}.button--default span{display:block;height:100%;padding:10px 15px;-webkit-transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1);transition:transform 0.15s cubic-bezier(.19,1,.22,1),-webkit-transform 0.15s cubic-bezier(.19,1,.22,1);background-color:#E9F2F9;line-height:1.3}.button--default:hover span{-webkit-transform:translateX(7px) translateY(-7px) scale(1);transform:translateX(7px) translateY(-7px) scale(1);color:#fff;background-color:#F26C4F}.button--submit{position:relative;padding:10px 15px;-webkit-transition:all 0.15s cubic-bezier(.19,1,.22,1);transition:all 0.15s cubic-bezier(.19,1,.22,1);color:#303030;background-color:#f0f0f0}.button--submit:hover{background-color:#F26C4F;color:#fff}@media print{.header,.breadcrumbs,.inquiries,.related-posts{display:none}.single-services__related{display:none}.page-header{display:block;min-height:auto;height:auto;padding:0}.body{display:block;padding:0;margin:0}.inner{display:block}.inner__content{padding:0!important;margin:0!important}h1,h2,h3,h4,h5,h6{page-break-after:avoid}h1{font-size:19pt}h2{font-size:17pt}h3{font-size:15pt}h4,h5,h6{font-size:14pt}p,h2,h3{orphans:3;widows:3}code{font:12pt Courier,monospace}blockquote{margin:1.2em;padding:1em;font-size:12pt}hr{background-color:#ccc}img{float:left;margin:1em 1.5em 1.5em 0;max-width:100%!important}a img{border:none}a:link,a:visited{background:transparent;font-weight:700;text-decoration:underline;color:#333}a:link[href^="http://"]:after,a[href^="http://"]:visited:after{content:" (" attr(href) ") ";font-size:90%}abbr[title]:after{content:" (" attr(title) ")"}a[href^="http://"]{color:#000}a[href$=".jpg"]:after,a[href$=".jpeg"]:after,a[href$=".gif"]:after,a[href$=".png"]:after{content:" (" attr(href) ") ";display:none}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}table{margin:1px;text-align:left}th{border-bottom:1px solid #333;font-weight:700}td{border-bottom:1px solid #333}th,td{padding:4px 10px 4px 0}tfoot{font-style:italic}caption{background:#fff;margin-bottom:2em;text-align:left}thead{display:table-header-group}img,tr{page-break-inside:avoid}}