/*
Theme Name: Joes Blank Theme
Author: Joe O'Connor
Description: Blank Theme
*/




/* Slick.css
 --------------------------------------------------------------------------------------- */

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;margin-top:-10px\9;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-slider{margin-bottom:30px}.slick-dots{bottom:-45px;width:100%;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}




/* Animate.css
 --------------------------------------------------------------------------------------- */

@charset "UTF-8";

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}






/**
 * Easy WP Page Navigation simple style for front-end
 *
 * @author Kang
 * @since 1.0
 */

.easy-wp-page-navigation {
    clear: both;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.easy-wp-page-navigation.align-center {
    text-align: center;
}
.easy-wp-page-navigation.align-right {
    text-align: right;
}
ul.easy-wp-page-nav {
    list-style: none !important;
    display: inline-block;
    vertical-align: top;
}
ul.easy-wp-page-nav li {
    display: inline-block;
    float: left;
    margin: 0 3px 0 0;
}
ul.easy-wp-page-nav li:last-child {
    margin-right: 0;
}
.easy-wp-page-navigation a,
.easy-wp-page-navigation span {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    border: 1px solid #676767;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    color: #676767;
    background: #fff;
    text-decoration: none;
}
.easy-wp-page-navigation a:hover,
.easy-wp-page-navigation span.current {
    background: #676767;
    color: #fff;
}

/* ================ Circle style ================ */
.easy-wp-page-navigation.style-circle a,
.easy-wp-page-navigation.style-circle span {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.easy-wp-page-navigation.style-circle a.next,
.easy-wp-page-navigation.style-circle a.prev,
.easy-wp-page-navigation.style-circle a.first-page-link,
.easy-wp-page-navigation.style-circle a.last-page-link {
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    padding: 0 8px;
    background: none;
    color: #676767;
}
.easy-wp-page-navigation.style-circle a.next:hover,
.easy-wp-page-navigation.style-circle a.prev:hover,
.easy-wp-page-navigation.style-circle a.first-page-link:hover,
.easy-wp-page-navigation.style-circle a.last-page-link:hover {
    color: #000;
}

/* ================ Square style ================ */
.easy-wp-page-navigation.style-square a,
.easy-wp-page-navigation.style-square span {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}
.easy-wp-page-navigation.style-square a.next,
.easy-wp-page-navigation.style-square a.prev,
.easy-wp-page-navigation.style-square a.first-page-link,
.easy-wp-page-navigation.style-square a.last-page-link {
    width: auto;
    border: none;
    padding: 0 8px;
    background: none;
    color: #676767;
}
.easy-wp-page-navigation.style-square a.next:hover,
.easy-wp-page-navigation.style-square a.prev:hover,
.easy-wp-page-navigation.style-square a.first-page-link:hover,
.easy-wp-page-navigation.style-square a.last-page-link:hover {
    color: #000;
}

/* ================ Diamond Square style ================ */
.easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li {
    margin: 7px;
}
.easy-wp-page-navigation.style-diamond-square ul > li > a,
.easy-wp-page-navigation.style-diamond-square ul > li > span {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.easy-wp-page-navigation.style-diamond-square ul > li > span.dots {
    position: relative;
    border: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
.easy-wp-page-navigation.style-diamond-square ul > li > span.dots:before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #676767;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.easy-wp-page-navigation.style-diamond-square a > span,
.easy-wp-page-navigation.style-diamond-square span > span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: none;
    background: none;
}
.easy-wp-page-navigation.style-diamond-square ul > li > a:hover span,
.easy-wp-page-navigation.style-diamond-square ul > li > span:hover span,
.easy-wp-page-navigation.style-diamond-square span.current > span {
    color: #fff;
}
.easy-wp-page-navigation.style-diamond-square a.next,
.easy-wp-page-navigation.style-diamond-square a.prev,
.easy-wp-page-navigation.style-diamond-square a.first-page-link,
.easy-wp-page-navigation.style-diamond-square a.last-page-link {
    width: auto;
    border: none;
    padding: 0 3px;
    background: none;
    color: #676767;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.easy-wp-page-navigation.style-diamond-square a.next:hover,
.easy-wp-page-navigation.style-diamond-square a.prev:hover,
.easy-wp-page-navigation.style-diamond-square a.first-page-link:hover,
.easy-wp-page-navigation.style-diamond-square a.last-page-link:hover {
    color: #000;
}

/* ================ Responsive design on mobile ================ */
@media screen and (max-width: 767px) and (min-width: 480px) {
    .easy-wp-page-navigation.style-diamond-square ul > li > a,
    .easy-wp-page-navigation.style-diamond-square ul > li > span {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }
    .easy-wp-page-navigation.style-diamond-square a > span,
    .easy-wp-page-navigation.style-diamond-square span > span {
        margin-top: -1px;
    }
}
@media screen and (max-width: 479px) {
    ul.easy-wp-page-nav li {
        margin: 0 2px 0 0;
    }
    .easy-wp-page-navigation a,
    .easy-wp-page-navigation span {
        padding: 4px 6px 5px;
    }
    .easy-wp-page-navigation a.prev,
    .easy-wp-page-navigation a.next {
        display: none;
    }
    .easy-wp-page-navigation.style-circle a,
    .easy-wp-page-navigation.style-circle span,
    .easy-wp-page-navigation.style-square a,
    .easy-wp-page-navigation.style-square span {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }
    .easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li {
        margin: 5px;
    }
    .easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li.first-page,
    .easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li.last-page{
        display: none;
    }
    .easy-wp-page-navigation.style-diamond-square ul > li > a,
    .easy-wp-page-navigation.style-diamond-square ul > li > span {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }
    .easy-wp-page-navigation.style-diamond-square a.prev,
    .easy-wp-page-navigation.style-diamond-square a.next {
        display: inline-block;
    }
}





/* Resets and Other Good Shit
 --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {outline:none;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Firefox 25*/
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.wow {
    visibility: hidden;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar */
}




/* Global Styles
 --------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #22a3a3;
}








/* Fonts
 --------------------------------------------------------------------------------------- */

@font-face {
    font-family:"FreightSans Book";
    src:url("/fonts/bcf99a42-5caf-468b-8e66-66723f76bff3.eot?#iefix");
    src:url("/fonts/bcf99a42-5caf-468b-8e66-66723f76bff3.eot?#iefix") format("eot"),url("/fonts/7eb5d6ea-90f7-45d2-b771-5bd5b4978eb0.woff2") format("woff2"),url("/fonts/204e59d2-807e-4208-8c9a-7b6b18a37f2b.woff") format("woff"),url("/fonts/2ef2ae21-f888-48e0-b607-fa5f9bf9cbd3.ttf") format("truetype"),url("/fonts/848a2515-53da-4d96-918e-bfe72a228967.svg#848a2515-53da-4d96-918e-bfe72a228967") format("svg");
}

@font-face {
    font-family:"FreightSans Semibold";
    src:url("/fonts/d154fe01-4538-4277-9e56-74538134d43b.eot?#iefix");
    src:url("/fonts/d154fe01-4538-4277-9e56-74538134d43b.eot?#iefix") format("eot"),url("/fonts/84efe8b8-d2b9-464c-93b4-1237a3cb52c3.woff2") format("woff2"),url("/fonts/0bef275a-3f3b-4cd1-8aa0-3535eefb27c0.woff") format("woff"),url("/fonts/e0be4e39-367d-4f71-84cf-5b18ccc68510.ttf") format("truetype"),url("/fonts/ca102283-f31e-40d2-9f2d-0e7b61d830c8.svg#ca102283-f31e-40d2-9f2d-0e7b61d830c8") format("svg");
}

@font-face {
    font-family:"FreightSans Medium";
    src:url("/fonts/687fec83-734b-43e3-a42b-85a235d322af.eot?#iefix");
    src:url("/fonts/687fec83-734b-43e3-a42b-85a235d322af.eot?#iefix") format("eot"),url("/fonts/2d8fb109-df3a-4a54-839c-322ac0835e5c.woff2") format("woff2"),url("/fonts/04073950-358b-498e-b8af-db1063003e41.woff") format("woff"),url("/fonts/b76da73d-9344-4749-8e66-9783cee3e9bc.ttf") format("truetype"),url("/fonts/ef03658e-0cec-4e8e-9a84-623505b25c6f.svg#ef03658e-0cec-4e8e-9a84-623505b25c6f") format("svg");
}

@font-face {
    font-family:"FreightSans Bold";
    src:url("/fonts/8a9b1e99-b9ef-4131-affb-58dd4bb8836e.eot?#iefix");
    src:url("/fonts/8a9b1e99-b9ef-4131-affb-58dd4bb8836e.eot?#iefix") format("eot"),url("/fonts/d2a0a124-a5ff-400e-a992-a132814a3c31.woff2") format("woff2"),url("/fonts/1b9a845c-251c-4a39-bedf-f64e65de6719.woff") format("woff"),url("/fonts/2a68e830-949b-4969-8705-310271c184fb.ttf") format("truetype"),url("/fonts/c81ac268-5e87-4ada-8e90-b56123bc6bf5.svg#c81ac268-5e87-4ada-8e90-b56123bc6bf5") format("svg");
}

@font-face {
    font-family: "Playfair Display Regular";
    src: url('/fonts/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: "Prata Regular";
    src: url('/fonts/Prata-Regular.ttf');
}








/* Header
 --------------------------------------------------------------------------------------- */

header {
    position: relative;
    height: 1025px;
    width: 100%;
}

.header-top-left-box {
    background: #051228 url("/images/header-top-left-img.png") center center / cover no-repeat;
    background-position-x: 15px;
    height: 961px;
    width: 38.125%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.header-top-box-back {
    background-color: #dcbf93;
    width: 38.125%;
    height: 932px;
    position: absolute;
    top: 60px;
    left: 13%;
    z-index: 1;
}

.header-top-img {
    background: url('/images/hero-desktop.jpg') center center / cover no-repeat;
    height: 940px;
    width: 73.7%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.header-logo {
    width: 384px;
    height: auto;
    position: absolute;
    left: 2.86%;
    top: 45px;
    z-index: 4;
}

.header-logo .st0 {
    fill: #00ABAB;
}

.header-top-right-text {
    position: absolute;
    right: 160px;
    top: 31px;
}

.header-top-right-text p {
    font-family: 'FreightSans Bold';
    color: #09265a;
    font-size: 14px;
    letter-spacing: 3px;
    display: inline;
    position: relative;
    top: -8px;
}

.header-top-right-text a {
    font-family: 'Prata Regular';
    color: #009999;
    font-size: 36px;
    padding-left: 20px;
}

.header-top-button {
    position: absolute;
    right: 32px;
    top: 27px;
    width: 98px;
    height: 95px;
    background-color: #051228;
    z-index: 4;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.header-top-button:hover {
    background-color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-top-button p {
    font-family: 'FreightSans Bold';
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    left: 1px;
}

.header-top-button div {
    width: 50px;
    height: 3px;
    margin: 0 auto 7px;
    background-color: #fff;
}

.header-content {
    width: 1110px;
    position: absolute;
    top: 289px;
    left: 6.3%;
    z-index: 4;
}

.header-content h3 {
    font-family: 'Prata Regular';
    color: #fff;
    font-size: 90px;
    line-height: 107px;
    padding-bottom: 26px;
    padding-left: 72px;
    position: relative;
}

.header-content h3:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 43px;
    width: 94px;
    height: 1px;
    background: #009999;
}

.header-content h3:after {
    content: url('/images/3decades.png');
    position: absolute;
    right: 120px;
    top: -115px;
    z-index: 1;
}

.header-content p {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3px;
    padding-bottom: 47px;
    text-transform: uppercase;
    width: 840px;
}

.header-content a {
    background-color: #00abab;
    width: 462px;
    height: 80px;
    line-height: 80px;
    font-family: 'Prata Regular';
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-left: 240px;
    position: relative;
}

.header-content a:hover {
    background-color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-content a:before {
    content: '';
    position: absolute;
    width: 462px;
    height: 80px;
    background-color: transparent;
    border: 1px solid #fff;
    top: -11px;
    right: -13px;
    z-index: -1;
}

.scroll-down {
    position: absolute;
    right: 0;
    bottom: 52px;
    width: 192px;
    z-index: 4;
}

.scroll-down:before {
    content: url(/images/scroll-arrow.png);
    position: absolute;
    right: 50px;
    top: 0px;
    transform: translateY(-50px);
    -webkit-animation: 3s ease 0s normal none infinite running myscroll;
    -moz-animation: 3s ease 0s normal none infinite running myscroll;
    animation: 3s ease 0s normal none infinite running myscroll;
}

.scroll-down:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 148px;
    height: 1px;
    background: #dcbf93;
}

.scroll-down a {
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    transform: translateY(-50px);
    -webkit-animation: 3s ease 0s normal none infinite running myscroll;
    -moz-animation: 3s ease 0s normal none infinite running myscroll;
    animation: 3s ease 0s normal none infinite running myscroll;
}

@-webkit-keyframes myscroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(0px)
    }
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.full-menu {
    background-color: #051228;
    width: 100%;
    height: 100vh;
    z-index: 12;
    display: none;
    /*position: relative;*/
    position: fixed;
    overflow-y: scroll;
}

.full-menu-close-button {
    height: 38px;
    width: 38px;
    position: absolute;
    top: 64px;
    right: 80px;
    cursor: pointer;
    z-index: 10;
}

.full-menu-close-button:hover div {
    background-color: #dec6a2;
}

.full-menu-close-button div {
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
}

.full-menu-close-button div:first-of-type {
    top: 16px;
}

.full-menu-close-button div:last-of-type {
    top: 13px;
}

.full-menu-close-button.close-button-active div:first-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.full-menu-close-button.close-button-active div:last-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

.full-menu-content {
    width: 1310px;
    height: 730px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.full-menu-content-left {
    width: 55%;
    float: left;
    height: 100%;
    border-left: 3px solid #fff;
}

.full-menu-content-right {
    width: 45%;
    float: right;
    height: 100%;
    border-left: 3px solid #fff;
}

.full-menu-content ul {
    /*padding-left: 65px;*/
}

.full-menu-content ul li {
    position: relative;
}

.full-menu-content ul li a {
    font-family: 'FreightSans Medium';
    color: #dec6a2;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 20px 0;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.full-menu-content ul li a:hover {
    color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.full-menu-content-left-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 65px;
}

.full-menu-content-right-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 65px;
}

.full-menu-content-right-menu h4 {
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
    padding-bottom: 44px;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu {
    display: none;
}

#menu-practice-area-menu .menu-item-has-children a:after {
    content: '';
    position: absolute;
    border-top: 5px solid #dec6a2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    top: 28px;
    margin-left: 6px;
}

#menu-practice-area-menu .menu-item-has-children a:hover:after {
    border-top: 5px solid #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #19253b;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu li a {
    color: #fff;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu li a:hover {
    color: #00abab;
}

#menu-practice-area-menu .menu-item-has-children .sub-menu li a:after {
    display: none;
}

.sticky-header {
    position: fixed;
    top: 0;
    height: 65px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 11;
    opacity: 0;
    height: 65px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    pointer-events: none;
}

.sticky-header.sticky-visible {
    opacity: 0;
    pointer-events: none;
}

#header-target {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: transparent;
    top: 170px;
    z-index: 4;
}

.sticky-header-left {
    position: absolute;
    left: 0;
    height: 100%;
}

.sticky-header-left p {
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 26px;
    padding-top: 20px;
    padding-left: 41px;
}

.sticky-header-left p span {
    font-size: 19px;
}

.sticky-header-right {
    position: absolute;
    right: 221px;
    height: 100%;
    top: 16px;
}

.sticky-header-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 140px;
    background-color: #dcbf93;
    padding-top: 21px;
    cursor: pointer;
}

.sticky-header-button div {
    width: 52px;
    height: 3px;
    margin: 0 auto 7px;
    background-color: #fff;
}

.sticky-header-right p {
    font-family: 'FreightSans Bold';
    color: #051228;
    font-size: 14px;
    text-align: right;
    letter-spacing: 1px;
}

.sticky-header-right p span {
    color: #00abab;
}

.sticky-header-right p:last-of-type {
    padding-top: 2px;
    position: relative;
}

.sticky-header-right svg {
    width: 32px;
    height: auto;
    position: absolute;
    right: -40px;
    top: 0;
}

.sticky-header-right svg .st0 {
    fill: #00ABAB;
}

.mobile-menu {
    display: none;
}

@media (max-width:1400px){
    .header-top-left-box {
        width: 45.3%;
    }

    .header-top-box-back {
        width: 36%;
        left: 17%;
    }

    .header-top-img {
        width: 71.4%;
        background-position-x: -100px;
    }

    .header-top-right-text p {
        font-family: 'FreightSans SemiBold';
        display: block;
        top: 0;
        text-align: right;
        padding-bottom: 8px;
    }

    .header-top-right-text {
        top: 15px;
    }

    .header-top-right-text a {
        font-size: 32px;
        padding-left: 0;
    }

    .header-content {
        width: 1000px;
        top: 302px;
        left: 4.444%;
        z-index: 4;
    }

    .header-content h3 {
        font-size: 80px;
        line-height: 100px;
        padding-bottom: 46px;
        padding-left: 82px;
    }

    .header-content h3:after {
	    right: 100px;
	}

    .header-content p {
        letter-spacing: 4px;
        padding-bottom: 71px;
        width: 900px;
    }

    .header-content a {
        width: 416px;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
        margin-left: 220px;
    }

    .header-content a:before {
        width: 416px;
        height: 70px;
        top: -10px;
        right: -12px;
    }

    .scroll-down {
        bottom: 122px;
    }

    .full-menu-content {
        width: 765px;
        height: 795px;
    }

    #menu-practice-area-menu .menu-item-has-children a:after {
        top: 49px;
    }

    #menu-practice-area-menu .menu-item-has-children.menu-item-72 a:after {
        top: 28px;
    }

    .sticky-header.sticky-visible {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width:1199px){
    header {
        height: 910px;
    }

    .header-top-left-box {
        width: 50%;
        height: 845px;
    }

    .header-top-box-back {
        left: 46px;
        height: 600px;
        top: auto;
        bottom: 34px;
    }

    .header-top-img {
        width: 80%;
        background-position-x: 0px;
        height: 828px;
        background: url(/images/hero-tablet.jpg) center center / cover no-repeat;
    }

    .header-top-button {
        display: none;
    }

    .sticky-header-button {
        display: none;
    }

    .sticky-header-button-mobile {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 95px;
        background-color: #dcbf93;
        padding-top: 21px;
        cursor: pointer;
    }

    .sticky-header-button-mobile div {
        width: 52px;
        height: 3px;
        margin: 0 auto 7px;
        background-color: #fff;
    }

    .sticky-header-left p {
        padding-left: 20px;
        width: 400px;
    }

    .sticky-header-left p span {
        display: inline;
    }

    .sticky-header-right {
        right: 158px;
    }

    .header-top-button-mobile {
        position: absolute;
        right: 0;
        top: 0;
        width: 95px;
        height: 82px;
        background-color: #dcbf93;
        box-shadow: none;
        padding-top: 29px;
        cursor: pointer;
    }

    .header-top-button-mobile div {
        width: 52px;
        height: 3px;
        margin: 0 auto 7px;
        background-color: #fff;
    }

    .header-top-button-mobile p {
        display: none;
    }

    .header-top-right-text {
        right: 122px;
        top: 29px;
    }

    .header-top-right-text p {
        display: none;
    }

    .header-top-right-text a {
        font-size: 28px;
    }

    .header-logo {
        width: 314px;
        left: 21px;
        top: 17px;
    }

    .header-content {
        width: 630px;
        top: 200px;
        left: 88px;
        margin: 0 auto;
    }

    .header-content h3 {
        font-size: 65px;
        line-height: 74px;
        padding-bottom: 25px;
        padding-left: 42px;
    }

    .header-content h3:before {
        left: -52px;
        top: 29px;
        width: 84px;
    }

    .header-content h3:after {
	    right: 20px;
	    top: 30px;
	    -webkit-transform: scale(0.5);
	    -moz-transform: scale(0.5);
	}

    .header-content p {
        letter-spacing: 3px;
        padding-bottom: 106px;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
    }

    .header-content a {
        margin-left: 152px;
    }

    .scroll-down {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        z-index: 12;
        width: 100%;
        top: 83px;
        overflow-y: scroll;
        height: calc(100vh - 83px);
    }

    .mobile-menu.sticky-button-clicked {
        top: 65px;
    }

    .mobile-menu ul {

    }

    .mobile-menu ul li {
        position: relative;
        width: 100%;
    }

    .mobile-menu ul li a {
        width: 100%;
        display: inline-block;
        background-color: #051228;
        font-family: 'FreightSans Medium';
        color: #dec6a2;
        font-size: 18px;
        letter-spacing: 2px;
        padding: 20px 0;
        border-bottom: 1px solid #19253b;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu {
        display: none;
    }

    .mobile-menu ul .menu-item-has-children a:after {
        content: '';
        position: absolute;
        border-top: 5px solid #dec6a2;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: inline-block;
        /*top: 22px;*/
        top: 27px;
        margin-left: 6px;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu li a {
        background-color: #061835;
        border-bottom: 1px solid #19253b;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu .menu-item-has-children a:after {
        content: '';
        position: absolute;
        border-top: 5px solid #dec6a2;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: inline-block;
        /*top: 22px;*/
        top: 27px;
        margin-left: 6px;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu li a:after {
        display: none;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu .menu-item-has-children .sum-menu a:after {
        content: '';
        position: absolute;
        border-top: 5px solid #dec6a2;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: inline-block;
        top: 22px;
        margin-left: 6px;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu li .sub-menu a:after {
        display: none;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
        background-color: #082149;
        border-bottom: 1px solid #203251;
    }
}

@media (max-width:700px){
    header {
        height: 587px;
    }

    .header-top-left-box {
        display: none;
    }

    .header-top-box-back {
        display: none;
    }

    .header-top-img {
        width: 100%;
        background-position-x: 0px;
        height: 382px;
        background: url(/images/hero-mobile.jpg) center center / cover no-repeat;
        bottom: auto;
        top: 121px;
    }

    .header-content h3 {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .header-content h3:before {
        display: none;
    }

    .header-content h3:after {
	    right: -40px;
	    top: -60px;
	}

    .header-content p {
        display: none;
    }

    .header-logo-link {
        width: 100%;
        height: 71px;
        display: block;
        background-color: #051228;
    }

    .header-logo {
        width: 240px;
        left: 0;
        top: 18px;
        right: 0;
        margin: 0 auto;
    }

    .mobile-bar {
        width: 100%;
        height: 50px;
        background-color: #fff;
        position: absolute;
        top: 71px;
    }

    .header-top-right-text {
        right: auto;
        top: 86px;
        left: 17px;
        z-index: 3;
    }

    .header-top-right-text a {
        font-size: 25px;
    }

    .header-top-button-mobile {
        top: 71px;
        width: 102px;
        height: 50px;
        padding-top: 17px;
        z-index: 3;
    }

    .header-top-button-mobile div {
        width: 40px;
        height: 2px;
        margin: 0 auto 5px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .header-content {
        width: 300px;
        top: 197px;
        left: 26px;
        right: auto;
        margin: 0;
    }

    .header-content a {
        display: none;
    }

    .mobile-consultation-button {
        background-color: #00abab;
        width: 100%;
        height: 84px;
        line-height: 24px;
        font-family: 'Prata Regular';
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        padding: 17px 0 24px;
    }

    .mobile-menu {
        top: 121px;
        height: calc(100vh - 121px);
    }

    .mobile-menu ul li a {
        padding: 15px 60px;
    }

    .mobile-menu ul .menu-item-has-children a:after {
        top: 22px;
    }

    .sticky-header {
        height: 50px;
    }

    .sticky-header-left {
        display: none;
    }

    .sticky-header-right {
        display: none;
    }

    .sticky-header-button-mobile {
        width: 50%;
        padding-top: 17px;
    }

    .sticky-header-button-mobile div {
        width: 40px;
        height: 2px;
        margin: 0 auto 5px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .mobile-menu.sticky-button-clicked {
        top: 50px;
        height: calc(100vh - 50px);
    }

    .sticky-header-mobile-call {
        position: absolute;
        left: 0;
        width: 50%;
        background-color: #fff;
        height: 50px;
    }

    .sticky-header-mobile-call svg {
        width: 20px;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu .menu-item-has-children a:after {
        top: 40px;
    }

    .mobile-menu ul .menu-item-has-children .sub-menu .menu-item-98 a:after {
        top: 22px;
    }

    .header-top-button-mobile.nav-icon-clicked div:first-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 12px 6px 0;
        -moz-transform-origin: 12px 6px 0;
        -ms-transform-origin: 12px 6px 0;
        -o-transform-origin: 12px 6px 0;
        transform-origin: 12px 6px 0;
        position: relative;
    }

    .header-top-button-mobile.nav-icon-clicked div:nth-of-type(2) {
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.25s ease;
    }

    .header-top-button-mobile.nav-icon-clicked div:last-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 12px -3px 0;
        -moz-transform-origin: 12px -3px 0;
        -ms-transform-origin: 12px -3px 0;
        -o-transform-origin: 12px -3px 0;
        transform-origin: 12px -3px 0;
        position: relative;
    }
}





/* Free Consultation Box
 --------------------------------------------------------------------------------------- */

.free-consultation-box {
    width: 156px;
    height: 110px;
    position: fixed;
    right: -156px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .5s ease-in-out;
}

.free-consultation-box-main {
    width: 156px;
    background-color: #00abab;
    height: 91px;
    z-index: 2;
    position: relative;
}

.free-consultation-box-main a {
    display: block;
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 21px 0 21px 24px;
}

.free-consultation-box-main a span {
    color: #051228;
    display: block;
}

.free-consultation-box-main img {
    width: 31px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 20px;
}

.free-consultation-box-back {
    content: '';
    position: absolute;
    width: 137px;
    height: 110px;
    right: 0;
    top: -9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.free-consultation-box.free-consultation-box-active {
    right: 0;
}

.free-consultation-box.free-consultation-box-notactive {
    right: -156px !important;
}

@media (max-width:1400px){
    .free-consultation-box {
        display: none;
    }
}


/* Section 1 - Content 1
 --------------------------------------------------------------------------------------- */


#section-1 {
    width: 100%;
    background-color: #fff;
    padding: 166px 0 40px;
}

.section-1-container {
    width: 1320px;
    margin: 0 auto;
}

.section-1-top {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.section-1-top h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 65px;
    line-height: 72px;
    letter-spacing: 0.25px;
    padding-bottom: 34px;
}

.section-1-top h1 span {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 10px;
    padding-bottom: 44px;
    display: block;
    position: relative;
}

.section-1-top h1 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 5px;
    margin: 0 auto;
    bottom: 30px;
    width: 95px;
    height: 1px;
    background: #dcbf93;
}

.section-1-top p {
    font-family: 'Prata Regular';
    color: #22a3a3;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.25px;
    padding: 0 20px;
}

.section-1-bottom {
    margin-top: 92px;
}

.section-1-left {
    float: left;
    width: 45.5%;
}

.section-1-right {
    float: right;
    width: 45.5%;
}

.section-1-bottom p {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.section-1-bottom h3 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.section-1-bottom ul {
    padding-bottom: 26px;
}

.section-1-bottom li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.section-1-bottom ul li:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: -1px;
}

.section-1-bottom ol {
    counter-reset: item;
    padding-bottom: 26px;
}

.section-1-bottom ol li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-left: 25px;
}

.section-1-bottom ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00abab;
    position: absolute;
    left: 0px;
}

@media (max-width:1650px){
    .section-1-container {
        width: calc(100% - 352px);
    }
}

@media (max-width:1400px){
    .section-1-container {
        width: calc(100% - 172px);
    }

    .section-1-left {
        width: 46.7%;
    }

    .section-1-right {
        width: 46.7%;
    }
}

@media (max-width:1199px){
    #section-1 {
        padding: 143px 0 40px;
    }

    .section-1-container {
        width: calc(100% - 90px);
    }

    .section-1-left {
        width: 100%;
    }

    .section-1-right {
        width: 100%;
    }

    .section-1-top {
        width: 100%;
    }

    .section-1-top p {
        font-size: 19px;
        line-height: 32px;
        padding: 0;
    }

    .section-1-top h1 {
        font-size: 57px;
        line-height: 64px;
        padding-bottom: 31px;
    }

    .section-1-top h1 span {
        padding-bottom: 42px;
    }

    .section-1-bottom {
        margin-top: 73px;
    }

    .section-1-bottom p {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 28px;
    }

    .section-1-bottom li {
        font-size: 17px;
        line-height: 28px;
    }

    .section-1-bottom h3 {
        font-size: 19px;
        line-height: 23px;
    }
}

@media (max-width:700px){
    #section-1 {
        padding: 83px 0 40px;
    }

    .section-1-container {
        width: calc(100% - 32px);
    }

    .section-1-top h1 {
        font-size: 38px;
        line-height: 44px;
        padding-bottom: 30px;
    }

    .section-1-top h1 span {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 39px;
    }

    .section-1-top h1 span:after {
        bottom: 27px;
    }

    .section-1-top p {
        font-size: 16px;
        line-height: 25px;
    }

    .section-1-bottom {
        margin-top: 55px;
    }

    .section-1-bottom h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 30px;
    }
}











/* Section 2 - Why Choose Us
 --------------------------------------------------------------------------------------- */

#section-2 {
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 13px 0 563px;
}

#section-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 148px;
    width: 25%;
    height: 1px;
    background: #00abab;
    z-index: 2;
}

