img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
.wow{visibility:hidden}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}*,input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.author-box:before,.clearfix:before,.entry:before,.entry-content:before,.footer-widgets:before,.nav-primary:before,.nav-secondary:before,.pagination:before,.site-container:before,.site-footer:before,.site-header:before,.page-header:before,.site-inner:before,.widget:before,.wrap:before{content:" ";display:table}.author-box:after,.clearfix:after,.entry:after,.entry-content:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.pagination:after,.site-container:after,.site-footer:after,.site-header:after,.page-header:after,.site-inner:after,.widget:after,.wrap:after{clear:both;content:" ";display:table}.mobile-hide{visibility:hidden;clip:rect(0px,0px,0px,0px);position:absolute;display:none}.text-center{text-align:center}@media only screen and (min-width:800px){.mobile-hide{visibility:visible;position:relative;display:inherit}.mobile-show{visibility:hidden;clip:rect(0px,0px,0px,0px);position:absolute}}body{background-color:#fff;color:#333;font-family:"Hind","Avenir","Helvetica",arial;font-size:16px;font-weight:400;line-height:1.612;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{margin:0;padding:0}li{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0 0 .612em;letter-spacing:-.02em}h1,.page-header .author-box-title{font-size:40px;font-weight:300}h2,.entry-title,.poa_widget_person .widget-title{font-size:28px;font-weight:300}h3{font-size:28px}h4{font-size:24px}h5{font-size:18px;font-weight:700}h6{font-size:14px}.widgettitle{background-color:#203864;color:#fff;font-size:14px;padding:15px 30px;border-bottom:1px solid #aaa;margin-bottom:0}h6,.entry-meta,.nav-primary .genesis-nav-menu a,.comment-meta,.widgettitle{text-transform:uppercase;letter-spacing:.1em;font-weight:500}p{margin:0 0 1.625em;padding:0}strong{font-weight:700}blockquote{font-style:italic;font-size:18px;font-weight:400;margin:2em 0}.entry-content blockquote{padding:0 5%}blockquote p:last-of-type{margin:0}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;border:1px solid #e1e1e8;background-color:#f7f7f9}code{padding:2px 4px;white-space:nowrap}pre{display:block;padding:9.5px;margin:0 0 10px;line-height:18px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}cite{font-style:normal}hr,.clear-line{overflow:hidden;width:100%;border:none;border-bottom:1px solid #eee;margin:0 0 40px;padding:40px 0 0}@media only screen and (min-width:800px){h2,.entry-title,.poa_widget_person .widget-title{font-size:32px;font-weight:300}.post-type-archive-poa_person h2,.post-type-archive-poa_person .entry-title{font-size:18px}}@media only screen and (min-width:1024px){body{font-size:18px}h1,.page-header .author-box-title{font-size:65px}h2,.entry-title,.poa_widget_person .widget-title{font-size:50px}.post-type-archive-poa_person h2,.post-type-archive-poa_person .entry-title{font-size:26px}h3{font-size:36px}}a{color:#b07f15;text-decoration:none;outline:0}a:hover{border-color:transparent;text-decoration:underline}.entry-content a{color:#333;text-decoration:underline}.entry-content a:hover{color:#b07f15}a.more-link{color:#b07f15;text-decoration:none}a.more-link:hover{text-decoration:underline}a,button,input:focus,input[type=button],input[type=reset],input[type=submit],textarea:focus,.button,.button:after,.button:before,.genesis-nav-menu a,.team-grid .overlay,.post-type-archive-poa_practice a .entry-header .fas{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}::-moz-selection{background-color:rgba(0,0,0,.5);color:#fff}::selection{background-color:rgba(0,0,0,.5);color:#fff}embed,iframe,img,object,video,.wp-caption{max-width:100%}img{height:auto;max-width:100%}img.wp-post-image{vertical-align:bottom}.full-width-content img.pull{margin-left:-70px;margin-right:-70px;max-width:800px}input,select,textarea{background-color:#fff;border-radius:4px;border:1px solid #dcdcdc;color:#333;font-size:16px;padding:14px 16px 12px;width:100%}button,.button,textarea,input[type=button],input[type=reset],input[type=submit],input[type=password],input[type=url],input[type=text],input[type=search],input[type=email]{appearance:none;-webkit-appearance:none;-moz-appearance:none}input[type=checkbox],input[type=radio]{margin-right:10px;width:auto}input:focus,textarea:focus{outline:none;border-color:#333}.input-large{font-size:24px;padding:15px}select.input-large{height:54px;line-height:54px;padding-top:12px}.input-small{font-size:12px;padding:5px 10px}::-moz-placeholder{color:#d8d8d8;opacity:1}::-webkit-input-placeholder{color:#d8d8d8}input:focus::-webkit-input-placeholder,input:focus::-moz-placeholder,input:focus:-ms-input-placeholder,textarea:focus::-webkit-input-placeholder,textarea:focus::-moz-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}button,input[type=button],input[type=reset],input[type=submit],.button{background-color:#b07f15;border-radius:0;box-shadow:none;border:0;color:#fff;cursor:pointer;font-size:14px;font-weight:600;line-height:1.612;display:inline-block;outline:none;text-align:center;padding:7px 30px;text-decoration:none;width:auto;white-space:nowrap}button:hover,input:hover[type=button],input:hover[type=reset],input:hover[type=submit],.button:hover{text-decoration:none;opacity:1;box-shadow:inset 0 0 0 200px rgba(0,0,0,.1)}.button.full-width{display:block;width:100%}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button{display:none}.gallery{margin:0 auto 40px;overflow:hidden;width:100%}.gallery-item{float:left;margin:10px 0 0;text-align:center}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6666%}.gallery-columns-7 .gallery-item{width:14.2857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111%}.gallery img{border:1px solid #ddd;height:auto;padding:4px}.gallery-caption{margin-left:0}table{border-collapse:collapse;border-spacing:0;line-height:2;margin-bottom:40px;width:100%}tbody{border-bottom:1px solid #ddd}td,th{text-align:left}td{border-top:1px solid #ddd;padding:6px 0}th{font-weight:400}.screen-reader-shortcut,.screen-reader-text,.screen-reader-text span{background-color:#fff;border:0;clip:rect(0,0,0,0);color:#232525;height:1px;overflow:hidden;position:absolute !important;width:1px}.genesis-nav-menu .search input[type=submit]:focus,.screen-reader-shortcut:focus,.screen-reader-text:focus,.widget_search input[type=submit]:focus{border:1px solid #5b5e5e;clip:auto !important;display:block;font-size:18px;font-size:1.8rem;font-weight:700;height:auto;padding:20px;text-decoration:none;width:auto;z-index:100000}.genesis-skip-link{margin:0}.genesis-skip-link li{height:0;width:0;list-style:none}:focus{outline:1px dotted rgba(0,0,0,.2)}a.aligncenter img{display:block;margin:0 auto}a.alignnone{display:inline-block}.alignleft{float:left;text-align:left}.alignright{float:right;text-align:right}img.centered,.aligncenter{display:block;margin:0 auto 30px}img.alignnone,.alignnone{margin-bottom:12px}a.alignleft,img.alignleft,.wp-caption.alignleft{margin:0 60px 30px 0}a.alignright,img.alignright,.wp-caption.alignright{margin:0 0 30px 60px}img.alignleft.entry-image,img.alignright.entry-image{margin-bottom:0}.entry-content figure{margin:60px 0 50px}.wp-caption-text{font-size:16px;font-size:1.6rem;font-weight:700;text-align:center}.entry-content p.wp-caption-text{margin-bottom:0}.gallery-caption,.entry-content .gallery-caption{margin:0 0 10px}.wp-audio-shortcode,.wp-playlist,.wp-video{margin-bottom:30px}a[rel~=attachment],a[rel~=attachment]:hover,.gallery-item a,.wp-audio-shortcode a,.wp-audio-shortcode a:hover,.wp-caption a,.wp-caption a:hover,.wp-playlist a,.wp-playlist a:hover,.wp-video a,.wp-video a:hover{border-width:0 !important}img.stretch{max-width:112%;margin-left:-6%;display:inline-block;margin-top:20px}@media only screen and (min-width:1024px){img.stretch{max-width:140%;margin-left:-20%}}.wrap,.contact.page.full-width-content .site-inner .wrap{margin:0 auto;padding:0 5%}.site-inner{clear:both;padding:5% 0;overflow:hidden}.full-width-content .content{width:100%}.page.full-width-content .site-inner .wrap{padding:0 5%}.contact .content{margin-top:60px}.sidebar-content .content,.content-sidebar .content,.full-width-content .entry{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.3)}@media only screen and (min-width:1024px){.content{float:right;position:relative;width:70%;z-index:100}.content-sidebar .content{float:left}.blog.content-sidebar .content{float:right}.sidebar-primary{float:right;width:30%}.sidebar-content .sidebar-primary{float:left}.wrap{max-width:1600px}.site-inner{position:relative;z-index:999}.page.full-width-content .site-inner .wrap{padding:0 15%}.no-attachment .site-inner .wrap,.single-poa_seminar .site-inner .wrap,.contact.full-width-content .content-sidebar-wrap{max-width:960px}}@media only screen and (min-width:800px){.grid,[class*=grid-],.equal-heights>*{display:flex;flex-wrap:wrap}.grid>*,[class*=grid-]>*{align-self:stretch}.equal-heights>*>*{align-self:stretch;flex-grow:1;width:100%}.five-sixths,.four-sixths,.four-fifths,.one-fifth,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-fifths,.three-sixths,.two-fourths,.two-fifths,.two-sixths,.two-thirds{float:left;margin-left:3.448275862069%}.one-half,.three-sixths,.two-fourths{width:48.275862068966%}.one-third,.two-sixths{width:31.034482758621%}.four-sixths,.two-thirds{width:65.51724137931%}.one-fourth{width:22.413793103448%}.three-fourths{width:74.137931034483%}.one-fifth{width:17.241379310345%}.two-fifths{width:37.931034482759%}.three-fifths{width:58.620689655172%}.four-fifths{width:79.310344827586%}.one-sixth{width:13.793103448276%}.five-sixths{width:82.758620689655%}.first{clear:both;margin-left:0}.only{float:none;margin:0 auto}}.widget{word-wrap:break-word}.widget ol>li{list-style-position:inside;list-style-type:decimal;padding-left:20px;text-indent:-20px}.widget li li{border:0;margin:0 0 0 30px;padding:0}.widget_calendar table{width:100%}.widget_calendar td,.widget_calendar th{text-align:center}.icon,.fas{font-size:18px;color:#b07f15;margin:0 10px 0 0}.person-contact .icon,.tabs-title .fas,.sidebar .fas{margin:0 10px 0 0;display:inline-block;vertical-align:middle}.person-contact a:hover .icon,.sidebar a:hover .fas{color:#fff}.featured-content.widget .entry{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.featured-content .entry-title{font-weight:700;font-size:18px}@media only screen and (min-width:1024px){.featured-content .entry-title{font-size:24px}}#wpstats{display:none}.site-header{border-top:5px solid #abaebd;width:100%;z-index:999;padding:20px 0;position:relative}.front-page .site-header{border:0}.bg-primary .site-header{background:0 0}.title-area{float:left;margin-top:10px}.site-title{font-size:21px;font-weight:700;line-height:1.2;margin:0 auto}.site-title a{color:#fff;text-decoration:none}.header-image .nav-primary:not(button){margin-top:5px}.header-image .site-title{display:block;text-indent:-9999px}.header-image .site-title>a{background-position:center center !important;background-size:contain !important;float:left;min-height:40px;width:230px}.header-image .title-area{margin:0;width:230px}.site-description{display:none}@media only screen and (min-width:480px){.header-image .site-title>a{min-height:50px;width:350px}.header-image .title-area{width:350px}}@media only screen and (min-width:800px){.site-header{padding:30px 0 25px}.site-header .wrap{max-width:1600px}.header-image .site-title>a{min-height:60px;width:515px}.header-image .title-area{width:515px}.bg-primary .site-header{padding:30px 0 0}.title-area{margin-top:4px}.site-title{font-size:32px}}.genesis-nav-menu li{display:inline-block;list-style:none;position:relative}.genesis-nav-menu a{border:none;display:block;margin:0 16px 0;position:relative;color:#fff;opacity:.7}.genesis-nav-menu li a:hover,.genesis-nav-menu .menu-item a:hover,.genesis-nav-menu .current-menu-item>a,.genesis-nav-menu .sub-menu .current-menu-item>a:hover{text-decoration:none;opacity:1}@media only screen and (min-width:800px){.genesis-nav-menu .menu-item.highlight a{background:0 0;border:1px solid #fff;border-radius:3px;color:#fff;line-height:1;padding:10px 20px 8px}.genesis-nav-menu .sub-menu{width:180px;z-index:99;background:#fff;box-shadow:0 5px 10px -5px rgba(0,0,0,.2);border-radius:3px;opacity:0;margin-top:-12px;position:absolute;left:-9999px;text-align:left}.genesis-nav-menu>li .sub-menu:before{content:" ";position:absolute;top:-5px;left:16px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff}.genesis-nav-menu .menu-item:hover>.sub-menu{margin-top:0;opacity:1;left:0}.genesis-nav-menu>.menu-item:hover>.sub-menu{left:18px}.genesis-nav-menu .sub-menu li a{border-top:none;padding:8px 16px;margin:0;color:#333;width:100%}.genesis-nav-menu .sub-menu li{width:100%}.genesis-nav-menu .sub-menu li:first-child>a{padding-top:16px}.genesis-nav-menu .sub-menu li:last-child a{padding-bottom:12px}.genesis-nav-menu .sub-menu .sub-menu{margin:0 0 0 178px;top:0}.genesis-nav-menu .sub-menu .sub-menu:before{display:none}}.sub-menu-toggle,.menu-toggle{display:none;visibility:hidden}@media only screen and (max-width:800px){.sub-menu-toggle,.menu-toggle{display:block;visibility:visible}.nav-primary,.nav-primary .sub-menu{width:100%;display:none}.menu-toggle{display:block;float:right;background:0 0;padding:6px 2px 0;text-indent:9999px;color:transparent;overflow:hidden;width:50px;height:50px;margin-right:-12px;margin-top:-5px;position:relative}.menu-toggle:before{position:absolute;color:#fff;top:3px;right:13px;content:"\f0c9";display:inline-block;font-family:'Font Awesome 5 Free';font-size:30px;margin:0 auto;padding:0;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-weight:900}.menu-toggle.activated:before{content:"\f00d";right:16px}.sub-menu-toggle{position:absolute;right:0;top:10px;background:0 0;padding:6px 2px 0}.sub-menu-toggle:before{content:"\f078";color:#fff;font-family:'Font Awesome 5 Free';font-size:16px;padding:14px 5px 14px;cursor:pointer;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-weight:900}.nav-primary .genesis-nav-menu li{width:100%}.nav-primary .genesis-nav-menu>li:first-child{margin-top:20px}.nav-primary .genesis-nav-menu li .sub-menu{margin:0 0 0 24px;width:calc(100% - 24px)}.nav-primary .genesis-nav-menu a{font-size:18px;margin:0;padding:10px 0}}@media only screen and (min-width:800px){.nav-primary .genesis-nav-menu a{font-size:12px}.nav-primary{text-align:right}.bg-primary .nav-primary{padding-bottom:22px}.nav-primary .genesis-nav-menu>li>a{margin:0 0 0 24px;padding:15px 0}.nav-primary .genesis-nav-menu>li.left{float:left}.nav-primary .genesis-nav-menu>li.menu-item-has-children>a:after{top:18px}}@media only screen and (min-width:1024px){.nav-primary .genesis-nav-menu>li>a{margin:0 0 0 36px;font-size:14px}}.nav-secondary{margin:20px 0 -40px;text-align:center;overflow:hidden;width:100%;padding:0}.nav-secondary .wrap{padding:0}.nav-secondary .genesis-nav-menu{padding:12px 0;margin-bottom:-16px;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}.win .nav-secondary .genesis-nav-menu{margin-bottom:-24px}.nav-secondary .genesis-nav-menu li{list-style-type:none;display:inline-block;margin:0 8px;padding:4px}.nav-secondary ul li:first-child{margin-left:5%;padding-left:0}.nav-secondary ul li:last-child{margin-right:5%;padding-right:0}.nav-secondary .genesis-nav-menu li a{font-weight:700;opacity:.5;padding:20px 0;margin:0}.nav-secondary .genesis-nav-menu li.current-menu-item a{opacity:1}.nav-secondary .genesis-nav-menu li.current-menu-item a:after{content:" ";border-bottom:5px solid #333;width:100%;position:absolute;bottom:0;left:0;right:0}@media only screen and (min-width:800px){.nav-secondary{margin:5% 0 -10%;width:100%}}@media only screen and (min-width:1023px){.nav-secondary .genesis-nav-menu li{margin:0 12px}.nav-secondary .genesis-nav-menu li a{font-size:16px}.nav-secondary ul li:first-child{margin-left:0}.nav-secondary ul li:last-child{margin-right:0}}.white-header .site-header{background:#fff}.white-header .site-header a{color:#333}@media only screen and (max-width:800px){.white-header .menu-toggle:before,.white-header .sub-menu-toggle:before{color:#333}}@media only screen and (min-width:800px){.white-header .genesis-nav-menu .menu-item.highlight a{border:1px solid #333;color:#333}}.pagination{margin:40px auto;text-align:center;display:inline-block;width:100%}.pagination ul{display:inline-block;overflow:hidden}.pagination li{margin:2px;list-style-type:none;display:block;float:left;overflow:hidden}.pagination .pagination-omission{border:0}.pagination li a{color:#222;display:block;padding:5px 20px;text-decoration:none;border:3px solid #abaebd;border-color:transparent}.pagination li.active a{background:#203864;border-color:#abaebd;color:#fff}.pagination li a:hover{background-color:#b07f15;border-color:#b07f15;color:#fff}.single-poa_person .pagination{display:none}.with-background-image{background-size:cover;background-position:left top;background-repeat:no-repeat}.header-wrap{border-top:5px solid #abaebd;border-bottom:5px solid #abaebd}.page-header{padding:5% 0;position:relative;text-align:center;color:#000}.header-wrap .page-header{color:#fff}.page-header h1,.page-header .author-box-title{line-height:1.2;font-size:40px;margin-bottom:.25em;display:inline-block}.page-header p{color:#666;font-family:'PT Serif',serif;font-size:18px;font-weight:400;max-width:960px;margin-left:auto;margin-right:auto}.page-header p:last-child{margin-bottom:0}.page-header a:not(.button){opacity:.5}.page-header a:hover:not(.button){opacity:1}.page-header .entry-meta{font-size:14px}@media only screen and (min-width:800px){.page-header{padding:5% 0 2%}.header-wrap .page-header{padding:2% 0}.page-header h1,.page-header .author-box-title{font-size:60px}.page-header .entry-meta{font-size:16px}}.flexible-widget-area .wrap{padding-top:60px;padding-bottom:60px}.flexible-widgets .widget{margin-bottom:20px}.flexible-widgets .widget:last-child{margin-bottom:0}@media only screen and (min-width:800px){.flexible-widget-area .wrap{padding-top:7%;padding-bottom:7%}.flexible-widgets,.featured-content.widget .widget-wrap{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.flexible-widgets .widget{float:left;padding-left:5%;padding-right:5%}.flexible-widgets.widget-full .widget,.flexible-widgets.widget-area .widget:nth-of-type(1),{width:100%}.flexible-widgets.widget-halves.uneven .widget:last-of-type{width:50%}.flexible-widgets.widget-fourths .widget{width:25%}.flexible-widgets.widget-halves .widget{width:50%}.flexible-widgets.widget-thirds .widget{width:33.33%}.flexible-widgets.widget-thirds .widget:nth-child(3n+2),.flexible-widgets.widget-fourths .widget:nth-child(4n+2){clear:left}}.front-page .header-wrap .page-header{padding:0}.front-page-hero{padding:0}.front-page-hero .one,.front-page-hero .two,.front-page-hero .three{background-color:rgba(32,56,100,.7);display:inline-block;display:flex;align-items:flex-end;justify-content:center;float:left;font-size:50px;font-weight:300;padding:10px 20px;padding:30% 0 5%;letter-spacing:-.02em;margin-left:4px;width:33%}.front-page-hero .two{background-color:rgba(255,255,255,.4);color:#203864}.front-page-hero .one{margin-left:0}@media only screen and (max-width:960px){.front-page-hero .one,.front-page-hero .two,.front-page-hero .three{font-size:28px;padding:35% 0 5%;width:32%}}@media only screen and (max-width:560px){.front-page-hero .one,.front-page-hero .two,.front-page-hero .three{font-size:28px;justify-content:flex-start;margin:0 0 5px;padding:5%;text-align:left;width:100%}}.front-page-1{text-align:center}.poa_widget_person.widget{float:none}.poa_widget_person.widget .widgettitle{background-color:rgba(255,255,255,0);border:0;margin-bottom:5%;text-transform:initial;color:#000;padding:0;letter-spacing:-.02em;font-weight:300}.poa_widget_person.widget .entry{border:5px solid #abaebd;margin-bottom:4%;padding:0;position:relative;z-index:1}.poa_widget_person.widget .aligncenter{margin:0}.poa_widget_person.widget .entry:hover{opacity:.95;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.poa_widget_person.widget .entry-header{background-color:rgba(32,56,100,.7);color:#b07f15;font-size:14px;text-align:left;padding:0 15px;margin:0;position:absolute;bottom:0;z-index:100}.poa_widget_person.widget .entry-title{line-height:1;margin:0}.poa_widget_person.widget .entry-title a{color:#fff;font-size:20px;font-weight:300;margin:0}.poa_widget_person.widget .entry-title a:hover{color:#b07f15;text-decoration:none}.poa_widget_person.widget .entry-meta{margin-bottom:0}@media only screen and (min-width:1024px){.poa_widget_person.widget .entry-title a{font-size:22px}}@media only screen and (min-width:1280px){.poa_widget_person.widget .entry-title a{font-size:28px}}.front-page-2{border-top:5px solid #abaebd;border-bottom:5px solid #abaebd;background-position:bottom;background-repeat:no-repeat;background-size:cover;object-fit:cover;overflow:hidden;color:#fff}.front-page-2 .wrap{background-color:rgba(32,56,100,.7);margin-left:auto;padding:10% 5%;width:100%}.front-page-2 .widget-area{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media only screen and (min-width:800px){.front-page-2{padding:90px 0}.front-page-2 .flexible-widgets.widget-halves .widget,.front-page-2 .widget{float:left;align-self:center}.front-page-2 .wrap{margin-left:0;padding:60px 0 60px 25%;width:66%}}.front-page-3{text-align:left;position:relative;z-index:100}.front-page-3 .widget.widget_text{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.3);padding:30px}.front-page-3 .entry{background-color:rgba(0,0,0,0);box-shadow:0 0 0;padding:0}.poa_widget_practices.widget .entry-title{margin-bottom:0}.poa_widget_practices.widget .entry{margin-bottom:0}.poa_widget_practices.widget .entry a{background-color:#ddd;color:#222;display:block;font-size:18px;font-weight:400;margin-bottom:0;padding:8px 0 8px 5%;text-align:left;text-decoration:none;border-bottom:1px solid #aaa}.poa_widget_practices.widget .entry a:hover{background-color:#b07f15;box-shadow:0 0 5px rgba(0,0,0,.2);color:#fff;text-decoration:none}@media only screen and (min-width:800px){.front-page-3 .poa_widget_practices{padding:60px 0 60px 60px}.front-page-3 .widget.widget_text{padding:60px}}.entry{padding:30px;margin-bottom:60px}.entry.page{margin:0;display:inline-block;width:100%}.post-type-archive-poa_seminar .entry,.page-template-page_blog .entry,.blog .entry,.archive .entry,.single-post .entry,.blog-content .entry{background-color:#fff;margin-bottom:60px;padding:30px;border-bottom:1px solid #abaebd;position:relative}.post-type-archive-poa_seminar .entry:last-child,.single-post .entry,.page-template-page_blog .entry:last-child,.blog .entry:last-child,.archive .entry:last-child,.blog-content .entry:last-child{border-bottom:0}.post-type-archive-poa_person .entry:last-child{border-bottom:5px solid #abaebd}.single-poa_person .entry .widgettitle{background-color:transparent;border:0;color:#222;font-family:"Hind","Avenir","Helvetica",arial;font-size:32px;letter-spacing:-.02em;font-weight:400;padding:0;text-transform:initial}.entry .tabs-content .entry{padding:0;margin:0}@media only screen and (min-width:800px){.entry{padding:60px;margin-bottom:60px}.post-type-archive-poa_seminar .entry,.page-template-page_blog .entry,.blog .entry,.archive .entry,.single-post .entry,.blog-content .entry{padding:60px}.single-poa_person .entry .widgettitle{font-size:50px;font-weight:300}}.full-width-content .content-sidebar-wrap{max-width:1600px;margin:0 auto}.full-width .content-sidebar-wrap{max-width:100%}.blog .entry-header,.page-template-page_blog .entry-header,.archive .entry-header{text-align:left}.page-template-page_blog .blog-template-description{display:none}.entry-title a{color:#333;text-decoration:none}.entry-title a:hover{text-decoration:underline}.entry-content ol,.entry p,.entry-content p,.author-box p,.entry-content ul,.entry ul,.entry ol,.entry-content .wp-video,.entry-content .wp-audio-shortcode,.entry-content .video-player,.quote-caption{margin-bottom:2em;line-height:2}.tabs-content .entry-content .widget ul{margin-left:0}.tabs-content .entry-content .widget ul li{list-style-type:none}.tabs-content .entry-content .honors ul{margin-bottom:0;margin-left:0}.entry-content ol,.entry ol,.entry-content ul,.entry ul{margin-left:40px}.single .entry-content p.intro,.page:not(.page-template-page_blog) .entry-content p.intro{display:block;font-size:24px;font-weight:300}.single .entry-content p.intro:after,.page .entry-content p.intro:after{content:" ";border-bottom:1px solid #abaebd;margin:40px auto;display:block}.post-image.entry-image{margin-bottom:40px}.entry-content .gform_wrapper ul.gform_fields{margin:0 0 30px}.entry-content ol li,.entry ol li{list-style-type:decimal}.entry-content ul li,.entry ul li{list-style-type:disc}.entry-content ol ol,.entry ol ol,.entry-content ul ul,.entry ul ul{margin-bottom:0}.entry-content ul.list-unstyled,.entry-content ol.list-unstyled{margin-left:20px}.entry-content ul.list-unstyled>li,.entry-content ol.list-unstyled>li,.entry-content .gform_wrapper ul li{list-style:none}p.entry-meta{font-size:14px}.entry-categories.associations{margin-right:10px}p.entry-meta a,.entry-categories.credits{background-color:#203864;border:3px solid #abaebd;color:#fff;display:inline-block;margin-right:5px;margin-bottom:2%;padding:2px 10px}p.entry-meta a:hover{background-color:#b07f15;border-color:#b07f15;color:#fff;text-decoration:none}.post-type-archive-poa_person .entry{padding:0;position:relative}.post-type-archive-poa_person .entry{border:5px solid #abaebd}.post-type-archive-poa_person .entry:hover{opacity:.95}.post-type-archive-poa_person .entry img{width:100%}.post-type-archive-poa_person .entry-title a{color:#fff}.post-type-archive-poa_person .entry-title a:hover{color:#b07f15;text-decoration:none}.post-type-archive-poa_person .entry .entry-content{background-color:rgba(32,56,100,.7);color:#b07f15;font-size:14px;padding:0 15px;margin:0;position:absolute;bottom:0;text-align:left;z-index:100}.post-type-archive-poa_person p.entry-meta{margin-bottom:0}.post-type-archive-poa_person .entry .entry-title,.post-type-archive-poa_practice .entry .entry-title{margin-bottom:0}.post-type-archive-poa_practice .entry{display:block;padding:0}.post-type-archive-poa_practice a.entry{color:#000;display:flex;align-items:center;justify-content:center}.post-type-archive-poa_practice a.entry:hover{color:#fff;background-color:#b07f15;text-decoration:none}.post-type-archive-poa_practice .entry-header,.post-type-archive-poa_practice .entry-content{display:inline-block;text-align:left;vertical-align:middle}.post-type-archive-poa_practice .entry-content{padding:2%;width:100%}.post-type-archive-poa_practice a .entry-header .fas{background-color:#203864;color:#fff;display:block;font-size:30px;margin-bottom:-1px;padding:20px}.post-type-archive-poa_practice a:hover .entry-header .fas{background-color:#b07f15;text-decoration:none}.distinction{font-style:italic}@media only screen and (min-width:800px){.post-type-archive-poa_person .entry .entry-content{bottom:-1px}}.single .author-box{background-color:#fff;padding:0 60px 60px;text-align:left}.author-box .avatar{width:100%}.page-header .author-thumbnail{border:5px solid rgba(0,0,0,.5);border-radius:50%;display:block;margin:0 auto 20px;width:150px}.entry-comments,.entry-pings{padding:40px 0 0}p.comment-meta,.entry-comments .comment,.entry-comments .comment-reply{margin-bottom:40px}.entry-comments .comment{padding:20px 0;border-bottom:1px solid #abaebd}.entry-comments .comment:last-child{margin-bottom:0;border:0}.comment-list .comment-respond{padding-left:0}.comment-header{line-height:1}.comment-author{margin:6px 0 2px}.comment-author span:first-of-type{font-weight:700}.comment-author .avatar{float:left;margin-right:16px;margin-bottom:16px;border-radius:24px;margin-top:-6px}.comment-autor,.comment-meta a{text-transform:uppercase}.comment-meta a{font-size:12px}.comment-edit-link{margin-bottom:20px;display:inline-block}.comment-notes,.entry-pings .reply{display:none}p.comment-form-comment{margin-bottom:20px}.comment-list li{list-style-type:none}.comment-reply-title small{font-size:18px;font-weight:400}.entry-comments ul.children{margin-left:40px}.ping-list .reply{display:none}.content-sidebar-wrap .sidebar{margin-top:60px}.sidebar .widget{background-color:#ddd;margin-bottom:5%;font-size:14px}.sidebar .widget:last-child,.sidebar .widget.person-headshot{margin-bottom:0}.sidebar .widget p{margin-bottom:0;padding:30px 30px 0}.sidebar .widget p:last-of-type{margin-bottom:30px}.shadow{box-shadow:0 0 5px rgba(0,0,0,.3)}.contact .sidebar{margin-bottom:5%}.contact .sidebar .widget p{font-size:18px;font-weight:700;padding:0 30px;margin-bottom:10px}.contact .sidebar .widget p:first-of-type{padding-top:10px}.widget-area ul li{list-style-type:none;margin-bottom:0}.sidebar .widget ul li a,.person-contact a{padding:5px 30px;border-bottom:1px solid #eee;color:#333;display:block;width:100%;margin-bottom:0}.sidebar .widget ul li:last-of-type a .person-contact:last-of-type a{border:0}.sidebar .widget ul li a:hover,.person-contact a:hover,.sidebar .widget .current-cat a{background-color:#b07f15;color:#fff;text-decoration:none}.sidebar .widget h5{margin-bottom:0;margin-top:5px}.sidebar .widget h5.no-link{padding:5px 30px;border-bottom:1px solid #eee;color:#333;display:block;width:100%;margin-bottom:0}.sidebar .widget_search{padding:20px}.widget_search button,.widget_search input[type=button],.widget_search input[type=reset],.widget_search input[type=submit],.widget_search .button{display:none}@media only screen and (max-width:1024px) and (min-width:801px){.sidebar .widget ul li a{padding:5px}.contact .sidebar .widget p{padding:0 5px}}.before-footer{background:#abaebd;padding:60px 0}@media only screen and (min-width:800px){.before-footer{padding:100px 0}.before-footer .enews form{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.before-footer .enews form input{margin:0 10px;width:calc(25% - 20px);float:left}}.footer-widgets{background-position:bottom;background-repeat:no-repeat;background-size:cover;object-fit:cover;overflow:hidden;border-top:5px solid #abaebd;border-bottom:5px solid #abaebd;padding:0;color:#fff;position:relative}.footer-widgets .wrap{background-color:rgba(32,56,100,.7);margin-left:auto;padding:5%;width:100%}.footer-widgets .widget{text-align:left;margin:auto;max-width:800px}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{display:block;margin:0 0 2%;width:100%}.footer-widgets a:not(.button){color:#fff}.footer-widgets a:hover{color:#b07f15;text-decoration:none}.footer-widgets .fas{color:#b07f15}.footer-widgets .widgettitle{opacity:1;text-transform:none;letter-spacing:0;font-weight:600;font-size:18px;margin-bottom:30px}.footer-widgets .simple-social-icons ul{margin-top:10px !important}.footer-widgets .simple-social-icons ul li{margin:0 24px 12px 0 !important}.footer-widgets .simple-social-icons ul li a{padding:0 !important;border:0 !important}@media only screen and (min-width:800px){.footer-widgets{padding:60px 0}.footer-widgets .wrap{margin-left:0;padding:60px 0 60px 10%;width:90%}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{float:left;margin:0 0 0 2%;width:31%}.footer-widgets .widgettitle{margin-bottom:60px}}@media only screen and (min-width:1280px){.footer-widgets{padding:90px 0}.footer-widgets .wrap{margin-left:0;padding:60px 0 60px 20%;width:80%}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{float:left;margin:0 0 0 2%;width:31%}.footer-widgets .widgettitle{margin-bottom:60px}}.site-footer{padding:40px 0;font-size:12px;text-align:center;color:#000}.site-footer a{color:#000}.site-footer p{margin-bottom:0}.filter-wrap .filter{cursor:pointer}.filter-wrap .filter.active{background-color:#b07f15;border-bottom-color:#aaa;color:#fff;text-decoration:none}@media only screen and (max-width:800px){.single-poa_person .content-sidebar-wrap{display:table}.single-poa_person .content{display:table-footer-group;float:none}.single-poa_person .sidebar{display:table-header-group;float:none}}.sidebar .secretary{margin-bottom:5%}.tabs-title{display:block}.tabs-title a{background-color:#ddd;display:block;padding:10px 30px;font-size:14px;color:#333}.tabs-title a:hover,.tabs-title.ui-state-active a{background-color:#fff;text-decoration:none}.admissions.entry-content ol,.entry .admissions ol,.admissions.entry-content ul,.entry .admissions ul,#results .entry-content ol,#results .entry ol,#results .entry-content ul,#results .entry ul{margin-left:0;margin-bottom:0}.admissions.entry-content ol:last-of-type,.entry .admissions ol:last-of-type,.admissions.entry-content ul:last-of-type,.entry .admissions ul:last-of-type{margin-bottom:40px}.education-honors.entry-content ol,.entry .education-honors ol,.education-honors.entry-content ul,.entry .education-honors ul,.cases.entry-content ol,.entry .cases ol,.cases.entry-content ul,.entry .cases ul{margin-bottom:0}.honors .entry-content ul~ul{margin-top:-35px}.school-name{font-weight:700}.school-degree-level{font-style:italic}.admissions.entry-content ul li,.entry .admissions ul li,.education.entry-content ul li,.entry .education ul li,#results .entry-content ul li,#results .entry ul li,#results .entry-content ul li,#results .entry ul li{list-style-type:none}#results ul li{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px}#results ul li:last-of-type{border:0;margin-bottom:0;padding-bottom:0}#results ul li a{font-size:22px;line-height:1;text-decoration:none;margin-bottom:0}#results .entry-date{color:#b07f15;display:block;font-size:12px;letter-spacing:1px;text-transform:uppercase}.badge{margin-bottom:5%;text-align:center}@media only screen and (min-width:800px){.tabs-labels{position:absolute;padding:0 60px;top:-42px;z-index:10}.tabs-title{display:inline-block;margin-right:20px}}.return-link{display:inline-block;font-weight:700;margin-bottom:5%;text-align:center;width:100%}.post-type-archive-poa_result .entry{padding:0}.post-type-archive-poa_result .entry a{display:flex}.post-type-archive-poa_result .entry-header,.post-type-archive-poa_result .entry-content{display:inline-block;vertical-align:top}.post-type-archive-poa_result .entry-header{background-color:#203864;color:#fff;margin-bottom:-1px;text-align:center}.post-type-archive-poa_result .entry-header .fas{color:#fff;font-size:24px;padding:30px}.post-type-archive-poa_result .entry-content{margin-bottom:-1px;padding:10px;width:100%}.post-type-archive-poa_result .entry-title{color:#000;font-size:18px;margin-bottom:0}.post-type-archive-poa_result p.entry-meta{margin-bottom:0}.post-type-archive-poa_result .entry a:hover .entry-content,.post-type-archive-poa_result .entry a:hover .entry-header,.post-type-archive-poa_result .entry a:hover .entry-header .fas{background-color:#b07f15;color:#fff;text-decoration:none}.post-type-archive-poa_result .entry a:hover,.post-type-archive-poa_result .entry a:hover .entry-title{color:#fff;text-decoration:none}@media only screen and (min-width:800px){.post-type-archive-poa_result .entry-header,.post-type-archive-poa_result .entry-content{vertical-align:middle}.post-type-archive-poa_result .entry-title{font-size:22px}}@media print{*,*:before,*:after{box-shadow:none !important}thead{display:table-header-group}.entry,.footer-widgets,img{page-break-before:auto;page-break-after:auto;page-break-inside:avoid;max-width:100% !important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}blockquote,pre{page-break-inside:avoid}.archive-description{padding:0}.overview-content{height:100% !important}button,input,select,textarea,.breadcrumb,.comment-edit-link,.comment-form,.comment-list .reply a,.comment-reply-title,.edit-link,.entry-comments-link,.genesis-box,.hidden-print,.home-top,.nav-primary,.nav-secondary,.post-edit-link,.header-widget-area,.prev-next-post-links,.single-poa_person .read-more,.post-type-archive-poa_seminar .sidebar{display:none !important}h1,h2,h3,h4,h5,h6{orphans:3;page-break-after:avoid;page-break-inside:avoid;widows:3}img{page-break-after:avoid;page-break-inside:avoid}blockquote,pre{page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}.single-poa_practice .content{min-height:auto !important}.ui-tabs-nav{display:none}.ui-tabs .ui-tabs-hide{display:block !important}.ui-tabs .ui-tabs-panel{display:block !important;margin:0;border-top:0}.single-poa_person .content-sidebar-wrap{display:table}.single-poa_person .content{display:table-footer-group;float:none}.single-poa_person .sidebar{display:table-header-group;float:none}.person-headshot,.attorney-info,.single-poa_person .sidebar .secretary,.single-poa_person .sidebar .paralegal{float:left;width:48%;margin-left:2%;margin-bottom:2%}.sidebar .widget{margin-bottom:2%}.badge{float:left;margin:2%}.person-headshot{margin:0}.site-header,.footer-widgets{border:0}.header-image .title-area{width:100%;margin:auto}.header-image .site-title>a{min-height:50px;width:100%}body,.white-header .site-header,.footer-widgets,.front-page-2{background-image:none !important}.footer-widgets,.footer-widgets a:not(.button){color:#222}.footer-widgets .wrap{background-color:rgba(255,255,255,1)}.poa_widget_person.widget .entry{float:left;width:49%}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{float:left;width:32%}}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900 0%,#ff6900 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px #fff,6px 6px #000;--wp--preset--shadow--crisp:6px 6px 0px #000}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}
#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:0;background:0 0;box-shadow:none;cursor:pointer}.cn-close-icon:focus,.cn-close-icon:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}.cn-compliance-warning{display:block;color:#f5a623!important;font-size:12px;line-height:18px;margin:4px 0 8px 0}.cn-compliance-warning .cn-warning-icon{color:#f5a623!important;margin-right:4px}.cn-compliance-warning strong{color:#f5a623!important}.cn-compliance-warning a{color:#f5a623!important;text-decoration:underline}.cn-compliance-warning a:hover{color:#ffb84d!important}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
.cp-mobile-contact{display:none;justify-content:space-around;font-size:20px;text-align:center;position:fixed;bottom:0;width:100%;z-index:999999}.cp-mobile-contact.bg-color{background-color:#222}.cp-mobile-contact.icon-color a .icon{color:#fff}.cp-mobile-contact div{display:inline-block;width:25%}.cp-mobile-contact a{display:inline-block;padding:10px 10%}.cp-mobile-contact .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.cp-mobile-contact .screen-reader-text:focus{clip:auto !important;height:auto;width:auto;display:block;padding:1rem 2rem;z-index:100000;text-decoration:none;box-shadow:0 0 .2rem .2rem rgba($dark,.1)}@media only screen and (max-width:512px){.cp-mobile-contact{display:block;display:flex}.site-container{margin-bottom:40px}#cookie-notice{bottom:52px}}
.cp-mobile-contact.bg-color{background-color:#222}.cp-mobile-contact.icon-color a .icon{color:#fff}
.header-image .site-title>a{min-height:50px;width:150px}@media only screen and (min-width:480px){.header-image .site-title>a{min-height:50px;width:150px}}@media only screen and (min-width:800px){.front-page.header-image .site-title>a{min-height:115px;width:300px}}.front-page-hero .one,.front-page-hero .three{background-color:rgba(255,255,255,.4);color:#203864}.front-page-hero .two{background-color:rgba(32,56,100,.7) !important;color:#fff !important}