:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d;}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none;}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size);}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size);}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - ( var(--swiper-navigation-size) / 2 ));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important;}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center;}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg);}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto;}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-lock{display:none;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev";}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next";}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important;}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none !important;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit);}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important;}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;touch-action:none;}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-grid>.swiper-wrapper{flex-wrap:wrap;}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column;}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-fade .swiper-slide-active{pointer-events:auto;}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube{overflow:visible;}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-flip{overflow:visible;}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}.swiper-cards{overflow:visible;}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none;}table{border-collapse:collapse;border-spacing:0;}a{text-decoration:none;}*{box-sizing:border-box;}body{padding-top:7.40740741vw;font-family:Montserrat-Regular,sans-serif;}@media only screen and (max-width:1080px){body{padding-top:40px;}}@media only screen and (max-width:820px){body{padding-top:68px;}}@media only screen and (max-width:640px){body{padding-top:80px;}}@media only screen and (max-width:420px){body{padding-top:70px;}}@media only screen and (max-width:360px){body{padding-top:45px;}}body.no-scroll{overflow:hidden;}body p{font-size:.92592593vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}body p strong{font-family:Montserrat-SemiBold,sans-serif;}body p a{color:#3b3b3b;text-decoration:underline;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}body p a:hover{opacity:.8;}@media only screen and (max-width:1080px){body p{font-size:14px;}}.fadein-wrap{opacity:0;visibility:hidden;transform:translateY(100px);-webkit-transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;-o-transition:all 1.5s ease 0s;transition:all 1.5s ease 0s;}.fadein-wrap.in-view{opacity:1;visibility:visible;transform:translateY(0);}#nav-icon{display:none;width:28px;height:24px;position:absolute;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);cursor:pointer;right:40px;top:16px;z-index:1004;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;}@media only screen and (max-width:1080px){#nav-icon{display:block;top:50%;transform:translateY(-50%);}}@media only screen and (max-width:820px){#nav-icon{right:20px;}}#nav-icon span{display:block;position:absolute;height:3px;width:50%;background:#fff;opacity:1;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:all 250ms ease-in-out 0s;-moz-transition:all 250ms ease-in-out 0s;-o-transition:all 250ms ease-in-out 0s;transition:all 250ms ease-in-out 0s;}#nav-icon span:nth-child(even){left:50%;}#nav-icon span:nth-child(odd){left:0;}#nav-icon span:nth-child(1),#nav-icon span:nth-child(2){top:0;}#nav-icon span:nth-child(3),#nav-icon span:nth-child(4){top:9px;}#nav-icon span:nth-child(5),#nav-icon span:nth-child(6){top:18px;}#nav-icon.open span{background:#fff;}#nav-icon.open span:nth-child(5){opacity:1;}#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}#nav-icon.open span:nth-child(1){left:2px;top:4px;}#nav-icon.open span:nth-child(2){left:calc(50% - 2px);top:4px;}#nav-icon.open span:nth-child(3){left:-50%;opacity:0;}#nav-icon.open span:nth-child(4){left:100%;opacity:0;}#nav-icon.open span:nth-child(5){left:2px;top:14px;}#nav-icon.open span:nth-child(6){left:calc(50% - 2px);top:14px;}.main-button{padding:.5787037vw 1.73611111vw .5787037vw 1.73611111vw;font-size:.92592593vw;min-height:2.60416667vw;display:inline-flex;align-items:center;justify-content:center;background:#5489df;border:1px solid #5489df;border-width:.05787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.25em;text-transform:uppercase;color:#fff;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-button{padding:8px 20px;font-size:16px;min-height:40px;border-width:1px;}}@media only screen and (max-width:920px){.main-button{font-size:14px;}}.main-button:after{margin-left:.5787037vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/white-arrow-right.svg");background-size:contain;width:.5vw;height:.9vw;background-position:center;background-repeat:no-repeat;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-button:after{margin-left:8px;width:16px;height:14px;}}.main-button:hover{background:#296bd7;border-color:#296bd7;}.main-button:hover:after{transform:translateX(8px);}.main-button--video{padding-bottom:.34722222vw;background:0 0;border-color:#fff;}@media only screen and (max-width:1080px){.main-button--video{padding-bottom:4px;}}.main-button--video:after{top:-.11574074vw;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/button-video-icon.svg");width:1.33vw;height:1.33vw;position:relative;}@media only screen and (max-width:1080px){.main-button--video:after{top:-1px;width:20px;height:20px;}}.headline-h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.headline-h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.headline-h2{font-size:28px;}}.headline-h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.headline-h2:after{width:80px;height:2px;}}.main-header{background:#131415;z-index:1004;position:fixed;top:0;left:0;width:100%;box-shadow:0 1px 4px rgba(19,20,21,.3);}@media only screen and (max-width:1080px){.main-header{position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 4px rgba(19,20,21,.3);}}.main-header__main-content__logo{left:5.78703704vw;padding:1.44675926vw;width:12.73148148vw;position:absolute;top:0;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.2);-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.main-header__main-content__logo img{display:block;width:100%;height:auto;}@media only screen and (max-width:1080px){.main-header__main-content__logo{left:40px;padding:14px;width:140px;}}@media only screen and (max-width:820px){.main-header__main-content__logo{left:20px;padding:10px;width:130px;}}@media only screen and (max-width:420px){.main-header__main-content__logo{padding:6px;width:100px;}}.main-header__main-content__logo:hover{opacity:.9;}.main-header__main-content__top-bar{padding:.46296296vw 5.78703704vw .46296296vw 19.67592593vw;width:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);text-align:right;display:flex;align-items:center;justify-content:flex-end;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar{padding:8px 90px 8px 220px;}}@media only screen and (max-width:920px){.main-header__main-content__top-bar{padding:14px 90px 14px 220px;}}@media only screen and (max-width:820px){.main-header__main-content__top-bar{padding:10px 70px 10px 160px;flex-direction:column;align-items:flex-end;}}@media only screen and (max-width:640px){.main-header__main-content__top-bar{padding:8px 70px 8px 160px;}}@media only screen and (max-width:420px){.main-header__main-content__top-bar{padding:8px 60px 8px 130px;}}@media only screen and (max-width:360px){.main-header__main-content__top-bar{padding:12px 60px 12px 130px;}}.main-header__main-content__top-bar ul{display:flex;align-items:center;justify-content:flex-end;}@media only screen and (max-width:640px){.main-header__main-content__top-bar ul{flex-direction:column;align-items:flex-end;}}@media only screen and (max-width:360px){.main-header__main-content__top-bar ul{display:none;}}.main-header__main-content__top-bar ul li{margin-right:1.15740741vw;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar ul li{margin-right:14px;}}@media only screen and (max-width:640px){.main-header__main-content__top-bar ul li{margin-right:0;}}@media only screen and (max-width:820px){.main-header__main-content__top-bar ul li:last-child{margin-right:0;}}.main-header__main-content__top-bar ul li a{font-size:.92592593vw;font-family:Montserrat-Medium,sans-serif;line-height:1.6em;color:#fff;display:flex;align-items:center;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar ul li a{font-size:14px;}}@media only screen and (max-width:640px){.main-header__main-content__top-bar ul li a{font-size:12px;}}@media only screen and (max-width:420px){.main-header__main-content__top-bar ul li a{font-size:11px;}}.main-header__main-content__top-bar ul li a:hover{opacity:.9;}.main-header__main-content__top-bar ul li a img{width:1.38888889vw;height:1.38888889vw;margin-right:.46296296vw;display:block;object-fit:contain;object-position:center;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar ul li a img{width:16px;height:16px;margin-right:8px;}}@media only screen and (max-width:640px){.main-header__main-content__top-bar ul li a img{width:14px;height:14px;}}@media only screen and (max-width:420px){.main-header__main-content__top-bar ul li a img{width:12px;height:12px;}}.main-header__main-content__top-bar__phone{margin-left:.34722222vw;display:block;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar__phone{margin-left:10px;}}.main-header__main-content__top-bar__phone a{font-size:1.50462963vw;letter-spacing:-.05787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.36em;text-decoration-line:underline;color:#fff;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.main-header__main-content__top-bar__phone a:hover{opacity:.9;}@media only screen and (max-width:1080px){.main-header__main-content__top-bar__phone a{font-size:20px;letter-spacing:-1px;}}@media only screen and (max-width:420px){.main-header__main-content__top-bar__phone a{font-size:16px;}}.main-header__main-content__nav{padding:1.44675926vw 5.78703704vw .5787037vw 33.56481481vw;display:flex;align-items:center;justify-content:flex-end;text-align:right;}@media only screen and (max-width:1080px){.main-header__main-content__nav{position:fixed;top:0;left:0;width:100%;height:100%;background:#131415;z-index:999;padding:80px 20px;overflow:auto;display:block;text-align:center;opacity:0;visibility:hidden;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}}.main-header__main-content__nav ul li{margin-left:2.02546296vw;margin-bottom:.5787037vw;display:inline-block;position:relative;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li{display:block;width:100%;margin-left:0;margin-bottom:14px;}}.main-header__main-content__nav ul li a{font-size:1.04166667vw;font-family:Montserrat-Regular,sans-serif;line-height:1.78em;color:#fff;display:block;position:relative;}.main-header__main-content__nav ul li a:after{height:.05787037vw;content:"";display:block;width:0%;background:#fff;position:absolute;bottom:0;right:0;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li a:after{display:none;}}.main-header__main-content__nav ul li a:hover:after{width:100%;right:auto;left:0;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li a{font-size:20px;}}.main-header__main-content__nav ul li.menu-item-has-children>a{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children>a{justify-content:center;}}.main-header__main-content__nav ul li.menu-item-has-children>a:before{margin-left:.28935185vw;width:.69444444vw;height:.46296296vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-menu-down.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children>a:before{width:12px;height:8px;margin-left:5px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu{min-width:11.57407407vw;padding-top:1.15740741vw;position:absolute;background:#131415;text-align:left;opacity:0;visibility:hidden;top:100%;left:0;z-index:1001;transform:translateY(6%);-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu{position:relative;top:0;text-align:center;opacity:1;visibility:visible;display:none;transition:none;padding:10px;transform:translateY(0);width:100%;max-width:360px;margin:auto;margin-top:10px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li{margin:0;width:100%;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li{display:block;width:100%;margin-left:0;margin-bottom:10px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li a{font-size:.92592593vw;padding:.5787037vw 1.15740741vw .5787037vw 1.15740741vw;position:relative;display:block;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li a{padding:0;line-height:1.78em;font-size:16px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a{justify-content:center;}}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a{padding:0;line-height:1.78em;font-size:16px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a:before{margin-left:.28935185vw;width:.69444444vw;height:.46296296vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-menu-down.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a:before{width:12px;height:8px;margin-left:5px;}}.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{left:auto;right:100%;border-right:1px solid #fff;border-width:.05787037vw;top:0;padding-top:0;}@media only screen and (max-width:1080px){.main-header__main-content__nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{right:0;border-right:none;padding-top:10px;border-top:1px solid #fff;}}.main-header__main-content__nav ul li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.main-header__main-content__nav ul li.menu-item-has-children.active>a{font-family:Montserrat-SemiBold,sans-serif;}.main-header__main-content__nav.active{opacity:1;visibility:visible;}.main-footer{padding-bottom:2.89351852vw;display:block;width:100%;background:#131415;}@media only screen and (max-width:1080px){.main-footer{padding-bottom:30px;}}@media only screen and (max-width:820px){.main-footer{padding-bottom:30px;}}.main-footer__top-content{position:relative;}.main-footer__top-content__logo{left:5.78703704vw;width:17.65046296vw;padding:2.89351852vw 2.02546296vw 2.89351852vw 2.02546296vw;display:block;position:absolute;top:0;background:#fff;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-footer__top-content__logo{left:40px;width:140px;padding:14px;}}@media only screen and (max-width:820px){.main-footer__top-content__logo{left:20px;}}.main-footer__top-content__logo img{display:block;width:100%;height:auto;}.main-footer__top-content__logo:hover{opacity:.9;}.main-footer__top-content__cta{padding:1.15740741vw 5.78703704vw 1.15740741vw 27.77777778vw;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.main-footer__top-content__cta{padding:10px 40px 10px 220px;}}@media only screen and (max-width:820px){.main-footer__top-content__cta{padding:14px 20px 14px 200px;}}@media only screen and (max-width:420px){.main-footer__top-content__cta{padding:120px 20px 14px 20px;}}.main-footer__top-content__cta ul{display:flex;align-items:center;justify-content:flex-end;}@media only screen and (max-width:820px){.main-footer__top-content__cta ul{flex-direction:column;align-items:flex-end;}}@media only screen and (max-width:420px){.main-footer__top-content__cta ul{align-items:flex-start;}}.main-footer__top-content__cta ul li{font-size:2.08333333vw;letter-spacing:-.05787037vw;margin-right:2.31481481vw;font-family:Montserrat-Medium,sans-serif;line-height:1.36em;color:#fff;display:flex;align-items:center;}@media only screen and (max-width:1080px){.main-footer__top-content__cta ul li{font-size:16px;letter-spacing:-1px;margin-right:20px;}}@media only screen and (max-width:820px){.main-footer__top-content__cta ul li{margin-right:0;margin-bottom:10px;}}@media only screen and (max-width:820px){.main-footer__top-content__cta ul li:last-child{margin-bottom:0;}}.main-footer__top-content__cta ul li a{color:#fff;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.main-footer__top-content__cta ul li a:hover{opacity:.9;}.main-footer__top-content__cta ul li:after{margin-left:2.31481481vw;content:"|";display:block;}@media only screen and (max-width:1080px){.main-footer__top-content__cta ul li:after{margin-left:20px;}}@media only screen and (max-width:820px){.main-footer__top-content__cta ul li:after{display:none;}}.main-footer__top-content__cta ul li:last-child{margin-right:0;}.main-footer__top-content__cta ul li:last-child:after{display:none;}.main-footer__top-content__columns{padding:2.31481481vw 5.78703704vw 2.31481481vw 27.77777778vw;display:flex;align-items:flex-start;justify-content:space-between;}@media only screen and (max-width:1080px){.main-footer__top-content__columns{padding:30px 40px 30px 220px;}}@media only screen and (max-width:920px){.main-footer__top-content__columns{padding:60px 40px 30px 40px;}}@media only screen and (max-width:820px){.main-footer__top-content__columns{padding:30px 20px;}}@media only screen and (max-width:640px){.main-footer__top-content__columns{flex-direction:column;}}.main-footer__top-content__columns__one-column{max-width:16.2037037vw;flex:1;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column{max-width:300px;}}@media only screen and (max-width:640px){.main-footer__top-content__columns__one-column{margin-bottom:20px;}}@media only screen and (max-width:640px){.main-footer__top-content__columns__one-column:last-of-type{margin-bottom:0;}}.main-footer__top-content__columns__one-column__icon-text{margin-bottom:1.15740741vw;display:flex;align-items:flex-start;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column__icon-text{margin-bottom:14px;}}.main-footer__top-content__columns__one-column__icon-text:last-of-type{margin-bottom:0;}.main-footer__top-content__columns__one-column__icon-text img{width:1.50462963vw;min-width:1.50462963vw;height:1.50462963vw;min-height:1.50462963vw;margin-right:.86805556vw;display:block;object-position:center;object-fit:contain;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column__icon-text img{width:20px;min-width:20px;height:20px;min-height:20px;margin-right:15px;}}.main-footer__top-content__columns__one-column__icon-text p{font-size:.92592593vw;flex:1;font-family:Montserrat-Regular,sans-serif;line-height:1.5em;color:#fff;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column__icon-text p{font-size:14px;}}.main-footer__top-content__columns__one-column__icon-text p a{color:#fff;text-decoration:none;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.main-footer__top-content__columns__one-column__icon-text p a:hover{opacity:.8;}.main-footer__top-content__columns__one-column__social-icons ul{display:flex;align-items:center;justify-content:flex-end;}.main-footer__top-content__columns__one-column__social-icons ul li{margin-right:1.15740741vw;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column__social-icons ul li{margin-right:20px;}}.main-footer__top-content__columns__one-column__social-icons ul li:last-child{margin-right:0;}.main-footer__top-content__columns__one-column__social-icons ul li a{display:block;}.main-footer__top-content__columns__one-column__social-icons ul li a img{width:1.50462963vw;height:1.50462963vw;display:block;object-position:center;object-fit:contain;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-footer__top-content__columns__one-column__social-icons ul li a img{width:20px;height:20px;}}.main-footer__top-content__columns__one-column__social-icons ul li a:hover img{transform:scale(1.1);}.main-footer__navigation{padding:0 5.78703704vw 0 5.78703704vw;display:flex;flex-wrap:wrap;}@media only screen and (max-width:1080px){.main-footer__navigation{padding:0 40px;}}@media only screen and (max-width:820px){.main-footer__navigation{padding:0 20px;}}.main-footer__navigation>div{padding:1.73611111vw .5787037vw 0 .5787037vw;border-top:2px solid #fff;border-width:.11574074vw;width:25%;}@media only screen and (max-width:1080px){.main-footer__navigation>div{border-width:1px;padding:20px 10px 0 10px;}}@media only screen and (max-width:820px){.main-footer__navigation>div{width:50%;margin-bottom:20px;}}@media only screen and (max-width:420px){.main-footer__navigation>div{width:100%;padding:20px 0 0 0;}}.main-footer__navigation>div ul{padding:0 .5787037vw 0 .5787037vw;}@media only screen and (max-width:820px){.main-footer__navigation>div ul{padding:0 10px;}}@media only screen and (max-width:420px){.main-footer__navigation>div ul{padding:0;}}.main-footer__navigation>div ul li{margin-bottom:.5787037vw;}.main-footer__navigation>div ul li:last-child{margin-bottom:0;}.main-footer__navigation>div ul li a{font-size:.92592593vw;line-height:1.5em;color:#fff;font-family:Montserrat-Regular,sans-serif;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.main-footer__navigation>div ul li a{font-size:12px;}}.main-footer__navigation>div ul li a:hover{opacity:.8;}.main-footer__copyright{padding:2.89351852vw 5.78703704vw 0 5.78703704vw;text-align:center;}@media only screen and (max-width:1080px){.main-footer__copyright{padding:20px 20px 0 20px;}}.main-footer__copyright p{font-size:.81018519vw;letter-spacing:.07407407vw;font-family:Montserrat-Regular,sans-serif;line-height:1.75em;color:#fff;}@media only screen and (max-width:1080px){.main-footer__copyright p{font-size:12px;letter-spacing:1px;}}.main-footer__copyright p a{color:#fff;position:relative;text-decoration:none;}.main-footer__copyright p a:after{height:.05787037vw;content:"";display:block;width:100%;background:#fff;position:absolute;bottom:0;left:0;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.main-footer__copyright p a:hover:after{width:0%;right:0;left:auto;}.big-hero-section{padding:3.47222222vw 5.78703704vw 10.41666667vw 5.78703704vw;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;color:#fff;}@media only screen and (max-width:1080px){.big-hero-section{padding:140px 40px 160px;}}@media only screen and (max-width:820px){.big-hero-section{padding:140px 20px 160px;}}.big-hero-section__content{width:100%;max-width:64.81481481vw;margin:auto;}@media only screen and (max-width:1080px){.big-hero-section__content{max-width:800px;}}.big-hero-section__content img{width:100%;max-width:10.70601852vw;margin:auto;margin-bottom:1.73611111vw;display:block;height:auto;object-position:center;object-fit:contain;}@media only screen and (max-width:1080px){.big-hero-section__content img{max-width:160px;margin-bottom:30px;}}.big-hero-section__content h1{font-size:4.16666667vw;margin-bottom:2.02546296vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.01em;text-transform:capitalize;}@media only screen and (max-width:1080px){.big-hero-section__content h1{font-size:50px;margin-bottom:30px;}}@media only screen and (max-width:920px){.big-hero-section__content h1{font-size:42px;}}@media only screen and (max-width:820px){.big-hero-section__content h1{font-size:38px;}}@media only screen and (max-width:640px){.big-hero-section__content h1{font-size:34px;}}.big-hero-section__content p{font-size:1.38888889vw;margin-bottom:2.02546296vw;font-family:Montserrat-Regular,sans-serif;line-height:1.16em;color:#fff;}@media only screen and (max-width:1080px){.big-hero-section__content p{font-size:20px;margin-bottom:30px;}}@media only screen and (max-width:920px){.big-hero-section__content p{font-size:18px;}}@media only screen and (max-width:820px){.big-hero-section__content p{font-size:16px;}}.big-hero-section__content__buttons{gap:2.89351852vw;display:flex;align-items:center;justify-content:center;}@media only screen and (max-width:1080px){.big-hero-section__content__buttons{gap:30px;}}@media only screen and (max-width:640px){.big-hero-section__content__buttons{flex-direction:column;gap:20px;}}.big-hero-section__stats{padding:0 5.78703704vw 0 5.78703704vw;margin-top:-5.78703704vw;margin-bottom:2.89351852vw;}@media only screen and (max-width:1080px){.big-hero-section__stats{padding:0 40px;margin-top:-80px;margin-bottom:40px;}}@media only screen and (max-width:820px){.big-hero-section__stats{padding:0 20px;}}.big-hero-section__stats ul{gap:2.31481481vw;padding:1.27314815vw 3.47222222vw 1.73611111vw 3.47222222vw;display:flex;align-items:flex-start;justify-content:space-between;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);position:relative;}@media only screen and (max-width:1080px){.big-hero-section__stats ul{gap:40px;padding:20px 40px;}}@media only screen and (max-width:920px){.big-hero-section__stats ul{flex-wrap:wrap;gap:0;justify-content:center;padding-bottom:0;}}@media only screen and (max-width:820px){.big-hero-section__stats ul{padding:20px;padding-bottom:0;}}@media only screen and (max-width:420px){.big-hero-section__stats ul{padding:20px 10px 0;flex-direction:column;}}.big-hero-section__stats ul:after{content:"";display:block;width:100%;height:100%;background:#fff;z-index:2;position:absolute;top:0;left:0;}.big-hero-section__stats ul:before{top:-.5787037vw;left:-.5787037vw;content:"";display:block;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);position:absolute;z-index:1;width:100%;height:100%;}@media only screen and (max-width:1080px){.big-hero-section__stats ul:before{top:-10px;left:-10px;}}.big-hero-section__stats ul li{display:inline-block;text-align:center;position:relative;z-index:3;flex:1;}@media only screen and (max-width:920px){.big-hero-section__stats ul li{flex:auto;width:33.333%;margin-bottom:20px;}}@media only screen and (max-width:640px){.big-hero-section__stats ul li{width:50%;}}@media only screen and (max-width:420px){.big-hero-section__stats ul li{width:100%;}}.big-hero-section__stats ul li p{font-size:1.04166667vw;letter-spacing:.11574074vw;font-family:Montserrat-Regular,sans-serif;line-height:1.78em;text-transform:uppercase;color:#820320;}@media only screen and (max-width:1080px){.big-hero-section__stats ul li p{font-size:12px;letter-spacing:1px;}}.big-hero-section__stats ul li p strong{font-size:2.08333333vw;letter-spacing:-.05787037vw;padding-bottom:.46296296vw;margin-bottom:.34722222vw;min-height:6.59722222vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.36em;position:relative;display:flex;align-items:center;justify-content:center;}@media only screen and (max-width:1080px){.big-hero-section__stats ul li p strong{font-size:30px;letter-spacing:-1px;padding-bottom:8px;margin-bottom:6px;min-height:90px;}}@media only screen and (max-width:640px){.big-hero-section__stats ul li p strong{min-height:auto;}}.big-hero-section__stats ul li p strong:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);bottom:0;left:50%;transform:translateX(-50%);}@media only screen and (max-width:1080px){.big-hero-section__stats ul li p strong:after{width:60px;height:2px;}}.image-text-cta-section{padding:2.89351852vw 5.78703704vw 2.89351852vw 6.94444444vw;}@media only screen and (max-width:1080px){.image-text-cta-section{padding:40px;}}@media only screen and (max-width:820px){.image-text-cta-section{padding:40px 20px;}}.image-text-cta-section__content{display:flex;flex-wrap:wrap;position:relative;}@media only screen and (max-width:920px){.image-text-cta-section__content{flex-direction:column;}}.image-text-cta-section__content:before{top:-1.15740741vw;left:-1.15740741vw;content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);z-index:1;}@media only screen and (max-width:1080px){.image-text-cta-section__content:before{top:-10px;left:-10px;}}.image-text-cta-section__content__image{width:49.6%;height:auto;position:relative;z-index:2;}@media only screen and (max-width:920px){.image-text-cta-section__content__image{width:100%;}}.image-text-cta-section__content__image:after{content:"";padding-top:73.8%;display:block;}.image-text-cta-section__content__image img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-position:center;object-fit:cover;}.image-text-cta-section__content__text{padding:1.96759259vw .5787037vw 2.66203704vw 2.77777778vw;width:50.4%;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);z-index:2;}@media only screen and (max-width:1080px){.image-text-cta-section__content__text{padding:30px;}}@media only screen and (max-width:920px){.image-text-cta-section__content__text{width:100%;}}@media only screen and (max-width:360px){.image-text-cta-section__content__text{padding:20px;}}.image-text-cta-section__content__text h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.image-text-cta-section__content__text h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.image-text-cta-section__content__text h2{font-size:28px;}}.image-text-cta-section__content__text h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.image-text-cta-section__content__text h2:after{width:80px;height:2px;}}.image-text-cta-section__content__text p{font-size:.92592593vw;margin-bottom:1.85185185vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}@media only screen and (max-width:1080px){.image-text-cta-section__content__text p{font-size:14px;margin-bottom:20px;}}.practices-section{padding:5.78703704vw 5.78703704vw 5.78703704vw 5.78703704vw;}@media only screen and (max-width:1080px){.practices-section{padding:60px 40px;}}@media only screen and (max-width:820px){.practices-section{padding:40px 20px;}}.practices-section__swiper-wrap{display:flex;flex-wrap:wrap;}@media only screen and (max-width:920px){.practices-section__swiper-wrap{flex-direction:column;}}.practices-section__swiper-wrap .mySwiperThumbs{padding-right:5.20833333vw;width:37.4%;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs{padding-right:40px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs{width:100%;padding-right:0;margin-bottom:20px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper{display:block;}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;margin-bottom:2.08333333vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2{font-size:28px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper__header h2{margin-bottom:30px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide{margin-bottom:1.50462963vw;height:auto;display:flex;align-items:center;width:100% !important;cursor:pointer;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide{margin-bottom:20px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide:last-of-type{margin-bottom:0;}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide img{width:3.47222222vw;height:3.47222222vw;min-width:3.47222222vw;min-height:3.47222222vw;margin-right:1.62037037vw;object-position:center;object-fit:contain;display:block;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide img{width:44px;height:44px;min-width:44px;min-height:44px;margin-right:24px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide img{width:34px;height:34px;min-width:34px;min-height:34px;margin-right:20px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3{font-size:1.50462963vw;line-height:1.33em;font-family:Montserrat-Regular,sans-serif;color:#131415;position:relative;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3{font-size:18px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3{font-size:16px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3:after{height:.05787037vw;content:"";display:block;width:0%;background:#820320;position:absolute;bottom:0;left:0;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3:after{height:1px;bottom:-3px;}}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide h3:hover{color:#820320;}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h3{color:#820320;}.practices-section__swiper-wrap .mySwiperThumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h3:after{width:100%;}.practices-section__swiper-wrap .mySwiperThumbs2{padding:1.15740741vw .5787037vw .5787037vw 1.15740741vw;width:62.6%;position:relative;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2{padding:20px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs2{width:100%;padding:10px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide{display:flex;flex-direction:column;box-shadow:0 4px 4px rgba(0,0,0,.25);position:relative;height:auto;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide:before{top:-.92592593vw;left:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);z-index:1;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide:before{top:-10px;left:-10px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__image{flex:1;position:relative;z-index:2;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__image:after{content:"";display:block;padding-top:47.4%;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__image img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-position:center;object-fit:cover;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text{padding:1.04166667vw 8.10185185vw 1.04166667vw 1.38888889vw;height:auto;background:#fff;position:relative;z-index:2;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text{padding:20px 120px 20px 20px;}}@media only screen and (max-width:420px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text{padding:20px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header{margin-bottom:.92592593vw;display:block;display:flex;width:100%;align-items:center;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header{margin-bottom:10px;align-items:flex-start;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header img{width:3.47222222vw;height:3.47222222vw;min-width:3.47222222vw;min-height:3.47222222vw;margin-right:1.27314815vw;object-position:center;object-fit:contain;display:block;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header img{width:44px;height:44px;min-width:44px;min-height:44px;margin-right:20px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3{font-size:2.60416667vw;font-size:2.08333333vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;padding-bottom:.81018519vw;margin-bottom:1.44675926vw;margin-bottom:0;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3{font-size:28px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3{font-size:30px;padding-bottom:10px;margin-bottom:10px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text__header h3{font-size:26px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text p,.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a{font-size:.92592593vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text p,.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a{font-size:14px;}}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text p{margin-bottom:10px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a{text-decoration-line:underline;display:flex;align-items:center;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a:after{width:.40509259vw;height:.69444444vw;margin-left:.28935185vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-right.svg");background-size:contain;background-repeat:no-repeat;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a:after{width:12px;height:12px;margin-left:10px;}}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a:hover{color:#820320;}.practices-section__swiper-wrap .mySwiperThumbs2 .swiper-wrapper .swiper-slide__text>a:hover:after{transform:translateX(8px);}.practices-section__swiper-wrap .mySwiperThumbs2__buttons{bottom:.5787037vw;right:.5787037vw;width:6.94444444vw;height:3.47222222vw;position:absolute;display:flex;z-index:2;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons{bottom:20px;right:20px;width:120px;height:60px;}}@media only screen and (max-width:920px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons{bottom:10px;right:10px;}}@media only screen and (max-width:820px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons{width:100px;height:50px;}}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev{width:3.47222222vw;height:3.47222222vw;display:flex;align-items:center;justify-content:center;background:#fff;top:0;left:0;right:0;bottom:0;transform:translate(0);margin:0;position:relative;flex:1;box-shadow:0 0 2px rgba(0,0,0,.25);opacity:.7;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next.swiper-button-lock,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev.swiper-button-lock{display:none;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev{width:60px;height:60px;}}@media only screen and (max-width:820px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev{width:50px;height:50px;}}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next img,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev img{width:.69444444vw;height:1.15740741vw;display:block;object-position:center;object-fit:contain;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next img,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev img{width:18px;height:18px;}}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next img:first-of-type,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev img:first-of-type{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next:after,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev:after{display:none;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next.swiper-button-disabled,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev.swiper-button-disabled{opacity:1;background:#820320;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next.swiper-button-disabled img,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev.swiper-button-disabled img{opacity:0;visibility:hidden;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type{opacity:1;visibility:visible;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next:hover,.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev:hover{opacity:1;}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-prev img{transform:rotate(180deg);}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next img{transform:rotate(0);}.practices-section__swiper-wrap .mySwiperThumbs2__buttons .swiper-button-next img:first-of-type{transform:translate(-50%,-50%) rotate(180deg);}.big-background-text-section{padding:6.71296296vw 5.78703704vw 18.51851852vw 5.78703704vw;background-size:cover;background-position:center;background-repeat:no-repeat;}@media only screen and (max-width:1080px){.big-background-text-section{padding:100px 40px 200px;}}@media only screen and (max-width:920px){.big-background-text-section{padding:60px 40px 140px;}}@media only screen and (max-width:820px){.big-background-text-section{padding:60px 20px 140px;}}.big-background-text-section__content{width:100%;max-width:43.98148148vw;text-align:center;color:#fff;margin:auto;}@media only screen and (max-width:1080px){.big-background-text-section__content{max-width:800px;}}.big-background-text-section__content h2{font-size:2.60416667vw;font-size:2.83564815vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;line-height:1.22em;text-transform:capitalize;color:#820320;color:#fff;position:relative;}@media only screen and (max-width:1080px){.big-background-text-section__content h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.big-background-text-section__content h2{font-size:28px;}}.big-background-text-section__content h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-background-text-section__content h2:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.big-background-text-section__content h2{font-size:32px;}}.big-background-text-section__content h2:after{left:50%;transform:translateX(-50%);}.big-background-text-section__content h3{font-size:1.50462963vw;margin-bottom:1.85185185vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;text-transform:capitalize;}@media only screen and (max-width:1080px){.big-background-text-section__content h3{font-size:22px;margin-bottom:20px;}}.big-background-text-section__content p{color:#fff;}.testimonials-cta-section{padding:0 10.12731481vw 0 11.57407407vw;padding-bottom:5.78703704vw;display:flex;flex-wrap:wrap;align-items:center;}@media only screen and (max-width:1080px){.testimonials-cta-section{padding:0 40px 60px;}}@media only screen and (max-width:820px){.testimonials-cta-section{padding:0 20px 40px;flex-direction:column;}}.testimonials-cta-section__slider{margin-top:-8.68055556vw;width:46.13%;position:relative;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider{margin-top:-120px;}}@media only screen and (max-width:920px){.testimonials-cta-section__slider{margin-top:-60px;}}@media only screen and (max-width:820px){.testimonials-cta-section__slider{width:100%;}}.testimonials-cta-section__slider:before{top:-.5787037vw;left:-.5787037vw;content:"";display:block;position:absolute;width:calc(100% - .58vw);height:calc(100% - 1.16vw);background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.testimonials-cta-section__slider:before{top:-5px;left:-5px;width:calc(100% - 20px);height:calc(100% - 60px);}}.testimonials-cta-section__slider .testimonialsSidebarSwiper,.testimonials-cta-section__slider .testimonialsSwiper{padding:.5787037vw;position:relative;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper,.testimonials-cta-section__slider .testimonialsSwiper{padding:5px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide{cursor:pointer;position:relative;height:auto;display:flex;flex-direction:column;}.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide:after,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide:after{width:13.0787037vw;height:13.0787037vw;content:"";display:block;position:absolute;top:calc(50% - 1.16vw);left:50%;transform:translate(-50%,-50%);background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/play-icon.svg");background-size:contain;background-repeat:no-repeat;background-position:center;z-index:4;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide:after,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide:after{width:140px;height:140px;top:calc(50% - 20px);}}@media only screen and (max-width:920px){.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide:after,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide:after{width:120px;height:120px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide.active:after,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide.active:after{opacity:0;visibility:hidden;}.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide.active .testimonialsSidebarSwiper__video-image:before,.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide.active .testimonialsSwiper__video-image:before,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide.active .testimonialsSidebarSwiper__video-image:before,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide.active .testimonialsSwiper__video-image:before{opacity:0;visibility:hidden;}.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide.active .testimonialsSidebarSwiper__video-image img,.testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide.active .testimonialsSwiper__video-image img,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide.active .testimonialsSidebarSwiper__video-image img,.testimonials-cta-section__slider .testimonialsSwiper .swiper-wrapper .swiper-slide.active .testimonialsSwiper__video-image img{opacity:0;visibility:hidden;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image,.testimonials-cta-section__slider .testimonialsSwiper__video-image{width:100%;position:relative;cursor:pointer;flex:1;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image:after,.testimonials-cta-section__slider .testimonialsSwiper__video-image:after{content:"";display:block;padding-top:129.6%;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image:before,.testimonials-cta-section__slider .testimonialsSwiper__video-image:before{content:"";display:block;position:absolute;top:0;left:0;background:rgba(19,20,21,.6);z-index:3;width:100%;height:100%;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image iframe,.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image img,.testimonials-cta-section__slider .testimonialsSwiper__video-image iframe,.testimonials-cta-section__slider .testimonialsSwiper__video-image img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover;z-index:1;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image .rll-youtube-player,.testimonials-cta-section__slider .testimonialsSwiper__video-image .rll-youtube-player{display:block !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;object-position:center !important;object-fit:cover !important;z-index:1 !important;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-image img,.testimonials-cta-section__slider .testimonialsSwiper__video-image img{z-index:2;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details,.testimonials-cta-section__slider .testimonialsSwiper__video-details{padding:.34722222vw 8.10185185vw .34722222vw 1.38888889vw;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details,.testimonials-cta-section__slider .testimonialsSwiper__video-details{padding:10px 100px 10px 20px;padding:0;flex-direction:column;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name,.testimonials-cta-section__slider .testimonialsSwiper__video-details__name{min-height:2.77777778vw;padding-right:1.15740741vw;margin-right:1.15740741vw;position:relative;display:flex;align-items:center;flex:1;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name,.testimonials-cta-section__slider .testimonialsSwiper__video-details__name{padding:10px;display:block;min-height:auto;margin-right:0;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name h3,.testimonials-cta-section__slider .testimonialsSwiper__video-details__name h3{font-size:1.50462963vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;text-transform:capitalize;color:#820320;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name h3,.testimonials-cta-section__slider .testimonialsSwiper__video-details__name h3{font-size:18px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text{display:flex;align-items:center;position:relative;flex:1;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text:after,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text:after{width:.11574074vw;content:"";display:block;height:100%;position:absolute;top:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text:after,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text:after{display:none;}}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text{padding:10px;border-top:1px solid #820320;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text p,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text p{font-size:1.04166667vw;font-family:Montserrat-Regular,sans-serif;line-height:1.77em;color:#3b3b3b;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__text p,.testimonials-cta-section__slider .testimonialsSwiper__video-details__text p{font-size:14px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons,.testimonials-cta-section__slider .testimonialsSwiper__buttons{width:6.94444444vw;height:3.47222222vw;bottom:.5787037vw;right:.5787037vw;position:absolute;display:flex;z-index:2;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons,.testimonials-cta-section__slider .testimonialsSwiper__buttons{width:100px;height:50px;right:0;bottom:0;position:relative;margin:auto;opacity:1;margin-top:10px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev{width:3.47222222vw;height:3.47222222vw;display:flex;align-items:center;justify-content:center;background:#fff;top:0;left:0;right:0;bottom:0;transform:translate(0);margin:0;position:relative;flex:1;box-shadow:0 0 2px rgba(0,0,0,.25);opacity:.7;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next.swiper-button-lock,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev.swiper-button-lock,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next.swiper-button-lock,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev.swiper-button-lock{display:none;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev{width:50px;height:50px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next img,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev img{width:.69444444vw;height:1.15740741vw;display:block;object-position:center;object-fit:contain;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next img,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev img{width:16px;height:16px;}}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next img:first-of-type,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev img:first-of-type,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next img:first-of-type,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev img:first-of-type{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next:after,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev:after,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next:after,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev:after{display:none;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next.swiper-button-disabled,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev.swiper-button-disabled,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled{opacity:1;background:#820320;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next.swiper-button-disabled img,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev.swiper-button-disabled img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img{opacity:0;visibility:hidden;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type{opacity:1;visibility:visible;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next:hover,.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev:hover,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next:hover,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev:hover{opacity:1;}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-prev img{transform:rotate(180deg);}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next img,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next img{transform:rotate(0);}.testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next img:first-of-type,.testimonials-cta-section__slider .testimonialsSwiper__buttons .swiper-button-next img:first-of-type{transform:translate(-50%,-50%) rotate(180deg);}.testimonials-cta-section__text{padding-left:2.89351852vw;padding-top:6.36574074vw;margin-top:-8.68055556vw;width:53.87%;}@media only screen and (max-width:1080px){.testimonials-cta-section__text{padding-left:40px;padding-top:100px;margin-top:-150px;}}@media only screen and (max-width:920px){.testimonials-cta-section__text{padding-left:20px;padding-top:120px;}}@media only screen and (max-width:820px){.testimonials-cta-section__text{margin-top:0;padding:40px 0 0;width:100%;}}.testimonials-cta-section__text h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.testimonials-cta-section__text h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.testimonials-cta-section__text h2{font-size:28px;}}.testimonials-cta-section__text h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.testimonials-cta-section__text h2:after{width:80px;height:2px;}}.testimonials-cta-section__text p{margin-bottom:2.08333333vw;}@media only screen and (max-width:1080px){.testimonials-cta-section__text p{margin-bottom:20px;}}.testimonials-cta-section__text .main-button{margin-top:.34722222vw;}@media only screen and (max-width:1080px){.testimonials-cta-section__text .main-button{margin-top:10px;}}.location-map-section{padding:7.29166667vw 9.02777778vw 3.7037037vw 10.41666667vw;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-wrap:wrap;align-items:center;}@media only screen and (max-width:1080px){.location-map-section{padding:100px 40px;}}@media only screen and (max-width:820px){.location-map-section{padding:40px 20px;flex-direction:column;}}.location-map-section__text{padding-right:6.8287037vw;width:50%;}@media only screen and (max-width:1080px){.location-map-section__text{padding-right:80px;}}@media only screen and (max-width:820px){.location-map-section__text{padding:0;width:100%;margin-bottom:40px;}}.location-map-section__text img{max-width:5.78703704vw;height:5.78703704vw;margin-bottom:.81018519vw;display:block;width:100%;object-position:center;object-fit:contain;}@media only screen and (max-width:1080px){.location-map-section__text img{max-width:80px;height:80px;margin-bottom:20px;}}.location-map-section__text h2{font-size:2.60416667vw;font-size:2.83564815vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;margin-bottom:1.27314815vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;line-height:1.22em;text-transform:capitalize;color:#820320;color:#fff;position:relative;}@media only screen and (max-width:1080px){.location-map-section__text h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.location-map-section__text h2{font-size:28px;}}.location-map-section__text h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.location-map-section__text h2:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.location-map-section__text h2{margin-bottom:20px;font-size:32px;}}.location-map-section__text p{color:#fff;}.location-map-section__image{width:50%;}@media only screen and (max-width:820px){.location-map-section__image{width:100%;}}.location-map-section__image__box{position:relative;width:100%;}.location-map-section__image__box:after{content:"";position:relative;display:block;width:100%;padding-top:96.2%;background:linear-gradient(180deg,#131415 0,#36393b 100%);z-index:2;}.location-map-section__image__box img{bottom:1.96759259vw;position:absolute;left:50%;transform:translateX(-50%);width:124%;height:auto;display:block;z-index:3;}@media only screen and (max-width:1080px){.location-map-section__image__box img{bottom:30px;width:calc(100% + 50px);}}@media only screen and (max-width:820px){.location-map-section__image__box img{width:95%;bottom:auto;top:50%;transform:translate(-50%,-50%);}}.location-map-section__image__box:before{top:-.92592593vw;left:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);z-index:1;}@media only screen and (max-width:1080px){.location-map-section__image__box:before{top:-10px;left:-10px;}}.location-map-section__image__text{padding:.5787037vw 1.73611111vw .5787037vw 1.73611111vw;font-size:.92592593vw;text-align:center;background:#5489df;font-family:Montserrat-SemiBold,sans-serif;line-height:1.25em;text-transform:uppercase;color:#fff;}@media only screen and (max-width:1080px){.location-map-section__image__text{padding:10px 20px;font-size:14px;}}.free-book-cta-section{padding:7.06018519vw 7.87037037vw 8.33333333vw 4.74537037vw;}@media only screen and (max-width:1080px){.free-book-cta-section{padding:100px 40px;}}@media only screen and (max-width:820px){.free-book-cta-section{padding:60px 20px;}}.free-book-cta-section__box{position:relative;display:flex;flex-wrap:wrap;}.free-book-cta-section__box:before{left:-.92592593vw;top:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.free-book-cta-section__box:before{left:-10px;top:-10px;}}@media only screen and (max-width:820px){.free-book-cta-section__box{flex-direction:column;}}.free-book-cta-section__box__image{width:49.6%;position:relative;z-index:2;}@media only screen and (max-width:820px){.free-book-cta-section__box__image{width:100%;}}.free-book-cta-section__box__image img{display:block;width:100%;height:105.4%;object-position:center;object-fit:cover;position:absolute;top:0;left:0;}@media only screen and (max-width:820px){.free-book-cta-section__box__image img{height:100%;}}.free-book-cta-section__box__image:after{content:"";display:block;padding-top:98.8%;}.free-book-cta-section__box__text{padding:0 2.43055556vw 0 3.00925926vw;width:50.4%;display:flex;align-items:center;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);position:relative;z-index:2;}@media only screen and (max-width:1080px){.free-book-cta-section__box__text{padding:30px;}}@media only screen and (max-width:820px){.free-book-cta-section__box__text{width:100%;}}@media only screen and (max-width:360px){.free-book-cta-section__box__text{padding:20px;}}.free-book-cta-section__box__text__content h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.free-book-cta-section__box__text__content h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.free-book-cta-section__box__text__content h2{font-size:28px;}}.free-book-cta-section__box__text__content h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.free-book-cta-section__box__text__content h2:after{width:80px;height:2px;}}.free-book-cta-section__box__text__content h2 strong{margin-top:.34722222vw;font-size:1.38888889vw;display:block;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;text-transform:capitalize;color:#3b3b3b;}@media only screen and (max-width:1080px){.free-book-cta-section__box__text__content h2 strong{margin-top:10px;font-size:16px;}}.free-book-cta-section__box__text__content .main-button{margin-top:2.66203704vw;}@media only screen and (max-width:1080px){.free-book-cta-section__box__text__content .main-button{margin-top:30px;}}.reviews-section{padding:5.78703704vw 8.10185185vw 5.78703704vw 8.10185185vw;text-align:center;background:#4e0214;background-blend-mode:multiply;color:#fff;}@media only screen and (max-width:1080px){.reviews-section{padding:80px 40px;}}@media only screen and (max-width:820px){.reviews-section{padding:60px 20px;}}.reviews-section__content h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;color:#fff;position:relative;}@media only screen and (max-width:1080px){.reviews-section__content h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.reviews-section__content h2{font-size:28px;}}.reviews-section__content h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.reviews-section__content h2:after{width:80px;height:2px;}}.reviews-section__content h2:after{left:50%;transform:translateX(-50%);}.reviews-section__content p{max-width:38.19444444vw;margin-bottom:.81018519vw;color:#fff;width:100%;margin:auto;}@media only screen and (max-width:1080px){.reviews-section__content p{max-width:600px;margin-bottom:20px;}}.reviews-section__content .main-button{margin-top:.81018519vw;}@media only screen and (max-width:1080px){.reviews-section__content .main-button{margin-top:10px;}}.reviews-section__content__reviews{margin:2.31481481vw 0 2.31481481vw 0;display:block;width:100%;}@media only screen and (max-width:1080px){.reviews-section__content__reviews{margin:40px 0;}}.one-small-post{padding:0 1.27314815vw 0 1.27314815vw;width:33.333%;}@media only screen and (max-width:1080px){.one-small-post{padding:0 12px;width:50%;margin-bottom:24px;}}@media only screen and (max-width:820px){.one-small-post{padding:0;margin-bottom:30px;width:100%;}}.one-small-post__content{border-radius:.23148148vw;box-shadow:0 4px 4px rgba(0,0,0,.25);height:100%;overflow:hidden;display:flex;flex-direction:column;}@media only screen and (max-width:1080px){.one-small-post__content{border-radius:2px;}}.one-small-post__content__image{position:relative;overflow:hidden;}.one-small-post__content__image:after{content:"";display:block;padding-top:63.52%;}.one-small-post__content__image img{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-position:center;object-fit:cover;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;}.one-small-post__content__image:hover img{transform:translate(-50%,-50%) scale(1.1);}.one-small-post__content__text{padding:1.38888889vw 2.66203704vw 1.38888889vw 2.66203704vw;display:flex;flex-direction:column;flex:1;}@media only screen and (max-width:1080px){.one-small-post__content__text{padding:20px;}}.one-small-post__content__text h3{font-size:2.60416667vw;font-size:1.50462963vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;padding-bottom:.5787037vw;margin-bottom:1.44675926vw;margin-bottom:1.15740741vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;line-height:1.2em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.one-small-post__content__text h3{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.one-small-post__content__text h3{font-size:28px;}}.one-small-post__content__text h3:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.one-small-post__content__text h3:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.one-small-post__content__text h3{font-size:28px;padding-bottom:20px;margin-bottom:10px;}}.one-small-post__content__text h3 a{color:#820320;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.one-small-post__content__text h3 a:hover{color:#131415;}.one-small-post__content__text p{margin-bottom:1.15740741vw;}@media only screen and (max-width:1080px){.one-small-post__content__text p{margin-bottom:10px;}}.one-small-post__content__text>a{font-size:.92592593vw;text-decoration-line:underline;display:flex;align-items:center;color:#3b3b3b;margin-top:auto;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.one-small-post__content__text>a{font-size:14px;}}.one-small-post__content__text>a:after{width:.40509259vw;height:.69444444vw;margin-left:.46296296vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-right.svg");background-size:contain;background-repeat:no-repeat;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.one-small-post__content__text>a:after{width:12px;height:12px;margin-left:8px;position:relative;top:1px;}}.one-small-post__content__text>a:hover{color:#820320;}.one-small-post__content__text>a:hover:after{transform:translateX(10px);}.latest-posts-section{padding:5.78703704vw 4.51388889vw 2.89351852vw 4.51388889vw;}@media only screen and (max-width:1080px){.latest-posts-section{padding:80px 20px;}}@media only screen and (max-width:820px){.latest-posts-section{padding:60px 20px;}}.latest-posts-section__header{text-align:center;}.latest-posts-section__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;margin-bottom:2.60416667vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.latest-posts-section__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.latest-posts-section__header h2{font-size:28px;}}.latest-posts-section__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.latest-posts-section__header h2:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.latest-posts-section__header h2{margin-bottom:30px;}}.latest-posts-section__header h2:after{left:50%;transform:translateX(-50%);}.latest-posts-section__posts{display:flex;flex-wrap:wrap;}.wpforms-container.wpforms-container-full{margin-top:1.73611111vw;margin:0;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full{margin-top:20px;}}.wpforms-container.wpforms-container-full .wpforms-field{margin-bottom:1.04166667vw;padding:0;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-field{margin-bottom:20px;}}.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-layout{margin-bottom:0;}@media only screen and (max-width:640px){.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-layout .wpforms-layout-row{flex-direction:column;}}@media only screen and (max-width:640px){.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-layout .wpforms-layout-column-50{width:100%;}}.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label{font-size:.92592593vw;margin-bottom:.46296296vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label{font-size:14px;margin-bottom:10px;}}.wpforms-container.wpforms-container-full .wpforms-form input,.wpforms-container.wpforms-container-full .wpforms-form select{height:3.00925926vw;min-height:3.00925926vw;font-size:.92592593vw;border-color:#e7e7e7;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-form input,.wpforms-container.wpforms-container-full .wpforms-form select{height:50px;min-height:50px;font-size:14px;}}.wpforms-container.wpforms-container-full .wpforms-form textarea{font-size:.92592593vw;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-form textarea{font-size:14px;}}.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{height:4.62962963vw;resize:none;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{height:100px;}}.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit{font-size:.92592593vw;height:3.00925926vw;margin-top:1.62037037vw;display:block;width:100%;background:#5489df;font-family:Montserrat-SemiBold,sans-serif;line-height:1.25em;text-align:center;text-transform:uppercase;color:#fff;border-radius:0;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit{font-size:14px;height:40px;margin-top:20px;}}.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover{background:#296bd7;}.form-section{padding:5.78703704vw;width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;position:relative;z-index:1;}@media only screen and (max-width:1080px){.form-section{padding:60px 40px;}}@media only screen and (max-width:820px){.form-section{padding:40px 20px;}}.form-section__form{width:41.3%;}@media only screen and (max-width:1080px){.form-section__form{width:100%;margin-bottom:40px;}}.form-section__form__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.form-section__form__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.form-section__form__header h2{font-size:28px;}}.form-section__form__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.form-section__form__header h2:after{width:80px;height:2px;}}.form-section__image{width:52.4%;position:relative;}@media only screen and (max-width:1080px){.form-section__image{width:100%;}}.form-section__image:after{content:"";display:block;padding-top:74.75%;}.form-section__image iframe,.form-section__image img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-position:center;object-fit:cover;z-index:2;}.form-section__image:before{top:-.92592593vw;left:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);z-index:1;}@media only screen and (max-width:1080px){.form-section__image:before{top:-10px;left:-10px;}}.small-hero-section{padding:9.83796296vw 5.78703704vw 17.36111111vw 5.78703704vw;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:1;}@media only screen and (max-width:1080px){.small-hero-section{padding:180px 40px 140px 40px;}}@media only screen and (max-width:820px){.small-hero-section{padding:180px 20px 140px 20px;}}@media only screen and (max-width:420px){.small-hero-section{padding:140px 20px;}}.small-hero-section:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(19,20,21,.85);z-index:1;}.small-hero-section h1{font-size:2.60416667vw;font-size:4.16666667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;padding-bottom:.69444444vw;margin-bottom:1.44675926vw;margin-bottom:.5787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;color:#fff;max-width:59.60648148vw;width:100%;position:relative;z-index:2;}@media only screen and (max-width:1080px){.small-hero-section h1{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.small-hero-section h1{font-size:28px;}}.small-hero-section h1:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.small-hero-section h1:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.small-hero-section h1{font-size:50px;margin-bottom:20px;max-width:800px;padding-bottom:20px;}}@media only screen and (max-width:920px){.small-hero-section h1{font-size:42px;}}@media only screen and (max-width:820px){.small-hero-section h1{font-size:38px;}}@media only screen and (max-width:640px){.small-hero-section h1{font-size:34px;}}.small-hero-section__subtitle{max-width:59.60648148vw;width:100%;position:relative;z-index:2;}@media only screen and (max-width:1080px){.small-hero-section__subtitle{max-width:800px;}}.small-hero-section__subtitle p{font-size:1.38888889vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;color:#fff;}@media only screen and (max-width:1080px){.small-hero-section__subtitle p{font-size:18px;}}.single-post__content{padding:2.31481481vw 5.78703704vw 8.68055556vw 5.78703704vw;gap:6.36574074vw;display:flex;align-items:flex-start;position:relative;z-index:2;}@media only screen and (max-width:1080px){.single-post__content{padding:40px 40px 100px 40px;gap:40px;}}@media only screen and (max-width:820px){.single-post__content{padding:20px;flex-direction:column;gap:20px;}}.single-post__content__main{font-size:.92592593vw;flex:1;font-family:Montserrat-Regular,sans-serif;line-height:1.4em;color:#3b3b3b;}.single-post__content__main strong{font-family:Montserrat-SemiBold,sans-serif;}@media only screen and (max-width:1080px){.single-post__content__main{font-size:14px;}}@media only screen and (max-width:820px){.single-post__content__main{flex:auto;width:100%;}}.single-post__content__main .post-thumbnail{margin-top:-10.99537037vw;margin-bottom:2.31481481vw;position:relative;}@media only screen and (max-width:1080px){.single-post__content__main .post-thumbnail{margin-bottom:30px;margin-top:-100px;}}@media only screen and (max-width:820px){.single-post__content__main .post-thumbnail{margin-top:-80px;}}.single-post__content__main .post-thumbnail:after{content:"";display:block;padding-top:54.55%;}.single-post__content__main .post-thumbnail:before{top:-.92592593vw;left:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.single-post__content__main .post-thumbnail:before{top:-10px;left:-10px;}}.single-post__content__main .post-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:2;object-position:center;object-fit:cover;}.single-post__content__main p{margin-bottom:2.89351852vw;}@media only screen and (max-width:1080px){.single-post__content__main p{margin-bottom:30px;}}.single-post__content__main p a{color:#3b3b3b;text-decoration:underline;}.single-post__content__main p a.main-button{color:#fff;text-decoration:none;}.single-post__content__main h2,.single-post__content__main h3{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;padding-bottom:.92592593vw;margin-bottom:1.44675926vw;margin-bottom:1.73611111vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.single-post__content__main h2,.single-post__content__main h3{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.single-post__content__main h2,.single-post__content__main h3{font-size:28px;}}.single-post__content__main h2:after,.single-post__content__main h3:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.single-post__content__main h2:after,.single-post__content__main h3:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.single-post__content__main h2,.single-post__content__main h3{padding-bottom:20px;margin-bottom:20px;}}.single-post__content__main h3{font-size:1.50462963vw;padding-bottom:0;}@media only screen and (max-width:1080px){.single-post__content__main h3{font-size:18px;}}@media only screen and (max-width:920px){.single-post__content__main h3{font-size:16px;}}.single-post__content__main h3:after{display:none;}.single-post__content__main ol,.single-post__content__main ul{padding-left:1.38888889vw;margin-bottom:2.89351852vw;}@media only screen and (max-width:1080px){.single-post__content__main ol,.single-post__content__main ul{padding-left:20px;margin-bottom:30px;}}.single-post__content__main ol li,.single-post__content__main ul li{font-size:.92592593vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}@media only screen and (max-width:1080px){.single-post__content__main ol li,.single-post__content__main ul li{font-size:14px;}}.single-post__content__main ol li a,.single-post__content__main ul li a{color:#3b3b3b;text-decoration:underline;}.single-post__content__main ul{list-style-type:disc;list-style-position:outside;}.single-post__content__main ol{list-style-type:decimal;}.single-post__content__main .wsp-pages-title{display:none;}.single-post__content__sidebar{min-width:22.33796296vw;width:22.33796296vw;margin-top:-10.99537037vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar{min-width:340px;width:340px;margin-top:-100px;}}@media only screen and (max-width:920px){.single-post__content__sidebar{min-width:300px;width:300px;}}@media only screen and (max-width:820px){.single-post__content__sidebar{min-width:100%;width:100%;margin-top:20px;}}.single-post__content__sidebar__content__image{padding:.5787037vw .69444444vw .5787037vw .69444444vw;margin-bottom:1.15740741vw;position:relative;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__image{padding:10px;margin-bottom:20px;}}.single-post__content__sidebar__content__image img{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 1.38vw);height:calc(100% - 1.16vw);object-position:center;object-fit:cover;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__image img{width:calc(100% - 20px);height:calc(100% - 20px);}}.single-post__content__sidebar__content__image:after{content:"";display:block;padding-top:73.8%;}.single-post__content__sidebar__content__form{padding:1.38888889vw;margin-bottom:3.00925926vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form{padding:0;margin-bottom:60px;margin-top:40px;}}.single-post__content__sidebar__content__form .wpforms-container .wpforms-form textarea.wpforms-field-medium{height:7.63888889vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form .wpforms-container .wpforms-form textarea.wpforms-field-medium{height:100px;}}.single-post__content__sidebar__content__form .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row{display:block;margin:0;}.single-post__content__sidebar__content__form .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-50{padding:0;width:100%;}.single-post__content__sidebar__content__form .wpforms-container textarea.wpforms-field-medium{height:7.63888889vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form .wpforms-container textarea.wpforms-field-medium{height:100px;}}.single-post__content__sidebar__content__form .wpforms-container .wpforms-field-layout .wpforms-layout-row{display:block;margin:0;}.single-post__content__sidebar__content__form .wpforms-container .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-50{padding:0;width:100%;}.single-post__content__sidebar__content__form h3{font-size:2.60416667vw;font-size:1.50462963vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;margin-bottom:.92592593vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;line-height:1.2em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form h3{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.single-post__content__sidebar__content__form h3{font-size:28px;}}.single-post__content__sidebar__content__form h3:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form h3:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form h3{font-size:28px;margin-bottom:20px;}}.single-post__content__sidebar__content__form h3:after{width:4.05092593vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__form h3:after{width:60px;}}.single-post__content__sidebar__content__practices{margin-bottom:4.62962963vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__practices{margin-bottom:60px;}}.single-post__content__sidebar__content__practices h3{font-size:2.08333333vw;letter-spacing:-.05787037vw;margin-bottom:.5787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.7em;text-transform:capitalize;color:#820320;position:relative;border-bottom:2px solid #4e0214;border-width:.11574074vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__practices h3{font-size:28px;letter-spacing:-1px;margin-bottom:10px;border-width:1px;}}.single-post__content__sidebar__content__practices ul li{margin-bottom:.92592593vw;font-size:1.38888889vw;color:#131415;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;border-bottom:2px solid #4e0214;border-width:.11574074vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__practices ul li{margin-bottom:14px;font-size:18px;border-width:1px;}}.single-post__content__sidebar__content__practices ul li a{padding:.9837963vw 0 .9837963vw 0;color:#131415;display:block;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__practices ul li a{padding:14px 0;}}.single-post__content__sidebar__content__practices ul li a:hover{color:#820320;}.single-post__content__sidebar__content__video-testimonial{margin-bottom:6.94444444vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial{margin-bottom:60px;}}.single-post__content__sidebar__content__video-testimonial>h3{font-size:2.08333333vw;letter-spacing:-.05787037vw;margin-bottom:2.08333333vw;padding-bottom:.86805556vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.36em;text-transform:capitalize;color:#820320;position:relative;border-bottom:2px solid #4e0214;border-width:.11574074vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial>h3{font-size:28px;letter-spacing:-1px;margin-bottom:20px;padding-bottom:10px;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider{margin-top:0;width:100%;}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider:before{display:none;}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide:after{width:7.87037037vw;height:7.87037037vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper .swiper-wrapper .swiper-slide:after{width:100px;height:100px;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons{width:5.78703704vw;height:2.89351852vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons{width:100px;height:50px;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next,.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev{width:2.89351852vw;height:2.89351852vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-next,.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__buttons .swiper-button-prev{width:50px;height:50px;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details{padding:.28935185vw 5.78703704vw .28935185vw 1.15740741vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details{padding:5px 20px;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name{min-height:2.31481481vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name{min-height:40px;padding:10px 0;}}.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name h3{font-size:1.04166667vw;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__video-testimonial .testimonials-cta-section__slider .testimonialsSidebarSwiper__video-details__name h3{font-size:16px;}}.single-post__content__sidebar__content__map-image h3{font-size:2.08333333vw;letter-spacing:-.05787037vw;padding-bottom:.86805556vw;margin-bottom:2.31481481vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.36em;color:#820320;position:relative;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__map-image h3{font-size:28px;letter-spacing:-1px;padding-bottom:10px;margin-bottom:30px;}}.single-post__content__sidebar__content__map-image h3:after{height:.11574074vw;content:"";display:block;width:100%;background:linear-gradient(90deg,#820320 0,#ca0734 100%);position:absolute;bottom:0;left:0;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__map-image h3:after{height:1px;}}.single-post__content__sidebar__content__map-image div{width:100%;display:block;position:relative;}.single-post__content__sidebar__content__map-image div:after{content:"";display:block;width:100%;padding-top:96%;background:linear-gradient(180deg,#131415 0,#36393b 100%);position:relative;z-index:2;}.single-post__content__sidebar__content__map-image div:before{top:-.5787037vw;left:-.5787037vw;content:"";display:block;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);position:absolute;width:100%;height:100%;z-index:1;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__map-image div:before{top:-10px;left:-10px;}}.single-post__content__sidebar__content__map-image div img{bottom:1.04166667vw;display:block;width:127%;height:100%;position:absolute;object-position:center;object-fit:contain;left:50%;transform:translateX(-50%);z-index:3;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__map-image div img{bottom:20px;width:calc(100% + 40px);}}.single-post__content__sidebar__content__map-image .main-button{margin-top:1.62037037vw;display:flex;width:100%;}@media only screen and (max-width:1080px){.single-post__content__sidebar__content__map-image .main-button{margin-top:20px;}}.big-image-text-section{gap:4.62962963vw;padding:3.93518519vw 11.57407407vw 2.89351852vw 5.78703704vw;display:flex;align-items:flex-end;position:relative;z-index:1;}@media only screen and (max-width:1080px){.big-image-text-section{gap:0;padding:60px 40px;flex-direction:column;align-items:flex-start;}}@media only screen and (max-width:820px){.big-image-text-section{padding:40px 20px;}}.big-image-text-section__text{padding-bottom:2.89351852vw;width:37.95%;}@media only screen and (max-width:1080px){.big-image-text-section__text{padding-bottom:40px;width:100%;}}.big-image-text-section__text h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.big-image-text-section__text h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.big-image-text-section__text h2{font-size:28px;}}.big-image-text-section__text h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-image-text-section__text h2:after{width:80px;height:2px;}}.big-image-text-section__text h3{font-size:2.60416667vw;font-size:1.50462963vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;padding-bottom:.92592593vw;padding-bottom:0;margin-bottom:1.44675926vw;margin-bottom:1.73611111vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.big-image-text-section__text h3{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.big-image-text-section__text h3{font-size:28px;}}.big-image-text-section__text h3:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-image-text-section__text h3:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.big-image-text-section__text h3{font-size:18px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:920px){.big-image-text-section__text h3{font-size:16px;}}.big-image-text-section__text h3:after{display:none;}.big-image-text-section__text__social{margin-top:2.5462963vw;margin-bottom:2.31481481vw;}@media only screen and (max-width:1080px){.big-image-text-section__text__social{margin-top:30px;margin-bottom:30px;}}.big-image-text-section__text__social p{margin-bottom:.5787037vw;}@media only screen and (max-width:1080px){.big-image-text-section__text__social p{margin-bottom:10px;}}.big-image-text-section__text__social ul{display:flex;align-items:center;}.big-image-text-section__text__social ul li{margin-right:.69444444vw;}@media only screen and (max-width:1080px){.big-image-text-section__text__social ul li{margin-right:10px;}}.big-image-text-section__text__social ul li:last-child{margin-right:0;}.big-image-text-section__text__social ul li a{width:1.62037037vw;height:1.62037037vw;padding:.34722222vw;border-radius:.11574074vw;display:block;background:#131415;}@media only screen and (max-width:1080px){.big-image-text-section__text__social ul li a{width:32px;height:32px;padding:6px;border-radius:2px;}}.big-image-text-section__text__social ul li a img{display:block;width:100%;height:100%;object-position:center;object-fit:contain;}.big-image-text-section__text__columns ul{gap:1.04166667vw;display:flex;}@media only screen and (max-width:1080px){.big-image-text-section__text__columns ul{gap:0;flex-direction:column;}}.big-image-text-section__text__columns ul li{flex:1;}@media only screen and (max-width:1080px){.big-image-text-section__text__columns ul li{margin-bottom:20px;}}.big-image-text-section__text__columns ul li a{color:#3b3b3b;text-decoration:underline;}.big-image-text-section__image{margin-top:-12.15277778vw;width:56%;position:relative;}@media only screen and (max-width:1080px){.big-image-text-section__image{margin-top:0;width:100%;}}.big-image-text-section__image:after{content:"";display:block;padding-top:116%;}.big-image-text-section__image img{display:block;width:100%;height:100%;object-position:center;object-fit:cover;position:absolute;top:0;left:0;}.big-image-text-section__image:before{top:-1.38888889vw;left:-.92592593vw;content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-image-text-section__image:before{top:-10px;left:-10px;}}.big-text-section{padding:5.78703704vw 11.57407407vw 5.78703704vw 5.78703704vw;}@media only screen and (max-width:1080px){.big-text-section{padding:60px 40px;}}@media only screen and (max-width:820px){.big-text-section{padding:40px 20px 10px;}}.big-text-section h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;margin-bottom:1.73611111vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.big-text-section h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.big-text-section h2{font-size:28px;}}.big-text-section h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-text-section h2:after{width:80px;height:2px;}}@media only screen and (max-width:1080px){.big-text-section h2{margin-bottom:20px;}}.big-text-section p{margin-bottom:1.73611111vw;}@media only screen and (max-width:1080px){.big-text-section p{margin-bottom:20px;}}.big-text-section h3{font-size:1.50462963vw;margin-bottom:1.73611111vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;color:#820320;}@media only screen and (max-width:1080px){.big-text-section h3{font-size:20px;margin-bottom:20px;}}.big-text-section ol,.big-text-section ul{padding-left:1.38888889vw;margin-bottom:1.73611111vw;list-style-type:disc;list-style-position:outside;}@media only screen and (max-width:1080px){.big-text-section ol,.big-text-section ul{padding-left:20px;margin-bottom:30px;}}.big-text-section ol li,.big-text-section ul li{font-size:.92592593vw;font-family:Montserrat-Regular,sans-serif;line-height:2em;color:#3b3b3b;}@media only screen and (max-width:1080px){.big-text-section ol li,.big-text-section ul li{font-size:14px;}}.big-text-section ol{list-style-type:decimal;}.big-text-section a{color:#3b3b3b;text-decoration:underline;}.big-text-section--red-background{background:#4e0214;}.big-text-section--red-background a,.big-text-section--red-background h2,.big-text-section--red-background h3,.big-text-section--red-background ol li,.big-text-section--red-background p,.big-text-section--red-background ul li{color:#fff;}.big-text-section .wp-video{max-width:66.55092593vw;width:100% !important;}@media only screen and (max-width:1080px){.big-text-section .wp-video{max-width:100%;}}.big-divider{height:1.15740741vw;display:block;width:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.big-divider{height:14px;}}.video-testimonial-post{position:relative;cursor:pointer;}.video-testimonial-post:after{width:10.41666667vw;height:10.41666667vw;content:"";display:block;position:absolute;top:calc(50% - .5vw);left:50%;transform:translate(-50%,-50%);background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/play-icon.svg");background-size:contain;background-repeat:no-repeat;background-position:center;z-index:4;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.video-testimonial-post:after{width:100px;height:100px;top:50%;}}.video-testimonial-post__image{width:100%;position:relative;cursor:pointer;}.video-testimonial-post__image:after{content:"";display:block;padding-top:130%;}.video-testimonial-post__image:before{content:"";display:block;position:absolute;top:0;left:0;background:rgba(19,20,21,.6);z-index:3;width:100%;height:100%;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.video-testimonial-post__image iframe,.video-testimonial-post__image img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover;z-index:1;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.video-testimonial-post__image .rll-youtube-player{display:block !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;object-position:center !important;object-fit:cover !important;z-index:1 !important;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.video-testimonial-post__image img{z-index:2;}.video-testimonial-post__details{padding:0 1.15740741vw 0 1.15740741vw;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;}@media only screen and (max-width:1080px){.video-testimonial-post__details{padding:0;flex-direction:column;}}.video-testimonial-post__details__name{min-height:2.77777778vw;padding:.28935185vw 1.15740741vw .28935185vw 0;position:relative;display:flex;align-items:center;flex:1.2;}@media only screen and (max-width:1080px){.video-testimonial-post__details__name{min-height:auto;padding:10px;display:block;}}.video-testimonial-post__details__name h3{font-size:1.50462963vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;text-transform:capitalize;color:#820320;}@media only screen and (max-width:1080px){.video-testimonial-post__details__name h3{font-size:18px;}}.video-testimonial-post__details__text{padding:.28935185vw 0 .28935185vw 1.15740741vw;display:flex;align-items:center;flex:1;position:relative;}.video-testimonial-post__details__text:after{width:.11574074vw;content:"";display:block;height:100%;position:absolute;top:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.video-testimonial-post__details__text:after{display:none;}}@media only screen and (max-width:1080px){.video-testimonial-post__details__text{border-top:1px solid #4e0214;padding:10px;}}.video-testimonial-post__details__text p{font-size:1.04166667vw;font-family:Montserrat-Regular,sans-serif;line-height:1.77em;color:#3b3b3b;}@media only screen and (max-width:1080px){.video-testimonial-post__details__text p{font-size:14px;line-height:1.3em;}}.video-testimonial-post.active:after{opacity:0;visibility:hidden;}.video-testimonial-post.active .video-testimonial-post__image:before{opacity:0;visibility:hidden;}.video-testimonial-post.active .video-testimonial-post__image img{opacity:0;visibility:hidden;}.featured-posts,.featured-video-testimonials-section{padding:0 4.51388889vw 0 4.51388889vw;margin-top:-12.73148148vw;margin-bottom:4.05092593vw;position:relative;z-index:1;}@media only screen and (max-width:1080px){.featured-posts,.featured-video-testimonials-section{padding:0 26px;margin-top:-80px;margin-bottom:60px;}}@media only screen and (max-width:820px){.featured-posts,.featured-video-testimonials-section{padding:0 6px;}}@media only screen and (max-width:640px){.featured-posts,.featured-video-testimonials-section{margin-top:-100px;}}.featured-posts__header,.featured-video-testimonials-section__header{padding:0 1.27314815vw 0 1.27314815vw;margin-bottom:.5787037vw;display:flex;align-items:center;justify-content:space-between;}@media only screen and (max-width:1080px){.featured-posts__header,.featured-video-testimonials-section__header{padding:0 14px;}}@media only screen and (max-width:640px){.featured-posts__header,.featured-video-testimonials-section__header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px;}}.featured-posts__header h2,.featured-video-testimonials-section__header h2{font-size:2.08333333vw;letter-spacing:-.05787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.76em;text-transform:capitalize;color:#fff;}@media only screen and (max-width:1080px){.featured-posts__header h2,.featured-video-testimonials-section__header h2{font-size:24px;letter-spacing:-1px;}}@media only screen and (max-width:640px){.featured-posts__header h2,.featured-video-testimonials-section__header h2{line-height:1.3em;}}.featured-posts .featuredPostsSwiper,.featured-posts .featuredVideoTestimonialsSwiper,.featured-video-testimonials-section .featuredPostsSwiper,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper{padding:0 .81018519vw .5787037vw .81018519vw;}@media only screen and (max-width:1080px){.featured-posts .featuredPostsSwiper,.featured-posts .featuredVideoTestimonialsSwiper,.featured-video-testimonials-section .featuredPostsSwiper,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper{padding:0 10px;}}.featured-posts .featuredPostsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-posts .featuredPostsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-posts .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-posts .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-video-testimonials-section .featuredPostsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-video-testimonials-section .featuredPostsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post{padding:.46296296vw;width:100%;}@media only screen and (max-width:1080px){.featured-posts .featuredPostsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-posts .featuredPostsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-posts .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-posts .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-video-testimonials-section .featuredPostsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-video-testimonials-section .featuredPostsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .video-testimonial-post{padding:8px;}}.featured-posts .featuredPostsSwiper__buttons,.featured-posts .featuredVideoTestimonialsSwiper__buttons,.featured-video-testimonials-section .featuredPostsSwiper__buttons,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{width:6.94444444vw;height:3.47222222vw;margin-left:.46296296vw;margin-top:1.04166667vw;top:0;left:0;right:0;position:relative;display:flex;z-index:2;}@media only screen and (max-width:1080px){.featured-posts .featuredPostsSwiper__buttons,.featured-posts .featuredVideoTestimonialsSwiper__buttons,.featured-video-testimonials-section .featuredPostsSwiper__buttons,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{width:100px;height:50px;margin-left:10px;margin-top:20px;}}@media only screen and (max-width:820px){.featured-posts .featuredPostsSwiper__buttons,.featured-posts .featuredVideoTestimonialsSwiper__buttons,.featured-video-testimonials-section .featuredPostsSwiper__buttons,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{margin-top:0;}}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev{width:3.47222222vw;height:3.47222222vw;display:flex;align-items:center;justify-content:center;background:#fff;top:0;left:0;right:0;bottom:0;transform:translate(0);margin:0;position:relative;flex:1;box-shadow:0 0 2px rgba(0,0,0,.25);opacity:.7;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-lock,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-lock,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-lock,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-lock,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-lock,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-lock,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-lock,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-lock{display:none;}@media only screen and (max-width:1080px){.featured-posts .featuredPostsSwiper__buttons .swiper-button-next,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev{width:50px;height:50px;}}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next img,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img{width:.69444444vw;height:1.15740741vw;display:block;object-position:center;object-fit:contain;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next img:first-of-type,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev img:first-of-type,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img:first-of-type,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img:first-of-type,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next img:first-of-type,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev img:first-of-type,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img:first-of-type,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img:first-of-type{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;}@media only screen and (max-width:1080px){.featured-posts .featuredPostsSwiper__buttons .swiper-button-next img,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img{width:12px;height:18px;}}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next:after,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev:after,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next:after,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev:after,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next:after,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev:after,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next:after,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev:after{display:none;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled{opacity:1;background:#820320;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled img,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img{opacity:0;visibility:hidden;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next.swiper-button-disabled img:first-of-type,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev.swiper-button-disabled img:first-of-type{opacity:1;visibility:visible;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next:hover,.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev:hover,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next:hover,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev:hover,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next:hover,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev:hover,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next:hover,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev:hover{opacity:1;}.featured-posts .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-prev img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-prev img{transform:rotate(180deg);}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next img,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next img,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img{transform:rotate(0);}.featured-posts .featuredPostsSwiper__buttons .swiper-button-next img:first-of-type,.featured-posts .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img:first-of-type,.featured-video-testimonials-section .featuredPostsSwiper__buttons .swiper-button-next img:first-of-type,.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons .swiper-button-next img:first-of-type{transform:translate(-50%,-50%) rotate(180deg);}.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post{padding:.46296296vw;width:100%;}@media only screen and (max-width:1080px){.featured-video-testimonials-section .featuredVideoTestimonialsSwiper .swiper-wrapper .swiper-slide .one-small-post{padding:8px;}}.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{max-width:6.94444444vw;width:100%;margin:auto;margin-top:2.31481481vw;}@media only screen and (max-width:1080px){.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{max-width:100px;margin-top:30px;}}@media only screen and (max-width:820px){.featured-video-testimonials-section .featuredVideoTestimonialsSwiper__buttons{margin-top:0;}}.blog .small-hero-section{padding-bottom:15.97222222vw;}@media only screen and (max-width:1080px){.blog .small-hero-section{padding-bottom:160px;}}.blog-posts-wrap{padding:0 5.78703704vw 5.78703704vw 4.91898148vw;display:flex;align-items:flex-start;flex-wrap:wrap;position:relative;z-index:1;}@media only screen and (max-width:1080px){.blog-posts-wrap{padding:0 40px 60px;}}@media only screen and (max-width:820px){.blog-posts-wrap{padding:0 20px 40px;flex-direction:column;}}.blog-posts-wrap__posts{padding-right:5.78703704vw;flex:1;display:flex;flex-wrap:wrap;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts{padding-right:40px;}}@media only screen and (max-width:820px){.blog-posts-wrap__posts{padding-right:0;}}.blog-posts-wrap__posts__header{margin-bottom:2.60416667vw;padding-left:.86805556vw;width:100%;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts__header{margin-bottom:30px;padding-left:10px;}}@media only screen and (max-width:820px){.blog-posts-wrap__posts__header{padding-left:0;}}.blog-posts-wrap__posts__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.blog-posts-wrap__posts__header h2{font-size:28px;}}.blog-posts-wrap__posts__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.blog-posts-wrap__posts__header h2:after{width:80px;height:2px;}}.blog-posts-wrap__posts .one-small-post{margin-bottom:1.73611111vw;padding:0 .86805556vw 0 .86805556vw;width:50%;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts .one-small-post{margin-bottom:30px;padding:0 10px;width:100%;}}@media only screen and (max-width:820px){.blog-posts-wrap__posts .one-small-post{padding:0;}}.blog-posts-wrap__posts .navigation{padding:.5787037vw .86805556vw 0 .86805556vw;width:100%;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts .navigation{padding:10px 10px 0 10px;}}.blog-posts-wrap__posts .navigation .nav-links{height:3.47222222vw;display:flex;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts .navigation .nav-links{width:100%;height:50px;}}.blog-posts-wrap__posts .navigation .nav-links .page-numbers{max-width:3.47222222vw;font-size:1.04166667vw;flex:1;display:flex;align-items:center;justify-content:center;box-shadow:0 0 2px rgba(0,0,0,.25);width:100%;height:100%;position:relative;color:#131415;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts .navigation .nav-links .page-numbers{max-width:50px;font-size:14px;}}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.current,.blog-posts-wrap__posts .navigation .nav-links .page-numbers:hover{background:#820320;color:#fff;}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev{font-size:0;}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:after,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:before,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:after,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:before{width:.69444444vw;height:1.15740741vw;content:"";display:block;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-slider-red.svg");background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:after,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:before,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:after,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:before{width:12px;height:18px;}}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:before,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:before{opacity:0;visibility:hidden;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-slider-white.svg");}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:hover:after,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:hover:after{opacity:0;visibility:hidden;}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:hover:before,.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:hover:before{opacity:1;visibility:visible;}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.prev:after{transform:translate(-50%,-50%) rotate(180deg);}.blog-posts-wrap__posts .navigation .nav-links .page-numbers.next:before{transform:translate(-50%,-50%) rotate(180deg);}.blog-posts-wrap__sidebar{min-width:22.33796296vw;width:22.33796296vw;}@media only screen and (max-width:1080px){.blog-posts-wrap__sidebar{min-width:340px;width:340px;}}@media only screen and (max-width:820px){.blog-posts-wrap__sidebar{min-width:100%;width:100%;margin-top:40px;margin-bottom:40px;}}.testimonials-section{padding:2.89351852vw 5.09259259vw 2.89351852vw 5.09259259vw;}@media only screen and (max-width:1080px){.testimonials-section{padding:40px;}}@media only screen and (max-width:820px){.testimonials-section{padding:40px 20px;}}.testimonials-section__header{margin-bottom:1.85185185vw;padding:0 .69444444vw 0 .69444444vw;}@media only screen and (max-width:1080px){.testimonials-section__header{margin-bottom:30px;padding:0 10px;}}.testimonials-section__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.testimonials-section__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.testimonials-section__header h2{font-size:28px;}}.testimonials-section__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.testimonials-section__header h2:after{width:80px;height:2px;}}.testimonials-section__testimonials{display:flex;flex-wrap:wrap;}.testimonials-section__testimonials .video-testimonial-wrap{padding:.69444444vw;width:33.333%;}@media only screen and (max-width:1080px){.testimonials-section__testimonials .video-testimonial-wrap{padding:10px;width:50%;margin-bottom:10px;}}@media only screen and (max-width:820px){.testimonials-section__testimonials .video-testimonial-wrap{padding:0;width:100%;margin-bottom:30px;}}.case-results-section{padding:0 5.78703704vw 4.62962963vw 5.78703704vw;margin-top:-8.68055556vw;display:flex;flex-wrap:wrap;position:relative;z-index:2;}@media only screen and (max-width:1080px){.case-results-section{padding:60px 40px;margin-top:-120px;}}@media only screen and (max-width:820px){.case-results-section{padding:40px 10px;flex-direction:column;}}.case-results-section .one-case-result{padding:.69444444vw .5787037vw .69444444vw .5787037vw;width:33.333%;cursor:pointer;display:block;}@media only screen and (max-width:1080px){.case-results-section .one-case-result{padding:10px;width:50%;order:2;}}@media only screen and (max-width:820px){.case-results-section .one-case-result{width:100%;}}.case-results-section .one-case-result__content{padding:1.50462963vw 0 1.50462963vw 0;min-height:19.67592593vw;background:#fff;box-shadow:8px 8px 25px rgba(0,0,0,.05);position:relative;display:flex;flex-wrap:wrap;height:100%;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content{padding:20px 0;min-height:200px;}}@media only screen and (max-width:640px){.case-results-section .one-case-result__content{flex-direction:column;}}.case-results-section .one-case-result__content:after{height:.69444444vw;content:"";display:block;position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);z-index:1;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content:after{height:10px;}}.case-results-section .one-case-result__content__number{padding:0 1.15740741vw 0 1.15740741vw;width:41.5%;text-align:center;position:relative;z-index:2;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__number{padding:0 10px;}}@media only screen and (max-width:640px){.case-results-section .one-case-result__content__number{width:100%;padding:20px;}}.case-results-section .one-case-result__content__number:after{width:.11574074vw;content:"";display:block;height:100%;position:absolute;top:0;right:0;background:#820320;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__number:after{width:1px;}}@media only screen and (max-width:640px){.case-results-section .one-case-result__content__number:after{top:auto;bottom:0;right:auto;left:0;width:100%;height:1px;}}.case-results-section .one-case-result__content__number h3{font-size:2.60416667vw;letter-spacing:-.05787037vw;margin-bottom:1.15740741vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__number h3{font-size:36px;letter-spacing:-1px;margin-bottom:10px;}}@media only screen and (max-width:640px){.case-results-section .one-case-result__content__number h3{font-size:32px;}}.case-results-section .one-case-result__content__number p{font-size:.92592593vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.8em;color:#1a1a1a;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__number p{font-size:14px;}}.case-results-section .one-case-result__content__text{padding:0 1.38888889vw 0 1.38888889vw;width:58.5%;overflow:auto;position:relative;z-index:2;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__text{padding:10px 20px;}}@media only screen and (max-width:640px){.case-results-section .one-case-result__content__text{width:100%;padding:20px;}}.case-results-section .one-case-result__content__text h2{font-size:1.38888889vw;margin-bottom:.5787037vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.2em;text-transform:capitalize;color:#820320;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.case-results-section .one-case-result__content__text h2{font-size:20px;margin-bottom:10px;}}.case-results-section .one-case-result__content__text p{color:#000;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.case-results-section .one-case-result:hover .one-case-result__content:after{height:100%;}.case-results-section .one-case-result:hover .one-case-result__content__number:after{background:#fff;}.case-results-section .one-case-result:hover .one-case-result__content__number h3,.case-results-section .one-case-result:hover .one-case-result__content__number p{color:#fff;}.case-results-section .one-case-result:hover .one-case-result__content__text h2,.case-results-section .one-case-result:hover .one-case-result__content__text p{color:#fff;}.case-results-section .one-case-result--featured{right:5.78703704vw;position:absolute;bottom:calc(100% + .57vw);width:52.1%;}@media only screen and (max-width:1080px){.case-results-section .one-case-result--featured{right:0;bottom:0;position:relative;width:80%;order:1;}}@media only screen and (max-width:820px){.case-results-section .one-case-result--featured{width:100%;}}.case-results-section .one-case-result--featured:before{top:-.46296296vw;left:-.5787037vw;content:"";display:block;position:absolute;width:calc(100% - 1.15vw);height:calc(100% - 1.38vw);background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.case-results-section .one-case-result--featured:before{top:0;left:0;width:calc(100% - 20px);height:calc(100% - 20px);}}.case-results-section .one-case-result--featured .one-case-result__content{min-height:15.16203704vw;}@media only screen and (max-width:1080px){.case-results-section .one-case-result--featured .one-case-result__content{min-height:240px;}}.case-results-section .one-case-result--featured .one-case-result__content:after{height:0;}.case-results-section .one-case-result--featured .one-case-result__content__number,.case-results-section .one-case-result--featured .one-case-result__content__text{display:flex;flex-direction:column;align-items:center;justify-content:center;}.case-results-section .one-case-result--featured .one-case-result__content__text{align-items:flex-start;}.reviews-list-section{padding:5.78703704vw;display:flex;align-items:flex-start;}@media only screen and (max-width:1080px){.reviews-list-section{padding:60px 40px;}}@media only screen and (max-width:820px){.reviews-list-section{padding:40px 20px;flex-direction:column;}}.reviews-list-section__content{padding-right:11.22685185vw;flex:1;}@media only screen and (max-width:1080px){.reviews-list-section__content{padding-right:40px;}}@media only screen and (max-width:820px){.reviews-list-section__content{padding-right:0;}}.reviews-list-section__content__header{margin-bottom:2.60416667vw;}@media only screen and (max-width:1080px){.reviews-list-section__content__header{margin-bottom:40px;}}.reviews-list-section__content__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.reviews-list-section__content__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.reviews-list-section__content__header h2{font-size:28px;}}.reviews-list-section__content__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.reviews-list-section__content__header h2:after{width:80px;height:2px;}}.reviews-list-section__sidebar{width:22.33796296vw;min-width:22.33796296vw;}@media only screen and (max-width:1080px){.reviews-list-section__sidebar{width:340px;min-width:340px;}}@media only screen and (max-width:820px){.reviews-list-section__sidebar{width:100%;min-width:100%;}}.award-badge-section{padding:3.47222222vw 10.41666667vw 3.47222222vw 10.41666667vw;position:relative;}.award-badge-section .awardBadgeSwiper .swiper-wrapper .swiper-slide{padding:1.15740741vw 0 1.15740741vw 0;}.award-badge-section .awardBadgeSwiper__image{display:block;width:100%;position:relative;}.award-badge-section .awardBadgeSwiper__image:after{content:"";padding-top:64%;display:block;}.award-badge-section .awardBadgeSwiper__image img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-position:center;object-fit:contain;}.award-badge-section .swiper-button-next,.award-badge-section .swiper-button-prev{width:3.47222222vw;height:3.47222222vw;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 0 2px rgba(0,0,0,.25);opacity:.7;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.award-badge-section .swiper-button-next.swiper-button-lock,.award-badge-section .swiper-button-prev.swiper-button-lock{display:none;}@media only screen and (max-width:1080px){.award-badge-section .swiper-button-next,.award-badge-section .swiper-button-prev{width:60px;height:60px;}}@media only screen and (max-width:820px){.award-badge-section .swiper-button-next,.award-badge-section .swiper-button-prev{width:50px;height:50px;}}.award-badge-section .swiper-button-next img,.award-badge-section .swiper-button-prev img{width:.69444444vw;height:1.15740741vw;display:block;object-position:center;object-fit:contain;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.award-badge-section .swiper-button-next img,.award-badge-section .swiper-button-prev img{width:18px;height:18px;}}.award-badge-section .swiper-button-next img:first-of-type,.award-badge-section .swiper-button-prev img:first-of-type{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;}.award-badge-section .swiper-button-next:after,.award-badge-section .swiper-button-prev:after{display:none;}.award-badge-section .swiper-button-next.swiper-button-disabled,.award-badge-section .swiper-button-prev.swiper-button-disabled{opacity:1;background:#820320;}.award-badge-section .swiper-button-next.swiper-button-disabled img,.award-badge-section .swiper-button-prev.swiper-button-disabled img{opacity:0;visibility:hidden;}.award-badge-section .swiper-button-next.swiper-button-disabled img:first-of-type,.award-badge-section .swiper-button-prev.swiper-button-disabled img:first-of-type{opacity:1;visibility:visible;}.award-badge-section .swiper-button-next:hover,.award-badge-section .swiper-button-prev:hover{opacity:1;}.award-badge-section .swiper-button-prev{left:5.78703704vw;}.award-badge-section .swiper-button-prev img{transform:rotate(180deg);}.award-badge-section .swiper-button-next{right:5.78703704vw;}.award-badge-section .swiper-button-next img{transform:rotate(0);}.award-badge-section .swiper-button-next img:first-of-type{transform:translate(-50%,-50%) rotate(180deg);}.faq-section{padding:6.94444444vw 5.78703704vw 4.62962963vw 5.78703704vw;display:flex;align-items:center;justify-content:space-between;}@media only screen and (max-width:1080px){.faq-section{padding:80px 40px;}}@media only screen and (max-width:920px){.faq-section{flex-direction:column;}}@media only screen and (max-width:820px){.faq-section{padding:80px 20px;}}@media only screen and (max-width:420px){.faq-section{padding:60px 20px;}}.faq-section__items{width:auto;flex:1;}@media only screen and (max-width:1080px){.faq-section__items{width:47%;}}@media only screen and (max-width:920px){.faq-section__items{width:100%;margin-bottom:60px;}}.faq-section__items__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.faq-section__items__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.faq-section__items__header h2{font-size:28px;}}.faq-section__items__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.faq-section__items__header h2:after{width:80px;height:2px;}}.faq-section__items__title{padding:.92592593vw 3.93518519vw .92592593vw 1.15740741vw;border-radius:.17361111vw .17361111vw 0 0;box-shadow:0 1px 0 rgba(0,0,0,.15);background:rgba(231,231,231,.5);cursor:pointer;position:relative;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.faq-section__items__title{padding:16px 60px 16px 20px;}}@media only screen and (max-width:420px){.faq-section__items__title{padding:16px 40px 16px 10px;}}.faq-section__items__title:hover{background:rgba(231,231,231,.9);}.faq-section__items__title h3{font-size:1.04166667vw;padding-left:.69444444vw;line-height:1.4em;font-family:Montserrat-SemiBold,sans-serif;color:#000;display:block;border-left:2px solid #820320;border-width:.11574074vw;}@media only screen and (max-width:1080px){.faq-section__items__title h3{font-size:16px;padding-left:10px;border-width:2px;}}.faq-section__items__title:after{width:1.62037037vw;height:1.62037037vw;border-radius:.17361111vw;right:1.15740741vw;content:"";display:block;background-color:#820320;background-image:url("https://cdn-ildblhb.nitrocdn.com/IMmeZkcshrtWeNiKASIHZfCrnxFmkKyR/assets/images/optimized/rev-fb5e633/www.dickersonlawcentraltx.com/wp-content/themes/dickerson/images/arrow-slider-white.svg");background-size:1.15vw .8vw;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg);-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media only screen and (max-width:1080px){.faq-section__items__title:after{width:30px;height:30px;border-radius:3px;right:20px;background-size:15px 10px;}}@media only screen and (max-width:420px){.faq-section__items__title:after{right:10px;}}.faq-section__items__description{padding:1.15740741vw;font-size:.92592593vw;background:#e7e7e7;display:none;line-height:1.8em;font-family:Montserrat-Regular,sans-serif;color:#3b3b3b;}.faq-section__items__description strong{font-family:Montserrat-SemiBold,sans-serif;}.faq-section__items__description a{color:#3b3b3b;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}.faq-section__items__description a:hover{color:#820320;}@media only screen and (max-width:1080px){.faq-section__items__description{font-size:14px;padding:20px;}}.faq-section__items ul li{margin-bottom:.92592593vw;border-radius:.17361111vw;overflow:hidden;}@media only screen and (max-width:1080px){.faq-section__items ul li{margin-bottom:16px;border-radius:3px;}}@media only screen and (max-width:420px){.faq-section__items ul li{margin-bottom:10px;}}.faq-section__items ul li:last-child{margin-bottom:0;}.faq-section__items ul li.active .faq-section__items__title:after{background-color:#820320;transform:translateY(-50%) rotate(90deg);}.faq-section__items .main-button{margin-top:1.85185185vw;padding:.75231481vw 3.64583333vw .75231481vw 3.64583333vw;}@media only screen and (max-width:1080px){.faq-section__items .main-button{margin-top:30px;padding:10px 40px;}}.faq-section__image{margin-left:7.52314815vw;width:calc(55.3% - 7.5vw);position:relative;}@media only screen and (max-width:1080px){.faq-section__image{width:45%;margin-left:60px;}}@media only screen and (max-width:920px){.faq-section__image{width:100%;max-width:600px;margin-left:0;}}.faq-section__image:after{content:"";display:block;padding-top:101.9%;}.faq-section__image:before{top:-.92592593vw;left:-.92592593vw;position:absolute;content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.faq-section__image:before{top:-8px;left:-8px;}}.faq-section__image>img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));}.digest-section{padding:5.78703704vw 5.20833333vw 5.20833333vw 5.20833333vw;}@media only screen and (max-width:1080px){.digest-section{padding:150px 30px 40px;}}@media only screen and (max-width:820px){.digest-section{padding:150px 10px 40px;}}@media only screen and (max-width:420px){.digest-section{padding:120px 20px 40px;}}.digest-section__header{padding:.5787037vw;}@media only screen and (max-width:1080px){.digest-section__header{padding:10px;}}@media only screen and (max-width:420px){.digest-section__header{padding:10px 0;}}.digest-section__header h2{font-size:2.60416667vw;letter-spacing:-.05787037vw;padding-bottom:1.15740741vw;margin-bottom:1.44675926vw;font-family:Montserrat-SemiBold,sans-serif;line-height:1.08em;text-transform:capitalize;color:#820320;position:relative;}@media only screen and (max-width:1080px){.digest-section__header h2{font-size:32px;letter-spacing:-1px;padding-bottom:20px;margin-bottom:20px;}}@media only screen and (max-width:640px){.digest-section__header h2{font-size:28px;}}.digest-section__header h2:after{width:4.97685185vw;height:.11574074vw;content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#4e0214 0,#ca0734 100%);}@media only screen and (max-width:1080px){.digest-section__header h2:after{width:80px;height:2px;}}.digest-section__items ul{display:flex;flex-wrap:wrap;}.digest-section__items ul li{padding:.5787037vw;position:relative;width:25%;}@media only screen and (max-width:1080px){.digest-section__items ul li{width:33.333%;padding:10px;}}@media only screen and (max-width:820px){.digest-section__items ul li{width:50%;}}@media only screen and (max-width:420px){.digest-section__items ul li{width:100%;padding:10px 0;}}.digest-section__items ul li a{display:block;position:relative;top:0;left:0;width:100%;height:100%;}.digest-section__items ul li a:after{content:"";display:block;padding-top:128.8%;}.digest-section__items ul li a img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-position:center;object-fit:cover;}.digest-section__footer{padding:1.15740741vw .5787037vw 1.15740741vw .5787037vw;}@media only screen and (max-width:1080px){.digest-section__footer{padding:20px 10px;}}@media only screen and (max-width:420px){.digest-section__footer{padding:20px 0;}}.digest-section__footer p a{color:#3b3b3b;text-decoration:underline;}