.section-2-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@keyframes wave {
    0% {
        left: -2000px;
    }
    100% {
        left: -1000px;
    }
}

.section-2-bg {
    position: absolute;
    z-index: 1;
    left: -860px;
    top: 110px;
    height: 778px;
    animation-name: tiresmove;
    animation-duration: 100s;
    animation-timing-function: linear;
    left: -4000px;
    animation-iteration-count: infinite;
}

@keyframes tiresmove {
    0%{
        left: -2000px;
    }
    50%{
        left: 0;
    }
    100%{
        left: -2000px;
    }
}

.section-2-header {
    position: absolute;
    left: -15px;
    padding-left: 15px;
    top: 115px;
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 43px;
    letter-spacing: 0.25px;
    background-color: #fff;
}

.section-2-boxes {
    width: 100%;    
}

.section-2-box {
    float: left;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.section-2-box-1 {
    position: relative;
    /*top: 262px;*/
    top: 362px;
}

.section-2-box-1.section-2-box-active {
    top: 262px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
}

.section-2-box-2 {
    position: relative;
    top: 100px;
}

.section-2-box-2.section-2-box-active {
    top: 0px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.25s;
}

.section-2-box-3 {
    margin-right: 0;
    position: relative;
    /*top: 340px;*/
    top: 440px;
}

.section-2-box-3.section-2-box-active {
    top: 340px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.5s;
}

.section-2-box-1-img {
    width: 100%;
    height: 283px;
    /*background: url("/images/sp-desktop-trusted.jpg") center center / cover no-repeat;*/
}

.section-2-box-2-img {
    width: 100%;
    height: 283px;
    /*background: url("/images/sp-desktop-accountable.jpg") center center / cover no-repeat;*/
}

.section-2-box-3-img {
    width: 100%;
    height: 283px;
    /*background: url("/images/sp-desktop-reputable.jpg") center center / cover no-repeat;*/
    margin-right: 0;
}

.section-2-box-content {
    background: #051228;
    width: 100%;
    padding: 63px 13% 89px;
    text-align: center;
    position: relative;
}

.section-2-box-content h4 {
    font-family: 'FreightSans Bold';
    color: #00abab;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 55px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.section-2-box-content-line {
    content: '';
    position: absolute;
    left: 0;
    top: 104px;
    right: 0;
    margin: 0 auto;
    width: 114px;
    height: 1px;
    background: #dcbf93;
}

.section-2-box-content p {
    font-family: 'Prata Regular';
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

@media (max-width:1650px){
    .section-2-container {
        width: calc(100% - 352px);
    }
}

@media (max-width:1400px){
    #section-2 {
        padding: 70px 0 125px;
    }

    #section-2:before {
        top: 145px;
        width: 291px;
    }

    .section-2-container {
        width: calc(100% - 170px);
    }

    .section-2-header {
        position: relative;
        left: 0;
        padding-left: 0;
        top: 0;
    }

    .section-2-boxes {
        margin-top: 108px;
    }

    .section-2-box {
        float: none;
        width: 92.5%;
        height: 300px;
        margin-bottom: 42px;
        margin-right: 0;
    }

    .section-2-box-1 {
        top: 0;
        float: right;
    }

    .section-2-box-2 {
        top: 0;
        float: left;
    }

    .section-2-box-3 {
        top: 0;
        float: right;
    }

    .section-2-box-1.section-2-box-active,
    .section-2-box-2.section-2-box-active,
    .section-2-box-3.section-2-box-active {
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-2-box-1-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .section-2-box-2-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .section-2-box-3-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .section-2-box-content {
        width: 50%;
        float: right;
        height: 100%;
        padding: 44px 0 89px;
    }

    .section-2-box-3 .section-2-box-content {
        padding: 63px 0 89px;
    }

    .section-2-box-1 .section-2-box-content p {
        width: 300px;
        margin: 0 auto;
    }

    .section-2-box-2 .section-2-box-content p {
        width: 305px;
        margin: 0 auto;
    }

    .section-2-box-3 .section-2-box-content p {
        width: 275px;
        margin: 0 auto;
    }

    .section-2-box-content h4 {
        padding-bottom: 40px;
    }

    .section-2-box-3 .section-2-box-content-line {
        top: 101px;
    }

    .section-2-box-content-line {
        top: 83px;
    }
}

@media (max-width:1199px){
    #section-2 {
        padding: 23px 0 102px;
    }

    #section-2:before {
        top: 98px;
        width: 218px;
    }

    .section-2-bg {
        left: 0;
        top: 70px;
        animation-name: none;
    }

    .section-2-container {
        width: 100%;
    }
    
    .section-2-boxes {
        width: 450px;
        margin: 105px auto 0;
    }

    .section-2-box {
        height: auto;
        margin-bottom: 30px;
    }

    .section-2-box-1-img,
    .section-2-box-2-img,
    .section-2-box-3-img {
        width: 100%;
        height: 282px;
        float: none;
    }

    .section-2-box-content {
        width: 100%;
        float: none;
        height: 400px;
        padding: 63px 0 116px;
    }

    .section-2-header {
        padding-left: 43px;
    }

    .section-2-box-1,
    .section-2-box-3 {
        float: left;
    }

    .section-2-box-content-line {
        top: 104px;
    }

    .section-2-box-3 .section-2-box-content-line {
        top: 104px;
    }

    .section-2-box-content h4 {
        padding-bottom: 54px;
    }

    .section-2-arrows {
        position: absolute;
        width: 204px;
        height: 50px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 30px;
    }

    #section-2-prev-arrow {
        width: 99px;
        left: 0;
        position: absolute;
        bottom: -25px;
        background-color: #00abab;
        height: 50px;
        font-family: 'FreightSans Bold';
        color: #fff;
        font-size: 15px;
        line-height: 50px;
        letter-spacing: 2px;
        text-align: right;
        padding-right: 18px;
        cursor: pointer;
    }

    #section-2-prev-arrow:after {
        content: url(/images/white-arrow-left.png);
        position: absolute;
        left: 19px;
        top: 2px;
    }

    #section-2-next-arrow {
        width: 99px;
        right: 0;
        position: absolute;
        bottom: -25px;
        background-color: #00abab;
        height: 50px;
        font-family: 'FreightSans Bold';
        color: #fff;
        font-size: 15px;
        line-height: 50px;
        letter-spacing: 2px;
        text-align: left;
        padding-left: 18px;
        cursor: pointer;
    }

    #section-2-next-arrow:after {
        content: url(/images/white-arrow-right.png);
        position: absolute;
        right: 19px;
        top: 2px;
    }
}

@media (max-width:700px){
    #section-2 {
        padding: 32px 0 102px;
    }

    #section-2:before {
        top: 86px;
        width: 170px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .section-2-bg {
        left: -950px;
        top: 120px;
    }

    .section-2-boxes {
        width: 100%;
        margin: 75px auto 0;
    }

    .section-2-box-content {
        width: 100%;
        float: none;
        height: 400px;
        padding: 63px 0 116px;
    }

    .section-2-header {
        padding-left: 0;
        font-size: 38px;
        text-align: center;
    }

    .section-2-box-content-line {
        top: 102px;
    }

    .section-2-box-3 .section-2-box-content-line {
        top: 102px;
    }

    .section-2-box-content h4 {
        padding-bottom: 54px;
    }

    .section-2-box-content p {
        font-size: 25px;
        line-height: 37px;
    }

    .section-2-box-1 .section-2-box-content p,
    .section-2-box-2 .section-2-box-content p,
    .section-2-box-3 .section-2-box-content p {
        width: 270px;
    }
}







/* Section 3 - Testimonials and Case Results
 --------------------------------------------------------------------------------------- */


#section-3 {
    width: 100%;
    position: relative;
    z-index: 2;
}

.section-3-left {
    width: 51%;
    float: left;
    margin-left: 7%;
    position: relative;
}

.section-3-right {
    width: 42%;
    float: right;
    height: 1078px;
    position: relative;
}

.section-3-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 101px;
}

.section-3-text h4 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 6px;
    padding-bottom: 30px;
    padding-left: 38px;
    position: relative;
}

.section-3-text h4 span {
    padding: 0 5px;
}

.section-3-text h4:after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 10px;
    width: 439px;
    height: 1px;
    background: #00abab;
}

.section-3-text blockquote {
    font-family: 'Prata Regular';
    color: #061a3d;
    /*font-size: 36px;*/
    /*line-height: 54px;*/
    font-size: 1.875vw;
    line-height: 1.53;
    letter-spacing: 0px;
    padding: 36px 26% 34px 3.3%;
}

.section-3-text blockquote span {
    color: #00abab;
}

.section-3-text p {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 13.5%;
    padding-right: 19%;
}

.section-3-right-img {
    position: absolute;
    width: 100%;
    height: 1078px;
    background: url("/images/results-desktop-truck.jpg") center center / cover no-repeat;
}

.section-3-testimonials {
    background-color: #00abab;
    width: 100%;
    text-align: center;
    padding: 135px 17.5% 102px;
    position: relative;
    top: 100px;
}

.section-3-testimonials.section-3-testimonials-active {
    top: 0px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
}

.section-3-testimonials p {
    font-family: 'Prata Regular';
    color: #fff;
    /*font-size: 30px;*/
    /*line-height: 48px;*/
    font-size: 1.562vw;
    line-height: 1.62;
    letter-spacing: 0px;
    padding-bottom: 92px;
    position: relative;
}

.section-3-testimonials p:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 45px;
    width: 114px;
    height: 1px;
    background: #051228;
}

.section-3-testimonials h4 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.section-3-testimonials h5 {
    font-family: 'Prata Regular';
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.section-3-testimonials .slick-dots {
    position: absolute;
    left: -27.5%;
    bottom: -171px;
    width: 140px;
}

.section-3-testimonials .slick-dots li {
    margin: 0 15px;
}

.section-3-testimonials .slick-dots li:first-of-type {
    margin-left: 0;
}

.section-3-testimonials .slick-dots li a {
    font-family: 'Prata Regular';
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
}

.section-3-testimonials .slick-dots li a:hover {
    color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.section-3-testimonials .slick-dots .slick-active {
    border-bottom: 1px solid #dcbf93;
}

.section-3-testimonials .slick-dots .slick-active a {
    color: #dcbf93;
}

.section-3-results {
    background-color: #fff;
    width: 75.9%;
    margin-right: 32%;
    position: absolute;
    /*left: -98px;*/
    left: -12.2%;
    /*bottom: -481px;*/
    bottom: -581px;
    z-index: 2;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.3);
    padding: 161px 14% 178px;
}

.section-3-results.section-3-results-active {
    bottom: -481px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}


.section-3-results-slider {
    margin-bottom: 0;
}

.home-results-box {
    text-align: center;
}

.home-results-box h4 {
    font-family: 'Prata Regular';
    color: #051228;
    /*font-size: 100px;*/
    font-size: 5.23vw;
    padding-bottom: 16px;
    padding-top: 7px;
}

.home-results-box h5 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 21px;
}

.home-results-box p {
    font-family: 'FreightSans Book';
    color: #051228;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 35px;
}

.home-results-box a {
    font-family: 'FreightSans Bold';
    color: #051228;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.home-results-box a:hover {
    color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.home-results-box a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
    width: 96px;
    height: 1px;
    background: #00abab;
}

.section-3-results-arrows {
    position: absolute;
    width: 100px;
    height: 105px;
    right: -50px;
    bottom: 41px;
}

.results-slider-prev-arrow {
    width: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
    background-color: #00abab;
    height: 51px;
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: right;
    padding-right: 18px;
    cursor: pointer;
}

.results-slider-prev-arrow:hover {
    background-color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.results-slider-prev-arrow:after {
    content: url(/images/white-arrow-left.png);
    position: absolute;
    left: 19px;
    top: 2px;
}

.results-slider-next-arrow {
    width: 100px;
    right: 0;
    position: absolute;
    top: 0;
    background-color: #00abab;
    height: 51px;
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 18px;
    cursor: pointer;
}

.results-slider-next-arrow:hover {
    background-color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.results-slider-next-arrow:after {
    content: url(/images/white-arrow-right.png);
    position: absolute;
    right: 19px;
    top: 2px;
}

.section-3-bottom {
    display: none;
}

@media (max-width:1400px) {
    .section-3-text h4:after {
        left: 0;
    }

    .section-3-left {
        width: 54.5%;
        margin-left: 3.75%;
    }

    .section-3-right {
        width: 41.75%;
        height: 729px;
        top: 92px;
        z-index: 2;
    }

    .section-3-right-img {
        height: 729px;
    }

    .section-3-text blockquote {
        font-size: 3.08vw;
        line-height: 1.51;
        padding: 36px 19% 21px 6.6%;
    }

    .section-3-text h4 {
        padding-left: 42px;
    }

    .section-3-text p {
        padding-left: 18.1%;
        padding-right: 9%;
    }

    .section-3-bottom {
        display: block;
        width: 100%;
        margin: 0 auto;
        clear: both;
        position: relative;
        z-index: 1;
        background-color: #051228;
        top: 30px;
    }

    .section-3-bottom-tire-bg {
        width: 100%;
        height: auto;
        position: absolute;
        top: 430px;
        left: 0;
        z-index: -1;
    }

    .section-3-testimonials-desktop,
    .section-3-results-desktop {
        display: none;
    }

    .section-3-testimonials {
        width: calc(100% - 176px);
        margin: 0 auto;
        top: -66px;
        padding: 135px 17.5% 188px;
    }

    .section-3-testimonials.section-3-testimonials-active {
        top: -66px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-3-testimonials p {
        font-size: 30px;
        line-height: 48px;
    }

    .section-3-results {
        position: relative;
        width: 590px;
        left: 0;
        right: 0;
        bottom: 136px;
        margin: 0 auto;
        padding: 161px 105px 178px;
    }

    .section-3-results.section-3-results-active {
        bottom: 136px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-3-testimonials-slider .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -66px;
        width: 100%;
    }

    .section-3-testimonials .slick-dots li:first-of-type {
        margin-left: 15px;
    }

    .home-results-box h4 {
        font-size: 100px;
    }
}

@media (max-width:1199px){
    .section-3-left {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .section-3-bottom-tire-bg {
        display: none;
    }

    .section-3-text h4 {
        padding-left: 40px;
        font-size: 19px;
        line-height: 23px;
    }

    .section-3-text blockquote {
        font-size: 36px;
        line-height: 54px;
        padding: 40px 40px 13px 40px;
    }

    .section-3-text h4:after {
        bottom: 4px;
    }

    .section-3-text p {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px;
        line-height: 28px;
    }

    .section-3-right {
        display: none;
    }

    .section-3-bottom {
        background-color: #fff;
        top: 0;
    }

    .section-3-testimonials {
        width: calc(100% - 84px);
        top: 0;
        padding: 81px 5.5% 123px;
        margin: 0 auto 8px;
        z-index: 2;
    }

    .section-3-testimonials.section-3-testimonials-active {
        top: 0px;
    }

    .section-3-testimonials p {
        font-size: 26px;
        line-height: 44px;
        padding-bottom: 63px;
    }

    .section-3-testimonials p:after {
        bottom: 36px;
    }

    .section-3-testimonials-slider .slick-dots {
        bottom: -60px;
    }

    .section-3-testimonials .slick-dots li a:hover {
        color: #051228;
    }

    .section-3-testimonials .slick-dots .slick-active {
        border-bottom: 1px solid #051228;
    }

    .section-3-testimonials .slick-dots .slick-active a {
        color: #051228;
    }

    .section-3-text {
        padding-bottom: 70px;
    }

    .section-3-bottom-back {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 54.2%;
        background: url("/images/results-tablet-truck.jpg") center center / cover no-repeat;
    }

    .section-3-results {
        bottom: -54px;
        padding: 117px 105px 125px;
    }

    .section-3-results.section-3-results-active {
        bottom: -54px;
    }

    .section-3-results-arrows {
        position: absolute;
        width: 204px;
        height: 51px;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width:700px){
    .section-3-testimonials {
        width: 100%;
        padding: 58px 20px 100px;
        margin: 0 auto 0;
    }

    .section-3-testimonials p {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 71px;
    }

    .section-3-testimonials h5 {
        line-height: 23px;
        width: 300px;
        font-size: 16px;
        margin: 0 auto;
    }

    .section-3-testimonials-slider .slick-dots {
        bottom: -52px;
    }

    .section-3-testimonials p:after {
        bottom: 38px;
    }

    .section-3-results {
        bottom: 0;
        padding: 83px 24px 104px;
        width: 100%;
    }

    .section-3-results.section-3-results-active {
        bottom: 0px;
    }

    .home-results-box h4 {
        font-size: 84px;
        padding-bottom: 40px;
    }

    .home-results-box h5 {
        padding-bottom: 38px;
    }

    .section-3-text h4 {
        padding-left: 16px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 5px;
    }

    .section-3-text h4 span {
        display: none;
    }

    .section-3-text h4 i {
        display: block;
        color: #00abab;
    }

    .section-3-text blockquote {
        font-size: 29px;
        line-height: 40px;
        padding: 31px 16px 24px 16px;
    }

    .section-3-text h4:after {
        bottom: 9px;
        width: 222px;
    }

    .section-3-text p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-3-text {
        padding-bottom: 66px;
    }
}








/* Section 4 - Content 2
 --------------------------------------------------------------------------------------- */

#section-4 {
    height: auto;
    background-color: #051228;
    position: relative;
    z-index: 1;
    margin-top: -389px;
    padding: 846px 0 100px;
}

.section-4-tire-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-4-container {
    width: 1530px;
    margin: 0 auto;
    position: relative;
}

.section-4-left {
    width: 47.25%;
    float: left;
}

.section-4-right {
    float: right;
    width: 48.55%;
    padding-top: 0;
    position: relative;
    top: -46px;
}

.section-4-left h4 {
    font-family: 'Prata Regular';
    color: #ffffff;
    /*font-size: 35px;*/
    font-size: 1.822vw;
    letter-spacing: 0.2px;
    padding-bottom: 23px;
    position: relative;
    left: -100px;
}

.section-4-left .fj {
    font-family: 'Prata Regular';
    color: #fff;
    /* font-size: 120px; */
    font-size: 6.245vw;
    letter-spacing: 0.1px;
    margin-bottom: 69px;
    left: 55px;
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
    background-color: #051228;
}

.section-4-left .fj:before {
    content: '';
    position: absolute;
    left: -500px;
    top: 54px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(500px + 25%);
    height: 1px;
    background: #00abab;
    z-index: -1;
}


.section-4-wistia-video-container {
    width: 95%;
    height: 420px;
    position: relative;
}

.section-4-wistia-video {
    width: 94%;
    height: 362px;
    position: relative;
    z-index: 2;
    top: 100px;
    background: url("/images/content-desktop-video-screenshot.jpg") center center / cover no-repeat;
}

.section-4-wistia-video.section-4-wistia-video-active {
    top: 0;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
}

.wistia-play-button {
    position: absolute;
    width: 145px;
    height: 97px;
    background-color: transparent;
    border: 2px solid #d2b281;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
}

.wistia-play-button:hover {
    background-color: #d2b281;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.wistia-play-button img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.section-4-wistia-video-back {
    width: 89.8%;
    height: 350px;
    position: absolute;
    right: 0;
    /*top: 68px;*/
    top: 168px;
    background-color: #00abab;
    z-index: 1;
}

.section-4-wistia-video-back.section-4-wistia-video-back-active {
    top: 68px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.section-4-wistia-video-back p {
    position: absolute;
    text-align: center;
    bottom: 22px;
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.25px;
    width: 100%;
}

.section-4-left blockquote {
    font-family: 'Prata Regular';
    color: #dcbf93;
    font-size: 29px;
    line-height: 50px;
    letter-spacing: 0.2px;
    padding-top: 65px;
}

.section-4-right p {
    font-family: 'FreightSans Book';
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.section-4-right h3 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.section-4-right ul {
    padding-bottom: 26px;
}

.section-4-right li {
    font-family: 'FreightSans Book';
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.section-4-right ul li:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: -1px;
}

.section-4-right ol {
    counter-reset: item;
    padding-bottom: 26px;
}

.section-4-right ol li {
    font-family: 'FreightSans Book';
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-left: 25px;
}

.section-4-right ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00abab;
    position: absolute;
    left: 0px;
}

@media (max-width:1825px){
    .section-4-container {
        width: calc(100% - 352px);
    }
}

@media (max-width:1585px){
    .section-4-left h4 {
        font-size: 1.74vw;
    }

    .section-4-wistia-video-back p {
        font-size: 13.5px;
    }
}

@media (max-width:1450px){
    .section-4-left .fj {
        font-size: 6vw;
    }
}

@media (max-width:1400px){
    #section-4 {
        margin-top: 0;
        padding: 50px 0 92px;
    }

    .section-4-container {
        width: calc(100% - 430px);
    }

    .section-4-tire-bg {
        display: none;
    }

    .section-4-left {
        width: 100%;
        float: none;
    }

    .section-4-right {
        width: 100%;
        float: none;
        padding-top: 37px;
        top: 0;
    }

    .section-4-left h4 {
        font-size: 35px;
        left: -143px;
    }

    .section-4-left .fj {
        font-size: 120px;
        margin-right: 0;
        margin-bottom: 59px;
    }

    .section-4-wistia-video-container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .section-4-wistia-video {
        top: 0;
    }

    .section-4-wistia-video.section-4-wistia-video-active {
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-4-wistia-video-back {
        top: 68px;
    }

    .section-4-wistia-video-back.section-4-wistia-video-back-active {
        top: 68px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-4-wistia-video-back p {
        font-size: 16px;
    }

    .section-4-left blockquote {
        padding-top: 57px;
    }
}

@media (max-width:1199px){
    #section-4 {
        padding: 250px 0 80px;
    }

    .section-4-tire-bg {
        display: block;
    }

    .section-4-container {
        width: calc(100% - 84px);
    }

    .section-4-left h4 {
        font-size: 27px;
        left: 0;
        padding-bottom: 28px;
    }

    .section-4-left .fj {
        font-size: 109px;
        margin-bottom: 66px;
        left: 75px;
    }

    .section-4-left blockquote {
        padding-top: 75px;
        font-size: 26px;
        line-height: 46px;
    }

    .section-4-right {
        padding-top: 53px;
    }

    .section-4-right p {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .section-4-right h3 {
        font-size: 19px;
        line-height: 23px;
    }
}

@media (max-width:700px){
    #section-4 {
        padding: 109px 0 41px;
    }

    .section-4-container {
        width: 100%;
    }

    .section-4-left h4 {
        font-size: 32px;
        line-height: 40px;
        left: 0;
        padding-bottom: 4px;
        padding-left: 15px;
    }

    .section-4-left .fj {
        font-size: 60px;
        margin-bottom: 71px;
        line-height: 70px;
        left: 0;
        padding-left: 15px;
    }

    .section-4-wistia-video {
        width: 100%;
        height: 172px;
        background: url(/images/content-mobile-video-screenshot.jpg) center center / cover no-repeat;
    }

    .wistia-play-button {
        width: 69px;
        height: 46px;
    }

    .wistia-play-button .wistia_click_to_play {
        width: 100% !important;
        height: 100% !important;
    }

    .wistia-play-button img {
        width: 12px;
        height: auto;
    }

    .section-4-wistia-video-container {
        width: 100%;
        height: 250px;
    }

    .section-4-wistia-video-back {
        width: 100%;
        height: 75px;
        bottom: 3px;
        top: auto;
    }

    .section-4-left .fj:before {
        top: 97px;
        transform: none;
        width: 170px;
        height: 1px;
        z-index: 1;
        left: 0;
    }

    .section-4-wistia-video-back p {
        line-height: 20px;
        bottom: 19px;
    }

    .section-4-left blockquote {
        font-size: 25px;
        line-height: 35px;
        padding: 62px 15px 0;
    }

    .section-4-right {
        padding: 28px 15px 0;
    }

    .section-4-right p {
        padding-bottom: 25px;
    }
}






/* Footer Form
 --------------------------------------------------------------------------------------- */

.footer-form {
    width: 100%;
    height: 1005px;
    background: url("/images/request-desktop-road-bg.jpg") center center / cover no-repeat;
    position: relative;
    z-index: 2;
}

.footer-form-box {
    width: 1456px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.3);
    padding: 118px 147px 302px;
    position: relative;
    /*top: 212px;*/
    top: 312px;
}

.footer-form-box.footer-form-box-active {
    top: 212px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
}

.footer-form-box-header {
    text-align: center;
}

.footer-form-box h4 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    letter-spacing: 6px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.footer-form-box h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dcbf93;
}

.footer-form-box h5 {
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 65px;
    line-height: 79px;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
    text-align: center;
}

#gform_fields_1 {
    width: 100%;
    margin-top: 88px;
}

#gform_fields_1 li {
    background-color: transparent;
    float: left;
    width: 23%;
    margin-right: 2.66666666667%;
}

#gform_fields_1 li input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 14px;
    height: 41px;
}

#gform_fields_1 li input:focus {
    border-bottom: 1px solid #051228;
}

#gform_fields_1 li textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 14px;
    resize: none;
    height: 55px;
}

#gform_fields_1 li textarea:focus {
    border-bottom: 1px solid #051228;
}


#field_1_4 {
    margin-right: 0 !important;
}

#field_1_5 {
    width: 100% !important;
    margin-top: 70px;
}

.gform_hidden,
.gform_validation_container {
    display: none;
}

.gfield_label {
    font-family: 'FreightSans SemiBold';
    color: #c7c7c7;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.gfield_label:after {
    content: "\2022";
    color: #00abab;
    position: absolute;
    font-size: 12px;
    top: -2px;
    right: -14px;
}

.gfield_required {
    display: none;
}

input:focus::-webkit-input-placeholder { color:#051228; }
input:focus:-moz-placeholder { color:#051228; } /* FF 4-18 */
input:focus::-moz-placeholder { color:#051228; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:#051228; } /* IE 10+ */

#gform_submit_button_1 {
    float: right;
    background-color: #00abab;
    width: 343px;
    height: 62px;
    font-family: 'FreightSans Bold';
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.form-button-wrap-new:hover #gform_submit_button_1 {
    background-color: #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.form-button-wrap-new {
    width: 343px;
    height: 62px;
    float: right;
    position: relative;
    margin-top: 29px;
}

.form-button-wrap-new:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 31px;
    width: 58px;
    height: 1px;
    background: #dcbf93;
}

.form-button-wrap-new:hover:after {
    background: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-form-box p {
    font-family: 'FreightSans SemiBold';
    color: #00abab;
    font-size: 16px;
    letter-spacing: 1.3px;
    margin-top: 40px;
    padding-left: 18px;
    position: relative;
    float: left;
}

.footer-form-box p:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    font-size: 12px;
    top: 2px;
    left: 0px;
}

@media (max-width:1550px){
    .footer-form {
        height: 1134px;
    }

    .footer-form-box {
        width: calc(100% - 168px);
        padding: 124px 12.9% 228px;
        top: 142px;
    }

    .footer-form-box.footer-form-box-active {
        top: 142px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    #gform_fields_1 {
        margin-top: 66px;
    }

    #gform_fields_1 li {
        width: 44.6%;
        margin-bottom: 70px;
    }

    #gform_fields_1 li:nth-of-type(odd) {
        margin-right: 10.8%;
    }

    #gform_fields_1 li:nth-of-type(even) {
        margin-right: 0;
    }

    #field_1_5 {
        margin-top: 0px;
        margin-bottom: 0 !important;
    }

    .footer-form-box h5 {
        width: 550px;
        margin: 0 auto;
    }
}

@media (max-width:1199px){
    .footer-form {
        height: 1094px;
    }

    .footer-form-box {
        width: calc(100% - 86px);
        padding: 118px 54px 216px;
        top: 125px;
    }

    .footer-form-box.footer-form-box-active {
        top: 125px;
    }

    #gform_fields_1 li {
        width: 46%;
    }

    #gform_fields_1 li:nth-of-type(odd) {
        margin-right: 8%;
    }

    .form-button-wrap-new {
        margin-top: 24px;
    }
    .section-4-container {
        overflow-x: hidden;
    }
}

@media (max-width: 900px){
   
}

@media (max-width:750px){
    .footer-form-box h5 {
        width: 100%;
    }
}

@media (max-width:700px){
    .footer-form {
        height: 1157px;
    }

    .footer-form-box {
        width: calc(100% - 30px);
        padding: 68px 0px 0px;
        top: 100px;
    }

    .footer-form-box.footer-form-box-active {
        top: 100px;
    }

    .footer-form-box h4 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .footer-form-box h5 {
        font-size: 41px;
        line-height: 50px;
        padding-bottom: 6px;
    }

    #gform_fields_1 li {
        width: 100%;
        margin-bottom: 55px;
    }

    #gform_fields_1 li:nth-of-type(odd) {
        margin-right: 0;
    }

    .required-field {
        display: none;
    }

    .footer-form-box-header p {
        text-align: center;
        float: none;
        display: inline-block !important;
        margin-top: 0;
        padding-bottom: 30px;
    }

    #gform_fields_1 {
        margin-top: 36px;
        padding: 0 20px;
    }

    .gfield_label {
        font-size: 15px;
    }

    .gfield_label:after {
        top: -3px;
    }

    #gform_fields_1 li input {
        font-size: 17px;
        height: 33px;
    }

    #gform_fields_1 li textarea {
        font-size: 17px;
        height: 122px;
    }

    .form-button-wrap-new {
        width: 100%;
        float: none;
        margin-top: 35px;
    }

    #gform_submit_button_1 {
        float: none;
        width: 100%;
    }

    .form-button-wrap-new:after {
        display: none;
    }
}





/* Footer Locations
 --------------------------------------------------------------------------------------- */

.footer-locations {
    width: 100%;
    padding: 313px 0 230px;
    position: relative;
    background: #f6f6f8 url("/images/footer-desktop-tire-texture.png") center -160px / contain no-repeat;
    z-index: 1;
}

.footer-locations-container {
    width: 1538px;
    margin: 0 auto;
}

.footer-locations-title {
    float: left;
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 70px;
    line-height: 64px;
    position: relative;
    padding-top: 73px;
}

.footer-locations-title:after {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -15px;
    width: 247px;
    height: 1px;
    background: #dcbf93;
}

.footer-locations-title span {
    display: block;
    padding-left: 32px;
    position: relative;
}

.footer-locations-title span:after {
    content: '';
    position: absolute;
    left: -100px;
    top: 35px;
    width: 117px;
    height: 1px;
    background: #dcbf93;
}

.footer-locations-offices {
    float: right;
    width: 67%;
}

.footer-locations-offices-left {
    float: left;
}

.footer-locations-offices-right {
    float: right;
}

.footer-locations-offices-right div:last-of-type {
	margin-top: 75px;
}

.footer-locations-offices-right div:last-of-type p {
    line-height: 35px;
}

.footer-locations-offices h5 {
    font-family: 'FreightSans Bold';
    color: #00abab;
    font-size: 18px;
    letter-spacing: 3.6px;
    padding-bottom: 30px;
}

.footer-locations-offices p {
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 30px;
    letter-spacing: 0.25px;
    padding-bottom: 20px;
    padding-left: 72px;
}

.directions-link {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 16px;
    letter-spacing: 3px;
    display: block;
    position: relative;
    margin-top: 19px;
    margin-bottom: 40px;
    padding-left: 72px;
}

.directions-link:hover {
    color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.directions-link:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 7px;
    width: 54px;
    height: 1px;
    background: #dcbf93;
}

.directions-link:hover:before {
    background: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-locations-offices h4 {
    font-family: 'Prata Regular';
    color: #dcbf93;
    font-size: 30px;
    letter-spacing: 0.25px;
    padding-left: 72px;
}

.footer-locations-offices h4 a {
    color: #051228;
    padding-left: 5px;
}

@media (max-width:1860px){
    .footer-locations-container {
        width: calc(100% - 352px);
    }
}

@media (max-width:1570px){
    .footer-locations-offices {
        width: 100%;
        float: left;
        margin-top: 110px;
    }

    .footer-locations {
        padding: 236px 0 230px;
    }

    .footer-locations-title {
        padding-top: 0;
        padding-left: 96px;
    }
}

@media (max-width:1400px){
    .footer-locations-container {
        width: calc(100% - 166px);
    }
}

@media (max-width:1300px){
    .footer-locations {
        padding: 236px 0 410px;
    }
}

@media (max-width:1199px){
    .footer-locations {
        padding: 246px 0 365px;
        background: #f6f6f8 url("/images/footer-tablet-tire-texture.jpg") center -350px / contain no-repeat;
    }

    .footer-locations-container {
        width: 440px;
    }

    .footer-locations-title {
        float: none;
        font-size: 63px;
        line-height: 57px;
        padding-left: 83px;
    }

    .footer-locations-title:after {
        right: 22px;
        bottom: -13px;
        width: 257px;
    }

    .footer-locations-offices-right {
        float: left;
        margin-top: 76px;
    }
}

@media (max-width:700px){
    .footer-locations {
        padding: 72px 0 85px;
        background: #f6f6f8 url("/images/footer-mobile-tire-texture.jpg") center -250px / contain no-repeat;
    }

    .footer-locations-container {
        width: 245px;
    }

    .footer-locations-title {
        display: none;
    }

    .footer-locations-offices-right {
        margin-top: 85px;
    }

    .footer-locations-offices h5 {
        font-size: 16px;
        letter-spacing: 3.1px;
        padding-bottom: 30px;
    }

    .footer-locations-offices p {
        font-size: 20px;
        padding-bottom: 7px;
        padding-left: 0;
    }

    .directions-link {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 34px;
        padding-left: 0;
    }

    .footer-locations-offices h4 {
        font-size: 20px;
        padding-left: 0;
    }

    .directions-link:before {
        left: -21px;
        width: 11px;
    }
}






/* Footer Info
 --------------------------------------------------------------------------------------- */

.footer-info {
    width: 100%;
    background-color: #fff;
    height: 713px;
    position: relative;
    z-index: 2;
}

.footer-info-left {
    float: left;
    width: 51.7%;
    margin-left: 1.5%;
    position: relative;
    height: 713px;
}

.footer-info-right {
    float: right;
    width: 44%;
    height: 713px;
    background: url(/images/footer-tire-texture.png) 460px bottom / cover no-repeat;
    position: relative;
}

.footer-info-left-img {
    position: absolute;
    left: 0;
    /*top: -87px;*/
    top: 13px;
    background: url("/uploads/2025/07/butler-prather-llp.png") center center / cover no-repeat;
    width: 93.4%;
    height: 660px;
    z-index: 3;
}

.footer-info-left-img.footer-info-left-img-active {
    top: -87px;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0.3, 1);
    transition: all 3s cubic-bezier(0, 0, 0.3, 1);
}

.footer-info-left-bg {
    width: 88.5%;
    position: absolute;
    right: 0;
    /*top: -26px;*/
    /*top: 74px;*/
    top: 48px;
    background-color: #051228;
    height: 665px;
    z-index: 2;
}

.footer-info-left-bg.footer-info-left-bg-active {
    top: -26px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.footer-info-right-content {
    height: 608px;
    border-bottom: 1px solid #00abab;
    padding-top: 208px;
}

.footer-info-right-content img {
    width: 386px;
    height: auto;
}

.footer-info-right-content h5 {
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 40px;
    letter-spacing: 0.5px;
    padding-top: 69px;
    padding-bottom: 32px;
}

.footer-info-right-content h5 a {
    color: #dcbf93;
    padding-left: 2px;
}

.footer-right-content-social {
    margin-bottom: 117px;
}

.footer-right-content-social a {
    font-family: 'FreightSans Bold';
    color: #051228;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 11px;
    border-bottom: 2px solid #fff;
}

.footer-right-content-social a:hover {
    border-bottom: 2px solid #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-right-content-social span {
    color: #dcbf93;
    padding: 0 18px;
}

.footer-info-right-content p {
    font-family: 'FreightSans Book';
    color: #051228;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
}

.footer-info-right-content p a {
    color: #051228;
}

.footer-info-right-content p a:hover {
    color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ilawyer-logo {
    position: absolute;
    bottom: 66px;
    right: 18px;
    width: 264px !important;
    height: auto;
}

.ilawyer-logo:hover .st0ilawyer {
    fill: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media (max-width:1480px){
    .footer-info-right-content p {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media (max-width:1400px){
    .footer-info-left-img {
        top: -87px;
    }

    .footer-info-left-bg {
        top: -26px;
    }
}

@media (max-width:1300px){
    .footer-info {
        height: 870px;
    }

    .footer-info-left {
        float: none;
        width: 1000px;
        height: 724px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -198px;
    }

    .footer-info-right {
        float: none;
        width: 100%;
        margin: 0 auto;
        height: 870px;
        background: url(/images/footer-tire-texture.png) 460px bottom / cover no-repeat;
    }

    .footer-info-right-content {
        width: 1000px;
        margin: 0 auto;
        height: 768px;
        padding-top: 512px;
        position: relative;
    }

    .footer-info-right-content h5 {
        font-size: 37px;
        padding-top: 0;
        padding-bottom: 23px;
        float: right;
    }

    .footer-right-content-social {
        margin-bottom: 117px;
        float: right;
    }

    .footer-right-content-social a {
        font-size: 14px;
        border-bottom: 2px solid transparent;
    }

    .footer-right-content-social span {
        padding: 0 13px;
    }

    .footer-info-right-content p {
        font-size: 14px;
        letter-spacing: 2px;
        display: inline-block;
    }

    .ilawyer-logo {
        bottom: -43px;
        right: 0;
    }
}

@media (max-width:1199px){
    .footer-info {
        height: 728px;
    }

    .footer-info-left {
        width: calc(100% - 90px);
        height: 577px;
    }

    .footer-info-left-img {
        height: 513px;
    }

    .footer-info-left-bg {
        top: -37px;
        height: 525px;
        width: 97.2%;
    }

    .footer-info-right {
        height: 728px;
        background: url(/images/footer-tire-texture.png) 460px bottom / cover no-repeat;
    }

    .footer-info-right-content {
        height: 640px;
        width: calc(100% - 90px);
        padding-top: 338px;
        text-align: center;
    }

    .footer-info-right-content h5 {
        font-size: 36px;
        padding-bottom: 17px;
        float: none;
        padding-top: 45px;
    }

    .footer-right-content-social {
        margin-bottom: 60px;
        float: none;
    }

    .ilawyer-logo {
        bottom: -41px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width:700px){
    .footer-info {
        height: 412px;
    }

    .footer-info-left {
        display: none;
    }

    .footer-info-right {
        height: 412px;
        background: url(/images/footer-tire-texture.png) 260px bottom / cover no-repeat;
    }

    .footer-info-right-content {
        height: 339px;
        width: calc(100% - 32px);
        padding-top: 42px;
    }

    .footer-info-right-content img {
        width: 266px;
    }

    .footer-info-right-content h5 {
        font-size: 22px;
        padding-bottom: 38px;
        padding-top: 44px;
    }

    .footer-right-content-social a {
        font-size: 13px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-right-content-social a:hover {
        border-bottom: none;
    }

    .footer-right-content-social span:nth-of-type(3) {
        display: none;
    }

    .footer-info-right-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .footer-right-content-social {
        margin-bottom: 65px;
    }

    .ilawyer-logo {
        bottom: -37px;
        width: 230px !important;
    }
}














/* Internal Header
 --------------------------------------------------------------------------------------- */

body:not(.home) header {
    height: 105px;
    background-color: #051228;
    position: fixed;
    z-index: 11;
}

body:not(.home) .header-top-left-box,
body:not(.home) .header-top-box-back,
body:not(.home) .header-top-img,
body:not(.home) .header-content,
body:not(.home) .scroll-down {
    display: none;
}

body:not(.home) .header-logo {
    width: 384px;
    left: 2.1875%;
    top: 23px;
}

body:not(.home) .header-top-button {
    right: 209px;
    top: 0;
    width: 135px;
    height: 105px;
    box-shadow: none;
}

body:not(.home) .header-top-button:hover {
    background-color: #051228;
}

body:not(.home) .header-top-button p {
    font-family: 'FreightSans Bold';
    padding-top: 28px;
}

.internal-free-consultation-box {
    display: none;
}

body:not(.home) .internal-free-consultation-box {
    display: block;
}

.internal-free-consultation-box {
    width: 209px;
    height: 105px;
    background-color: #00abab;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 43px 0;
}

.internal-free-consultation-box img {
    position: absolute;
    width: 31px;
    height: 31px;
}

.internal-free-consultation-box p {
    font-family: 'FreightSans Bold';
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: right;
}

.internal-free-consultation-box p span {
    color: #051228;
    display: block;
}

body:not(.home) .header-top-right-text {
    right: 343px;
    top: 35px;
}

body:not(.home) .header-top-right-text a {
    font-size: 32px;
    padding-left: 0;
}

body:not(.home) .header-top-right-text p {
    text-align: right;
    color: #fff;
    display: block;
}

.internal-page {
    position: relative;
    top: 105px;
    margin-bottom: 105px;
}

body:not(.home) .footer-form-box {
    top: 212px;
}

body:not(.home) .footer-info-left-img {
    top: -87px;
}

body:not(.home) .footer-info-left-bg {
    top: -26px;
}

@media (max-width:1400px){
    body:not(.home) .header-top-right-text {
        top: 27px;
    }

    body:not(.home) header {
        position: relative;
    }

    .internal-page {
        top: 0;
        margin-bottom: 0;
    }
}

@media (max-width:1199px){
    body:not(.home) header {
        height: 82px;
    }

    body:not(.home) .mobile-menu {
        top: 82px;
    }

    body:not(.home) .mobile-menu.sticky-button-clicked {
        top: 65px;
    }

    body:not(.home) .header-top-right-text {
        right: 125px;
        top: 28px;
    }

    body:not(.home) .header-top-right-text p {
        display: none;
    }

    body:not(.home) .header-logo {
        width: 284px;
        top: 20px;
    }

    .internal-free-consultation-box {
        display: none !important;
    }

    body:not(.home) .footer-form-box {
        top: 125px;
    }
}

@media (max-width:700px){
    body:not(.home) header {
        position: relative;
        height: 121px;
    }

    body:not(.home) .header-top-right-text {
        right: auto;
        top: 86px;
        left: 17px;
    }

    body:not(.home) .mobile-consultation-button {
        display: none !important;
    }

    body:not(.home) .header-logo {
        width: 240px;
        top: 17px;
        left: 0;
    }

    body:not(.home) .header-top-right-text a {
        font-size: 25px;
    }

    body:not(.home) .mobile-bar {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    }

    body:not(.home) .mobile-menu {
        top: 121px;
    }

    body:not(.home) .mobile-menu.sticky-button-clicked {
        top: 50px;
    }

    .internal-page {
        top: 0;
        margin-bottom: 0;
    }

    body:not(.home) .footer-form-box {
        top: 100px;
    }
}








/* Default Page
 --------------------------------------------------------------------------------------- */

.default-page {
    padding: 95px 0 162px;
}

.default-page-container {
    width: 1590px;
    margin: 0 auto;
}

.default-main {
    width: 57%;
    float: left;
}

.default-main h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 87px;
    position: relative;
}

.default-main h1:after {
    content: '';
    position: absolute;
    left: -105px;
    bottom: -47px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.default-main h2 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-bottom: 34px;
    text-transform: uppercase;
}

.default-main h3 {
    font-family: 'FreightSans Bold';
    color: #017f8e;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.default-main h4 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.default-main h5 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.default-main p {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.default-main p a {
    color: #00abab;
}

.default-main ul {
    padding-bottom: 30px;
}

.default-main li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    padding-left: 42px;
    position: relative;
}

.default-main ul li:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    left: 12px;
    font-size: 12px;
    top: -1px;
}

.default-main ol {
    counter-reset: item;
    padding-bottom: 30px;
}

.default-main ol li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-left: 31px;
}

.default-main ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00abab;
    position: absolute;
    left: 12px;
}

.default-main blockquote p {
    font-family: 'Prata Regular';
    color: #dcbf93;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.2px;
    padding-bottom: 26px;
    padding-right: 13%;
}

.default-sidebar {
    width: 31.1%;
    float: right;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.29);
    padding: 44px 55px;
}

.default-sidebar h5 {
    font-family: 'Prata Regular';
    color: #00abab;
    font-size: 40px;
    letter-spacing: 0.25px;
    padding: 0 30px 41px;
    position: relative;
}

.default-sidebar h5:before {
    content: '';
    position: absolute;
    left: -97px;
    top: 16px;
    width: 113px;
    height: 1px;
    background: #dcbf93;
}

.default-sidebar ul {

}

.default-sidebar ul li {
    width: 100%;
    position: relative;
}

.default-sidebar ul li a {
    font-family: 'FreightSans Medium';
    color: #051228;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 2.2px;
    padding: 15px 15px;
    background-color: #fff;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}

.default-sidebar ul li:last-child a {
    border-bottom: none;
}

.default-sidebar ul li a:hover {
    background-color: #051228;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.default-sidebar ul .menu-item-has-children a {
    cursor: pointer;
}

.default-sidebar ul .menu-item-has-children .sub-menu {
    display: none;
}

.default-sidebar ul .menu-item-has-children a:after {
    content: '';
    position: absolute;
    border-top: 5px solid #051228;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    top: 22px;
    margin-left: 6px;
}

.default-sidebar ul .menu-item-has-children a:hover:after {
    border-top: 5px solid #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.default-sidebar ul .menu-item-has-children .sub-menu a {
    background-color: #f6f6f8;
}

.default-sidebar ul .menu-item-has-children .sub-menu a:after {
    display: none;
}

.default-sidebar ul .menu-item-has-children .sub-menu a:hover {
    background-color: #051228;
    color: #fff;
}

.side-tire {
    position: absolute;
    right: 20px;
    top: -250px;
    width: 430px;
    z-index: -1;
}

@media (max-width:1700px){
    .default-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1624px){
    .default-sidebar ul .menu-item-71 a:after {
        top: 41px;
    }
}

@media (max-width:1555px){
    .default-sidebar h5 {
        font-size: 35px;
    }
}

@media (max-width:1463px){
    .default-sidebar ul .menu-item-70 a:after {
        top: 41px;
    }

    .default-sidebar h5 {
        font-size: 30px;
    }
}

@media (max-width:1400px){
    .side-tire {
        top: -250px;
        width: 350px;
    }
}

@media (max-width:1330px){
    .default-sidebar h5 {
        font-size: 25px;
    }

    .default-sidebar h5:before {
        top: 12px;
    }
}

@media (max-width:1250px){
    .default-sidebar {
        padding: 44px 35px;
    }
}

@media (max-width:1199px){
    .default-page-container {
        width: calc(100% - 84px);
    }

    .default-page {
        padding: 70px 0 75px;
    }

    .default-main {
        width: 100%;
        float: none;
    }

    .default-sidebar {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .side-tire {
        display: none;
    }

    .default-sidebar h5 {
        font-size: 40px;
    }

    .default-sidebar h5:before {
        top: 16px;
    }

    .default-sidebar ul .menu-item-70 a:after {
        top: 22px;
    }

    .default-sidebar ul .menu-item-71 a:after {
        top: 22px;
    }
}

@media (max-width:700px){
    .default-page {
        padding: 70px 0 70px;
    }

    .default-page-container {
        width: calc(100% - 30px);
    }

    .default-main h1 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }

    .default-main h1:after {
        left: 0;
        margin: 0 auto;
        right: 0;
        bottom: -41px;
        width: 201px;
    }

    .default-main p {
        font-size: 17px;
        line-height: 28px;
    }

    .default-sidebar h5 {
        font-size: 30px;
        padding: 0 15px 20px;
    }

    .default-sidebar h5:before {
        top: 12px;
        left: -105px;
    }

    .default-main blockquote p {
        font-size: 21px;
        padding-right: 0;
    }

    .default-main li {
        padding-left: 22px;
    }

    .default-main ul li:before {
        left: 0;
    }

    .default-main ol li {
        padding-left: 22px;
    }

    .default-main ol li:before {
        left: 0;
    }
}

@media (max-width:463px){
    .default-sidebar ul .menu-item-71 a:after {
        top: 41px;
    }
}

@media (max-width:414px){
    .default-sidebar ul .menu-item-70 a:after {
        top: 41px;
    }
}






/* 404 Page
 --------------------------------------------------------------------------------------- */


.error404-page {
    padding: 95px 0 62px;
}

.error404-page-container {
    width: 1590px;
    margin: 0 auto;
}

@media (max-width:1700px){
    .error404-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .error404-page-container {
        width: calc(100% - 84px);
    }

    .error404-page {
        padding: 70px 0 75px;
    }
}

@media (max-width:700px){
    .error404-page {
        padding: 70px 0 70px;
    }

    .error404-page-container {
        width: calc(100% - 30px);
    }
}








/* Blog Styles
 --------------------------------------------------------------------------------------- */


.single .default-sidebar,
.archive .default-sidebar,
.category .default-sidebar,
.blog .default-sidebar {
    width: 31.1%;
    float: right;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.single .default-sidebar .widget,
.archive .default-sidebar .widget,
.category .default-sidebar .widget,
.blog .default-sidebar .widget {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.29);
    padding: 44px 55px 0;
    margin-bottom: 100px;
}

.single .default-sidebar .widgettitle,
.archive .default-sidebar .widgettitle,
.category .default-sidebar .widgettitle,
.blog .default-sidebar .widgettitle {
    font-family: 'Prata Regular';
    color: #00abab;
    font-size: 40px;
    letter-spacing: 0.25px;
    padding: 0 30px 36px;
    position: relative;
    cursor: pointer;
}

.single .default-sidebar .widgettitle:before,
.archive .default-sidebar .widgettitle:before,
.category .default-sidebar .widgettitle:before,
.blog .default-sidebar .widgettitle:before {
    content: '';
    position: absolute;
    left: -97px;
    top: 16px;
    width: 113px;
    height: 1px;
    background: #dcbf93;
}

.single .default-sidebar .widgettitle:after,
.archive .default-sidebar .widgettitle:after,
.category .default-sidebar .widgettitle:after,
.blog .default-sidebar .widgettitle:after {
    content: '';
    position: absolute;
    border-top: 5px solid #00abab;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    top: 19px;
    margin-left: 10px;
}

.single .default-sidebar ul,
.archive .default-sidebar ul,
.category .default-sidebar ul,
.blog .default-sidebar ul {
    display: none;
    padding-bottom: 90px;
}

.single .default-sidebar ul li:last-child a,
.archive .default-sidebar ul li:last-child a,
.category .default-sidebar ul li:last-child a,
.blog .default-sidebar ul li:last-child a {
    border-bottom: 1px solid #e2e2e2;
}

.easy-wp-page-nav {
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

.easy-wp-page-nav li {
    padding-left: 0;
}

.easy-wp-page-nav li:before {
    display: none;
}

.easy-wp-page-navigation span.current {
	background: transparent;
    color: #dcbf93;
    font-weight: bold;
    border-bottom: 1px solid #b0b2b6;
}

.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    border: none;
    background: transparent;
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 2px;
}

.easy-wp-page-navigation a:hover {
	text-decoration: none;
	color: #00abab;
	background: transparent;
}

ul.easy-wp-page-nav li {
    margin: 0 15px 0 0;
}

.blog-post {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 44px;
}

.blog-title {
    padding-bottom: 16px !important;
}

.blog-title a {
    font-family: 'Prata Regular';
    color: #051228 !important;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.blog-time {
    font-family: 'FreightSans Bold' !important;
    color: #00abab !important;
    font-size: 14.4px !important;
    line-height: 19.8px !important;
    letter-spacing: 0.55px !important;
    padding-bottom: 36px !important;
    text-transform: uppercase;
}

.blog-post p:last-of-type a:last-of-type {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.blog-post p:last-of-type a:last-of-type:hover {
    color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.default-main .blog-post:last-of-type {
    border-bottom: none;
}

.category .default-main h1,
.archive .default-main h1,
.blog .default-main h1 {
    margin-bottom: 94px;
}

@media (max-width:1555px){
    .single .default-sidebar .widgettitle,
    .archive .default-sidebar .widgettitle,
    .category .default-sidebar .widgettitle,
    .blog .default-sidebar .widgettitle {
        font-size: 35px;
    }
}

@media (max-width:1463px){
    .single .default-sidebar .widgettitle,
    .archive .default-sidebar .widgettitle,
    .category .default-sidebar .widgettitle,
    .blog .default-sidebar .widgettitle {
        font-size: 30px;
    }
}

@media (max-width:1330px){
    .single .default-sidebar .widgettitle,
    .archive .default-sidebar .widgettitle,
    .category .default-sidebar .widgettitle,
    .blog .default-sidebar .widgettitle {
        font-size: 25px;
    }

    .single .default-sidebar .widgettitle:before,
    .archive .default-sidebar .widgettitle:before,
    .category .default-sidebar .widgettitle:before,
    .blog .default-sidebar .widgettitle:before {
        top: 12px;
    }
}

@media (max-width:1199px){
    .single .default-sidebar .widgettitle,
    .archive .default-sidebar .widgettitle,
    .category .default-sidebar .widgettitle,
    .blog .default-sidebar .widgettitle {
        font-size: 40px;
    }

    .single .default-sidebar .widgettitle:before,
    .archive .default-sidebar .widgettitle:before,
    .category .default-sidebar .widgettitle:before,
    .blog .default-sidebar .widgettitle:before {
        top: 16px;
    }

    .single .default-sidebar,
    .archive .default-sidebar,
    .category .default-sidebar,
    .blog .default-sidebar {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

@media (max-width:700px){
    .single .default-sidebar .widgettitle,
    .archive .default-sidebar .widgettitle,
    .category .default-sidebar .widgettitle,
    .blog .default-sidebar .widgettitle {
        font-size: 30px;
        padding: 0 15px 20px;
    }

    .single .default-sidebar .widgettitle:before,
    .archive .default-sidebar .widgettitle:before,
    .category .default-sidebar .widgettitle:before,
    .blog .default-sidebar .widgettitle:before {
        top: 12px;
        left: -105px;
    }

    .single .default-sidebar .widget,
    .archive .default-sidebar .widget,
    .category .default-sidebar .widget,
    .blog .default-sidebar .widget {
        padding: 24px 25px 0px;
        margin-bottom: 50px;
    }

    .single .default-sidebar .widgettitle:after,
    .archive .default-sidebar .widgettitle:after,
    .category .default-sidebar .widgettitle:after,
    .blog .default-sidebar .widgettitle:after {
        top: 12px;
    }

    .single .default-sidebar ul,
    .archive .default-sidebar ul,
    .category .default-sidebar ul,
    .blog .default-sidebar ul {
        padding-bottom: 40px;
    }

    .category .default-main h1,
    .archive .default-main h1,
    .blog .default-main h1 {
        margin-bottom: 87px;
    }
}










/* Practice Area Page
 --------------------------------------------------------------------------------------- */

.practice-area-page {
    padding: 95px 0 67px;
}

.practice-area-page-container {
    width: 1576px;
    margin: 0 auto;
}

.practice-area-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}

.practice-area-page-container h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.practice-area-grid .practice-area-menu {
    float: left;
    width: 24%;
    margin-right: 1.33333333333%;
}

.practice-area-grid .practice-area-menu:last-of-type {
    margin-right: 0;
}

.practice-area-grid .practice-area-menu h5 {
    font-family: 'FreightSans SemiBold';
    color: #061a3d;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.practice-area-grid .practice-area-menu h5 a {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 28px;
    width: 100%;
    color: #061a3d;
}

.practice-area-grid .practice-area-menu h5:hover {
    background-color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.practice-area-grid .practice-area-menu h5:hover a {
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.practice-area-grid .practice-area-menu h5:hover:after {
    border-top: 5px solid #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.practice-area-grid .practice-area-menu h5:after {
    content: '';
    position: absolute;
    border-top: 5px solid #061a3d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    top: 29px;
    right: 20px;
}

.practice-area-list-title-active {
    background-color: #00abab;
}

.practice-area-list-title-active a {
    color: #fff !important;
}

.practice-area-grid .practice-area-menu h5.practice-area-list-title-active:after {
    border-top: 5px solid #fff;
}

.practice-area-grid .practice-area-menu:last-of-type h5:after {
    display: none;
}

.practice-area-grid ul {
    display: none;
}

.practice-area-grid ul li {
    width: 100%;
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.practice-area-grid ul li a {
    font-family: 'FreightSans SemiBold';
    color: #061a3d;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 28px;
    width: 100%;
}

.practice-area-grid ul li:hover {
    background-color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.practice-area-grid ul li:hover a {
    color: #fff;
}

.practice-area-grid ul .menu-item-has-children:hover:after {
    border-top: 5px solid #fff;
}

@media (max-width:1700px){
    .practice-area-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1350px){
    .practice-area-grid .practice-area-menu {
        float: left;
        width: 48%;
        margin-bottom: 60px;
    }

    .practice-area-grid .practice-area-menu:nth-of-type(odd) {
        margin-right: 4%;
    }

    .practice-area-grid .practice-area-menu:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width:1199px){
    .practice-area-page-container {
        width: calc(100% - 84px);
    }

    .practice-area-page {
        padding: 70px 0 75px;
    }
}

@media (max-width:700px){
    .practice-area-page {
        padding: 70px 0 70px;
    }

    .practice-area-page-container {
        width: calc(100% - 30px);
    }

    .practice-area-grid .practice-area-menu {
        float: left;
        width: 100%;
    }

    .practice-area-grid .practice-area-menu:nth-of-type(odd) {
        margin-right: 0;
    }

    .practice-area-page-container h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .practice-area-page-container h1:after {
        width: 201px;
    }
}










/* Testimonials Page
 --------------------------------------------------------------------------------------- */

.testimonial-page {
    padding: 95px 0 72px;
}

.testimonial-page-container {
    width: 1576px;
    margin: 0 auto;
}

.testimonial-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 160px;
    position: relative;
    text-align: center;
}

.testimonial-page-container h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.testimonial-box {
    width: 773px;
    margin: 0 auto 169px;
    position: relative;
}

.testimonial-box-back {
    position: absolute;
    left: 65px;
    top: 0;
    z-index: -1;
    width: 278px;
    height: 355px;
    background-color: #00abab;
}

.testimonial-box-image {
    background: url(/images/testimonial-img-quote.png) center center / cover no-repeat;
    position: absolute;
    left: 0;
    top: 27px;
    width: 260px;
    height: 301px;
    z-index: 3;
}

.testimonial-box-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.testimonial-playbutton {
    cursor: pointer;
}

.testimonial-box-content {
    position: relative;
    float: right;
    top: 59px;
    background-color: #fff;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
    padding: 63px 35px 65px 148px;
    width: 617px;
}
/*
.testimonial-box-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #00abab;
    left: 12px;
    top: -12px;
    z-index: -1;
}*/

.testimonial-box-content p {
    font-family: 'Prata Regular';
    font-size: 18px;
    color: #061a3d;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 46px;
    position: relative;
}

.testimonial-box-content p:after {
    content: '';
    position: absolute;
    background-color: #051228;
    height: 1px;
    width: 71px;
    left: 0;
    bottom: 25px;
}

.testimonial-box-content h4 {
    font-family: 'FreightSans Bold';
    font-size: 14px;
    color: #dcbf93;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.testimonial-box-content h5 {
    font-family: 'Prata Regular';
    font-size: 13px;
    color: #00abab;
    line-height: 17px;
    letter-spacing: 0.8px;
}

@media (max-width:1700px){
    .testimonial-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .testimonial-page-container {
        width: calc(100% - 84px);
    }

    .testimonial-page {
        padding: 70px 0 75px;
    }

    .testimonial-box {
        width: 600px;
    }

    .testimonial-box-content {
        width: 457px;
    }
}

@media (max-width:700px){
    .testimonial-page {
        padding: 70px 0 5px;
    }

    .testimonial-page-container {
        width: calc(100% - 30px);
    }

    .testimonial-box {
        width: 100%;
        margin: 0 auto 70px;
    }

    .testimonial-box-back {
        display: none;
    }

    .testimonial-box-image {
        display: none;
    }

    .testimonial-box-content {
        float: none;
        top: 0;
        padding: 40px 30px 40px;
        width: 100%;
    }

    .testimonial-box-content::after {
        display: none;
    }

    .testimonial-page-container h1 {
        margin-bottom: 80px;
        font-size: 38px;
        line-height: 44px;
    }

    .testimonial-page-container h1:after {
        width: 201px;
    }
}







/* Results Page
 --------------------------------------------------------------------------------------- */

.results-page {
    padding: 0px 0 87px;
}

.results-page-header {
    height: 465px;
    background: url("/uploads/2022/03/07-gt-results-int-hero-1920.jpg") right center / cover no-repeat;
    position: relative;
}

.results-page-header h1 {
    font-family: 'Prata Regular';
    font-size: 73px;
    color: #fff;
    letter-spacing: 0.25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.6%;
}

.results-page-container {
    width: 1381px;
    margin: 0 auto;
    padding-top: 106px;
}

.results-page-header-text {
    width: 920px;
    margin: 0 auto 76px;
    text-align: center;
}

.results-page-header-text h4 {
    font-family: 'Prata Regular';
    font-size: 33px;
    color: #cbb088;
    line-height: 41px;
    letter-spacing: 0.3px;
    padding-bottom: 23px;
}

.results-page-header-text h5 {
    font-family: 'FreightSans Bold';
    font-size: 17px;
    color: #051228;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.results-page-left-column {
    float: left;
    width: 47.2%;
}

.results-page-right-column {
    float: right;
    width: 47.2%;
}

.result-box {
    position: relative;
    background-color: #fff;
    width: calc(100% - 17px);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
    padding: 71px 68px 49px;
    margin-bottom: 87px;
}

.result-box:after {
    content: '';
    position: absolute;
    right: -17px;
    z-index: -1;
    top: 17px;
    width: 86.4%;
    height: 100%;
    background-color: #009191;
}

.result-box h4 {
    font-family: 'Prata Regular';
    font-size: 84px;
    color: #051228;
    padding-bottom: 10px;
    text-align: center;
}

.result-box h5 {
    font-family: 'FreightSans Bold';
    font-size: 16px;
    line-height:19px;
    color: #dcbf93;
    padding-bottom: 27px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.result-box p {
    font-family: 'FreightSans Book';
    font-size: 18px;
    color: #051228;
    line-height: 30px;
    padding-bottom: 30px;
}

.result-box p strong {
    font-family:"FreightSans Semibold";
}

@media (max-width:1700px){
    .results-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .results-page-container {
        width: calc(100% - 84px);
        padding-top: 70px;
    }

    .results-page {
        padding: 0px 0 75px;
    }

    .results-page-header {
        height: 300px;
    }

    .result-box h4 {
        font-size: 64px;
    }

    .results-page-header-text {
        width: 100%;
    }

    .results-page-left-column {
        float: none;
        width: 100%;
    }

    .results-page-right-column {
        float: none;
        width: 100%;
    }
}

@media (max-width:700px){
    .results-page {
        padding: 0px 0 70px;
    }

    .results-page-container {
        width: calc(100% - 30px);
        padding-top: 66px;
    }

    .results-page-header {
        height: 200px;
    }

    .results-page-header h1 {
        font-size: 44px;
    }

    .results-page-header-text {
        margin: 0 auto 45px;
    }

    .result-box {
        padding: 60px 30px 40px;
        margin-bottom: 70px;
    }
}






/* Video Page
 --------------------------------------------------------------------------------------- */

.video-center-page {
    padding: 95px 0 107px;
}

.video-center-page-container {
    width: 1500px;
    margin: 0 auto;
}

.video-center-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 96px;
    position: relative;
    text-align: center;
}

.video-center-page-container h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.video-center-grid {
    width: 100%;
}

.video-box {
    width: 30%;
    float: left;
    margin-right: 5%;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 0;
    margin-bottom: 50px;
    border-bottom: 4px solid #009494;
}

.video-box:hover {
    border-bottom: 4px solid #dcbf93;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.video-box:nth-of-type(3n) {
    margin-right: 0;
}

.video-box-video {
    height: 240px;
    width: 100%;
}

.video-box-title {
    font-family: 'Prata Regular';
    font-size: 23px;
    color: #061a3d;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 37px 0 32px;
}

.video-box-video .wistia_click_to_play {
    width: 100% !important;
    height: 240px !important;
}

@media (max-width:1700px){
    .video-center-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .video-center-page-container {
        width: calc(100% - 84px);
    }

    .video-center-page {
        padding: 70px 0 75px;
    }

    .video-box {
        width: 48%;
    }

    .video-box:nth-of-type(odd) {
        margin-right: 4%;
    }

    .video-box:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width:700px){
    .video-center-page {
        padding: 70px 0 20px;
    }

    .video-center-page-container {
        width: calc(100% - 30px);
    }

    .video-center-page-container h1 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 86px;
    }

    .video-center-page-container h1:after {
        width: 201px;
    }

    .video-box {
        width: 100%;
    }

    .video-box:nth-of-type(odd) {
        margin-right: 0;
    }
}











/* Contact Page
 --------------------------------------------------------------------------------------- */

.contact-page {
    padding: 0px 0 237px;
}

.contact-page-header {
    height: 465px;
    background: url("/images/int-contact-hero.jpg") center center / cover no-repeat;
    position: relative;
}

.contact-page-header h1 {
    font-family: 'Prata Regular';
    font-size: 73px;
    color: #fff;
    letter-spacing: 0.25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.6%;
}

.contact-page-container {
    width: 865px;
    margin: 0 auto;
    padding-top: 89px;
}

.contact-page-header-text {
    width: 760px;
    margin: 0 auto 76px;
    text-align: center;
}

.contact-page-header-text h4 {
    font-family: 'Prata Regular';
    font-size: 36px;
    color: #cbb088;
    line-height: 48px;
    letter-spacing: 0.25px;
    position: relative;
    padding-bottom: 69px;
}

.contact-page-header-text h4:after {
    content: '';
    position: absolute;
    background-color: #00abab;
    height: 1px;
    width: 446px;
    left: 0;
    right: 0;
    bottom: 31px;
    margin: 0 auto;
}

.contact-page-header-text p {
    font-family: 'FreightSans Book';
    font-size: 18px;
    color: #061a3d;
    line-height: 30px;
    padding-bottom: 48px;
}

.contact-location {
    width: 750px;
    margin: 0 auto;
}

.contact-location-info-left {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 22px;
    border-right: 1px solid #dcbf93;
}

.contact-location-info-right {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 22px;
}

.contact-location h4 {
    font-family: 'FreightSans Bold';
    font-size: 16px;
    color: #00abab;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contact-location-info-left p {
    font-family: 'Prata Regular';
    font-size: 23px;
    color: #051228;
    line-height: 35px;
    letter-spacing: 0.25px;
}

.contact-location-info-right h5 {
    font-family: 'Prata Regular';
    font-size: 23px;
    color: #dcbf93;
    line-height: 35px;
    padding-bottom: 11px;
    letter-spacing: 0.25px;
}

.contact-location-info-right h5 a {
    color: #051228;
    padding-left: 3px;
}

.contact-location-info-right h6 a {
    font-family: 'FreightSans Bold';
    font-size: 16px;
    color: #dcbf93;
    letter-spacing: 2px;
    position: relative;
    padding-left: 28px;
}

.contact-location-info-right h6 a:hover {
    color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.contact-location-info-right h6 a:before {
    content: '';
    position: absolute;
    background-color: #dcbf93;
    height: 1px;
    width: 18px;
    left: 0;
    top: 11px;
}

.contact-location-info-right h6 a:hover:before {
    background-color: #00abab;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.contact-location-map {
    width: 100%;
    position: relative;
    margin-top: 56px;
}

.contact-location-map-back {
    position: relative;
    width: 92%;
    float: left;
    z-index: -1;
    height: 496px;
    background-color: #f2f2f2;
}

.contact-location-map-box {
    position: relative;
    width: 92%;
    margin: 0 auto;
    height: 496px;
    background-color: #fff;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
    top: 40px;
    padding: 25px;
}

.contact-location-map-box iframe {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    position: absolute;
    left: 25px;
    top: 25px;
}

/*
.contact-location-map-box:after {
    height: 495px;
    width: 80.15%;
    position: absolute;
    content: '';
    right: -36px;
    bottom: -36px;
    border: 1px solid #dcbf93;
    z-index: -1;
}*/

.contact-location-1 {
    margin-bottom: 175px;
}

.contact-location-2 {
    margin-bottom: 175px;
}

@media (max-width:1199px){
    .contact-page-container {
        width: calc(100% - 84px);
        padding-top: 70px;
    }

    .contact-page {
        padding: 0px 0 150px;
    }

    .contact-page-header {
        height: 300px;
    }

    .contact-page-header-text {
        width: 100%;
    }

}

@media (max-width:850px){
    .contact-location {
        width: 100%;
    }
}

@media (max-width:700px){
    .contact-page {
        padding: 0px 0 105px;
    }

    .contact-page-container {
        width: calc(100% - 30px);
        padding-top: 66px;
    }

    .contact-page-header {
        height: 200px;
    }

    .contact-page-header h1 {
        font-size: 44px;
    }

    .contact-page-header-text {
        margin: 0 auto 45px;
    }

    .contact-location {
        width: 95%;
    }

    .contact-location-info-left {
        width: 100%;
        float: none;
        text-align: center;
        padding-right: 0;
        border-right: none;
    }

    .contact-location-info-right {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
    }

    .contact-location-map-box {
        top: 20px;
    }

    /*
    .contact-location-map-box:after {
        right: -16px;
        bottom: -16px;
    }*/

    .contact-page-header-text h4 {
        font-size: 38px;
        line-height: 44px;
    }

    .contact-page-header-text h4:after {
        width: 201px;
    }
}







/* About Page
 --------------------------------------------------------------------------------------- */

.about-page {
    padding: 0px 0 237px;
}

.about-page-header {
    height: 465px;
    background: url("/uploads/2022/03/07-gt-results-int-hero-1920.jpg") right center / cover no-repeat;
    position: relative;
}

.about-page-header h2 {
    font-family: 'Prata Regular';
    font-size: 73px;
    color: #fff;
    letter-spacing: 0.25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.6%;
}

.about-page-container {
    width: 1600px;
    margin: 0 auto;
    padding-top: 108px;
}

.about-left {
    float: left;
    width: 47.5%;
}

.about-right {
    float: right;
    width: 47.5%;
}

.about-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 99px;
    position: relative;
}

.about-page-container h1:after {
    content: '';
    position: absolute;
    left: -105px;
    bottom: -47px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.about-page-container h2 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.65px;
    padding-bottom: 34px;
    text-transform: uppercase;
}

.about-page-container h3 {
    font-family: 'FreightSans Bold';
    color: #017f8e;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.about-page-container h4 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.about-page-container h5 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.about-page-container p {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.about-page-container p a {
    color: #00abab;
}

.about-page-container ul {
    padding-bottom: 30px;
}

.about-page-container li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    padding-left: 42px;
    position: relative;
}

.about-page-container ul li:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    left: 12px;
    font-size: 12px;
    top: -1px;
}

.about-page-container ol {
    counter-reset: item;
    padding-bottom: 30px;
}

.about-page-container ol li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-left: 31px;
}

.about-page-container ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00abab;
    position: absolute;
    left: 12px;
}

.about-page-container blockquote p {
    font-family: 'Prata Regular';
    color: #22a3a3;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.2px;
    padding-bottom: 66px;
}

.about-right-image-box {
    width: 100%;
    position: relative;
    height: 660px;
    margin-top: 50px;
}

.about-right-image-box-back {
    position: absolute;
    width: 89.4%;
    height: 580px;
    background-color: #051228;
    left: 6.57%;
    top: 0;
}

.about-right-image-box-image {
    position: absolute;
    width: 86.7%;
    height: 425px;
    background: url("/uploads/2021/04/TMP-279-scaled.jpg") center center / cover no-repeat;
    left: 0;
    top: 52px;
}

.about-right-image-box-content {
    position: absolute;
    right: 0;
    top: 405px;
    background-color: #fff;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.3);
    padding: 43px 67px 52px;
    width: 87.4%;
}

.about-right-image-box-content p {
    font-family: 'Prata Regular';
    /*font-size: 28px;*/
    font-size: 1.7vw;
    color: #22a3a3;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-bottom: 0;
}

@media (max-width:1700px){
    .about-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .about-page-container {
        width: calc(100% - 84px);
        padding-top: 70px;
    }

    .about-page {
        padding: 0px 0 40px;
    }

    .about-page-header {
        height: 300px;
    }

    .about-left {
        float: none;
        width: 100%;
    }

    .about-right {
        float: none;
        width: 100%;
    }

    .about-right-image-box-content p {
        font-size: 28px;
    }

}

@media (max-width:700px){
    .about-page {
        padding: 0px 0 50px;
    }

    .about-page-container {
        width: calc(100% - 30px);
        padding-top: 66px;
    }

    .about-page-header {
        height: 200px;
    }

    .about-page-header h2 {
        font-size: 44px;
    }

    .about-page-container h1 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }

    .about-page-container h1:after {
        left: 0;
        margin: 0 auto;
        right: 0;
        bottom: -41px;
        width: 201px;
    }

    .about-page-container p {
        font-size: 17px;
        line-height: 28px;
    }

    .about-page-container blockquote p {
        font-size: 21px;
        padding-right: 0;
    }

    .about-page-container li {
        padding-left: 22px;
    }

    .about-page-container ul li:before {
        left: 0;
    }

    .about-page-container ol li {
        padding-left: 22px;
    }

    .about-page-container ol li:before {
        left: 0;
    }

    .about-right-image-box-content {
        padding: 33px 30px 42px;
    }
}












/* Attorney Page
 --------------------------------------------------------------------------------------- */

.attorney-profile-page {
    padding: 96px 0 147px;
}

.attorney-profile-page-container {
    width: 1590px;
    margin: 0 auto;
}

.attorney-profile-left {
    float: left;
    width: 59.4%;
}

.attorney-profile-right {
    float: right;
    width: 28.9%;
}

.attorney-profile-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 87px;
    position: relative;
}

.attorney-profile-page-container h1:after {
    content: '';
    position: absolute;
    left: -105px;
    bottom: -36px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.attorney-profile-page-container h2 {
    font-family: 'FreightSans Bold';
    color: #dcbf93;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-bottom: 34px;
    text-transform: uppercase;
}

.attorney-profile-page-container h3 {
    font-family: 'FreightSans Bold';
    color: #017f8e;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.attorney-profile-page-container h4 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.attorney-profile-page-container h5 {
    font-family: 'FreightSans Bold';
    color: #061a3d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.55px;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.attorney-profile-page-container p {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.attorney-profile-page-container p a {
    color: #00abab;
}

.attorney-profile-page-container ul {
    padding-bottom: 30px;
}

.attorney-profile-page-container li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    padding-left: 42px;
    position: relative;
}

.attorney-profile-page-container ul li:before {
    content: "\2022";
    color: #00abab;
    position: absolute;
    left: 12px;
    font-size: 12px;
    top: -1px;
}

.attorney-profile-page-container ol {
    counter-reset: item;
    padding-bottom: 30px;
}

.attorney-profile-page-container ol li {
    font-family: 'FreightSans Book';
    color: #061a3d;
    font-size: 18px;
    line-height: 30px;
    padding-left: 31px;
}

.attorney-profile-page-container ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #00abab;
    position: absolute;
    left: 12px;
}

.attorney-profile-page-container blockquote p {
    font-family: 'Prata Regular';
    color: #22a3a3;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.2px;
    padding-bottom: 66px;
}

.attorney-profile-right h3 {
    font-family: "Prata Regular";
    color: #00abab;
    font-size: 30px;
    text-transform: lowercase;
}

.attorney-profile-right h4 {
    padding-bottom: 1px;
}

.attorney-profile-right hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #dcbf93;
    margin: 0 0 38px;
    padding: 0;
}

.attorney-profile-image-area {
    position: relative;
    height: 485px;
    width: calc(100% - 12px);
    margin-bottom: 48px;
}

.attorney-profile-picture {
    width: 80.5%;
    height: 442px;
    position: absolute;
    top: 40px;
    left: 8.97%;
    z-index: 2;
}

.attorney-profile-picture-outline {
    position: absolute;
    left: 0;
    top: 0;
    height: 457px;
    width: 82%;
    border: 1px solid #dcbf93;
    z-index: 1;
}

.attorney-profile-image-area p {
    background-color: #00abab;
    width: 74.66%;
    line-height: 64px;
    font-family: 'Prata Regular';
    font-size: 23px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 33px;
    text-align: center;
    z-index: 3;
    padding-bottom: 0;
    letter-spacing: 0.75px;
}

.attorney-page-navigation {
    width: 89.47%;
    margin-bottom: 55px;
    padding: 0 20px;
    margin-top: 31px;
}

.attorney-page-navigation a {
    font-family: 'Prata Regular';
    color: #051228;
    font-size: 20px;
    letter-spacing: 0.25px;
    position: relative;
}

.attorney-previous-link {
    float: left;
}

.attorney-previous-link:after {
    content: url("/images/attorney-prev-arrow.png");
    position: absolute;
    left: -18px;
    top: 0;
}

.attorney-next-link:after {
    content: url("/images/attorney-next-arrow.png");
    position: absolute;
    right: -18px;
    top: 0;
}

.attorney-next-link {
    float: right;
}

@media (max-width:1700px){
    .attorney-profile-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1199px){
    .attorney-profile-page-container {
        width: calc(100% - 84px);
    }

    .attorney-profile-page {
        padding: 73px 0 40px;
    }

    .attorney-profile-left {
        float: none;
        width: 100%;
    }

    .attorney-profile-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .attorney-profile-image-area {
        width: 500px;
        margin: 0 auto 50px;
    }
}

@media (max-width:700px){
    .attorney-profile-page {
        padding: 70px 0 50px;
    }

    .attorney-profile-page-container {
        width: calc(100% - 30px);
    }

    .attorney-profile-page-container h1 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }

    .attorney-profile-page-container h1:after {
        left: 0;
        margin: 0 auto;
        right: 0;
        bottom: -41px;
        width: 201px;
    }

    .attorney-profile-page-container p {
        font-size: 17px;
        line-height: 28px;
    }

    .attorney-profile-page-container blockquote p {
        font-size: 21px;
        padding-right: 0;
    }

    .attorney-profile-page-container li {
        padding-left: 22px;
    }

    .attorney-profile-page-container ul li:before {
        left: 0;
    }

    .attorney-profile-page-container ol li {
        padding-left: 22px;
    }

    .attorney-profile-page-container ol li:before {
        left: 0;
    }

    .attorney-profile-image-area {
        width: 100%;
        margin: 0 auto 50px;
    }

    .attorney-profile-image-area p {
        line-height: 64px;
        font-size: 23px;
    }
}








/* Attorney Overview
 --------------------------------------------------------------------------------------- */

.attorney-overview-page {
    padding: 95px 0 162px;
}

.attorney-overview-page-container {
    width: 1570px;
    margin: 0 auto;
}

.attorney-overview-page-container h1 {
    font-family: 'Prata Regular';
    color: #061a3d;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.25px;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

.attorney-overview-page-container h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
    width: 445px;
    height: 1px;
    background: #00abab;
}

.team-sub-header {
    font-family: 'FreightSans Book';
    font-size: 18px;
    color: #061a3d;
    line-height: 30px;
    width: 740px;
    margin: 0 auto;
    text-align: center;
}

.team-grids {
    text-align: center;
    margin-top: 157px;
}

.team-grids h3 {
    display: inline-block;
    font-family: 'Prata Regular';
    font-size: 44px;
    color: #061a3d;
    letter-spacing: 0.25px;
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    margin-bottom: 70px;
}

.team-grids h3:after {
    content: '';
    position: absolute;
    background-color: #00abab;
    height: 1px;
    width: calc(100% + 70px);
    left: -35px;
    right: 0;
    top: 20px;
    margin: 0 auto;
    z-index: -1;
}

.attorney-box {
    width: 20.2%;
    float: left;
    margin-right: 6.4%;
    text-align: left;
    position: relative;
    margin-bottom: 64px;
}

.attorney-box:nth-of-type(4n) {
    margin-right: 0;
}

.attorney-box-back {
    width: 95%;
    z-index: 1;
    height: 370px;
    background-color: #051228;
    position: absolute;
    left: 0;
}

.attorney-box-image {
    position: relative;
    width: 95%;
    float: right;
    z-index: 2;
    height: 370px;
    margin-top: 17px;
    margin-bottom: 37px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

/*
.attorney-box-image:before {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 12px;
    top: 12px;
    background: transparent;
    border: 1px solid #b3a185;
    content: '';
} */

.attorney-box-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background: rgba(5, 18, 40, 0.75);
    width: 100%;
    height: 100%;
}

.attorney-box:hover .attorney-box-image-overlay {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.attorney-box h4 {
    font-family: 'FreightSans SemiBold';
    font-size: 17px;
    color: #00abab;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 34px;
}

.attorney-box h5 {
    font-family: 'Prata Regular';
    /*font-size: 26px;*/
    font-size: 1.3vw;
    color: #061a3d;
    letter-spacing: 0.2px;
    margin-left: 63px;
    margin-top: 9px;
    position: relative;
    line-height: 1.5;
}

.attorney-box h5:before {
    content: '';
    position: absolute;
    background-color: #00abab;
    height: 1px;
    width: 20px;
    left: -31px;
    top: 11px;
}

.attorney-box a {
    background-color: #dcbf93;
    width: 95%;
    height: 50px;
    line-height: 50px;
    font-family: 'Prata Regular';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    position: absolute;
    top: 307px;
    z-index: 3;
    right: -30px;
    opacity: 0;
}

.attorney-box a:after {
    content: url("/images/attorney-box-arrow.png");
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.attorney-box:hover a {
    opacity: 1;
}

.staff-grid {
    width: 100%;
    margin-top: 30px;
}

.staff-grid-left {
    float: left;
    width: 50%;
    text-align: center;
}

.staff-grid-right {
    float: right;
    width: 50%;
    text-align: center;
}

.staff-grid h3 {
    display: inline-block;
    font-family: 'Prata Regular';
    font-size: 44px;
    color: #061a3d;
    letter-spacing: 0.25px;
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 90px;
}

.staff-grid h3:after {
    content: '';
    position: absolute;
    background-color: #00abab;
    height: 1px;
    width: calc(100% + 70px);
    left: -35px;
    right: 0;
    top: 20px;
    margin: 0 auto;
    z-index: -1;
}

.staff-grid p {
    font-family: 'FreightSans SemiBold';
    font-size: 17px;
    color: #00abab;
    line-height: 32px;
    letter-spacing: 2px;
}

.staff-grid-left h3:first-of-type {
    margin-top: 0;
}

.staff-grid-right h3:first-of-type {
    margin-top: 0;
}

@media (max-width:1700px){
    .attorney-overview-page-container {
        width: calc(100% - 100px);
    }
}

@media (max-width:1400px){
    .attorney-box h5 {
        font-size: 1.2vw;
    }
}

@media (max-width:1199px){
    .attorney-overview-page-container {
        width: calc(100% - 84px);
    }

    .attorney-overview-page {
        padding: 70px 0 75px;
    }

    .attorney-box {
        width: 48%;
    }

    .attorney-box:nth-of-type(odd) {
        margin-right: 4%;
    }

    .attorney-box:nth-of-type(even) {
        margin-right: 0;
    }

    .attorney-box h5 {
        font-size: 26px;
    }

    .attorney-box h5:before {
        top: 16px;
    }

    .team-sub-header {
        width: 100%;
    }

    .team-grids {
        margin-top: 100px;
    }

    .team-grids h3:nth-of-type(2) {
        margin-top: 50px;
    }

    .staff-grid-left {
        float: none;
        width: 100%;
    }

    .staff-grid-right {
        float: none;
        width: 100%;
    }

    .staff-grid-right h3:first-of-type {
        margin-top: 90px;
    }
}

@media (max-width:700px){
    .attorney-overview-page {
        padding: 70px 0 70px;
    }

    .attorney-overview-page-container {
        width: calc(100% - 30px);
    }

    .attorney-overview-page-container h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .attorney-overview-page-container h1:after {
        width: 201px;
    }

    .team-sub-header {
        font-size: 17px;
        line-height: 28px;
    }

    .team-grids h3 {
        font-size: 38px;
    }

    .team-grids h3:after {
        top: 17px;
    }

    .attorney-box {
        width: 100%;
    }

    .attorney-box:nth-of-type(odd) {
        margin-right: 0;
    }

    .attorney-box a {
        width: 85%;
        right: 0px;
    }

    .staff-grid h3 {
        font-size: 38px;
    }

    .staff-grid h3:after {
        display: none;
    }

    .attorney-box-image {
        height: 440px;
    }
}





/* Responsive Global Styles
     --------------------------------------------------------------------------------------- */

.desktop-only {
    display: block !important;
}

.laptop-only {
    display: none !important;
}

.tablet-only {
    display: none !important;
}

.mobile-only {
    display: none !important;
}

.tablet-mobile-only {
    display: none !important;
}

.desktop-mobile-only {
    display: block !important;
}

.internal-only {
    display: none !important;
}

body:not(.home) .internal-only {
    display: block !important;
}

@media (max-width:1350px){
    .laptop-only {
        display: block !important;
    }
}

@media (max-width:1199px){
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: none !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}

@media (max-width:700px){
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-tablet-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: block !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}.review-container {
    width: 100%
}

.review-container h2 {
    text-align: center;
}

.review-container h3 {
    text-align: center;
    padding-bottom: 30px;
}

.review-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.review-right {
    width: 48%;
    float: right;
    margin-right: 0;
}

.review-bottom {
    width: 48%;
    float: none;
    margin: 0 auto;
}

.review-left img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-right img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px; REMOVE
    width: auto;
    padding-top: 20px;
}
.review-bottom{ clear:both; }

.review-button {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background-color: #00abab; /* change */
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
     font-family: "FreightSans Medium";
}
a.review-button:hover {
   color:#fff;
   background-color:#051228;
}
a.review-button {
color:#fff!important;}


.wistia-review {
    padding-top: 40px;
}

@media (max-width:767px){
    .review-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .review-right {
        width: 100%;
        float: none;
    }

    .review-bottom {
        width: 100%;
    }

    .review-right img {
        padding-top: 30px;
    }

    .review-bottom img {
        padding-top: 30px;
    }
}
/* Case Results
 --------------------------------------------------------------------------------------- */

.case-results-page {
    padding: 143px 0 116px;
}

.case-results-page-container {
    width: 1456px;
    margin: 0 auto;
}

.case-results-page-container h1 {
    font-family: 'Prata Regular';
    font-size: 50px;
    color: #061a3d;
    line-height: 50px;
    letter-spacing: 0px;
    padding-bottom: 90px;
    position: relative;
    text-align: center;
}

.case-results-page-container h1:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 96px;
    width: 1047px;
    height: 3px;
    background: #009999;
}

.case-results-top-content-container {
    width: 1347px;
    margin: 0 auto;
}

.case-results-left {
    float: left;
    width: 44.5%;
    margin-top: 87px;
}

.case-results-right {
    float: right;
    position: relative;
    width: 50.5%;
    margin-top: 62px;
}

.case-results-left p {
    font-family: 'Montserrat Light';
    font-size: 16px;
    color: #061a3d;
    line-height: 33px;
    letter-spacing: 0px;
    padding-bottom: 32px;
}

.case-results-left p a {
    color: #009999;
}

.case-results-left p a:hover {
    color: #d2b281;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.case-results-left p a strong {
    font-family: "Montserrat SemiBold";
}

.case-results-left h2 {
    font-family: 'Montserrat Bold';
    font-size: 17px;
    color: #d2b281;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.case-results-left h3 {
    font-family: 'Prata Regular';
    font-size: 20px;
    color: #009999;
    line-height: 28px;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

.case-results-left ul {
    padding-bottom: 32px;
    padding-top: 5px;
}

.case-results-left ul li {
    font-family: 'Montserrat Light';
    font-size: 16px;
    color: #061a3d;
    line-height: 23px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 36px;
    position: relative;
}

.case-results-left ul li:before {
    content: "\2022";
    color: #d2b281;
    position: absolute;
    left: 0;
    font-size: 40px;
    top: -4px;
}

.case-results-left ol {
    counter-reset: item;
    padding-bottom: 32px;
    padding-top: 5px;
}

.case-results-left ol li {
    font-family: 'Montserrat Light';
    font-size: 16px;
    color: #061a3d;
    line-height: 23px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.case-results-left ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #029d49;
    position: absolute;
    left: 0px;
}

.case-result-right-image {
    width: 86.5%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/results-pg-img.jpg") center center no-repeat;
    background-size: cover;
    height: 366px;
    z-index: 2;
}

.case-results-right-text-box {
    width: 88%;
    position: absolute;
    right: 0;
    top: 125px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.4);
    padding: 269px 90px 47px 100px;
}

.case-results-right-text-box p {
    font-family: 'Prata Regular';
    font-size: 30px;
    color: #009999;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.case-results-top-ten {
    width: 100%;
    margin-top: 200px;
    position: relative;
}

.case-results-top-ten-header {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.case-results-top-ten-header p {
    font-family: 'Prata Regular';
    font-size: 45px;
    color: #061a3d;
    letter-spacing: 0px;
    display: inline-block;
    background-color: #f6f6f8;
    z-index: 2;
    position: relative;
    padding-right: 21px;
}

.case-results-top-ten-header:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    width: 100%;
    height: 3px;
    background: #d2b281;
    z-index: 1;
}

.top-ten-result-box {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.4);
    float: left;
    background-color: #fff;
    margin: 5px 13px 5px;
    min-height: 420px;
    padding: 89px 35px 80px;
    text-align: center;
    position: relative;
}

.top-ten-result-box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 35px;
    left: 0;
}

.top-ten-result-amount {
    font-family: 'Prata Regular';
    font-size: 45px;
    color: #d2b281;
    letter-spacing: 0px;
    padding-bottom: 22px;
}

.top-ten-result-description {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    color: #061a3d;
    line-height: 23px;
    letter-spacing: 1px;
}

.case-results-top-ten-slider {
    width: 1200px;
    margin: 0 auto 282px;
}

#results-page-prev-arrow {
    position: absolute;
    left: 0;
    top: 257px;
    width: 104px;
    height: 129px;
    cursor: pointer;
}

#results-page-prev-arrow img {
    position: absolute;
    top: 49px;
    left: 25px;
    z-index: 2;
}

#results-page-prev-arrow:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    height: 129px;
    width: 79px;
    background-color: #061a3d;
}

#results-page-prev-arrow:after {
    content: '';
    width: 79px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 21px;
    background-color: #009999;
}

#results-page-prev-arrow:hover:after {
    background-color: #d2b281;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#results-page-next-arrow {
    position: absolute;
    right: 0;
    top: 257px;
    width: 104px;
    height: 129px;
    cursor: pointer;
}

#results-page-next-arrow img {
    position: absolute;
    top: 49px;
    right: 25px;
    z-index: 2;
}

#results-page-next-arrow:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    height: 129px;
    width: 79px;
    background-color: #061a3d;
}

#results-page-next-arrow:after {
    content: '';
    width: 79px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 21px;
    background-color: #009999;
}

#results-page-next-arrow:hover:after {
    background-color: #d2b281;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.case-results-grid {
    margin-top: 200px;
}

.case-results-grid-header {
    width: 100%;
    position: relative;
    margin-bottom: 27px;
}

.case-results-grid-header:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    width: 1050px;
    height: 3px;
    background: #d2b281;
    z-index: 1;
}

.case-results-grid-header-text {
    font-family: 'Prata Regular';
    font-size: 45px;
    line-height: 50px;
    color: #061a3d;
    letter-spacing: 0px;
    /*display: inline-block;*/
    /*background-color: #f6f6f8;*/
    z-index: 2;
    position: relative;
    text-align: center;
    /*padding-right: 36px;*/
    padding-bottom: 80px;
}

.case-results-grid-header h5 {
    font-family: 'Montserrat Bold';
    font-size: 17px;
    color: #009999;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 7px;
    text-align: center;
}

.case-results-grid-buttons a {
    float: left;
    width: 24%;
    margin-right: 1.33333333333%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    text-align: center;
    height: 59px;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #061a3d;
    letter-spacing: 0.5px;
    display: block;
    padding: 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.case-results-grid-buttons a:hover {
    color: #fff;
    background-color: #061a3d;
    border: 1px solid #061a3d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.case-results-grid-buttons a:nth-of-type(4n) {
    margin-right: 0;
}

.grid-button-active {
    color: #fff !important;
    background-color: #061a3d !important;
    border: 1px solid #061a3d !important;
}

.case-results-grid-boxes {
    margin-top: 80px;
}

.result-item {
    width: 32%;
    background-color: #fff;
    height: 357px;
    padding: 64px 48px 50px;
    position: relative;
    float: left;
    /*margin-bottom: 20px;*/
    /*margin-right: 2%;*/
    margin: 0 0.66666666666% 20px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}


/*.result-item:nth-of-type(3n) {*/


/*margin-right: 0; }*/

.result-item-amount {
    font-family: 'Prata Regular';
    font-size: 48px;
    color: #d2b281;
    letter-spacing: 0.5px;
    padding-bottom: 29px;
}

.result-item-outcome-date {
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #061a3d;
    letter-spacing: 2px;
    padding-bottom: 29px;
    text-transform: uppercase;
}

.result-item-excerpt {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #061a3d;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.result-item-excerpt a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    background-color: #009999;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.result-item-excerpt a:hover {
    background-color: #061a3d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pa-choice {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    height: 60px;
    position: relative;
    border: 1px solid #d6d6d6;
}

.pa-choice:after {
    content: url("/images/dropdown-arrow.png");
    position: absolute;
    right: 20px;
    top: 19px;
    pointer-events: none;
}

.pa-choice p {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #061a3d;
    letter-spacing: 0.5px;
    padding-left: 27px;
    line-height: 60px;
    cursor: pointer;
}

.pa-choice ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #efefef;
    border-top: none;
    box-shadow: 0px 12px 20.58px 0.42px rgba(0, 0, 0, 0.19);
    z-index: 9;
}

.pa-choice ul li {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #061a3d;
    letter-spacing: 0.5px;
    padding-left: 27px;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pa-choice ul li:hover {
    color: #d2b281;
}






@media (max-width: 1600px) {
    .case-results-page-container {
        width: calc(100% - 100px);
    }
    .case-results-top-content-container {
        width: 100%;
    }
    .case-results-top-ten-slider {
        width: calc(100% - 270px);
    }
    .top-ten-result-amount {
        font-size: 36px;
    }
}

@media (max-width: 1500px) {
    .case-results-grid-buttons a {
        font-size: 14px;
    }
}

@media (max-width: 1450px) {
    .top-ten-result-amount {
        font-size: 30px;
    }
    .top-ten-result-description {
        font-size: 13px;
        line-height: 21px;
    }
    .result-item-amount {
        font-size: 36px;
    }
}

@media (max-width: 1350px) {
    .case-results-right-text-box p {
        font-size: 20px;
        line-height: 26px;
    }
    .case-results-grid-buttons a {
        font-size: 12px;
    }
}

@media (max-width: 1250px) {
    .top-ten-result-amount {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .case-results-grid-buttons a {
        font-size: 11px;
    }
}

@media (max-width: 1150px) {
    .case-results-page {
        padding: 75px 0 75px;
    }
    .case-results-page-container h1:after {
        width: 90%;
    }
    .case-results-left {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .case-results-right {
        float: none;
        width: 550px;
        margin: 10px auto 0;
    }
    .case-results-right-text-box {
        position: relative;
        float: right;
        padding: 269px 50px 47px 50px;
    }
    .case-results-right-text-box p {
        font-size: 26px;
        line-height: 31px;
    }
    .top-ten-result-amount {
        font-size: 36px;
    }
    .top-ten-result-description {
        font-size: 14px;
        line-height: 24px;
    }
    .case-results-top-ten-header p {
        font-size: 35px;
        padding-right: 12px;
    }
    .case-results-top-ten-header:after {
        top: 18px;
    }
    .case-results-grid-header-text {
        font-size: 35px;
        line-height: 40px;
        padding-right: 0;
    }
    .case-results-top-ten {
        margin-top: 230px;
    }
    .case-results-top-ten-slider {
        margin: 0 auto 100px;
    }
    .case-results-grid-buttons a {
        font-size: 14px;
        width: 48%;
    }
    .case-results-grid-buttons a:nth-of-type(odd) {
          margin-right: 4%;
    }
    .case-results-grid-buttons a:nth-of-type(even) {
        margin-right: 0;
    }
    .result-item {
        width: 49%;
        height: 357px;
        padding: 64px 20px 50px;
        /*margin-bottom: 20px;*/
        margin: 0 0 20px;
    }
    .result-item:nth-of-type(odd) {
        margin-right: 2%;
    }
    .result-item:nth-of-type(even) {
        margin-right: 0;
    }
    .result-item-outcome-date {
        font-size: 14px;
    }
    .case-results-grid-boxes {
        margin-top: 50px;
    }

    .case-results-grid-header:after {
        width: 80%;
    }
    .case-results-grid {
        margin-top: 220px;
    }
}

@media (max-width: 700px) {
    .case-results-page {
        padding: 50px 0 50px;
    }
    .case-results-page-container {
        width: calc(100% - 60px);
    }
    .case-results-left {
        margin-top: 23px;
    }
    .case-results-page-container h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 40px;
    }
    .case-results-page-container h1:after {
        width: 100%;
        top: 72px;
    }
    .case-results-right {
        width: 100%;
        margin: 0;
    }
    .case-result-right-image {
        width: 100%;
    }
    .case-results-right-text-box {
        padding: 289px 30px 47px 30px;
        text-align: center;
        width: 100%;
    }
    .case-results-top-ten {
        margin-top: 190px;
    }
    .case-results-top-ten-slider {
        margin: 0 auto 220px;
        width: 100%;
    }
    .case-results-top-ten-header {
        margin-bottom: 30px;
    }
    .case-results-top-ten-header p {
        line-height: 1.3;
        text-align: center;
    }
    #results-page-prev-arrow {
        left: -120px;
        right: 0;
        top: 580px;
        margin: 0 auto;
    }
    #results-page-next-arrow {
        top: 580px;
        left: 0;
        right: -120px;
        margin: 0 auto;
    }
    .case-results-grid-header-text {
        text-align: center;
        padding-bottom: 70px;
    }
    .case-results-grid-buttons a {
        font-size: 14px;
        width: 100%;
        margin-right: 0;
    }
    .case-results-grid-buttons a:nth-of-type(odd) {
        margin-right: 4%;
    }
    .case-results-grid-header {
        margin-bottom: 40px;
    }
    .top-ten-result-amount {
        font-size: 30px;
    }
    .result-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .result-item:nth-of-type(odd) {
        margin-right: 0;
    }

    .pa-choice {
        width: 100%;
    }

    .pa-choice p {
        font-size: 13px;
        color: #061a3d;
        padding-left: 15px;
    }

    .pa-choice ul li {
        font-size: 13px;
        padding-left: 15px;
        line-height: 35px;
    }

    .case-results-grid-header h5 {
        font-size: 15px;
        letter-spacing: 3px;
    }
}

