/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.available-city{height:90px;line-height:90px;width:100%;text-align:center;background-size:cover;background-repeat:no-repeat;margin-bottom:15px;font-size:24px;color:#fff;text-shadow:1px 1px 1px #000}.available-city--nashville{background-image:url("images/nashville.png")}.available-city--chattanooga{background-image:url("images/chattanooga.png")}.available-city--dallas{background-image:url("images/dallas.png")}.available-city--fort-worth{background-image:url("images/fort-worth.png")}.available-city--tampa{background-image:url("images/tampa.png")}.available-city--phoenix{background-image:url("images/phoenix.png")}.available-city--charlotte{background-image:url("images/charlotte.png")}.available-city--atlanta{background-image:url("images/atlanta.png")}.available-city--miami{background-image:url("images/miami.png")}.available-city--los-angeles{background-image:url("images/los-angeles.png")}.available-city:last-child{margin-bottom:0}.chore-examples-container{display:-ms-flexbox;display:flex;color:#fff;margin:auto;width:550px}@media (max-width: 768px){.chore-examples-container{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.chore-examples-container .chore-examples{-ms-flex:1;flex:1}.chore-examples-container .chore-examples li{font-size:1.2em}.download-app{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}@media (max-width: 768px){.download-app{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}.download-app .download-app-instructions{margin-bottom:1em}}.download-app>*{margin:0 30px}.download-app--loose{-ms-flex-pack:distribute;justify-content:space-around}.download-app--vertical{-ms-flex-direction:column;flex-direction:column}.download-app--vertical .download-app-instructions{margin-bottom:1em}.download-app-instructions{font-size:24px}.landing-panel__content_full{max-width:none}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}*{box-sizing:border-box}html{position:relative;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;overflow-x:hidden;font-weight:normal}body{font-family:'AvenirLTStd-Book';display:-ms-flexbox;display:flex;min-height:100vh;-ms-flex-direction:column;flex-direction:column;display:block}body.body-cities{min-height:70vh;padding-bottom:100px}h1 h2 h3 h4 h5 h6{font-weight:normal}h5{font-size:1rem}::-moz-selection{color:#fff;background:#31c8c0}::selection{color:#fff;background:#31c8c0}.main-content{-ms-flex:1;flex:1;margin-bottom:300px;margin-top:40px}@media (max-width: 768px){.main-content{margin-bottom:900px}}.light{font-family:"AvenirLTStd-Light";font-weight:normal}.book{font-family:"AvenirLTStd-Book";font-weight:normal}.roman{font-family:"AvenirLTStd-Roman";font-weight:normal}.medium{font-family:"AvenirLTStd-Medium";font-weight:normal}.heavy{font-family:"AvenirLTStd-Heavy";font-weight:normal}.text-teal{color:#31c8c0}.text-grey{color:#222}.text-white{color:#fff}.content-centered{max-width:1100px;margin-left:auto;margin-right:auto}.content-centered::after{clear:both;content:"";display:table}ol,ul{margin:0;padding:0;list-style:none}.text-center{text-align:center}.text-white{color:#fff}.btn-normal{height:70px;width:280px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px;margin-top:-10px}.btn-normal:hover{background-color:#39d6ce;transform:translateY(-2px)}.text-navy{color:#1d4959}.static-content{max-width:1100px;margin-left:auto;margin-right:auto}.static-content::after{clear:both;content:"";display:table}.indented-list{margin-left:30px;list-style:disc outside}.indented-list--spaced li{margin-bottom:1em}.doubly-indented-list{margin-left:30px}.doubly-indented-list--spaced .indented-list{margin-top:1em}.numbered-list{list-style-type:decimal}.store-link{text-decoration:none}.store-link img{width:auto;height:55px}.evenly-spaced{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (max-width: 768px){.evenly-spaced{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.evenly-spaced>*{-ms-flex:1;flex:1}

.slick-slider{position:relative;display:block;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{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.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-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-a-home h1{font-family:"AvenirLTStd-Heavy";font-weight:normal;color:#fff;font-size:44px;text-shadow:2px 4px 6px rgba(0,0,0,0.2);top:95px;line-height:1.3;max-width:595px;text-align:center;margin:auto;display:block;position:relative}@media (max-width: 768px){.hero-a-home h1{font-size:22px;position:relative;padding:10px 20px;margin-top:0px;margin-bottom:30px;padding-bottom:0px}}.hero-a-home h2{font-weight:normal;color:#1d4959;font-size:34px}.a-home{position:relative;text-align:center}@media (max-width: 768px){.a-home{padding:5px 20px}}.hero-a-home{height:575px;width:100%;background:url("/images/categories/a-home-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);text-align:center}@media (max-width: 768px){.hero-a-home{height:430px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;display:inline-block;margin-top:-100px}}.landing-panel.panel-home-sms.a-home-sms{padding-top:40px;height:255px}.landing-panel.panel-home-sms.a-home-sms-2{padding-top:40px;height:220px}.hero-a-home-mobile{height:15vh;width:100%;background:url("/images/categories/a-home-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);text-align:center;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;display:inline-block}.col-1-1.col-no-pad{padding:0}.grid.hero-a-home{max-width:none;padding-left:0;padding-right:0}@media (max-width: 768px){.grid.hero-a-home{vertical-align:middle;margin-top:-10vh}}@media only screen and (min-device-width: 320px) and (max-device-width: 568px){margin-top:-30vh}.landing-main-a-home{margin-top:70px;margin-bottom:0}.a-home-bg-overlay{background:#000;background:linear-gradient(180deg, rgba(0,0,0,0.715284) 0%, rgba(0,0,0,0.391194) 50%, rgba(0,212,255,0) 100%);width:100%;height:100%;z-index:1}@media (max-width: 768px){.a-home-bg-overlay{background:linear-gradient(180deg, rgba(0,0,0,0.815284) 0%, rgba(0,0,0,0.491194) 44%, rgba(0,212,255,0) 100%);margin-right:-10px}}span.text-link-a-home{font-size:16px;font-family:"AvenirLTStd-Book";color:#222}.a-home-desktop{position:relative;max-width:640px;margin:auto;display:block;bottom:-100px}@media (max-width: 768px){.a-home-desktop{position:absolute;max-width:95%;bottom:0px}}.a-home-mobile{width:95%;height:auto;position:absolute;bottom:0;left:2%}.landing-panel.a-home-sms{height:260px;padding-top:30px;padding-bottom:15px}.landing-panel.a-home-sms h3{text-align:center;font-size:22px;margin:auto;display:block;margin-bottom:5px;font-family:"AvenirLTStd-Heavy";line-height:1.4;color:#1d4959}.a-home-providers{font-size:22px;margin:auto;display:block;margin-bottom:15px;font-family:"AvenirLTStd-Heavy";color:#1d4959;text-align:center}.landing-panel.panel-light-grey.panel-hiw-top.a-home{margin-top:-30px}.landing-panel.a-home-sms-2 h3{text-align:center;font-size:22px;margin:auto;display:block;margin-bottom:5px;font-family:"AvenirLTStd-Heavy";line-height:1.4;color:#1d4959}.a-home-mobile-download h3{font-family:"AvenirLTStd-Heavy";line-height:1.4;font-size:18px;padding:20px 20px 5px;color:#1d4959;font-weight:normal;text-align:center}.landing-panel__content.content_ct_slider.slide-wrapper{margin-bottom:0px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-cleaning.cl-cleaning.a-cities{height:550px;width:100%;background:url("/images/categories/takl-2-cleaning-header-bg.jpg");z-index:998;background-position-y:10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-cleaning.cl-cleaning.a-cities{height:340px;background-position-x:43%;background-position-y:100%}}h1.cl-headline.a-city-promo{font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);max-width:500px;margin:auto;display:block;margin-top:10px;margin-bottom:10px;line-height:1.4;font-weight:normal;text-align:center;font-family:"AvenirLTStd-Roman";margin-top:50px;font-size:24px;color:#fff}@media (max-width: 768px){h1.cl-headline.a-city-promo{font-size:19px;margin-top:75px;padding-left:5px;padding-right:5px}}a.home-btn-container.cl-btn.a-cities-promo{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#1d4959;background-color:#fff;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all .25s ease}.promo-container{text-align:center;width:300px;margin:auto;display:block}.promo-headline{font-size:22px;font-family:"AvenirLTStd-Heavy";text-align:center;margin-top:5px;margin-bottom:5px;color:#fff}@media (max-width: 768px){.promo-headline{font-size:20px;padding-left:5px;padding-right:5px}}span.promo-code{font-family:"AvenirLTStd-Heavy"}.promo-box{font-family:"AvenirLTStd-Heavy"}.landing-panel.panel-grey.cl-testimonial.a-cities-testimonial{margin-bottom:-20px}.landing-panel.panel-a-promo{background-color:#31c8c0;padding:15px}.cl-category-container.cl-cleaning-container.a-cities-container h2{font-size:24px;color:#1d4959}@media (max-width: 768px){.cl-category-container.cl-cleaning-container.a-cities-container h2{font-size:19px}}@media (max-width: 768px){.cl-category-container.cl-cleaning-container.a-cities-container{height:420px}}.category-landing-btn.a-cities-btn{height:60px;width:300px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:2px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:22px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-shed-removal{height:500px;width:100%;background:url("/images/landing/shed-removal-header.jpg");z-index:998;background-position:center 30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-shed-removal{height:400px}}.landing-footer-terms{bottom:0;left:0;right:0;margin:auto;text-align:center;margin-bottom:30px}.landing-footer-terms a{display:inline;margin:auto;text-decoration:none;color:#222}.cl-category-container.cl-small-container{margin-bottom:20px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding:40px 35px;margin-top:0;height:190px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-small-container{height:240px}}@media (max-width: 768px){.cl-category-container.cl-small-container{height:245px;margin-top:-30px;margin-bottom:45px}}.hero-yard-waste{height:500px;width:100%;background:url("/images/landing/yard-waste-header.jpg");z-index:998;background-position:center 30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-yard-waste{height:400px}}.hero-mattress-removal{height:500px;width:100%;background:url("/images/landing/mattress-removal-header.jpg");z-index:998;background-position:center 30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-mattress-removal{height:400px}}.haul-away-headline.category-landing-headline.a-mattress{font-size:22px}.cl-category-container.cl-small-container.a-mattress{height:225px}@media (max-width: 768px){.cl-category-container.cl-small-container.a-mattress{height:260px}}@media (max-width: 768px){.cl-category-container.cl-small-container.a-mattress h2{font-size:22px}}.hero-painting{height:500px;width:100%;background:url("/images/categories/takl/takl-painting-3.jpg");z-index:998;background-position:center 40%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-painting{height:400px}}.cl-category-container h2.a-painting-cta{margin-bottom:0;color:#31c8c0;line-height:1.5;font-size:21px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container h2.a-painting-cta{font-size:18px}}@media (max-width: 768px){.cl-category-container h2.a-painting-cta{font-size:17px}}@media (max-width: 768px){.cl-category-container.cl-small-container.yard-waste.a-painting{height:255px}}img.painting-gif{width:600px;margin:auto;display:block;border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);margin-bottom:20px}@media (max-width: 768px){img.painting-gif{width:100%;margin-bottom:25px}}.category-landing-headline.haul-away-headline.a-painting{font-size:26px}@media (max-width: 768px){.category-landing-headline.haul-away-headline.a-painting{font-size:22px}}.cl-testimonial-headline.a-painting{margin-top:20px}.hero-organization{height:500px;width:100%;background:url("/images/landing/organization-header.jpg");z-index:998;background-position:center 30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-organization{height:400px}}.cl-category-container.cl-small-container.yard-waste{height:210px}@media (max-width: 768px){.cl-category-container.cl-small-container.yard-waste{height:270px}}.cl-category-container.cl-small-container.mattress-removal{height:210px}@media (max-width: 768px){.cl-category-container.cl-small-container.mattress-removal{height:270px}}.cl-category-container.cl-small-container.shed-removal{height:220px}@media (max-width: 768px){.cl-category-container.cl-small-container.shed-removal{height:270px}}.cl-category-container.cl-small-container.furniture-disposal{height:210px}@media (max-width: 768px){.cl-category-container.cl-small-container.furniture-disposal{height:240px}}.cl-category-container.cl-small-container.l-assembly-container.l-assembly-companies{margin-bottom:20px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding:40px 35px;margin-top:0;height:220px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-small-container.l-assembly-container.l-assembly-companies{height:260px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-assembly-container.l-assembly-companies{height:340px;margin-top:-30px;margin-bottom:45px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.about-takl{margin:30px 0;font-size:16px;line-height:1.5em;margin-top:20px}.about-takl p{text-align:justify}.takl-map{width:100%;max-width:740px;margin-top:30px}.landing-panel.panel-grey.panel-home-sms.desktop-only.about{padding-top:30px}.about-static{padding-top:0px}@media (max-width: 768px){.about-static{padding-top:5px}}a.press-email{color:#1d4959}h1.about-headline{color:#1d4959}.grid.about-grid{margin-top:90px;max-width:1000px;margin-bottom:0px}@media (max-width: 768px){.grid.about-grid{margin-top:20px}}.landing-panel.panel-about-bottom{padding-bottom:160px}.about-map-bottom{padding-bottom:100px}@media (max-width: 768px){.about-map-bottom{padding-bottom:50px}}p.press-contact.about{font-size:1em;font-family:'AvenirLTStd-Book'}h3.about-takl-sms-panel{font-size:1.4em;color:#fff;text-align:left;max-width:550px;line-height:1.5;position:relative;top:30px}@media (max-width: 768px){h3.about-takl-sms-panel{font-size:1.3em;text-align:center;top:5px}}@media (min-width: 769px) and (max-width: 1080px){h3.about-takl-sms-panel{font-size:1.2em}}.landing-panel.landing-panel-about{padding-bottom:150px;margin-top:30px}.grid.about-grid-2{max-width:1000px;margin-top:10px;padding-bottom:170px}@media (max-width: 768px){.grid.about-grid-2{padding-bottom:80px}}

.action-panel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border-radius:8px;margin-bottom:50px}.action-panel--orientation-right{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.action-panel:first-child{margin-top:50px}.action-panel-image{height:300px;width:100%;max-width:300px;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat}.action-panel-content{-ms-flex:1;flex:1;text-align:center;padding:0 30px}.action-panel-content h1{color:#1d4959}.action-panel-btn{border:2px solid #f0f0f0;background-color:#31c8c0;color:#fff;padding:15px;text-decoration:none;display:inline-block}.action-panel-btn:hover{border:2px solid #31c8c0;background:#fff;color:#31c8c0}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-assembly{height:500px;width:100%;background:url("/images/categories/assembly-header-bg.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-assembly{height:400px}}.landing-testimonial-headline.assembly-testimonial{font-size:20px}@media (max-width: 768px){.landing-testimonial-headline.assembly-testimonial{padding:0 10px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-auto{height:500px;width:100%;background:url("/images/categories/auto/mobile-car-wash-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-auto{height:400px}}.category-landing-headline.auto-headline{color:#fff;font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:500px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.auto-headline{font-size:28px}}@media (max-width: 768px){.category-landing-headline.auto-headline{font-size:22px}}.landing-testimonial-headline.auto-testimonial{font-size:20px}@media (max-width: 768px){.landing-testimonial-headline.auto-testimonial{padding:0px 10px 0px 10px}}

.homepage-banner{background-color:#31c8c0;width:100%;position:fixed;z-index:1000;top:0;text-align:center;line-height:40px;margin-top:0;height:35px}@media (max-width: 768px){.homepage-banner{height:35px;text-align:center;line-height:40px}}.homepage-banner.thanksgiving{background-color:#F68702;position:fixed;right:0;left:0;z-index:999}@media (max-width: 768px){.homepage-banner.thanksgiving{height:35px;text-align:center;line-height:40px}}.homepage-banner.thanksgiving a{color:#fff;font-family:"AvenirLTStd-Heavy";margin:0px;font-size:18px;text-decoration:none}a.banner-link{text-align:center;color:#fff;text-decoration:none;font-family:"AvenirLTStd-Roman";font-size:16px}@media (min-width: 769px) and (max-width: 1080px){a.banner-link{font-size:15px}}@media (max-width: 768px){a.banner-link{font-size:12px}}.banner-span{color:#fff;margin-top:10px;margin-bottom:0}.banner-p{color:#fff;margin-top:0;margin-bottom:0;margin-left:0}@media (min-width: 769px) and (max-width: 1080px){.banner-p{margin-left:10%}}@media (max-width: 768px){.banner-p{position:relative;left:45px;margin-left:0}}a.banner-link.mobile-only{text-align:center;font-size:11px}img.car-home{width:140px;height:auto;-webkit-animation-duration:2s;-webkit-animation-name:slidein;-moz-animation-duration:2s;-moz-animation-name:slidein;-o-animation-duration:2s;-o-animation-name:slidein;animation-duration:2s;animation-name:slidein;transition-delay:3s;position:absolute;margin-left:-400px}@media (max-width: 768px){img.car-home{margin-left:-185px;width:100px;top:5px}}@media (min-width: 768px){}img.car-home-2{width:130px;height:auto;position:absolute;right:-90%;top:2px;animation:slide 1.4s forwards;animation-delay:1s}@media (max-width: 768px){img.car-home-2{width:100px;top:10px}}@keyframes slide{0%{right:-150%}100%{right:74%}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-ba{height:200px;width:100%;background:url("/images/before-after/ba-header.jpg");z-index:998;background-position:bottom 40%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-ba{height:180px}}.landing-panel.panel-ba-cta{background-color:white;border-top:2px solid #31c8c0;border-bottom:2px solid #31c8c0;margin-bottom:35px}.landing-panel.panel-ba-cta-2{background-color:white;margin-bottom:45px;border-top:2px solid #31c8c0;border-bottom:2px solid #31c8c0}@media (max-width: 768px){.landing-panel.panel-ba-cta-2{margin-bottom:5px}}h1.l-main-headline.category-landing-headline.l-small.l-small-ba{font-size:26px;max-width:700px;margin-top:40px}@media (max-width: 768px){h1.l-main-headline.category-landing-headline.l-small.l-small-ba{font-size:20px}}h2.ba-headline-category{margin-left:10px;margin-bottom:15px;border-bottom:1px solid #eee}@media (max-width: 768px){h2.ba-headline-category{margin-left:10px;font-size:20px}}h2.ba-headline-cta{margin-left:10px;margin-bottom:15px;text-align:center}@media (max-width: 768px){h2.ba-headline-cta{margin-left:10px;font-size:20px}}.ba-slider{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;position:relative}.ba-container{width:500px;transition:all 0.3s ease;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:20px;color:#323538}@media (max-width: 768px){.ba-container{margin-right:15px;width:320px}}.ba-container:hover{width:600px}.ba img{width:100%;border-bottom:1px solid #e2e2e2;border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);margin-bottom:20px}.landing-panel__content.panel-ba{max-width:2000px;margin-bottom:10px}@media (max-width: 768px){.landing-panel.panel-grey.panel-before-after{margin-bottom:-30px}}.ba-category-container{margin-bottom:10px;padding-left:40px;padding-right:0px}@media (max-width: 768px){.ba-category-container{margin-bottom:15px;padding-left:10px;padding-right:10px}}

.careers-header{border-bottom:1px solid #eee;font-size:1.4em;color:#1d4959}.about-headline-careers{border-bottom:1px solid #eee;font-size:1.4em;color:#1d4959;line-height:1.4}.careers-options{padding:30px 0}.careers-position-headline{border-bottom:1px solid #eee;font-size:24px;color:#1d4959}@media (max-width: 768px){.careers-position-headline{font-size:22px}}.careers-button{font-family:"AvenirLTStd-Roman";background:#31c8c0;display:block;padding:20px 15px 15px;color:#fff;text-decoration:none;margin-bottom:20px;transition:all 0.25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:5px;text-align:center;width:380px}@media (max-width: 768px){.careers-button{margin:auto;display:block;margin-bottom:20px;width:95%;max-width:400px}}.job-description a{color:#1d4959;font-family:'AvenirLTStd-Roman'}a.careers-button.careers-contact-btn{color:#fff;height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease;line-height:50px}a.careers-button.careers-contact-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.careers-button.careers-contact-btn{margin:auto}.static-content.careers-section{margin-bottom:0px}@media (max-width: 768px){.static-content.careers-section{padding-bottom:40px}}.careers-button:hover{background-color:#39d6ce;transform:translateY(-2px)}.jobs-contact-btn{font-family:"AvenirLTStd-Roman";background:#31c8c0;display:inline-block;color:#fff;text-decoration:none;transition:all 0.25s ease;text-decoration:none;font-size:1.2em;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:5px;width:270px;line-height:60px;padding-top:5px;text-align:center}.jobs-btn{text-align:center}.jobs-contact-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.careers-btn{background:#31c8c0;display:inline-block;padding:10px 30px;color:#fff;text-decoration:none;border:2px solid #31c8c0;margin-bottom:30px}.careers-btn:hover{color:#31c8c0;background:#fff;border:2px solid #31c8c0}.careers-disclaimer{font-size:16px;font-family:'AvenirLTStd-Book';margin-bottom:30px;line-height:20px}p.job-type-content{font-family:'AvenirLTStd-Roman';font-size:1.2em;font-style:italic}.job-description{width:800px;font-size:15px;font-weight:normal;padding-bottom:60px;padding-top:0;margin:130px auto auto;max-width:1000px;line-height:1.4}.job-description ul{list-style:disc outside;margin-left:30px;line-height:1.4}@media (max-width: 768px){.job-description{margin-top:70px;padding-top:0}}.jobs-contact-us{text-align:center;margin:30px 0}.jobs-contact-us a{background:#31c8c0;display:inline-block;padding:10px 30px;color:#fff;text-decoration:none;border:2px solid #31c8c0}.jobs-contact-us a:hover{color:#31c8c0;background:#fff;border:2px solid #31c8c0}.grid.careers-grid{margin-top:90px;max-width:1000px;margin-bottom:40px}@media (max-width: 768px){.grid.careers-grid{margin-top:20px}}.careers-headline{text-align:left;color:#1d4959}.grid.grid-careers-buttons{margin-top:-40px;margin-bottom:300px}@media (max-width: 768px){.grid.grid-careers-buttons{padding-left:0px;margin-bottom:100px}}

.category-section-icons{padding-bottom:10px;padding-top:15px;max-width:1400px;display:block;margin:auto;background-color:#f6f6f6}@media (min-width: 769px) and (max-width: 1080px){.category-section-icons{width:100%}}@media (max-width: 768px){.category-section-icons{padding-top:20px;padding-bottom:10px}}.category-panels{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;text-align:center;-ms-flex-pack:center;justify-content:center}.category-panels .category-panel-icons{width:150px;height:150px;margin:5px;display:inline-block;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff}@media (max-width: 768px){.category-panels .category-panel-icons{width:110px;height:110px}}.category-panel-icons{transition:all 0.35s ease-in-out}.category-panel-icons:hover{transform:translateY(-3px);box-shadow:0 4px 20px rgba(0,0,0,0.1)}@media (min-width: 1279px){.category-panels .category-panel-icons{margin:6px;width:145px;height:145px}}.landing-panel.panel-home-grid{background-color:#f6f6f6;padding:0;margin-top:0px;border-top:2px solid #31c8c0}img.home-grid-icon{height:65px;margin-top:25px}@media (max-width: 768px){img.home-grid-icon{height:40px;margin-top:25px}}img.home-grid-icon.assembly{height:70px;margin-top:20px}@media (max-width: 768px){img.home-grid-icon.assembly{height:45px;margin-top:20px}}img.home-grid-icon.delivery{height:40px;margin-top:45px}@media (max-width: 768px){img.home-grid-icon.delivery{margin-top:30px;height:35px}}img.home-grid-icon.tv-mount{height:55px;margin-top:35px}@media (max-width: 768px){img.home-grid-icon.tv-mount{height:45px;margin-top:20px}}img.home-grid-icon.handyman{height:55px;margin-top:35px}@media (max-width: 768px){img.home-grid-icon.handyman{height:45px;margin-top:20px}}img.home-grid-icon.junk-removal{height:40px;margin-top:50px}@media (max-width: 768px){img.home-grid-icon.junk-removal{height:30px;margin-top:35px}}img.home-grid-icon.delivery{height:45px;margin-top:45px}@media (max-width: 768px){img.home-grid-icon.delivery{height:30px;margin-top:35px}}img.home-grid-icon.cleaning{height:65px;margin-top:25px}@media (max-width: 768px){img.home-grid-icon.cleaning{height:45px;margin-top:20px}}img.home-grid-icon.lawn-yard{height:50px;margin-top:40px}@media (max-width: 768px){img.home-grid-icon.lawn-yard{height:45px;margin-top:20px}}img.home-grid-icon.painting{height:70px;margin-top:20px}@media (max-width: 768px){img.home-grid-icon.painting{height:45px;margin-top:20px}}p.home-grid-name{color:#222;font-family:"AvenirLTStd-Roman";font-size:16px;padding-left:5px;padding-right:5px;line-height:1.4;position:relative;text-align:center;margin-top:5px}@media (max-width: 768px){p.home-grid-name{font-size:12px;margin-top:5px}}.center-align{margin:auto;width:50%}

.category-section{padding-bottom:10px;padding-top:30px;max-width:1200px;display:block;margin:auto}@media (min-width: 769px) and (max-width: 1080px){.category-section{width:100%}}@media (max-width: 768px){.category-section{padding-top:0px;padding-bottom:0px}}.category-panels{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;text-align:center;-ms-flex-pack:center;justify-content:center}.category-panels .category-panel{width:165px;height:165px;margin:10px;display:inline-block;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.1)}@media (max-width: 1080px){.category-panels .category-panel{margin:6px;width:135px;height:135px}}.category-panels .category-panel__background-image{width:165px;height:165px;background-color:rgba(50,50,50,0.2)}@media (max-width: 1080px){.category-panels .category-panel__background-image{width:135px;height:135px}}.category-panels .category-panel__background-image img{width:165px;position:relative;z-index:-1;top:50%;transform:translateY(-50%)}@media (max-width: 1080px){.category-panels .category-panel__background-image img{width:135px;vertical-align:middle}}.category-panels .category-panel__name{width:165px;text-align:center;font-size:23px;color:#fff;font-weight:normal;position:absolute;top:50%;font-family:'AvenirLTStd-Medium';transform:translateY(-50%);text-shadow:0 1px 8px #323232}@media (max-width: 1080px){.category-panels .category-panel__name{width:135px;font-size:17px}}@media (max-width: 768px){.category-panels .category-panel__name{width:165px;font-size:19px}}@media (max-width: 768px){.category-panels .category-panel__background-image img{width:165px;vertical-align:middle}}@media (max-width: 768px){.category-panels .category-panel__background-image{width:165px;height:165px}}@media (max-width: 768px){.category-panels .category-panel{margin:6px;width:165px;height:165px}}img.category-background{width:165px;height:auto}div.home-btn-container{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all .25s ease;margin-bottom:20px}@media (max-width: 768px){div.home-btn-container{margin-bottom:30px}}div.home-btn-container:hover{background-color:#39d6ce;transform:translateY(-2px)}a.category-link{text-decoration:none}p.categories-headline{text-align:center;font-size:22px;padding:0px;margin:10px 0px}.category-link.categories-hidden{display:none}

.categories{display:-ms-flexbox;display:flex;min-width:100%;height:180px;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.category-card{background-color:rgba(50,50,50,0.2);min-width:200px;margin:5px;padding:5px;color:#34495e;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.1)}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.l-main-headline.category-landing-headline.l-small{font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);max-width:500px;margin:auto;display:block;margin-top:10px;margin-bottom:10px;line-height:1.4;font-weight:normal;text-align:center;font-family:"AvenirLTStd-Roman";margin-top:30px;font-size:35px;color:#fff}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small{font-size:26px;margin-top:40px}}.categories-bg-overlay{background-color:rgba(0,0,0,0.2);width:100%;height:100%;position:relative;z-index:1}.categories-bg-overlay-lawn{background-color:rgba(0,0,0,0.2);width:100%;height:100%;position:relative;z-index:1}.categories-bg-overlay-painting{background-color:rgba(0,0,0,0.2);width:100%;height:100%;position:relative;z-index:1}.hero-ik.l-small{background:url("/images/categories/ik-header-bg.jpg");z-index:998;background-position-y:50%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-ik.l-small{height:340px;background-position-x:50%;background-position-y:10%}}.cl-category-container.cl-small-container.l-ik-container{height:225px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-small-container.l-ik-container{height:285px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-ik-container{height:305px}}.cl-category-container.cl-small-container.l-ik-container h2{font-size:24px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-ik-container h2{font-size:22px}}.l-main-headline.category-landing-headline.l-small.l-small-ik{font-size:28px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-ik{font-size:22px}}sup.ik{font-size:25px}.hero-haul-away.l-small{background:url("/images/categories/junk-removal-organization/junk-removal-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.haul-away-headline.category-landing-headline.l-small{margin-top:50px;font-size:35px}@media (max-width: 768px){.haul-away-headline.category-landing-headline.l-small{font-size:26px;margin-top:60px}}.l-main-headline.category-landing-headline.l-small.l-junk-removal{font-size:25px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-junk-removal{font-size:24px}}.hero-haul-away.l-small{height:400px}@media (max-width: 768px){.hero-haul-away.l-small{height:340px}}.hero-seasonal.l-small{background:url("/images/categories/holiday-decorating-header-bg.jpg");z-index:1;background-position-y:30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-seasonal.l-small{background-position-x:10%;background-position-y:20px}}.l-main-headline.category-landing-headline.l-small.l-small-seasonal{font-size:26px;margin-top:50px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-seasonal{font-size:21px;margin-top:80px}}.haul-away-headline.category-landing-headline.l-small{z-index:2;margin-top:50px;font-size:35px}@media (max-width: 768px){.haul-away-headline.category-landing-headline.l-small{font-size:26px;margin-top:60px}}.cl-category-container.cl-small-container.l-seasonal-container h2{font-size:26px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-seasonal-container h2{font-size:20px}}.cl-category-container.cl-small-container.l-seasonal-container{height:250px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-seasonal-container{height:330px}}.chore-grid.chore-grid--33.seasonal-grid.chore-name{margin:10px 10px 0;font-size:16px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}.hero-haul-away.l-small{height:400px}@media (max-width: 768px){.hero-haul-away.l-small{height:340px}}.hero-organization.l-small{background:url("/images/categories/organization-landing-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-organization.l-small{height:340px}}.cl-category-container.cl-small-container.l-organization{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-organization{height:240px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-organization h2{font-size:20px}}.l-main-headline.category-landing-headline.l-small.l-small-organization{font-size:26px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-organization{font-size:19px}}.hero-cleaning.l-small{background:url("/images/categories/takl/takl-cleaning-1.jpg");z-index:998;background-position-y:0px;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-cleaning.l-small{height:340px;background-position-x:30%;background-position-y:20px}}img.cleaning-gif{width:600px;margin:auto;display:block;border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);margin-bottom:40px}@media (max-width: 768px){img.cleaning-gif{width:100%;margin-bottom:25px}}img.mockup-web.cleaning-landing{margin-bottom:10px;border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);width:100%}.mockup-container.cleaning-landing{border-bottom:none;left:0px}.cl-category-container.cl-small-container.l-cleaning-container{height:235px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-cleaning-container{height:290px}}.cl-category-container.cl-small-container.l-cleaning-container h2{font-size:22px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-cleaning-container h2{font-size:20px}}.l-main-headline.category-landing-headline.l-small.l-small-cleaning{font-size:26px;margin-top:140px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-cleaning{font-size:20px;margin-top:80px}}.hero-handyman.l-small{background:url("/images/categories/handyman/handyman-services-near-me-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-handyman.l-small{height:340px}}.cl-category-container.cl-small-container.l-handyman-container h2{font-size:24px}.cl-category-container.cl-small-container.l-handyman-container{height:225px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-handyman-container{height:335px}}.l-main-headline.category-landing-headline.l-small.l-small-handyman{font-size:28px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-handyman{font-size:20px}}.hero-lawn.l-small{background:url("/images/categories/takl/takl-lawn-1.jpg");z-index:998;background-position-y:0px;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:550px}@media (max-width: 768px){.hero-lawn.l-small{height:340px;background-position-x:-200px;background-position-y:20px}}.l-main-headline.category-landing-headline.l-small.l-small-lawn{font-size:26px;margin-top:220px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-lawn{font-size:21px;margin-top:110px}}.cl-category-container.cl-small-container.l-lawn-container{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-lawn-container{height:325px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-lawn-container h2{font-size:25px}}.hero-leaf-raking.l-small{background:url("/images/categories/leaf-raking-header-bg.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-leaf-raking.l-small{height:340px}}.l-main-headline.category-landing-headline.l-small.l-small-leaf{font-size:24px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-leaf{font-size:21px}}.cl-category-container.cl-small-container.l-lawn-container{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-lawn-container{height:325px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-lawn-container h2{font-size:25px}}.l-main-headline.category-landing-headline.l-small.l-small-painting{font-size:26px;margin-top:140px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-painting{font-size:20px;margin-top:80px}}.hero-painting.l-small{background:url("/images/categories/takl/takl-painting-3.jpg");z-index:998;background-position-y:70%;background-position-x:10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-painting.l-small{height:340px;background-position-y:0px;background-position-x:50%}}.cl-category-container.cl-small-container.l-painting-container{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-painting-container{height:280px}}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-small-container.l-painting-container{height:275px}}.cl-category-container.cl-small-container.l-painting-container h2{font-size:26px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-painting-container h2{font-size:24px}}.hero-tech.l-small{background:url("/images/categories/takl/takl-tv-mount-6.jpg");z-index:998;background-position-y:20%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-tech.l-small{height:340px;background-position-y:0px;background-position-x:20%}}.l-main-headline.category-landing-headline.l-small.l-small-tech{font-size:26px;margin-top:150px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-tech{font-size:22px;margin-top:90px}}.cl-category-container.cl-small-container.l-tech-container{height:200px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-tech-container{height:270px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-tech-container h2{font-size:24px}}.hero-assembly.l-small{background:url("/images/categories/assembly-header-bg.jpg");z-index:998;background-position-y:10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-assembly.l-small{height:340px;background-position-x:100%;background-position-y:20%}}.l-main-headline.category-landing-headline.l-small.l-small-assembly{font-size:24px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-assembly{font-size:22px;margin-top:60px}}.cl-category-container.cl-small-container.l-assembly-container h2{font-size:26px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-assembly-container h2{font-size:24px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-assembly-container{height:270px}}.hero-auto.l-small{background:url("/images/categories/auto/mobile-car-wash-near-me-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-auto.l-small{height:340px}}h1.l-main-headline.category-landing-headline.l-small.l-small-auto{font-size:23px}@media (max-width: 768px){h1.l-main-headline.category-landing-headline.l-small.l-small-auto{font-size:20px}}.cl-category-container.cl-small-container.l-auto-container h2{font-size:26px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-auto-container h2{font-size:19px}}.cl-category-container.cl-small-container.l-auto-container{height:240px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-auto-container{height:270px}}.hero-moving.l-small{background:url("/images/categories/same-site-moving-header-bg.jpg");z-index:998;background-position-y:10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-moving.l-small{height:340px;background-position-y:100%}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-same-site-moving h2{font-size:20px}}.cl-category-container.cl-small-container.l-same-site-moving{height:250px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-same-site-moving{height:320px}}.l-main-headline.category-landing-headline.l-small.l-small-moving{font-size:26px;margin-top:50px}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-moving{font-size:21px;margin-top:80px}}.l-main-headline.category-landing-headline.l-small.l-small-auto{font-size:26px}@media (min-width: 769px) and (max-width: 1080px){.l-main-headline.category-landing-headline.l-small.l-small-auto{font-size:26px}}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-auto{font-size:20px}}.cl-category-container.cl-small-container.l-auto-container h2{font-size:26px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-auto-container h2{font-size:19px}}.cl-category-container.cl-small-container.l-auto-container{height:240px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-auto-container{height:260px}}.hero-delivery.l-small{background:url("/images/categories/takl/takl-delivery-1.jpg");z-index:998;background-position-y:10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-delivery.l-small{height:340px;background-position-x:40%}}.l-main-headline.category-landing-headline.l-small.l-small-delivery{font-size:26px}@media (min-width: 769px) and (max-width: 1080px){.l-main-headline.category-landing-headline.l-small.l-small-delivery{font-size:26px}}@media (max-width: 768px){.l-main-headline.category-landing-headline.l-small.l-small-delivery{font-size:20px}}.landing-panel.panel-grey.panel-delivery-2{padding-bottom:0px}.cl-category-container.cl-small-container.l-delivery-container h2{font-size:28px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-small-container.l-delivery-container h2{font-size:24px}}@media (max-width: 768px){.cl-category-container.cl-small-container.l-delivery-container h2{font-size:20px}}.cl-category-container.cl-small-container.l-delivery-container{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-delivery-container{height:245px}}h1.l-main-headline.category-landing-headline.l-small.l-small-delivery{font-size:24px;margin-top:155px}@media (max-width: 768px){h1.l-main-headline.category-landing-headline.l-small.l-small-delivery{font-size:17px;margin-top:100px}}.hero-courier.l-small{background:url("/images/categories/courier-header-bg.jpg");z-index:998;background-position-y:30%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-courier.l-small{height:340px;background-position-x:40%}}h1.l-main-headline.category-landing-headline.l-small.l-small-courier{font-size:35px;margin-top:145px}@media (max-width: 768px){h1.l-main-headline.category-landing-headline.l-small.l-small-courier{font-size:28px;margin-top:90px}}.cl-category-container.cl-small-container.l-courier-container{height:230px}@media (max-width: 768px){.cl-category-container.cl-small-container.l-courier-container{height:290px}}.cl-category-container h2{color:#1d4959}

@media (max-width: 768px){.choose-takl{margin:auto;display:block;text-align:center}}.choose-takl-panel{width:95%;display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:20px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding:20px 30px 20px 30px;height:140px;margin-left:3%}@media (min-width: 769px) and (max-width: 1080px){.choose-takl-panel{padding:10px 20px 10px 20px;width:500px;height:180px;margin-left:40px}}@media (max-width: 768px){.choose-takl-panel{display:block;margin:auto;margin-bottom:20px;margin-left:3%;height:250px;text-align:center;padding:20px 10px 20px 10px}}.landing-panel-choose-takl{height:600px;background-color:#f6f6f6}@media (min-width: 769px) and (max-width: 1080px){.landing-panel-choose-takl{height:700px}}@media (max-width: 768px){.landing-panel-choose-takl{height:1510px;margin:auto;display:block;margin-top:-15px;text-align:center}}.choose-takl-flex{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}img.choose-takl-clock{height:65px;margin-left:20px;margin-top:20px}@media (max-width: 768px){img.choose-takl-clock{display:block;margin:auto;position:relative;left:-10px}}img.choose-takl-shield{width:60px;margin-top:15px;margin-left:20px}@media (max-width: 768px){img.choose-takl-shield{width:65px;display:block;margin:auto;position:relative;left:-10px}}img.choose-takl-pricing{width:75px;margin-left:10px;margin-top:10px}@media (max-width: 768px){img.choose-takl-pricing{width:80px;display:block;margin:auto;position:relative;left:-10px}}h3.choose-takl-headline{font-size:1.4em;color:#31c8c0;margin-bottom:5px;font-family:"AvenirLTStd-Roman";text-align:left}@media (min-width: 769px) and (max-width: 1080px){h3.choose-takl-headline{font-size:1.2em}}@media (max-width: 768px){h3.choose-takl-headline{font-size:1.2em;text-align:center}}.choose-takl-div{margin-left:30px;text-align:left;max-width:320px}@media (max-width: 768px){.choose-takl-div{margin-left:0px}}p.choose-takl-content{margin:0px;text-align:left;line-height:1.4;max-width:320px}@media (max-width: 768px){p.choose-takl-content{text-align:center;font-size:15px;margin:auto;display:block}}h2.choose-takl-header{font-size:1.7em;text-align:center;margin-bottom:10px;margin-left:0px;width:100%}@media (min-width: 769px) and (max-width: 1080px){h2.choose-takl-header{margin-left:15%}}.content.choose-takl-content{margin-left:-20px}@media (max-width: 768px){.content.choose-takl-content{text-align:center}}

@media (max-width: 768px){.chore-grid__chore:hover{transform:none}}@media (min-width: 769px){.chore-grid__chore--full-width{-ms-flex:0 1 100% !important;flex:0 1 100% !important;display:-ms-flexbox;display:flex}.chore-grid__chore--full-width .chore-grid-image{-ms-flex:1;flex:1}.chore-grid__chore--full-width .chore-name{margin:0;width:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:column;flex-flow:column}}.chore-grid{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex}@media (max-width: 768px){.chore-grid{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}@media (max-width: 768px){.chore-grid__chore{width:100%}}.chore-grid.services-disclaimer:after{content:'Prices will vary by region and are subject to change without notice. Not all services available in all areas.';text-align:center;font-size:12px}.chore-grid:after{content:'';text-align:center;font-size:12px}.chore-grid__chore{-ms-flex:0 1 32%;flex:0 1 32%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid__chore img{height:220px;max-width:400px}.chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid__chore .chore-name{font-size:16px}}.chore-grid__chore .chore-description{font-size:16px}.chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--20 .chore-grid__chore{-ms-flex:0 1 20%;flex:0 1 20%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--20 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--20 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--20 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--20 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--25 .chore-grid__chore{-ms-flex:0 1 24%;flex:0 1 24%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--25 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--25 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--25 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--25 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--50 .chore-grid__chore{-ms-flex:0 1 49%;flex:0 1 49%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--50 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--50 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--50 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--50 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--100 .chore-grid__chore{-ms-flex:0 1 100%;flex:0 1 100%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--100 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--100 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--100 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--100 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--skinny{width:768px;margin:auto}@media (max-width: 768px){.chore-grid--skinny{width:auto}}.chore-grid--large-type .chore-name{color:#1d4959;font-size:26px !important}.chore-grid--large-type .chore-description{color:inherit;font-family:'AvenirLTStd-Book'}a.pricing-link-grid{-ms-flex:0 1 32%;flex:0 1 32%;margin-bottom:0;text-align:center;text-decoration:none}@media (max-width: 768px){a.pricing-link-grid{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto;margin:auto;display:block}}@media (max-width: 768px){.chore-grid__chore{width:96%;margin-left:2%}}.chore-grid-price-right{background-color:#fff;width:160px;position:absolute;bottom:5px;right:0;text-align:center;border-bottom-left-radius:8px;border-top-left-radius:8px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);height:55px}p.starting-at{font-size:14px;line-height:1;color:#222;padding:0px;margin:5px 0px 0px 0px;padding-top:5px}h3.starting-at-price{font-family:"AvenirLTStd-Heavy";color:#31c854;font-size:24px;margin:0;margin-top:-5px}.chore-grid__chore:hover .chore-name{color:#31c8c0;transition:all 0.8s ease}span.disclaimer{font-size:13px;vertical-align:super}p.chore-grid-disclaimer-2{font-size:12px;text-align:center;margin:auto;display:block;line-height:1.4;margin-bottom:10px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.ps-sign-up-btn-cities{height:65px;width:320px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:0;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:19px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border:none}.cities-phone-walkthrough{width:300px;height:auto;position:relative;top:5px}@media (max-width: 768px){.cities-phone-walkthrough{top:15px}}.sms-label-apply.cities{color:#fff;text-align:center;margin-top:5px;margin-bottom:0}.form-sms.home.bottom.navy{box-shadow:none}.sms-label.cities{color:#fff;margin-bottom:5px}@media (min-width: 769px) and (max-width: 1080px){.sms-label.cities{font-size:0.8em;text-align:center;position:relative;left:0}}.landing-panel.download-sms-panel-home.cities-panel{padding:0}.download-sms-panel-headline-cities{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.3em;color:#fff;position:relative;top:15px;max-width:400px;line-height:1.4;left:15%}@media (max-width: 768px){.download-sms-panel-headline-cities{font-size:1.1em;top:0}}@media (min-width: 769px) and (max-width: 1080px){.download-sms-panel-headline-cities{font-size:1.3em}}a.view-all-cities{font-size:1.2em;font-family:'AvenirLTStd-Book';text-align:center;color:#fff;text-decoration:underline}.animated-phone-section{max-height:489px}.cities-walkthrough-video{width:226px;top:-402px;position:relative;left:0}@media (max-width: 768px){.cities-walkthrough-video{top:-392px}}@media (min-width: 769px) and (max-width: 1080px){.cities-walkthrough-video{left:9px}}@media (min-width: 561px) and (max-width: 767px){.cities-walkthrough-video{left:-267px;top:15px}}.ps-sign-up-btn-cities:hover{background-color:#39d6ce;transform:translateY(-2px)}.cities-provider-cta{font-size:1.4em;color:#222;text-align:center;padding-top:10px}h3.cities-work{font-family:'AvenirLTStd-Roman';font-weight:normal}h1.cities-main-headline{font-family:'AvenirLTStd-Heavy';text-shadow:2px 2px 6px rgba(0,0,0,0.23);font-weight:normal;color:#fff;line-height:1.5;margin-top:75px;font-size:32px}@media (min-width: 769px) and (max-width: 1080px){h1.cities-main-headline{margin-top:85px;font-size:1.8em}}@media (max-width: 768px){h1.cities-main-headline{font-size:1.6em;line-height:1.2;margin-top:43px}}p.cities-confirm{margin-top:10px;font-size:1em}.current-areas{font-family:'AvenirLTStd-Book';font-weight:normal;text-align:center;margin-bottom:40px}@media (max-width: 768px){.current-areas{margin-bottom:15px}}.current-areas:after{content:'';display:block;border:1px solid #eee;width:240px;text-align:center;margin:0 auto}.city-header-bg h1:after{content:'';display:block;border:1px solid #31c8c0;width:50%;max-width:500px;text-align:center;margin:0 auto;margin-bottom:5px;margin-top:-15px}@media (max-width: 768px){.city-header-bg h1:after{margin-top:0px;width:60%}}h4.state-name{font-size:20px;font-family:'AvenirLTStd-Medium';font-weight:normal;border-bottom:2px solid #eee;display:inline;color:#31c8c0}@media (max-width: 768px){h4.state-name{font-size:19px}}@media (max-width: 768px){.grid-cities{text-align:center}}p.town-name{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.2em;text-align:center}@media (max-width: 768px){p.town-name{font-size:1em}}@media (max-width: 768px){.towns-col-last{text-align:center}}.landing-panel.cities-bg{margin-top:70px;padding:0;height:200px;background-repeat:no-repeat;background-position:center;line-height:220px;width:100%;background:url("/images/cities/city-header-2.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;box-shadow:0 4px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.04);border-bottom-left-radius:140% 120px;border-bottom-right-radius:140% 120px}@media (max-width: 768px){.landing-panel.cities-bg{height:140px;margin-top:60px;border-bottom-left-radius:250% 95px;border-bottom-right-radius:250% 95px}}img.city-map{border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);width:100%;max-width:500px;margin:3% auto 30px 15%}@media (max-width: 768px){img.city-map{margin-left:0;margin-bottom:0}}.cities-phone{width:300px;position:relative;top:5px}@media (max-width: 768px){.cities-phone{width:270px;top:15px}}@media (max-width: 768px){.cities-phone.choose{top:16px}}.boxed.tri-column-column p.cities-category{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.1em}.grid.cities-grid{padding-bottom:40px}.grid.grid-full-width{max-width:4000px}h2.map-headline{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.3em;text-align:center;margin:35px 0 0 100px}@media (min-width: 769px) and (max-width: 1080px){h2.map-headline{margin-left:0;position:relative;left:65px}}@media (max-width: 768px){h2.map-headline{margin-left:0;font-size:1.3em}}span.download-app-cities{font-family:'AvenirLTStd-Book';font-weight:normal;color:#fff;font-size:1.3em;line-height:1.3em;max-width:455px;padding:0;margin-top:0}@media (max-width: 768px){span.download-app-cities{margin-bottom:20px}}h2.towns-headline{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.7em;text-align:center;display:inline-block;padding-top:30px;width:100%}@media (max-width: 768px){h2.towns-headline{font-size:18px;line-height:1.4}}h2.towns-headline:after{content:'';display:block;border:1px solid #f7f7f7;width:450px;text-align:center;margin:0 auto}@media (max-width: 768px){h2.towns-headline:after{width:100%}}.grid.city-panel{border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin:50px 0;padding:50px 60px 20px 80px;background-color:#fff;border:1px solid #f7f7f7;width:60%;margin:0 auto;max-width:400px;border:1px solid #f7f7f7}@media (max-width: 768px){.grid.city-panel{width:90%;padding:20px 30px}}@media (min-width: 769px) and (max-width: 1080px){.grid.city-panel{max-width:600px;width:100%}}@media (min-width: 561px) and (max-width: 767px){.grid.city-panel{max-width:700px}}.cities-on-demand{font-size:1.5em;font-weight:normal;font-family:'AvenirLTStd-Book';line-height:1.3}@media (max-width: 768px){.cities-on-demand{font-size:1.4em;padding:0 15px;margin-top:0}}.cities-go-to{font-size:1.5em;font-weight:normal;font-family:'AvenirLTStd-Book';line-height:1.3}@media (max-width: 768px){.cities-go-to{font-size:1.2em;padding:0 15px;margin-top:0}}img.cities-flex-phone.categories-phone{top:5px}@media (max-width: 768px){img.cities-flex-phone.categories-phone{top:16px}}img.cities-flex-phone.time{bottom:10px}@media (max-width: 768px){img.cities-flex-phone.time{top:16px}}.city-panel-confirm{border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin:50px 0;padding:20px 40px;background-color:#fff;border:1px solid #f7f7f7;margin:0 auto;text-align:justify;margin-top:115px;font-size:1em;line-height:1.5;border:1px solid #f7f7f7}@media (min-width: 769px) and (max-width: 1080px){.city-panel-confirm{left:40px;position:relative}}@media (max-width: 768px){.city-panel-confirm{position:relative;margin-top:10px}}.landing-panel.cities-top-app{padding:10px 0 5px}.panel-cities-time{height:550px}@media (max-width: 768px){.panel-cities-time{height:721px}}.cities-top-app-head{font-family:'AvenirLTStd-Book';font-weight:normal;color:#fff;font-size:1.3em;margin-top:-2px;max-width:400px}.store-link.cities-app-badge img{width:120px;height:auto}.landing-panel.cities-app-top{margin-top:0;background-color:#31c8c0;padding:8px 0 3px}.city-panel-flex{border-radius:2px;padding-bottom:30px;box-shadow:0 10px 40px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);margin:50px 0;padding:20px 50px;background-color:#fff;margin:0 auto;text-align:justify;margin-top:125px}@media (max-width: 768px){.city-panel-flex{padding:20px 40px}}.cities-flex-phone{width:270px;height:auto;position:relative;top:5px;padding-top:40px}@media (max-width: 768px){.cities-flex-phone{width:240px;top:15px;padding-top:10px}}h2.cities-headline-check{line-height:1.4;text-align:center;color:#222}@media (max-width: 768px){h2.cities-headline-check{padding:5px 30px 5px 30px;font-size:22px}}p.cities-content{font-size:16px;line-height:1.6;margin-top:10px;color:#222}h2.city-panel-flex-headline{font-size:24px;margin-bottom:0;color:#31c8c0;font-weight:normal;font-family:"AvenirLTStd-Roman"}@media (min-width: 769px) and (max-width: 1080px){h2.city-panel-flex-headline{font-size:1em;text-align:left}}@media (max-width: 768px){h2.city-panel-flex-headline{font-size:24px;text-align:center}}.city-panel-confirm-headline{font-size:24px;font-family:"AvenirLTStd-Roman";font-weight:normal;color:#31c8c0;margin-bottom:0}@media (min-width: 769px) and (max-width: 1080px){.city-panel-confirm-headline{font-size:1.2em}}@media (max-width: 768px){.city-panel-confirm-headline{font-size:24px;text-align:center}}h2.city-panel-flex-headline:after{content:'';display:block;border:1px solid #f6f6f6;width:100%;text-align:center;margin:0 auto}.city-panel-confirm-headline:after{content:'';display:block;border:1px solid #f6f6f6;width:100%;text-align:center;margin:0 auto}p.cities-about-content{font-family:'AvenirLTStd-Book';font-weight:normal;line-height:1.6;font-size:16px;text-align:justify;color:#333}@media (max-width: 768px){p.cities-about-content{text-align:justify}}h2.cities-about-head{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.6em;text-align:center;margin-top:0}h2.cities-about-head:after{content:'';display:block;border:1px solid #31c8c0;width:150px;text-align:center;margin:0 auto}a.city-name-link{color:#222;text-decoration:none}a.city-name-link:hover{color:#31c8c0}h4.view-all-cities{text-align:center;font-size:20px;font-family:'AvenirLTStd-Roman';font-weight:normal}h4.view-all-cities a{color:#fff;text-decoration:none;border-bottom:1px solid white;display:inline}.city-header-bg{margin-top:0;padding:0;height:300px;background-repeat:no-repeat;background-position:center;line-height:1.4;border-bottom-left-radius:140% 120px;border-bottom-right-radius:140% 120px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);z-index:1}@media (max-width: 768px){.city-header-bg{padding:0;height:180px;background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0;border-bottom-left-radius:250% 95px;border-bottom-right-radius:250% 95px}}@media (min-width: 561px) and (max-width: 767px){.city-header-bg{height:215px}}.city-header-bg.standard-header{background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.city-header-bg-overlay{background-color:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%;position:relative;z-index:1;border-bottom-left-radius:140% 120px;border-bottom-right-radius:140% 120px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05)}@media (max-width: 768px){.city-header-bg-overlay{border-bottom-left-radius:250% 95px;border-bottom-right-radius:250% 95px}}.landing-panel.panel-cities-sms-top{padding-top:10px}.city-header-phone{position:relative;left:75%;top:280px}@media (min-width: 769px) and (max-width: 1080px){.city-header-phone{left:82%;top:285px}}@media (max-width: 768px){.city-header-phone{display:none}}@media (min-width: 561px) and (max-width: 767px){.city-header-phone{top:400px}}.city-header-phone img{position:absolute;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));height:35vh}@media (max-width: 768px){.city-header-phone img{height:15vh;left:5%;top:145px}}@media (min-width: 769px) and (max-width: 1080px){.city-header-phone img{height:33vh}}@media (min-width: 561px) and (max-width: 767px){.city-header-phone img{height:25vh}}.cities-bg-overlay{background-color:rgba(0,0,0,0.1);top:0;left:0;width:100%;height:100%;position:relative;z-index:1;border-bottom-left-radius:140% 120px;border-bottom-right-radius:140% 120px}.city-header-bg-overlay-check{background:url("/images/cities/.png") repeat;top:0;left:0;width:100%;height:100%;position:relative;z-index:1}.city-header-bg h1{font-family:'AvenirLTStd-Heavy';font-size:65px;font-weight:normal;text-align:center;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:0px;margin-top:70px}@media (max-width: 768px){.city-header-bg h1{font-size:7vw;margin-top:65px;line-height:1.1;margin-bottom:10px}}a.city-category-link{display:-ms-flexbox;display:flex;padding-top:10px;background:#fff;padding-bottom:0;-ms-flex:1;flex:1;text-align:center;color:#222;text-decoration:none;margin-left:0;margin-right:5px}@media (max-width: 768px){a.city-category-link{width:90%}}a.city-category-link:hover{color:#31c8c0}.main-content.cities-content{margin-top:60px}@media (max-width: 768px){.main-content.cities-content{margin-top:30px}}.cities-headline-order{font-size:24px;font-family:'AvenirLTStd-Medium';text-align:center;line-height:1.4;max-width:500px;margin:auto;display:block;margin-bottom:20px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);color:#fff;font-weight:normal;margin-top:10px}@media (max-width: 768px){.cities-headline-order{font-size:18px;margin-bottom:10px;padding:0px 30px 5px 30px}}@media (min-width: 561px) and (max-width: 767px){.cities-headline-order{font-size:22px}}.cities-headline-order span{font-family:"AvenirLTStd-Heavy";color:#fff}.cities-cta-top{margin-bottom:0}.landing-panel.panel-cities-sms{height:240px;padding-top:35px;padding-bottom:10px}h3.cities-download-headline{text-align:center;font-size:22px;margin:auto;display:block;margin-bottom:20px}img.cities-download-badge{width:130px}h3.cities-headline-mobile{text-align:center;font-weight:normal;font-family:"AvenirLTStd-Book";margin:auto auto 5px;max-width:400px;display:block}@media (max-width: 768px){h3.cities-headline-mobile{font-size:17px;line-height:1.4;padding:5px 0 0}}@media (max-width: 768px){.landing-panel.panel-cities-cta{padding:10px}}@media (max-width: 768px){.landing-panel.panel-home-provider.cities-provider{height:255px}}h3.home-download-headline-cities{text-align:center;font-size:24px;margin:auto;display:block;margin-bottom:5px;line-height:1.4;font-family:"AvenirLTStd-Roman";color:#222}.landing-panel.panel-cities-cta.desktop-only{margin:0;padding:5px 5px 0px 10px;margin-top:10px}.landing-panel.panel-cities-cta{margin-bottom:0px}.cities-download-badges p{text-align:center;color:#222;font-weight:normal;padding:0px 20px;font-family:"AvenirLTStd-Roman";font-size:18px;line-height:1.4;margin-top:15px;margin-bottom:5px}.cities-download-badges{margin-bottom:10px}.grid.grid-cities-header{padding-left:0px;padding-right:0px}img.cities-download-badge{width:auto;height:30px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}#header-fixed-city-landing{position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#1d4959;margin-top:0}.header-row-city-landing{height:60px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}img.header-logo-city-landing{text-align:center;display:block;width:90px;height:auto;margin:auto}.cl-headline{margin-top:10px}.cl-headline-assembly{color:#fff;font-size:42px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;max-width:800px;font-weight:normal;line-height:1.4;margin-top:20px;font-family:"AvenirLTStd-Roman"}@media (min-width: 769px) and (max-width: 1080px){.cl-headline-assembly{font-size:40px}}@media (max-width: 768px){.cl-headline-assembly{font-size:28px;margin-top:20px;padding-left:10px;padding-right:10px}}@media (max-width: 768px){.cl-headline-assembly.cl-headline-nyc{font-size:28px;margin-top:20px;padding-left:45px;padding-right:45px}}.cl-headline-2{text-align:center;color:#fff;font-weight:normal;max-width:450px;font-size:18px;line-height:1.4}.category-landing-btn.cl-btn{margin-top:15px}.hero-assembly.cl-assembly{height:300px}.cl-how-it-works{text-align:center;color:#1d4959}.cl-how-it-works-container p{font-size:20px}@media (max-width: 768px){.hero-assembly.cl-assembly{height:180px}}ul.cl-list ol{line-height:1.4}.cl-how-it-works-container{padding-bottom:30px}.circle-numbered-list li:before{content:counter(myCounter);counter-increment:myCounter;position:absolute;top:0;left:0;width:30px;height:30px;line-height:32px;padding:0;color:#fff;background-color:#1d4959;font-weight:normal;text-align:center;border-radius:50%;z-index:1;text-shadow:none;-webkit-transition:all 0.3s ease-in-out;box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:all 0.3s ease-in-out}.circle-numbered-list li{position:relative;padding-left:2.75em;margin:0.5em 0;list-style:none;line-height:1.4;transition:all 0.2s ease-in-out;margin-top:20px;margin-bottom:20px}.circle-numbered-list ol{counter-reset:myCounter;margin-left:0;padding-left:5px}ul.cl-different li:before{background-image:url("/images/taklcheck.png");display:inline-block;content:"";background-repeat:no-repeat;margin-bottom:10px;background-size:100%;width:25px;height:25px;float:left;margin-top:10px;margin-right:20px}ul.cl-different{line-height:1.4;text-align:left;float:right;width:450px}.main-content.landing-main.cl-main{margin-top:50px}.cl-category-container{margin-bottom:20px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding:40px 35px;height:230px;margin-top:0}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container{height:245px}}@media (max-width: 768px){.cl-category-container{height:405px;padding-top:20px;margin-top:-30px;margin-bottom:30px;width:100%}}@media (min-width: 769px) and (max-width: 1080px){.home-btn-container.cl-btn{font-size:18px}}.cl-category-container p{line-height:1.5;margin-top:5px}.cl-category-container h2{margin-bottom:0;color:#1d4959;line-height:1.5}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container h2{font-size:22px}}@media (max-width: 768px){.cl-category-container h2{font-size:24px}}.landing-panel.cl-different-panel{background-color:#fff;padding:45px 0}.cl-different-container h2{text-align:center;color:#1d4959}.category-landing-container.cl-container{width:100%}@media (min-width: 769px) and (max-width: 1080px){.cl-different-container{padding:10px}}.chore-examples-container.chore-examples.takl-check-list.cl-different-list{width:100%}.cl-different-container p{line-height:1.4}.chore-examples-container.chore-examples.cl-different-list li{line-height:1.4;text-align:left;font-size:17px;text-align:justify}@media (max-width: 768px){.chore-examples-container.chore-examples.cl-different-list li{text-align:left}}.takl-check-list.cl-different-check-list li{background-size:25px}img.mockup-web{width:90%;margin:auto;display:block}@media (max-width: 768px){img.mockup-web{width:100%}}.mockup-container{border-bottom:2px solid #f7f7f7;width:100%;position:relative;top:15px;left:40px}@media (min-width: 769px) and (max-width: 1080px){.mockup-container{left:0}}@media (max-width: 768px){.mockup-container{top:10px;left:0}}.mockup-container h2{text-align:center}.store-link img.cl-download-badge{height:35px}div.cl-or-download>p{color:#222;text-align:center;margin-bottom:5px;margin-top:-10px}div.cl-or-download-top>p{color:#222;text-align:center;margin-bottom:5px;margin-top:10px}.cl-download-media-div{position:relative;top:30px;margin-bottom:30px}@media (max-width: 768px){.cl-download-media-div{margin-bottom:30px}}.landing-panel.panel-grey.cl-testimonial{margin-bottom:40px}@media (max-width: 768px){.landing-panel.panel-grey.cl-testimonial{margin-bottom:565px;padding-top:40px;padding-bottom:10px}}.cl-stars{width:270px;margin:auto;display:block}@media (max-width: 768px){.cl-stars{width:180px}}.landing-testimonial-headline.cl-testimonial{font-family:"AvenirLTStd-Book";max-width:600px;margin:auto;display:block;padding:10px}h2.cl-testimonial-headline{text-align:center;margin:auto;display:block;margin-bottom:15px;color:#1d4959;padding-left:10px;padding-right:10px;font-weight:normal;font-family:"AvenirLTStd-Heavy"}@media (max-width: 768px){h2.cl-testimonial-headline{font-size:18px}}p.cl-disclaimer{font-size:10px;text-align:center}@media (max-width: 768px){.download-icons.home-icons.cl-icons-container{display:block}}@media (min-width: 768px){.download-icons.home-icons.cl-icons-container{display:none}}.hero-lawn.cl-lawn{height:300px;width:100%;background:url("/images/categories/lawn/lawn-services-near-me-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.cl-category-container.cl-lawn-cat-container h2{font-size:26px}.cl-category-container.cl-lawn-cat-container{height:275px}@media (max-width: 768px){.cl-category-container.cl-lawn-cat-container{height:450px}}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-lawn-cat-container{height:300px}}a.home-btn-container.cl-btn.cl-lawn-btn{width:260px}.hero-junk-removal.cl-junk-removal{height:300px;width:100%;background:url("/images/categories/junk-removal-organization/junk-removal-header.jpg");z-index:998;background-position-y:60%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.cl-category-container.cl-cleaning-container{height:275px}@media (min-width: 769px) and (max-width: 1080px){.cl-category-container.cl-cleaning-container{height:320px}}@media (max-width: 768px){.cl-category-container.cl-cleaning-container{height:405px}}.cl-category-container.cl-cleaning-container h2{font-size:28px}@media (max-width: 768px){.cl-category-container.cl-cleaning-container h2{font-size:20px}}.hero-cleaning.cl-cleaning{background:url("/images/categories/takl/takl-cleaning-1.jpg");z-index:998;background-position-y:-50px;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px}@media (max-width: 768px){.hero-cleaning.cl-cleaning{height:220px;background-position-x:30%;background-position-y:0px}}@media (max-width: 768px){.cl-category-container.cl-handyman{height:420px}}h1.headline-nm{color:#fff;font-size:42px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;max-width:800px;font-weight:normal;line-height:1.4;font-family:"AvenirLTStd-Roman"}@media (max-width: 768px){h1.headline-nm{font-size:28px;margin-top:10px}}.cl-category-container.cl-container-assembly-nm{height:260px}@media (max-width: 768px){.cl-category-container.cl-container-assembly-nm{height:420px}}h1.cl-headline-assembly.cl-headline.cl-assembly-nm{margin-top:10px}@media (max-width: 768px){h1.cl-headline-assembly.cl-headline.cl-assembly-nm{margin-top:25px}}h1.cl-headline-assembly.cl-headline.handyman-nm{margin-top:10px}@media (max-width: 768px){h1.cl-headline-assembly.cl-headline.handyman-nm{margin-top:20px}}@media (max-width: 768px){.hero-junk-removal.cl-junk-removal.hero-nm{height:180px}}@media (max-width: 768px){.hero-lawn.cl-lawn.hero-nm{height:180px}}@media (max-width: 768px){.cl-category-container.cl-lawn-cat-container.cl-nm{height:460px}}.or-download-landing.cities{color:#222;text-shadow:none}


html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-cleaning{height:500px;width:100%;background:url("/images/categories/cleaning/cleaning-services-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-cleaning{height:400px}}h3.cleaning-testimonial-headline{margin-top:20px}.download-cleaning-headline{margin-left:5%}.cleaning-btn{height:70px;width:320px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}@media (max-width: 768px){.cleaning-btn{height:60px;width:280px;font-size:18px}}.cleaning-btn-2{height:70px;width:280px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px;margin-top:-10px}.panel-no-pad.landing-panel{padding:0px}.cleaning-grid-pad{padding-left:20px;padding-right:20px}.cleaning-icon{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));height:80px}.cleaning-grid-header{font-family:'AvenirLTStd-Roman';text-align:center;font-size:25px;font-weight:normal}@media (max-width: 768px){.cleaning-grid-header{font-size:20px}}.cleaning-grid{padding-top:40px;padding-bottom:40px;background-color:#fff}.landing-panel__content_cleaning{max-width:800px;margin-left:auto;font-family:'AvenirLTStd-Roman';margin-right:auto}.cleaning-box-icon{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;padding-top:35px;background:#fff;padding-bottom:70px;margin-bottom:30px;border-radius:2px;text-align:center;height:190px}.cleaning-box-icon:hover{transition:all 0.7s ease;transform:scale(1.09)}.cleaning-box-p{font-family:'AvenirLTStd-Roman'}.download-cleaning-top{padding-top:40px;padding-bottom:40px}@media (max-width: 768px){.download-cleaning-top{padding-top:40px;padding-bottom:0px}}.download-cleaning{padding-top:50px;padding-bottom:50px}.download-cleaning-headline{font-size:1.5em;margin-left:5%;color:#333}@media (max-width: 768px){.download-cleaning-headline{font-size:1.3em;margin-top:-20px;text-align:center}}.cleaning-top{text-align:center}.cleaning-top-testimonial{margin-top:30px;text-align:center}.cleaning-phone{width:280px;margin-left:auto 0;margin-bottom:-5px}.cleaning-header-2{font-size:1.4em}.cleaning-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.cleaning-btn-2:hover{background-color:#39d6ce;transform:translateY(-2px)}.steps-rebate ol{counter-reset:item;margin:0;padding-left:0}.steps-rebate ol>li{counter-increment:item;list-style:none inside;margin:40px 0;overflow:hidden;font-size:17px !important;line-height:1.4;text-align:justify}.steps-rebate ol>li:before{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2.1em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left}.testimonial-panel-cleaning{padding-top:30px;padding-bottom:80px}.testimonials-cleaning{background-color:#fff;border-radius:0px;padding:30px;box-shadow:0px 13px 20px 0px rgba(0,0,0,0.11);height:280px;font-size:15px}.bubble-cleaning{-webkit-font-smoothing:antialiased;position:relative;width:100%;height:275px;color:#1d4959;padding:30px;z-index:2;background:#ffffff;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.02),0 1px 20px rgba(0,0,0,0.04)}.content-bubble-cleaning{font-family:'AvenirLTStd-Book';font-size:18px;line-height:24px;color:#333}img.cleaning-testimonial{width:100%;margin-left:10%}@media (max-width: 768px){img.cleaning-testimonial{margin-left:5px}}.video-pad{padding-bottom:70px;padding-top:60px}body>div.landing-panel.panel-no-pad.panel-grey>div>div:nth-child(2)>div>h3{margin-top:30%;font-family:'AvenirLTStd-Roman';color:#333;text-align:center;margin-bottom:0px;margin-top:20%}.testimonial-header{text-align:center;font-family:'AvenirLTStd-Roman';font-size:32px;color:#1d4959}.bubble-cleaning:before{content:"\201C";font-family:Georgia, serif;font-size:145px;font-weight:bold;color:#f7f7f7;position:absolute;left:5px;top:-28px;z-index:-2}.bubble-cleaning:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:16%}.icon-cleaning{width:45px;position:absolute;margin-top:-12px;-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1));border-radius:50px}.user-cleaning{position:absolute;bottom:-35px;margin-left:2%;font-family:'AvenirLTStd-Book';font-size:18px;color:#1d4959;display:inline-block}.name-cleaning{position:absolute;margin-left:55px;width:200px;text-shadow:0px 2px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.boxed-round{margin-left:0;margin-bottom:40px}.provider-info{text-align:center}.bubble.right-bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:72%}.user.right-user{margin-left:57%}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:18%}.testimonial-panel{padding-top:10px;padding-bottom:20px}.testimonial-boxed{padding-bottom:80px}.testimonial-content{font-size:15px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-contest{height:340px;width:100%;background:url("/images/takl-contest-header.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:60px}@media (max-width: 768px){.hero-contest{height:110px;margin-top:65px}}.contest-headline{border-bottom:1px solid #eee;font-size:20px;color:#1d4959;line-height:1.4}.grid.grid-pad.careers-grid.contest-grid ul{line-height:1.7;list-style:disc outside;margin-left:35px}.grid.grid-pad.careers-grid.contest-grid{margin-bottom:400px}.grid.contest-grid{margin-top:0px;max-width:1000px}@media (max-width: 768px){.grid.contest-grid{margin-top:-20px}}.grid.grid-pad.careers-grid.contest-grid h1{text-align:center;border:none}.grid.grid-pad.careers-grid.contest-grid p{line-height:1.5}.grid.grid-pad.careers-grid.contest-grid a{color:#1d4959}.how-you-takl-embed{width:600px;margin:auto;display:block;padding-top:10px;padding-bottom:50px}@media (max-width: 768px){.how-you-takl-embed{width:300px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-counterbidding{height:500px;width:100%;background-color:#31c8c0;z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px}.cb-icon img{height:70px;text-align:center}.panel-grey{background-color:#f6f6f6}.download-app-instructions-counterbidding{font-size:16px}.landing-panel__content_counterbidding{max-width:1300px;margin-left:auto;font-family:'AvenirLTStd-Book';margin-right:auto}.video-wrapper{width:100%;max-width:800px;height:auto;margin:0 aut}.cb-video-headline{font-size:22px;font-weight:normal}@media (max-width: 768px){.cb-video-headline{font-size:18px}}.cb-box{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:2px;margin-left:30px;padding-top:65px;background:#fff;padding-bottom:45px;margin-bottom:30px;padding-left:35px;padding-right:35px;height:360px}.cb-box:hover{transition:all 0.7s ease;transform:scale(1.09)}.cb-content{font-size:16px;line-height:21px;text-align:justify}.hero-box-counterbidding{background-color:transparent;border-radius:0px;padding:0px;width:90%;margin-top:150px;margin-left:8%;height:180px}h2.cb-headline{font-size:24px}.box-3{background-color:#fff;border-radius:0px;padding:0px;width:80%;height:160px;margin:auto;margin-top:26%;box-shadow:0 15px 35px rgba(0,0,0,0.1),0 5px 15px rgba(0,0,0,0.07);transition:all .45s ease}.landing-panel h2,.landing-panel h3{font-weight:normal}h1.cb-works{font-weight:normal}box-3:hover{transition:all 0.7s ease;transform:scale(1.09)}h1.counterbidding-headline-1{font-size:30px;color:#fff;margin-top:43px;font-weight:normal}.hero-counterbidding-headline{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:22px;text-align:center;color:#fff;z-index:9999;margin-top:-10px}.hero-container-phone-counterbidding{padding:0px;margin-top:-30px;max-width:1200px;max-width:1100px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-container-phone-counterbidding{padding:0}}.hero-container-phone-counterbidding::after{clear:both;content:"";display:table}.icon-shadow{-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15))}.icon-shadow-low{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05))}.hero-content-phone{display:-ms-flexbox;display:flex}.download-app-instructions-counterbidding{font-size:18px}.section-headline{font-size:20px;text-align:center}.how-it-works{font-size:2.2em}.phone-screen-counterbidding{width:500px;position:relative;margin-top:56px;margin-left:-70px}.download-icons{margin-top:5%;text-align:center}.boxed.tri-column-column{padding-top:65px;background:#fff;padding-bottom:50px;margin-bottom:30px}.boxed-column.tri-column{margin-left:-30px}.boxed{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:2px;margin-left:40px}.boxed:hover{transition:all 0.7s ease;transform:scale(1.09)}.boxed-content.landing-panel__content{max-width:1200px;padding-bottom:10px}.boxed.tri-column-column p{font-size:18px;line-height:24px}.hero-header-phone{font-size:30px;font-family:'AvenirLTStd-Roman';text-align:center;text-shadow:3px 4px 3px #000;color:#fff}@media (max-width: 768px){.hero-header-phone{padding:1.5em}}.hero-half-phone-counterbidding{width:100%}@media (max-width: 768px){.hero-half-phone-counterbidding{width:100%;margin-top:-135px}}.hero-list-phone{color:#fff;font-family:'AvenirLTStd-Heavy';font-weight:normal;width:170px}.hero-list-header-phone{margin-top:1em}.hero-box-counterbidding{padding-top:10px;padding:5px}.hero-media-phone-counterbidding{text-align:center}.hero-media-phone-counterbidding iframe{width:100%;max-width:560px;height:314px}@media (max-width: 768px){h1.counterbidding-headline-1{font-size:32px;color:#fff;font-weight:normal;letter-spacing:normal;padding-top:53px}.hero-counterbidding-headline{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:20px;text-align:center;color:#fff;z-index:9999;margin-top:-10px}.hero-counterbidding{height:450px}.boxed.tri-column-column{padding-top:65px;padding-bottom:50px;margin-bottom:35px}iframe.cb{width:100%}.boxed-column.tri-column{margin-left:0px}.boxed{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:2px;width:90%;margin-left:0px}.boxed:hover{transition:all 0.7s ease;transform:scale(1.09)}.boxed-content.landing-panel__content{max-width:1200px;padding-bottom:10px}.boxed.tri-column-column p{font-size:18px;line-height:24px}.hero-box-counterbidding{background-color:transparent;border-radius:0px;padding:0px;width:90%;margin:auto;margin-top:30%}.download-icons{margin-top:0px;text-align:center}.download-icons img{width:auto;height:45px}.cb-content{font-size:16px;line-height:18px;text-align:justify}.cb-box{padding-top:40px;padding-bottom:20px}.hero-phone-headline{position:relative;margin-top:100px;font-size:24px;padding-top:20px}.phone-screen-counterbidding{margin-top:247px;width:380px}.phone-screen-counterbidding{margin-left:0px}.header-one-counterbidding{position:absolute;bottom:65%}.cb-box{margin-left:0px}.hero-container-phone-counterbidding{margin-top:-60px}.hero-phone{height:600px;margin-top:-80px}.hero-content-phone{display:-ms-flexbox;display:flex}}@media (max-width: 768px) and (max-width: 768px){.hero-content-phone{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width: 768px){.hero-list-phone{margin:1em 0}}

.ct-item-landing{display:inline-block;position:relative;background:#fff;padding:2.5em;margin:0 0 1.5em;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;padding-top:20px;background:#fff;padding-bottom:20px;margin-bottom:60px;border-radius:2px;z-index:0;box-shadow:0 4px 10px rgba(0,0,0,0.1);border:1px solid #f7f7f7}@media (min-width: 769px) and (max-width: 1080px){.ct-item-landing{width:100%}}.quote-landing:before{content:"\201C";font-size:100px;position:absolute;margin-top:-45px;font-family:"Georgia", Arial, sans-serif;color:#f7f7f7;margin-left:-175px;z-index:-1}@media (max-width: 768px){.quote-landing:before{margin-left:-160px}}.quote-landing:after{content:'';position:absolute;border-style:solid;border-width:20px 20px 0;border-color:#fff transparent;width:0;z-index:1;margin-left:-140px;margin-top:20px}@media (max-width: 768px){.quote-landing:after{margin-left:-140px}}.ct-quote-icon-landing{width:70px;z-index:1;position:absolute;margin-left:-10px;margin-top:-30px}.quote-content-landing{margin-top:20px;font-family:'AvenirLTStd-Book';color:#222;line-height:22px;font-size:16px;z-index:9999;text-align:justify}.ct-name-landing{position:absolute;margin:0;margin-left:-25px;width:200px;margin-top:30px;font-family:'AvenirLTStd-Book';color:#222}@media (max-width: 768px){.ct-name-landing{margin-left:-55px}}.haul-away-testimonial-headline{margin-top:100px}.landing-panel.panel-no-pad.panel-grey>div h3.haul-away-testimonial-headline{margin-top:80px;font-size:1.3em}@media (max-width: 768px){.landing-panel.panel-no-pad.panel-grey>div h3.haul-away-testimonial-headline{margin-top:20px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-custom{height:500px;width:100%;background:url("/images/categories/custom-job-day-labor/custom-job-day-labor-header.jpg");z-index:998;background-position:bottom;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 769px) and (max-width: 1080px){.hero-custom{background-position:top}}@media (max-width: 768px){.hero-custom{height:400px}}.category-landing-headline.custom-headline{color:#fff;font-size:24px;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.custom-headline{font-size:30px}}@media (max-width: 768px){.category-landing-headline.custom-headline{font-size:22px}}.landing-testimonial-headline.custom-testimonial{font-size:20px}@media (max-width: 768px){.landing-testimonial-headline.custom-testimonial{padding:0px 10px 0px 10px}}h3.what-is-custom{text-align:center}.custom-jobs-panel{text-align:center}p.custom-job-content{line-height:1.4}

.ct-section{margin-top:-20px}.hero-ct{height:180px;width:100%;background:url("/images/customer-testimonials-header.jpg");z-index:1;background-position:top;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:70px}@media (max-width: 768px){.hero-ct{height:100px;background-position:center;margin-top:60px}}.landing-panel.hero-ct{padding-top:0;padding-bottom:0}.ct-section.landing-panel.panel-grey{padding-top:20px}@media (max-width: 768px){.ct-section.landing-panel.panel-grey{padding-top:5px}}h1.ct-headline{font-family:'AvenirLTStd-Roman';font-size:1.7em;margin:auto;display:block;font-weight:normal;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23);text-align:center;margin-top:55px;max-width:700px}@media (max-width: 768px){h1.ct-headline{text-align:center;margin-top:15px;font-size:1.2em;line-height:1.3}}p.ct-headline-cta{font-size:1.2em;text-align:center;margin-bottom:0;padding-bottom:0}.download-icons.ct-download{margin-bottom:20px}.hero-overlay{background-color:rgba(0,0,0,0.4);top:0;left:0;width:100%;height:100%;position:relative;z-index:2;box-shadow:0 4px 10px rgba(0,0,0,0.1)}h2.ct-headline-2{font-family:'AvenirLTStd-Book';font-size:24px;font-weight:normal;margin-bottom:20px;text-align:center;margin-top:-10px}@media (max-width: 768px){h2.ct-headline-2{font-size:21px;font-weight:normal;margin-bottom:10px;margin-top:-25px}}.ct-wrapper{width:95%;margin:3em auto}.ct-masonry{margin:0.5em 0;padding:0 25px;column-gap:2em;font-size:16px;margin-bottom:-10px;margin-left:20px}.ct-item{display:inline-block;position:relative;background:#fff;padding:2.5em;margin:0 0 1.5em;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;padding-top:20px;background:#fff;padding-bottom:20px;margin-bottom:60px;border-radius:8px;z-index:0;box-shadow:0 4px 10px rgba(0,0,0,0.1);border:1px solid #f7f7f7}.ct-item.ct-item-video{padding:0;margin-bottom:40px}.ct-video-embed{border-radius:2px;margin-bottom:-6px}p.watch-ct{margin:0;text-align:center;padding:10px 0 5px;color:#31c8c0;font-family:'AvenirLTStd-Roman';font-size:0.9em}.download-app-instructions-ct{font-size:23px}@media (max-width: 768px){.download-app-instructions-ct{font-size:20px;text-align:center;margin-top:-30px;margin-bottom:20px}}.quote:before{content:"\201C";font-size:100px;position:absolute;margin-top:-45px;font-family:"Georgia", Arial, sans-serif;color:#f7f7f7;margin-left:-20px}.quote:after{content:'';position:absolute;border-style:solid;border-width:20px 20px 0;border-color:#fff transparent;width:0;z-index:1;margin-left:5px;margin-top:20px}@media (max-width: 768px){.quote:after{margin-left:-5px}}.ct-quote-icon{width:70px;z-index:1;position:absolute;margin-left:-10px;margin-top:-30px}.quote-content{margin-top:20px;font-family:'AvenirLTStd-Book';color:#222;line-height:22px;font-size:16px;z-index:9999;text-align:justify}.ct-name{position:absolute;margin:0 0 0 30px;width:200px;margin-top:30px;font-family:'AvenirLTStd-Roman';color:#222}@media (max-width: 768px){.ct-name{margin-left:30px}}.ct-bottom{background-color:#31c8c0;width:100%;height:40px;margin-top:-40px;z-index:9999}.ct-header{font-size:32px;margin:0}.ct-header-bg{background-color:#31c8c0;color:#fff;padding:35px 0 0;margin-top:-50px}@media (max-width: 768px){.ct-header-bg{margin-top:70px}}@media only screen and (max-width: 768px){.ct-masonry{margin:0.5em 0;padding:0 5px;margin-left:0}.ct--header{font-size:20px}.ct-header-bg{padding:35px 0 0}}@media only screen and (min-width: 400px){.ct-masonry{column-count:1}}@media only screen and (min-width: 700px){.ct-masonry{column-count:2}}@media only screen and (min-width: 900px){.ct-masonry{column-count:3}}@media only screen and (min-width: 1100px){.ct-masonry{column-count:3}}@media only screen and (min-width: 1280px){.ct-wrapper{width:1260px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.dual-action-panel{max-width:768px;margin-left:auto;margin-right:auto;background-color:#dde3eb;text-align:center;font-size:32px;padding:30px;margin-bottom:30px}.dual-action-panel::after{clear:both;content:"";display:table}.dual-action-panel h2{margin-top:0}.dual-action-panel-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:514.56px;margin:auto}.dual-action-panel-actions__button{-ms-flex:0 1 49%;flex:0 1 49%;background-color:#1d4959;border:4px solid #1d4959;color:#fff;text-decoration:none;font-size:18px;padding:15px 30px}.dual-action-panel-actions__button:hover{background-color:#fff;color:#1d4959}

.dual-column{display:-ms-flexbox;display:flex}@media (max-width: 768px){.dual-column{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.dual-column-column{-ms-flex:1;flex:1;text-align:center;padding:30px}.dual-column-column--left{text-align:left}.dual-column-column li{margin-bottom:30px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.provider-fixed-footer{width:100%;background-color:#1d4959;box-shadow:0 -5px 15px rgba(0,0,0,0.1);left:0;bottom:0;position:fixed;z-index:9999999;text-align:center;padding-bottom:10px;animation:fadein 0.6s}.get-the-app-footer{width:100%;background-color:rgba(49,200,192,0.9);box-shadow:0 -5px 15px rgba(0,0,0,0.1);left:0;bottom:0;position:fixed;z-index:9999999;text-align:center;padding-bottom:10px;height:150px}.provider-footer-headline{color:#fff;text-align:center;padding:0 20px;margin-top:15px;margin-bottom:10px;font-size:18px}.get-the-app-headline{color:#fff;text-align:center;padding:0 30px;margin-top:30px;margin-bottom:5px;font-size:20px;font-family:"AvenirLTStd-Medium";line-height:1.4}@media (max-width: 768px){.get-the-app-headline{padding:0 35px}}.provider-footer-btn{font-size:15px;text-decoration:none;color:#31c8c0;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);width:175px;margin:auto;display:inline-block;text-align:center;transition:all 0.25s ease;padding:8px 0 5px;line-height:22px;font-family:'AvenirLTStd-Heavy';margin-right:10px;margin-left:10px}@media (max-width: 768px){.provider-footer-btn{margin-top:5px;width:150px}}@media (min-width: 768px){.get-the-app-footer{display:none}}.get-the-app-close{color:#fff;right:5px;position:absolute;padding:10px;font-size:20px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.page-footer{color:#fff;font-family:'AvenirLTStd-Book';padding:20px 0;border-top:1px solid #96aab1;background-color:#1d4959;position:absolute;width:100%;bottom:0px;left:0px}.page-footer .store-link{display:block;margin:15px 0}@media (max-width: 768px){.page-footer .store-link{display:inline-block}}@media (max-width: 768px){.landing-panel.panel-home-provider.panel-shadow{padding-bottom:90px}}.data-collection-info-link{margin:auto;font-size:12px;text-align:center}@media (max-width: 768px){.data-collection-info-link{padding-top:20px}}.data-collection-info-link a{color:#cb1a1a;background-color:#fff;padding:10px;border-radius:5px;text-decoration:none}footer>div.page-footer-container>div>ul>li>a{color:#fff;text-decoration:none;text-shadow:0px 5px 10px rgba(0,0,0,0.15);margin-left:15px}.fa.fa-footer{font-size:2.3em;transition:all .25s ease}@media (max-width: 768px){.fa.fa-footer{font-size:1.8em}}@media (min-width: 769px) and (max-width: 1080px){.fa.fa-footer{font-size:1.6em}}.fa.fa-footer:hover{transform:translateY(-2px)}.fab.fa-footer{font-size:2.3em;transition:all .25s ease}@media (max-width: 768px){.fab.fa-footer{font-size:1.8em}}@media (min-width: 769px) and (max-width: 1080px){.fab.fa-footer{font-size:1.6em}}.fab.fa-footer:hover{transform:translateY(-2px)}.page-footer-container{display:-ms-flexbox;display:flex;max-width:850px;margin-left:auto;margin-right:auto;display:flex}.page-footer-container::after{clear:both;content:"";display:table}@media (max-width: 768px){.page-footer-container{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}@media (min-width: 769px) and (max-width: 1080px){.page-footer-container{margin-left:10px}}.footer-list{margin-right:80px}@media (max-width: 768px){.footer-list{margin-right:0}}.footer-list .footer-list-header{font-size:20px}.footer-list li{line-height:2em;font-size:15px}.footer-list li a{text-decoration:none;text-transform:none;color:#fff;font-size:16px}.footer-social-media{-ms-flex:1;flex:1}.footer-social-media header{font-size:20px;line-height:2em;margin-bottom:10px}.footer-social-media li{display:inline;margin-right:15px}.copyright{margin:30px 0 0 0;font-size:12px;text-align:center}.mobile-social-footer{margin-bottom:0px}.footer-hr-social{border:1px solid #2a5d6f}@media (min-width: 768px){.home-btn-container.footer-order{display:none}}@media (min-width: 769px) and (max-width: 1080px){.home-btn-container.footer-order{display:none}}

.for-sale-house{text-align:center}.for-sale-house>img{max-width:100%;width:360px;display:block;margin:0 auto 30px auto}.for-sale-testimonial{position:relative;width:350px}.for-sale-testimonial:before,.for-sale-testimonial:after{max-width:300px;content:"";position:absolute;z-index:-2;bottom:15px;left:10px;width:50%;height:20%;box-shadow:0 15px 10px rgba(0,0,0,0.7);transform:rotate(-3deg)}.for-sale-testimonial:after{right:10px;left:auto;transform:rotate(3deg)}

/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/.pure-form input[type=text],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form select,.pure-form textarea{padding:.9em .7em;display:inline-block;border:2px solid #ddd;box-shadow:inset 0 1px 3px #f7f7f7;border-radius:2px;vertical-align:middle;box-sizing:border-box}.pure-form input:not([type]){padding:.9em .7em;display:inline-block;border:2px solid #ddd;box-shadow:inset 0 1px 3px #f7f7f7;border-radius:2px;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input:not([type]):focus,.pure-form input[type=text]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#31c8c0}.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus,.pure-form input[type=checkbox]:focus{outline:#31c8c0 auto 1px}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input:not([type])[disabled],.pure-form input[type=text][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input:not([type]),.pure-form-stacked input[type=text],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked label,.pure-form-stacked select,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-aligned .pure-help-inline,.pure-form-aligned input,.pure-form-aligned select,.pure-form-aligned textarea,.pure-form-message-inline{display:inline-block;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form .pure-input-rounded,.pure-form input.pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:2px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-3-4{width:75%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width: 480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=text],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=text],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=color],.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message,.pure-form-message-inline{display:block;font-size:.75em;padding:.2em 0 .8em}}


[class*='grid'],[class*='col-'],[class*='mobile-'],.grid:after{box-sizing:border-box}[class*='col-']{float:left;min-height:1px;padding-right:20px}[class*='col-'] [class*='col-']:last-child{padding-right:0}.grid{width:100%;max-width:1240px;min-width:748px;margin:0 auto;overflow:hidden}.grid-no-max{max-width:2500px}.grid:after{content:"";display:table;clear:both}.grid-pad{padding-top:20px;padding-left:20px;padding-right:0}.push-right{float:right}.col-1-1{width:100%}.col-2-3,.col-8-12{width:66.66%}.col-1-2,.col-6-12{width:50%}.col-1-3,.col-4-12{width:33.33%}.col-1-4,.col-3-12{width:25%}.col-1-5{width:20%}.col-1-6,.col-2-12{width:16.667%}.col-1-7{width:14.28%}.col-1-8{width:12.5%}.col-1-9{width:11.1%}.col-1-10{width:10%}.col-1-11{width:9.09%}.col-1-12{width:8.33%}.col-11-12{width:91.66%}.col-10-12{width:83.333%}.col-9-12{width:75%}.col-5-12{width:41.66%}.col-7-12{width:58.33%}.push-2-3,.push-8-12{margin-left:66.66%}.push-1-2,.push-6-12{margin-left:50%}.push-1-3,.push-4-12{margin-left:33.33%}.push-1-4,.push-3-12{margin-left:25%}.push-1-5{margin-left:20%}.push-1-6,.push-2-12{margin-left:16.667%}.push-1-7{margin-left:14.28%}.push-1-8{margin-left:12.5%}.push-1-9{margin-left:11.1%}.push-1-10{margin-left:10%}.push-1-11{margin-left:9.09%}.push-1-12{margin-left:8.33%}@media handheld, only screen and (max-width: 767px){.grid{width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:20px;padding-right:10px}[class*='col-']{width:auto;float:none;margin:10px 0;padding-left:0;padding-right:10px}[class*='col-'] [class*='col-']{padding-right:0}[class*='mobile-col-']{float:left;margin:0 0 10px;padding-left:0;padding-right:10px;padding-bottom:0}.mobile-col-1-1{width:100%}.mobile-col-2-3,.mobile-col-8-12{width:66.66%}.mobile-col-1-2,.mobile-col-6-12{width:50%}.mobile-col-1-3,.mobile-col-4-12{width:33.33%}.mobile-col-1-4,.mobile-col-3-12{width:25%}.mobile-col-1-5{width:20%}.mobile-col-1-6,.mobile-col-2-12{width:16.667%}.mobile-col-1-7{width:14.28%}.mobile-col-1-8{width:12.5%}.mobile-col-1-9{width:11.1%}.mobile-col-1-10{width:10%}.mobile-col-1-11{width:9.09%}.mobile-col-1-12{width:8.33%}.mobile-col-11-12{width:91.66%}.mobile-col-10-12{width:83.333%}.mobile-col-9-12{width:75%}.mobile-col-5-12{width:41.66%}.mobile-col-7-12{width:58.33%}.hide-on-mobile{display:none !important;width:0;height:0}}

.hero-guarantee{height:500px;width:100%;background:url("/images/takl-guarantee-bg-2.jpg");z-index:998;background-position:bottom 40%;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:70px}@media (max-width: 768px){.hero-guarantee{height:450px;background-position:center;margin-top:60px}}h1.g-headline{font-family:"AvenirLTStd-Heavy";font-size:40px;margin-top:28%;font-weight:normal;margin-bottom:0px;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (max-width: 768px){h1.g-headline{text-align:center;margin-top:15px;font-size:35px}}h1.g-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:0px;width:95%}@media (max-width: 768px){h1.g-headline:after{width:340px;border:1px solid #31c8c0}}.g-headline-2{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:22px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:10px 0px 0px 0px;color:#fff;line-height:1.4}@media (max-width: 768px){.g-headline-2{margin-top:218px;font-size:17px;margin-left:0px;text-align:center}}.guarantee-badge{width:250px;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));text-align:center;margin:0 auto;margin-top:14%}@media (max-width: 768px){.guarantee-badge{margin-top:75px;width:135px;left:0;position:absolute;right:0}}.cities-headline-order.guarantee{font-size:24px;font-family:'AvenirLTStd-Medium';text-align:center;line-height:1.4;max-width:500px;margin:auto;display:block;margin-bottom:20px;text-shadow:none;color:#1d4959;font-weight:normal;margin-top:10px}@media (max-width: 768px){.cities-headline-order.guarantee{font-size:18px;margin-bottom:10px;padding:0px 30px 5px 30px}}@media (min-width: 561px) and (max-width: 767px){.cities-headline-order.guarantee{font-size:22px}}.cities-headline-order.guarantee span{font-family:"AvenirLTStd-Heavy";color:#31c8c0}.hero.hero-media.guarantee-padding{height:560px}

.hamburger{height:45px;width:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;-ms-flex-positive:0 !important;flex-grow:0 !important;-ms-flex-preferred-size:initial !important;flex-basis:initial !important;position:relative;cursor:pointer}.hamburger p.customers-nav{color:#fff;margin-left:5px;padding-left:0px;font-weight:bold}@media (min-width: 769px){.hamburger{display:none}}.hamburger #nav-icon3>ul>li:nth-child(1)>a{border-bottom:2px solid #fff}.hamburger ul{top:45px;right:0;width:320px;background-color:#fff;position:absolute;z-index:999;border:0px solid #fff;font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:17px;padding:8px;letter-spacing:0px;border-bottom:0;display:none;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:.5s ease-in-out;-webkit-transition:1s}.hamburger ul .customers-ul{box-shadow:none}.hamburger ul .providers-ul{box-shadow:none}.hamburger ul a,.hamburger ul a:visited,.hamburger ul a:focus,.hamburger ul a:active{padding-top:12px;padding-bottom:12px;display:block;color:#222;text-align:center;text-decoration:none;background-color:#fff}.hamburger ul a:hover,.hamburger ul a:visited:hover,.hamburger ul a:focus:hover,.hamburger ul a:active:hover{color:#000}.hamburger svg{height:1.5;width:35px;overflow:visible;stroke:#31c8c0;stroke-width:2px;padding-top:0}#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4{width:35px;height:40px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;margin-right:15px}#nav-icon1 span,#nav-icon3 span,#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#31c8c0;border-radius:100px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}#nav-icon3 span:nth-child(1){top:0px}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:14px}#nav-icon3 span:nth-child(4){top:28px}#nav-icon3.open span:nth-child(1){top:18px;width:0%;left:50%}#nav-icon3.open span:nth-child(2){transform:rotate(90deg);margin-left:-6px;margin-top:2px;border:3px solid #31c8c0;width:26px;border-radius:10px}#nav-icon3.open span:nth-child(3){transform:rotate(-54deg);margin-top:-3px;margin-left:-4px;width:46px;border:3px solid #31c8c0;border-radius:100px}#nav-icon3.open span:nth-child(4){top:38px;width:0%;left:50%}a.hamburger-headline{font-size:16px;color:#fff;text-align:center;margin:auto;display:block;top:-70px;position:relative;background-color:#fff;color:#1d4959;line-height:35px;height:30px;border-radius:3px;max-width:130px;text-decoration:none}@media (min-width: 768px){a.hamburger-headline{display:none}}.hamburger ul li.provider-li a{background-color:#1d4959;color:#fff}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-handyman{height:500px;width:100%;background:url("/images/categories/handyman/handyman-services-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-handyman{height:400px}}h3.handyman-testimonial-headline{margin-top:20px}.download-handyman-headline{margin-left:5%}.download-handyman-headline{margin-left:5%}.bottom-testimonial{padding:0px;font-weight:normal;font-family:'AvenirLTStd-Book'}.download-app-instructions-handyman{font-size:22px}@media (max-width: 768px){.download-app-instructions-handyman{font-size:20px;padding-bottom:10px}}p.availability{text-align:center;font-size:14px;font-family:'AvenirLTStd-Book';color:#777}span.handyman-check{background:url(images/taklcheck.png) no-repeat left center}ul.takl-check-list-handyman{list-style:square inside url("/images/taklcheck-small.png")}ul.takl-check-list-handyman li{height:50px}.video-pad-small{padding-top:10px;padding-bottom:100px}.handyman-btn{height:70px;width:320px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:2px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px}.handyman-btn-2{height:70px;width:280px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px;margin-top:-10px}.panel-no-pad.landing-panel{padding:0px}.handyman-grid-pad{padding-left:20px;padding-right:20px}.handyman-icon{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));height:80px}.handyman-grid-header{font-family:'AvenirLTStd-Book';text-align:center;font-size:25px;font-weight:normal}@media (max-width: 768px){.handyman-grid-header{font-size:20px}}.handyman-grid{padding-top:40px;padding-bottom:40px;background-color:#fff}.landing-panel__content_handyman{max-width:800px;margin-left:auto;font-family:'AvenirLTStd-Roman';margin-right:auto}.handyman-box-icon{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;padding-top:35px;background:#fff;padding-bottom:70px;margin-bottom:30px;border-radius:2px;text-align:center;height:190px}.handyman-box-icon:hover{transition:all 0.7s ease;transform:scale(1.09)}.handyman-box-p{font-family:'AvenirLTStd-Roman'}.download-handyman-top{padding-top:40px;padding-bottom:40px}.download-handyman{padding-top:50px;padding-bottom:50px}.download-handyman-headline{font-size:1.5em;margin-left:5%;color:#333}.handyman-top{text-align:center}.handyman-content-top{max-width:900px}.handyman-phone{width:280px;margin-left:auto 0;margin-bottom:-5px}@media (max-width: 768px){.handyman-phone{margin-bottom:-15px}}.handyman-header-2{font-size:1.4em}.handyman-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.handyman-btn-2:hover{background-color:#39d6ce;transform:translateY(-2px)}.steps-rebate ol{counter-reset:item;margin:0;padding-left:0}.steps-rebate ol>li{counter-increment:item;list-style:none inside;margin:40px 0;overflow:hidden;font-size:17px !important;line-height:1.4;text-align:justify}.steps-rebate ol>li:before{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2.1em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left}.testimonial-panel-handyman{padding-top:30px;padding-bottom:80px}.testimonials-handyman{background-color:#fff;border-radius:0px;padding:30px;box-shadow:0px 13px 20px 0px rgba(0,0,0,0.11);height:280px;font-size:15px}.bubble-handyman{-webkit-font-smoothing:antialiased;position:relative;width:100%;height:275px;color:#1d4959;padding:30px;z-index:2;background:#ffffff;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.02),0 1px 20px rgba(0,0,0,0.04)}.content-bubble-handyman{font-family:'AvenirLTStd-Book';font-size:18px;line-height:24px;color:#333}img.handyman-testimonial{width:100%;max-width:300px;margin-left:10%}@media (max-width: 768px){img.handyman-testimonial{margin-left:0px}}.video-pad{padding-bottom:70px;padding-top:60px}body>div.landing-panel.panel-no-pad.panel-grey>div>div.col-4-12.push-2-12>div>h3{margin-top:30%;font-family:'AvenirLTStd-Roman';color:#333;text-align:center;margin-bottom:0px;margin-top:20%}.testimonial-header{text-align:center;font-family:'AvenirLTStd-Roman';font-size:32px;color:#1d4959}.bubble-handyman:before{content:"\201C";font-family:Georgia, serif;font-size:145px;font-weight:bold;color:#f7f7f7;position:absolute;left:5px;top:-28px;z-index:-2}.bubble-handyman:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:16%}.icon-handyman{width:45px;position:absolute;margin-top:-12px;-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1));border-radius:50px}.user-handyman{position:absolute;bottom:-35px;margin-left:2%;font-family:'AvenirLTStd-Book';font-size:18px;color:#1d4959;display:inline-block}.name-handyman{position:absolute;margin-left:55px;width:200px;text-shadow:0px 2px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.handyman-box-p{font-size:17px}.download-app-instructions-handyman{text-align:center}.download-handyman-headline{text-align:center;font-size:22px;margin-left:0px}.download-handyman-top{padding-top:10px;padding-bottom:10px}.boxed-round{margin-left:0;margin-bottom:40px}.provider-info{text-align:center}.bubble.right-bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:72%}.user.right-user{margin-left:57%}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:18%}.testimonial-panel{padding-top:10px;padding-bottom:20px}.testimonial-boxed{padding-bottom:80px}.testimonial-content{font-size:15px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.haul-away-section{margin-bottom:300px}.hero-haul-away{height:500px;width:100%;background:url("/images/categories/junk-removal-organization/junk-removal-services-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-haul-away{height:400px}}.panel-pressure-wash{width:100%;z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative}.download-haul-away-headline{margin-left:5%}.bottom-testimonial{padding:0px;font-weight:normal;font-family:'AvenirLTStd-Book'}.download-app-instructions-haul-away{font-size:22px;line-height:1.3}p.availability{text-align:center;font-size:14px;font-family:'AvenirLTStd-Book';color:#777}span.haul-away-check{background:url(images/taklcheck.png) no-repeat left center}ul.takl-check-list-haul-away{list-style:square inside url("/images/taklcheck-small.png")}.haul-away-grid-headline{font-size:1.3em;font-family:'AvenirLTStd-Book';padding:0px 5px 0px 5px}@media (max-width: 768px){.haul-away-grid-headline{font-size:1.2em;padding:0px 10px 0px 10px}}ul.takl-check-list-haul-away li{height:50px}.video-pad-small{padding-top:10px;padding-bottom:100px}.haul-away-btn{height:70px;width:320px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.haul-away-btn-2{height:70px;width:280px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px;margin-top:-10px}.panel-no-pad.landing-panel{padding:0px}.haul-away-grid-pad{padding-left:20px;padding-right:20px}.haul-away-icon{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));height:80px}.haul-away-grid-header{font-family:'AvenirLTStd-Book';text-align:center;font-size:25px;font-weight:normal}@media (max-width: 768px){.haul-away-grid-header{font-size:20px}}.haul-away-grid{padding-top:40px;padding-bottom:40px;background-color:#fff}.landing-panel__content_haul-away{max-width:800px;margin-left:auto;font-family:'AvenirLTStd-Roman';margin-right:auto}.haul-away-box-icon{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;padding-top:35px;background:#fff;padding-bottom:70px;margin-bottom:30px;border-radius:2px;text-align:center;height:190px}.haul-away-box-icon:hover{transition:all 0.7s ease;transform:scale(1.09)}.haul-away-box-p{font-family:'AvenirLTStd-Roman'}.download-haul-away-top{padding-top:40px;padding-bottom:40px}.download-haul-away{padding-top:50px;padding-bottom:50px}.download-haul-away-headline{font-size:1.4em;margin-left:5%;color:#333;line-height:1.4}.haul-away-top{text-align:center}.haul-away-content-top{max-width:900px}.haul-away-phone{width:280px;margin-left:auto 0;margin-bottom:-5px}@media (max-width: 768px){.haul-away-phone{margin-bottom:-15px}}.haul-away-header-2{font-size:1.4em}.haul-away-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.haul-away-btn-2:hover{background-color:#39d6ce;transform:translateY(-2px)}.steps-rebate ol{counter-reset:item;margin:0;padding-left:0}.steps-rebate ol>li{counter-increment:item;list-style:none inside;margin:40px 0;overflow:hidden;font-size:17px !important;line-height:1.4;text-align:justify}.steps-rebate ol>li:before{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2.1em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left}.testimonial-panel-haul-away{padding-top:30px;padding-bottom:80px}.testimonials-haul-away{background-color:#fff;border-radius:0px;padding:30px;box-shadow:0px 13px 20px 0px rgba(0,0,0,0.11);height:280px;font-size:15px}.bubble-haul-away{-webkit-font-smoothing:antialiased;position:relative;width:100%;height:275px;color:#1d4959;padding:30px;z-index:2;background:#ffffff;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.02),0 1px 20px rgba(0,0,0,0.04)}.content-bubble-haul-away{font-family:'AvenirLTStd-Book';font-size:18px;line-height:24px;color:#333}img.haul-away-testimonial{width:100%;margin-left:10%}@media (max-width: 768px){img.haul-away-testimonial{margin-left:0px}}.video-pad{padding-bottom:70px;padding-top:60px}body>div.landing-panel.panel-no-pad.panel-grey>div>div.col-4-12.push-2-12>div>h3{margin-top:30%;font-family:'AvenirLTStd-Roman';color:#333;text-align:center;margin-bottom:0px;margin-top:20%}.testimonial-header{text-align:center;font-family:'AvenirLTStd-Roman';font-size:32px;color:#1d4959}.bubble-haul-away:before{content:"\201C";font-family:Georgia, serif;font-size:145px;font-weight:bold;color:#f7f7f7;position:absolute;left:5px;top:-28px;z-index:-2}.bubble-haul-away:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:16%}.icon-haul-away{width:45px;position:absolute;margin-top:-12px;-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1));border-radius:50px}.user-haul-away{position:absolute;bottom:-35px;margin-left:2%;font-family:'AvenirLTStd-Book';font-size:18px;color:#1d4959;display:inline-block}.name-haul-away{position:absolute;margin-left:55px;width:200px;text-shadow:0px 2px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.haul-away-box-p{font-size:17px}.download-app-instructions-haul-away{text-align:center;font-family:'AvenirLTStd-Book'}.download-haul-away-headline{text-align:center;font-size:22px;margin-left:0px}.download-haul-away-top{padding-top:10px;padding-bottom:10px}.boxed-round{margin-left:0;margin-bottom:40px}.provider-info{text-align:center}.bubble.right-bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:72%}.user.right-user{margin-left:57%}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:18%}.testimonial-panel{padding-top:10px;padding-bottom:20px}.testimonial-boxed{padding-bottom:80px}.testimonial-content{font-size:15px}}.haul-away-testimonial-headline{margin-top:0;font-size:1.2em}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}a.header-link.provider-login,.header-dropdown__content ul a.provider-login{max-width:150px;border-radius:0}.customHeader{height:50px;line-height:67px;color:#fff;font-size:15px;text-align:center;background-color:#1d4959}a.banner{color:#fff;text-decoration:noneh}li:hover>ul{display:block}.text-green{color:#31c8c0}.bar-header{top:50px !important}.header-banner-counterbidding{background-color:#1d4959;height:50px}#header-fixed{position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#1d4959;box-shadow:0 5px 10px rgba(0,0,0,0.2);margin-top:0px}.banner-sale{margin-top:35px}.header-shadow{z-index:999;margin-top:0}@media (max-width: 768px){.header-shadow{margin-top:10px}}a.header-link.provider-signup,.header-dropdown__content ul a.provider-signup{border-radius:0}.header-dropdown__content{max-height:460px;overflow:auto;margin-bottom:5px;padding-bottom:10px}provider-login.header-link:hover{background-color:#31c8c0}.header-dropdown ul li{padding:5px 0 0;font-family:'AvenirLTStd-Roman'}.header-dropdown ul li:after{content:" ";border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eee;display:block;width:225px;margin:auto;text-align:center}.header-banner{height:55px;background-color:#1d4959;color:#fff}.header-banner>*{height:55px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header-banner a{color:#fff}.header-banner img{margin:0 0.5em;max-height:40px}.header-row{height:70px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:1100px;margin-left:auto;margin-right:auto;display:flex}.header-row::after{clear:both;content:"";display:table}@media (max-width: 768px){.header-row{height:auto;width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}.header-row .header-logo{margin-top:20px;-ms-flex-order:-99;order:-99}}@media (max-width: 768px) and (max-width: 768px){.header-row .header-logo{margin-top:10px}}@media (max-width: 768px){.header-row .header-link,.header-row .header-dropdown__content ul a,.header-dropdown__content ul .header-row a{min-height:40px;line-height:40px}}.header-row>*{-ms-flex:1;flex:1}a.header-logo img{max-width:100px;z-index:9999;margin-top:5px}.header-link,.header-dropdown__content ul a{color:#fff;font-size:18px;letter-spacing:0;text-align:center;font-family:'AvenirLTStd-Roman';text-decoration:none;display:block}.header-link:hover,.header-dropdown__content ul a:hover{color:#31c8c0}.header-dropdown{position:relative}.header-dropdown__content{position:absolute;padding-top:10px;width:100%}.header-dropdown__content ul{text-align:center;background-color:#fff;display:none;padding:0;z-index:99999;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-bottom-right-radius:8px;border-bottom-left-radius:8px;margin:16px auto auto;max-width:250px;border:1px solid #eee}.header-dropdown__content ul a{padding:10px 0;color:#1d4959;cursor:pointer}.header-dropdown__content ul a:hover{color:#31c8c0}.header-dropdown:hover ul,.header-dropdown__content:hover ul{display:block}.header-logo{width:100px;margin-left:-25px}.headline-provider{margin-top:28%;font-family:'AvenirLTStd-Heavy';font-weight:normal;color:#fff;font-size:40px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-left:20%}.headline-provider-sign-in{margin-top:30%;font-family:'AvenirLTStd-Heavy';font-weight:normal;color:#fff;font-size:38px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-left:20%}@media (max-width: 768px){.headline-provider-sign-in{margin-top:0;font-size:23px;margin-left:0}}.headline-provider-2{font-weight:normal;font-family:'AvenirLTStd-Medium';color:#fff;font-size:24px;margin-left:20%;text-shadow:2px 2px 6px rgba(0,0,0,0.33)}img.dashboard{max-width:450px}.sign-up-sign-in-form-container{padding:30px;background-color:#fff;box-shadow:0 15px 45px rgba(50,50,93,0.03),0 5px 15px rgba(0,0,0,0.06);border-radius:0;max-width:450px}.provider-header{height:750px;width:100%;z-index:998;-webkit-backface-visibility:hidden;background-repea:no-repeat;background-size:cover;position:relative}.provider-header-1,.provider-header-2,.provider-header-3{width:100%;height:100%;z-index:-999;position:absolute;margin-top:100px;animation-name:fade;animation-duration:15s;animation-iteration-count:infinite}.provider-header-1{background:url("/images/provider/provider-handyman-bg.jpg") no-repeat center;background-size:cover;animation-delay:0s}.provider-header-2{background:url("/images/provider/provider-dish-washing-bg.jpg") no-repeat center;background-size:cover;animation-delay:5s}.provider-header-3{background:url("/images/provider/provider-lawn-care-bg.jpg") no-repeat center;background-size:cover;animation-delay:10s}@keyframes fade{0%,75%{-webkit-filter:grayscale(1)}100%{-webkit-filter:grayscale(0)}}@media (max-width: 768px){.provider-header{height:950px;width:100%;background:url("/images/provider/provider-header-bg-grid-3.png");z-index:998;background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:100px}button.sign-up-sign-in-btn{width:90%}.headline-provider{margin-top:30px;font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:28px;margin-left:0;line-height:35px}.headline-provider-2{font-weight:normal;font-family:'AvenirLTStd-Medium';margin-left:0;font-size:19px;padding-bottom:0;line-height:26px}img.dashboard{max-width:340px}.header-row{-ms-flex-flow:row;flex-flow:row;text-align:left;padding:0 10px;height:55px}.header-link,.header-dropdown__content ul a{display:none}.header-logo{margin-bottom:17px;display:block;-ms-flex:1;flex:1;margin-left:0;width:90px}}li.customer-services-nav{font-family:'AvenirLTStd-Roman';text-decoration:underline;color:#222;font-size:18px}a.order-now-mobile-nav{color:#1d4959;font-size:16px;text-align:center;text-decoration:none;display:block;margin:auto;background-color:#fff;border-radius:5px;padding:6px 5px 2px;float:none;position:absolute;max-width:135px;left:35%;top:20px}@media (min-width: 768px){a.order-now-mobile-nav{display:none}}a.order-now-mobile-nav:hover{color:#31c8c0}.order-mobile-nav-div{text-align:center;position:absolute;display:inline-block;margin:auto;height:100%;margin-top:-10px;z-index:998;margin-left:25%}@media (min-width: 768px){.order-mobile-nav-div{display:none}}@media (min-width: 769px) and (max-width: 1080px){.order-mobile-nav-div{display:none}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel.using-app-panel.htg{background-color:#fff;margin-top:65px}.landing-panel.using-app-panel.htg h1{margin-top:10px;color:#1d4959;font-weight:normal;font-family:"AvenirLTStd-Book"}@media (min-width: 769px) and (max-width: 1080px){.landing-panel.using-app-panel.htg h1{margin-bottom:5px}}@media (max-width: 768px){.landing-panel.using-app-panel.htg h1{margin:10px 0px 5px 0px;position:relative}}.landing-panel.using-app-panel.htg p{color:#333;max-width:600px;margin:auto;display:block;line-height:1.5;font-size:17px}@media (max-width: 768px){.landing-panel.using-app-panel.htg p{margin:10px 0px 5px 0px;position:relative;font-size:16px}}.htg-section{padding-top:0px;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7;height:380px}@media (max-width: 768px){.htg-section{padding-top:0px;width:100%;padding-bottom:10px;height:495px}}@media (max-width: 768px){.htg-section.htg-section-1{padding-top:0px;width:100%;padding-bottom:10px;height:555px}}@media (min-width: 769px) and (max-width: 1080px){.htg-section.htg-section-1{height:380px}}.new-features-phone{width:190px;margin:auto;display:block}.new-features-app-section h2{font-family:"AvenirLTStd-Book";text-align:center;margin:auto;display:block;padding-top:30px;color:#31c8c0}h2.new-features-header{color:#1d4959;padding-top:0px}.new-features-desc{font-size:15px;font-family:"AvenirLTStd-Book";color:#333;font-weight:normal;text-align:left;line-height:22px;margin-top:5px}@media (max-width: 768px){.new-features-desc{text-align:center}}.add-work-icon{width:25px;position:relative;top:3px;margin-left:5px}.add-favorite-icon{width:20px;position:relative;top:3px;margin-left:5px}.using-app-boxed a{color:#1d4959;text-decoration:none}.content.using-app-info.htg-1{margin-top:90px}@media (max-width: 768px){.content.using-app-info.htg-1{margin-top:25px;padding-bottom:100px}}@media (min-width: 769px) and (max-width: 1080px){.content.using-app-info.htg-1{margin-top:38px}}.content.using-app-info.htg-2{margin-top:100px}@media (max-width: 768px){.content.using-app-info.htg-2{margin-top:25px}}.content.using-app-info.htg-3{margin-top:100px}@media (max-width: 768px){.content.using-app-info.htg-3{margin-top:25px}}.new-features-phone.htg{width:220px;margin:auto;display:block;position:relative;top:23px}@media (max-width: 768px){.new-features-phone.htg{width:180px}}.htg-clear{height:100px;display:block}@media (max-width: 768px){.htg-clear{height:30px}}.headline-cta.htg{text-align:center;font-weight:normal;max-width:650px;display:block;line-height:1.4;margin:auto;margin-bottom:15px;font-family:"AvenirLTStd-Book"}.download-media-div.htg{margin-top:50px}h2.htg-headline{color:#1d4959}@media (max-width: 768px){h2.htg-headline{text-align:center;margin-bottom:5px}}@media (min-width: 769px) and (max-width: 1080px){.new-features-phone.htg.htg-1{top:24px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-phone{height:550px;width:100%;background:url("/images/header-bg.jpg");z-index:998;background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:70px}.landing-panel.lawn-panel{width:100%;background:url("/images/lawn-side-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}a.ct-homepage-btn{background-color:#f7f7f7;font-family:'AvenirLTStd-Book';color:#020202;font-weight:normal;text-decoration:none;width:300px;display:block;margin:0 auto;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border:none;text-align:center;height:50px;line-height:53px;font-size:17px;border-radius:0;margin-top:55px}@media (max-width: 768px){a.ct-homepage-btn{margin-top:5px}}p.must-download{text-align:center}hr.hero-home-hr{border-top:1px solid #eee;border-radius:10px;width:300px}h2.hero-promo{font-family:'AvenirLTStd-roman';font-weight:normal;font-size:1.3em;text-align:center;margin:0;color:#1d4959}@media (max-width: 768px){h2.hero-promo{font-size:1.4em}}h2.hero-promo-2{font-family:'AvenirLTStd-roman';font-weight:normal;font-size:1.3em;text-align:center;margin:0;color:#1d4959;margin-top:-5px;margin-bottom:5px}@media (max-width: 768px){h2.hero-promo-2{font-size:1.4em}}.hero-phone-headline:after{content:' ';display:block;border:1px solid #f7f7f7;width:90%;margin:5px auto 10px}@media (max-width: 768px){.hero-phone-headline:after{margin-bottom:10px;margin-top:5px}}span.promo-number{color:#F42D46;font-family:'AvenirLTStd-Heavy';font-weight:normal;margin:0;font-size:1.5em;display:block}@media (max-width: 768px){span.promo-number{font-size:1.4em}}a.ct-homepage-btn:hover{background-color:#f9f9f9;transform:translateY(-2px);transition:all 0.25s ease}.map-provider-cta{font-size:22px;line-height:30px;text-align:center;color:#fff;font-family:'AvenirLTStd-Book';padding:5px 0 0 5px}@media (max-width: 768px){.map-provider-cta{font-size:1.5em;padding:0 5px}}h1.ct-headline-home{font-family:'AvenirLTStd-Roman';font-size:28px;font-weight:normal;margin-bottom:15px;color:#fff;text-align:center}@media (max-width: 768px){h1.ct-headline-home{text-align:center;margin-top:-2px;font-size:23px}}a.animated-signup-btn{background-color:#fff;font-family:'AvenirLTStd-Book';color:#020202;font-weight:normal;text-decoration:none;width:230px;display:block;margin:0 auto;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border:none;text-align:center;height:50px;line-height:53px;font-size:17px;border-radius:0;margin-top:5px;float:left;margin-bottom:5px}@media (max-width: 768px){a.animated-signup-btn{float:none;width:85%;max-width:300px;z-index:999;margin:15px auto 0;height:55px;line-height:60px}}a.animated-signup-btn:hover{transform:translateY(-2px);transition:all 0.25s ease}span.element{font-family:'AvenirLTStd-Medium'}.landing-panel.improvement-panel{width:100%;background:url("/images/home-improvement.png");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0;padding-top:90px;padding-bottom:75px}.improvement-box{margin-left:-55%}p.steps{font-size:16px;line-height:24px;font-family:'AvenirLTStd-Medium';color:#444}h3.map-header{font-family:'AvenirLTStd-Book';font-weight:normal}h1.video-headline{color:#222;font-family:'AvenirLTStd-Book';font-size:1.3em;font-weight:normal;padding:0 15px}.animated-panel.animated-panel{padding:10px;height:80px}.home-box{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin-left:3%;padding-top:65px;background:#fff;padding-bottom:45px;margin-bottom:30px;padding-left:25px;padding-right:25px;text-align:center;border:1px solid #f7f7f7;height:325px}@media (max-width: 768px){.home-box{margin-left:0;padding:30px 20px 10px;height:260px}}h1.on-demand{font-weight:normal;font-family:'AvenirLTStd-Book';font-size:28px}.home-box:hover{transition:all 0.5s ease;transform:translateY(-4px)}.about-static{margin-top:-50px}form.download-form{margin-top:2px}input.download-input{line-height:60px;width:80%;max-width:270px;font-family:'AvenirLTStd-Book';font-size:20px;padding-left:5px;border-top-left-radius:3px;border-bottom-left-radius:3px;border:2px solid #ddd}input.button,textarea{display:inline-block}.download-grid{padding-top:25px;padding-bottom:30px;margin-top:-32px}.download-button{background-color:#31c8c0;text-decoration:none;color:#fff;font-size:20px;margin-left:-3px;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:19px 20px 20px;transform:translateY(-2px);box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}a.home-btn-container.home-header{width:100%;position:relative;left:50px;top:130px;background-color:#1d4959}a.home-btn-container.home-header:hover{background-color:#12323e}.panel-green{background-color:#31c8c0}.animation-text{color:#fff}h2.text-me-a-link{color:#1d4959}.landing-panel.assembly-panel{width:100%;background:url("/images/assembly.png");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}.landing-panel.organizing-panel{width:100%;background:url("/images/cleaning-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}.landing-panel.haulaway-panel{width:100%;background:url("/images/haul-away.png");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}.panel-grey{background-color:#f6f6f6}.hero-box{background-color:#fff;padding:35px 20px 20px 30px;margin-top:120px;box-shadow:0 25px 35px rgba(0,0,0,0.2),0 10px 45px rgba(0,0,0,0.15);position:relative;left:50px;border-radius:2px}@media (max-width: 768px){.hero-box{background-color:#fff;border-radius:0;padding:15px 5px 10px;width:90%;height:125px;margin:auto;box-shadow:0 15px 35px rgba(0,0,0,0.1),0 5px 15px rgba(0,0,0,0.17);position:relative;left:0;top:-25px}}.hero-box.home{margin-top:70px;border:7px solid #31c8c0}@media (max-width: 768px){.hero-box.home{background-color:#fff;border-radius:0;padding:15px 5px 10px;width:90%;height:125px;margin:auto;box-shadow:0 15px 35px rgba(0,0,0,0.1),0 5px 15px rgba(0,0,0,0.17);position:relative;left:0;top:-25px;border:none}}.hero-container-phone{padding:0;max-width:1200px;max-width:1100px;margin-left:auto;margin-right:auto;max-width:1200px}@media (max-width: 768px){.hero-container-phone{padding:0}}.hero-container-phone::after{clear:both;content:"";display:table}.icon-shadow{-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15))}span.done{font-family:'AvenirLTStd-Medium';font-style:italic}.icon-shadow-low{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05))}p.hero-terms-content{font-size:12px;color:#6d6d6d;position:relative;top:0}@media (max-width: 768px){p.hero-terms-content{position:relative;top:-10px}}a.hero-terms-link{font-size:12px;color:#6d6d6d}.hero-content-phone{display:-ms-flexbox;display:flex}p.multi-job-sms-cta.hero-home{margin-top:5px}.hero-phone-headline{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:1.3em;margin-top:5px;text-align:center;color:#1d4959;z-index:9999;max-width:380px;margin:auto auto 10px;line-height:1.3}@media (max-width: 768px){.hero-phone-headline{position:relative;margin-top:0;font-size:1em;padding:0 10px;margin-bottom:0}}@media (min-width: 769px) and (max-width: 1080px){.hero-phone-headline{font-size:1.3em}}h1.hero-phone-headline.home{font-size:1.5em;font-family:'AvenirLTStd-Medium'}@media (max-width: 768px){h1.hero-phone-headline.home{position:relative;margin-top:0;font-size:1.2em;padding:0 10px;margin-bottom:0}}@media (min-width: 769px) and (max-width: 1080px){h1.hero-phone-headline.home{font-size:1.3em}}.section-headline{font-size:24px;text-align:center}.how-it-works{font-size:2.2em}.phone-screen{width:330px;position:relative;margin-top:18px}@media (min-width: 769px) and (max-width: 1080px){.phone-screen{width:300px;margin-top:66px}}.section-headline-side-garage{font-weight:normal}.section-headline-side-haul-away{font-weight:normal}.shield-header{font-weight:normal}.download-icons{margin-top:0;text-align:center}.boxed.tri-column-column{padding-top:65px;background:#fff;padding-bottom:20px;margin-bottom:30px}.boxed{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin-left:40px}.boxed:hover{transition:all 0.7s ease;transform:scale(1.09)}.boxed-content.landing-panel__content{max-width:2000px;padding-bottom:10px}.boxed.tri-column-column p{font-size:18px;line-height:24px;font-family:'AvenirLTStd-Roman'}h1.animated-text{color:#fff;font-size:1.3em;font-family:'AvenirLTStd-Book';font-weight:normal;padding-left:15%;line-height:25px;margin-top:20px}@media (max-width: 768px){h1.animated-text{font-size:1.1em;margin-top:5px;padding-left:2%;line-height:1.3;padding-top:1px}}.hero-header-phone{font-size:30px;font-family:'AvenirLTStd-Book';text-align:center;text-shadow:3px 4px 3px #000;color:#fff}@media (max-width: 768px){.hero-header-phone{padding:1.5em}}.hero-half-phone{width:40%;margin-left:5%}@media (max-width: 768px){.hero-half-phone{width:100%}}.hero-list-phone{color:#fff;font-family:'AvenirLTStd-Book';font-weight:normal;width:170px}.hero-list-header-phone{margin-top:1em}h3.boxed-headline{padding-bottom:2px;margin-top:0;font-family:'AvenirLTStd-Medium';margin-bottom:0;font-size:1.3em;font-weight:normal;text-align:center;color:#31c8c0}p.steps{padding-top:5px;font-family:'AvenirLTStd-Book';margin-top:0}.icon-boxed{padding-bottom:15px}.animation.landing-panel{padding-top:10px;padding-bottom:10px}.hero-media-phone{text-align:center}.hero-media-phone iframe{width:100%;max-width:560px;height:314px}@media (max-width: 768px){.rebates-headline{color:#fff;font-size:2em;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-top:15%}.rebates-icon{margin-top:40px;width:140px}.landing-panel.haulaway-panel{padding-top:100px}.landing-panel.animated-panel{padding-top:5px;padding-bottom:6px;height:155px;padding-left:5px;padding-right:5px}}@media (max-width: 768px) and (max-width: 768px){.landing-panel.animated-panel{height:85px;padding-bottom:0;padding-top:0}}@media (max-width: 768px){.learn-more-panel .section-headline-side-haul-away{margin-top:-95px;padding-bottom:100px}.home-box:hover{transition:none;transform:scale(1)}p.steps{font-size:16px}.about-static{margin-top:-70px}form.download-form{margin-top:0;margin-left:3%}h2.text-me-a-link{font-size:21px;text-align:center}input.download-input{line-height:60px;width:80%;max-width:250px;font-family:'AvenirLTStd-Book';font-size:20px;padding-left:5px}input.button,textarea{display:inline-block}.download-grid{padding-top:5px;padding-bottom:30px;margin-top:-32px}.download-button{background-color:#31c8c0;text-decoration:none;color:#fff;margin-left:-3px;border-top-right-radius:3px;border-bottom-right-radius:3px;padding:19px 20px 20px;transform:translateY(-2px);box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.animation-text{font-size:1.6em}.boxed.tri-column-column{padding-top:65px;padding-bottom:50px;margin-bottom:35px}.boxed-column.tri-column{margin-left:1%}.boxed{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:2px;width:90%;margin-left:0}.boxed:hover{transition:all 0.7s ease;transform:scale(1.09)}}@media (max-width: 768px) and (max-width: 768px){.boxed:hover{transition:none;transform:scale(1)}}@media (max-width: 768px){.boxed-content.landing-panel__content{max-width:1200px;padding-bottom:10px}.boxed.tri-column-column p{font-size:20px;line-height:24px}.light-grey{background-color:#E1E7EB}.download-icons{margin-top:0;text-align:center}.download-icons img{width:auto;height:45px}h1.on-demand{padding-left:5px;font-family:'AvenirLTStd-Roman';font-size:24px;padding-right:5px}.download-icons.home-hero.mobile-only{margin-top:0}.shield-header{padding-left:0;padding-right:0}.phone-screen{margin-top:157px;width:250px}.header-one{position:absolute;bottom:70%}.hero-phone{height:560px;margin-top:-80px}.hero-content-phone{display:-ms-flexbox;display:flex}}@media (max-width: 768px) and (max-width: 768px){.hero-content-phone{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width: 768px){.hero-list-phone{margin:1em 0}}@media screen and (max-width: 1079px){body>div.main-content>div.hero-phone>div>div>div.hero-half-phone.header-one>div>div>a:nth-child(1)>img{height:35px;width:auto}body>div.main-content>div.hero-phone>div>div>div.hero-half-phone.header-one>div>div>a:nth-child(3)>img{height:35px;width:auto}.hero-half-phone{margin-left:10%}}.store-link img{display:inline-block;margin:0 auto;height:35px;width:auto}@media (min-width: 769px) and (max-width: 1080px){.store-link img{height:40px;width:auto}}@media (max-width: 768px){.store-link img{width:auto;height:40px}}@media (max-width: 768px){.hero-half-phone{margin-left:0}}@media (max-width: 768px){.hero-section-one{margin-bottom:-15px}}@media (min-width: 768px) and (max-width: 1099px){h1.animated-text{font-size:18px;margin-top:20px;position:absolute;padding-left:0}a.animated-signup-btn{margin-top:5px}a.animated-signup-btn:hover{background-color:#f9f9f9;transform:translateY(-2px)}}.home-takl-plus{background-color:#fff;text-align:center;padding:30px 20px 30px 20px;border-top:2px solid #31c8c0;border-bottom:2px solid #31c8c0;width:100%}@media (max-width: 768px){.home-takl-plus{margin-bottom:0px;padding:40px 20px 40px 20px}}.home-takl-plus img{width:85%;max-width:500px;margin:auto;display:block}@media (max-width: 768px){.home-takl-plus img{width:95%}}.home-takl-plus p{color:#1d4959;font-family:"AvenirLTStd-Roman";font-weight:normal;text-align:center;font-size:24px;margin:auto;display:block;max-width:640px;line-height:1.4;margin-top:10px;margin-bottom:10px}@media (max-width: 768px){.home-takl-plus p{font-size:16px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero{height:580px;width:100%}.hero-container{padding:0 40px;max-width:1100px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-container{padding:0}}.hero-container::after{clear:both;content:"";display:table}.hero-content{display:-ms-flexbox;display:flex}.hero-header{padding:1.5em 0;font-size:30px;text-align:center;color:#222}@media (max-width: 768px){.hero-header{padding:1.5em}}.hero-half{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (max-width: 768px){.hero-half{width:100%}}.hero-list{color:#222;width:170px}.hero-list-header{margin-top:1em}.hero-media{text-align:center;height:300px}.hero-media iframe{width:100%;max-width:560px;height:314px}@media (max-width: 768px){.hero{height:auto}.hero-content{display:-ms-flexbox;display:flex}}@media (max-width: 768px) and (max-width: 768px){.hero-content{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width: 768px){.hero-list{margin:1em 0}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.home-assembly{width:100%;background:url("/images/assembly-home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px;height:390px}@media (max-width: 768px){.home-assembly{background:url("/images/assembly-home-mobile-bg.jpg");height:450px;background-position:top;margin-bottom:15px}}.home-container.assembly{height:400px}img.home-icon-container-assembly{height:85px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));margin:auto;margin-top:15px;text-align:center;display:block}.swal-overlay--show-modal{z-index:99999}.swal-overlay{z-index:99999}h3.home-assembly-title{text-shadow:1px 3px 6px rgba(0,0,0,0.23);color:#fff;font-size:1.8em;text-align:left;line-height:1.2;margin-top:130px;font-weight:normal;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h3.home-assembly-title{font-size:1.2em;padding:0px 10px 0px 10px;margin-top:25px}}.home-container.cleaning{height:400px}@media (min-width: 769px) and (max-width: 1080px){.home-container.cleaning{height:400px}}.home-cleaning{width:100%;background:url("/images/cleaning-home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px;height:390px}@media (max-width: 768px){.home-cleaning{height:450px;margin-bottom:15px}}@media (min-width: 769px) and (max-width: 1080px){.home-cleaning{margin-bottom:35px}}h3.home-cleaning-title{text-shadow:1px 3px 6px rgba(0,0,0,0.23);color:#fff;font-size:1.8em;text-align:left;line-height:1.2;margin-top:130px;font-weight:normal;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h3.home-cleaning-title{font-size:1.2em;padding:0px 10px 0px 10px;margin-top:25px}}.home-handyman{width:100%;background:url("/images/handyman-home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px;height:415px}@media (max-width: 768px){.home-handyman{height:475px;background-position:top;margin-bottom:40px}}@media (max-width: 768px){.landing-panel.panel-grey.home-works{padding-top:0px}}img.home-icon-container-handyman{height:85px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));margin:auto;margin-top:15px;text-align:center;display:block}h3.home-handyman-title{text-shadow:1px 3px 6px rgba(0,0,0,0.23);color:#fff;font-size:1.6em;text-align:left;line-height:1.2;margin-top:130px;font-weight:normal;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h3.home-handyman-title{font-size:1.2em;padding:0px 10px 0px 10px;margin-top:25px}}.home-container.handyman{height:425px}@media (max-width: 768px){.home-container.handyman{height:425px}}@media (min-width: 769px) and (max-width: 1080px){.home-container.handyman{height:425px}}.home-haul-away{width:100%;background:url("/images/haul-away-home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px;height:415px;margin-bottom:20px}@media (max-width: 768px){.home-haul-away{height:450px;margin-bottom:35px}}.home-container.haul-away{height:435px}@media (max-width: 768px){.home-container.haul-away{height:410px}}img.home-icon-container-haul-away{height:70px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));margin:auto;margin-top:15px;text-align:center;display:block}h3.home-haul-away-title{text-shadow:1px 3px 6px rgba(0,0,0,0.23);color:#fff;font-size:1.8em;text-align:left;line-height:1.2;margin-top:130px;font-weight:normal;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h3.home-haul-away-title{font-size:1.2em;padding:0px 10px 0px 10px;margin-top:25px}}.home-lawn{width:100%;background:url("/images/lawn-home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px;height:415px}@media (max-width: 768px){.home-lawn{height:455px;margin-bottom:10px}}h3.home-lawn-title{text-shadow:1px 3px 6px rgba(0,0,0,0.23);color:#fff;font-size:1.8em;text-align:left;line-height:1.2;margin-top:130px;font-weight:normal;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h3.home-lawn-title{font-size:1.2em;padding:0px 10px 0px 10px;margin-top:25px}}.home-container.lawn{height:420px}img.home-icon-container-lawn{height:80px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));margin:auto;margin-top:15px;text-align:center;display:block}@media (max-width: 768px){.home-container.lawn{height:400px}}.home-container-title{font-weight:normal;color:#31c8c0;font-family:'AvenirLTStd-Roman';margin-bottom:0px;margin-top:10px;font-size:1.3em;text-align:center}.home-btn-container{background-color:#39d6ce;transform:translateY(-2px)}p.home-content-container{font-weight:normal;font-size:1em;line-height:1.5;margin-top:5px}@media (max-width: 768px){p.home-content-container{font-size:15px}}.max-width-500{max-width:500px;margin:auto;display:block}.home-panel-overlay{background-color:rgba(0,0,0,0.4);top:0;left:0;width:100%;height:100%;position:relative;z-index:1;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.tg-overlay{background:url("/images/pattern-2.png");background-repeat:repeat;background-size:cover;position:relative;background-size:80px 80px}.home-spacing{height:55px}.form-sms.home{width:300px;height:50px;margin:auto;box-shadow:0 3px 10px 0 #e8e8e8}h3.download-sms-panel-headline.roman{font-size:1.5em;text-align:left;line-height:1.5;margin-top:20px;font-family:'AvenirLTStd-Roman';color:#222}@media (max-width: 768px){h3.download-sms-panel-headline.roman{font-size:1.3em;text-align:center;line-height:1.3;margin-top:5px}}@media (min-width: 769px) and (max-width: 1080px){h3.download-sms-panel-headline.roman{font-size:1.1em;margin-top:30px}}.landing-panel.download-sms-panel-home{padding:10px 0px 0px 0px;margin-bottom:-10px;box-shadow:0 10px 40px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.04)}@media (max-width: 768px){.landing-panel.download-sms-panel-home{padding:0px;margin-bottom:0px}}.form-sms.home.bottom{width:90%;box-shadow:0 3px 10px 0 #e8e8e8}a.home-btn-container.ct{width:300px;margin-top:50px;margin-bottom:-10px}@media (max-width: 768px){a.home-btn-container.ct{margin-top:-10px;margin-bottom:-15px}}.home-container{background-color:#fff;height:100%;min-height:300px;vertical-align:baseline;text-align:center;padding:30px 20px 40px 20px;margin-top:15px;width:100%;max-width:300px;box-shadow:0 4px 10px rgba(0,0,0,0.1);height:365px;border-radius:2px;border:1px solid #f7f7f7;margin-bottom:20px}@media (max-width: 768px){.home-container{max-width:330px;margin-top:15px;display:block;margin:auto;padding:20px 25px 25px 25px;height:330px}}@media (max-width: 768px){.mobile-margin-auto{margin:auto;display:block}}.home-icon-container{height:90px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));margin:auto;display:block;margin-top:10px;text-align:center}a.home-btn-container{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all .25s ease;margin-bottom:3px}@media (min-width: 769px) and (max-width: 1080px){a.home-btn-container{width:190px}}a.home-btn-container:hover{background-color:#39d6ce;transform:translateY(-2px)}h1.tg-home{font-family:'AvenirLTStd-Roman';font-size:2em;margin-top:35px;font-weight:normal;margin-bottom:0px;color:#1d4959}@media (max-width: 768px){h1.tg-home{margin-top:-10px;font-size:1.5em}}h1.tg-home:after{content:'';display:block;border:1px solid #31c8c0;border-radius:0px;width:285px}@media (max-width: 768px){h1.tg-home:after{text-align:center;margin:auto;width:240px}}img.tg-badge-home{width:155px;margin:0 auto;-webkit-filter:drop-shadow(2px 5px 10px rgba(0,0,0,0.1))}img.tg-badge-home-mobile{width:80px;margin:0 auto;-webkit-filter:drop-shadow(2px 5px 10px rgba(0,0,0,0.1));margin-top:-20px;margin-bottom:20px}p.tg-home-content{font-size:1.2em;margin:10px 0px 0px 0px;line-height:1.3;font-family:"AvenirLTStd-Book"}@media (max-width: 768px){p.tg-home-content{font-size:1.1em;padding:0px 5px;margin:10px 0px 5px 0px}}.grid.tg-home{border-radius:4px;padding:40px 10px 40px 10px;box-shadow:0 10px 40px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.04);max-width:600px;margin-top:-30px;background-color:#fff;border:2px solid #f7f7f7}@media (max-width: 768px){.grid.tg-home{width:100%;margin:auto;display:block;text-align:center;padding:40px 0px 10px 0px;border-radius:0px}}.jobs-header{background-color:#fff}.landing-panel.panel-tg-home{padding-top:100px;padding-bottom:70px;background-color:#31c8c0;margin-top:0px}@media (max-width: 768px){.landing-panel.panel-tg-home{padding:30px 0px 30px 0px}}h1.on-demand-home{font-family:'AvenirLTStd-Roman';font-size:1.8em;font-weight:normal;margin:0;color:#1d4959;padding:30px 0px 20px 0px}.download-icons.desktop-sms a img{height:40px}.sign-up-headline{text-align:center;padding:0px 10px;color:#222;font-family:'AvenirLTStd-Book';margin-bottom:10px;line-height:1.4}a.home-btn-container.provider-home{width:260px}.landing-panel.panel-home-provider{padding-bottom:120px;padding-top:35px}@media (max-width: 768px){.landing-panel.panel-home-provider{padding-bottom:40px}}p.sign-up-home-content{font-size:1.1em;text-align:center;max-width:320px;display:block;margin:auto;margin-bottom:10px;color:#6d6d6d;line-height:1.5}input.sms-submit.home{font-size:.9em}.panel-shadow{box-shadow:0 4px 10px rgba(0,0,0,0.1)}

.home-services-headline{font-family:"AvenirLTStd-Book";text-align:center;font-size:25px;color:#fff;font-weight:normal;margin:auto;display:block;line-height:1.4}@media (max-width: 768px){.home-services-headline{font-size:1.2em;position:relative;margin-top:5px}}.home-services-checklist-headline{font-family:"AvenirLTStd-Book";font-weight:normal}.home-services-checklist-headline{text-align:center;line-height:1.4}@media (max-width: 768px){.home-services-checklist-headline{font-size:20px}}.landing-panel.panel-shadow.panel-home-services-boxes{padding:50px 0px 25px 0px}h3.sms-panel-headline-pricing-2.home-services{color:#fff;font-size:1.3em;text-align:left;margin-top:25px;line-height:1.5;max-width:500px}@media (max-width: 768px){h3.sms-panel-headline-pricing-2.home-services{font-size:1em;text-align:center;margin-top:15px;padding-left:0px;padding-right:0px;max-width:1000px}}.landing-panel.using-app-panel.a-home-services{margin-top:0px;background-color:#1d4959}.category-landing-logo.home-services{width:145px;display:block;margin:auto;margin-bottom:20px}@media (max-width: 768px){.category-landing-logo.home-services{width:115px;margin-bottom:10px}}

.hero-home-bg{width:100%;z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;border-top:2px solid #31c8c0}@media (min-width: 769px) and (max-width: 1080px){.hero-home-bg{background-repeat:no-repeat}}@media (max-width: 768px){.hero-home-bg{background-position:center;background-repeat:no-repeat;background-size:cover}}.hero-home-bg.landing-home-services-near-me{width:100%;background:url("/images/home-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0;height:200px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 769px) and (max-width: 1080px){.hero-home-bg.landing-home-services-near-me{height:160px;background-repeat:no-repeat}}@media (max-width: 768px){.hero-home-bg.landing-home-services-near-me{height:130px;margin-bottom:15px;background-position:center;background-repeat:no-repeat;background-size:cover;background:url("/images/home-bg-mobile.jpg")}}h1.home-search-headline.landing-home-search{margin-top:20px}@media (min-width: 769px) and (max-width: 1080px){h1.home-search-headline.landing-home-search{margin-top:5px;max-width:500px;margin-bottom:40px}}@media (max-width: 768px){h1.home-search-headline.landing-home-search{margin-top:5px;max-width:500px}}.home-search-container{display:block;text-align:center;margin:55px auto auto}@media (min-width: 769px) and (max-width: 1080px){.home-search-container{margin-bottom:30px}}@media (max-width: 768px){.home-search-container{margin-bottom:0;margin-top:40px}}.landing-panel.royalties{text-align:center;margin-bottom:20px;border-top:2px solid #31c8c0;border-bottom:2px solid #31c8c0;padding-bottom:50px}@media (max-width: 768px){.landing-panel.royalties{margin-bottom:0px;margin-top:0px;padding-bottom:40px}}h1.home-search-headline{color:#1d4959;font-family:"AvenirLTStd-Heavy";font-weight:normal;text-align:center;font-size:24px;margin:auto;display:block;max-width:640px;line-height:1.4;margin-top:0;margin-bottom:10px}@media (max-width: 768px){h1.home-search-headline{font-size:16px;top:0;padding-left:10px;padding-right:10px;max-width:400px;margin-bottom:10px}}@media (min-width: 769px) and (max-width: 1080px){h1.home-search-headline{font-size:20px;top:15px;max-width:600px;display:block;padding-left:10px;padding-right:10px;margin-bottom:0}}.form-home-search{width:90%;max-width:400px;display:-ms-flexbox;display:flex;width:100%;margin:0 0 1em;height:60px;text-align:center}input.home-search-input{background-color:#fff;border-radius:0;font-size:18px;color:#222;-ms-flex-positive:1;flex-grow:1;padding-left:20px;font-family:"AvenirLTStd-Roman";border-top-left-radius:3px;border-bottom-left-radius:3px;line-height:normal;padding-top:6px;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px}input.home-search-submit{background-color:#31c8c0;font-family:AvenirLTStd-Roman;width:30%;max-width:100px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-5px;color:#fff;font-size:1em;padding-top:5px;border-width:initial;border-style:none;border-color:initial;-o-border-image:initial;border-image:initial;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-right:10px;background-image:url("/images/icons/icon-search.png");background-size:40px}input.home-search-submit:hover{background-color:#39d6ce}.noselect{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;-ms-user-select:none;user-select:none}.skill-search{display:-ms-flexbox;display:flex;width:100%;max-width:500px;margin:20px 0 30px;-ms-flex-align:center;align-items:center;padding:15px 20px 10px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin:auto;display:block}@media (max-width: 768px){.skill-search{width:90%;padding:15px 20px 10px 10px;position:relative;top:-50px}}.skill-search form{width:100%;max-width:500px}.skill-search__form{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.skill-search__form input[type=text]{font-size:24px;-ms-flex-preferred-size:100%;flex-basis:100%;font-family:"AvenirLTStd-Roman";text-align:left;color:#8C8C8C;border:none}@media (max-width: 991px){.skill-search__form input[type=text]{font-size:20px;margin-left:20px}}.skill-search__form input[type=text]:-ms-input-placeholder{color:#CCCCCC}.skill-search__form input[type=text]::placeholder{color:#CCCCCC}.skill-search__form input:focus{outline:none}.skill-search__form input[type=submit]{width:40px;height:40px;margin-left:20px;background-repeat:no-repeat;background-size:30px 30px;background-position:50% 30%;background-image:url("https://staging.takl.com/assets/search-icon-c1fd56ffb1f9ddd7383bb115be8ac1f52ef1c544d723bd548389db81ca70f013.png");border:none}@media (max-width: 768px){.skill-search__form input[type=submit]{width:25px;height:25px;background-size:20px 20px;background-position:50% 10%;left:-30px;position:relative}}input#q:focus{box-shadow:none}.landing-panel.panel-home-sms{height:260px;padding-top:20px;padding-bottom:15px}h3.home-download-headline{text-align:center;font-size:26px;margin:auto;display:block;margin-bottom:5px;line-height:1.4;font-family:"AvenirLTStd-Roman";color:#222}h3.home-headline-mobile{text-align:center;font-weight:normal;font-family:"AvenirLTStd-Book";margin:auto auto 5px;max-width:400px;display:block}@media (max-width: 768px){h3.home-headline-mobile{font-size:17px;line-height:1.4;padding:5px 0 0}}.download-media-div{margin-top:25px}@media (max-width: 768px){.download-media-div{margin-top:0;text-align:center;padding-bottom:40px}}.content.content-home-media{position:relative;top:80px}@media (min-width: 769px) and (max-width: 1080px){.content.content-home-media{display:block;width:80%;position:relative;left:20%;top:160px}}@media (max-width: 768px){.content.content-home-media{margin-top:50px;position:relative;left:0;top:0}}img.home-download-badge{width:auto;height:35px}.hero.hero-media.youtube-embed.vertical-align-video{position:relative;top:100px;margin-bottom:10px}@media (min-width: 769px) and (max-width: 1080px){.hero.hero-media.youtube-embed.vertical-align-video{width:20%;height:auto;margin-left:30%;margin-top:80px}}.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}div.or-download>p{color:#222;text-align:center;margin-bottom:20px;margin-top:20px}@media (max-width: 768px){div.or-download>p{margin-top:-10px;margin-bottom:10px}}h3.headline-cta-1{font-size:20px;margin-bottom:5px;text-align:center;padding-top:20px;display:block}@media (min-width: 769px) and (max-width: 1080px){h3.headline-cta-1{font-size:17px}}@media (max-width: 768px){h3.headline-cta-1{display:none}}h3.headline-cta{font-size:18px;margin-bottom:15px;text-align:center;padding-top:20px;font-weight:normal;line-height:1.4}@media (max-width: 768px){h3.headline-cta{padding:15px 20px 5px;font-size:20px;margin-bottom:10px}}.home-btn-container.cta-home-btn{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease;margin-bottom:20px}a.home-btn-container.cta-home-btn-1{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease;margin-bottom:20px}a.home-btn-container.cta-home-btn-1:hover{background-color:#39d6ce;transform:translateY(-2px)}a.home-btn-container.cta-home-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}div#show-hidden-menu:hover{background-color:#39d6ce;transform:translateY(-2px);cursor:pointer}a.home-btn-container.provider-home{background-color:#1d4959}a.home-btn-container.provider-home:hover{background-color:#1c5063;transform:translateY(-2px)}.home-btn-container.footer-order{margin-top:10px}p.or-learn-more{margin:5px}.map-video{max-width:400px;margin:auto;display:block}.home-how-it-works{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);width:250px;margin:auto;display:block;text-align:center;transition:all 0.25s ease;padding:10px 0 5px;line-height:32px}@media (min-width: 769px) and (max-width: 1080px){.home-how-it-works{width:200px;padding:8px 0 5px;line-height:22px;margin-top:10px}}@media (max-width: 768px){.home-how-it-works{width:200px;padding:8px 0 5px;line-height:22px;margin-top:10px}}a.home-how-it-works-link{font-size:18px;text-decoration:none;color:#fff;background-color:#31c8c0;border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,0.1);width:210px;margin:auto;display:inline-block;text-align:center;transition:all 0.25s ease;padding:8px 0 5px;line-height:28px;margin-right:5px;margin-left:5px;font-family:'AvenirLTStd-Heavy'}@media (min-width: 769px) and (max-width: 1080px){a.home-how-it-works-link{width:210px;padding:8px 0 5px;line-height:26px;margin-top:5px;font-size:18px}}@media (max-width: 768px){a.home-how-it-works-link{width:170px;padding:8px 0 5px;line-height:22px;margin-top:5px;font-size:15px}}a.home-how-it-works-link:hover{transform:translateY(-2px);background-color:#39d6ce}.chore-examples-container .chore-examples li a{text-decoration:none;color:#222}.home-categories-list{padding:20px 10px;text-align:left;position:relative;font-size:18px}.home-categories-container{max-width:500px;margin:auto;display:block;margin-top:-10px}.home-categories-list li{width:90%;max-width:500px;display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;margin:auto;display:block;align-items:center;margin-bottom:10px;padding:15px 15px 10px;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.right-arrow-list{display:inline-block;height:20px;float:right;z-index:99999;margin-top:-1px}a.category-name{text-decoration:none;color:#222;width:90%}span.text-link{font-size:18px;font-family:"AvenirLTStd-Book"}.home-cta-buttons{text-align:center;margin-top:30px}@media (max-width: 768px){.home-cta-buttons{text-align:center;margin-top:15px;margin-bottom:20px}}.royalties-container{box-shadow:0 4px 10px rgba(0,0,0,0.1);width:430px;display:inline;margin:0 auto;border-radius:5px;padding:25px;border:1px solid #eee;transition:all 0.25s ease}@media (max-width: 768px){.royalties-container{width:95%;margin-top:10px;display:block;padding:10px}}.royalties-container:hover{transform:translateY(-2px)}.royalties-container img{width:70px;margin-right:15px;position:relative;top:15px;display:inline-block}@media (max-width: 768px){.royalties-container img{width:60px;float:left;margin-left:15px;top:3px}}.royalties-container p{display:inline;font-family:"AvenirLTStd-Heavy";color:#1d4959;font-size:18px;top:3px;position:relative;line-height:1.4}@media (max-width: 768px){.royalties-container p{font-size:16px;top:0;padding:10px;text-indent:-10px}}.royalties-container span{color:#31c8c0}a.royalties-share{text-decoration:none;text-align:left;text-indent:-10px}

.using-app-phone{-webkit-filter:drop-shadow(0px -10px 18px rgba(0,0,0,0.09));width:260px;text-align:center;z-index:995;padding-top:30px}@media (max-width: 768px){.using-app-phone{width:210px}}.panel-light-grey{background-color:#f6f6f6}.using-how-works:after{content:' ';display:block;border:1px solid #31c8c0;width:230px;margin-left:auto;margin-right:auto}.using-how-works{position:relative;margin-left:auto;margin-right:auto;left:0;right:0;top:45px;font-family:'AvenirLTStd-Heavy';font-size:28px;color:#1d4959}.using-app-video{padding-bottom:420px}@media (max-width: 768px){.using-app-video{padding-bottom:60px}}h3.video-label{font-size:1.1em}@media (max-width: 768px){h3.video-label{font-size:1em}}.using-app-icon{width:170px;margin-top:25%}@media (max-width: 768px){.using-app-icon{margin-top:-30px}}.chore-grid-headline{font-family:'AvenirLTStd-Book';font-size:20px;color:#333;line-height:1.4;max-width:600px;margin:auto;display:block;margin-bottom:15px}@media (max-width: 768px){.chore-grid-headline{font-size:17px}}.how-it-works-walkthrough{font-family:'AvenirLTStd-Book';font-size:22px;color:#333;line-height:1.4;max-width:800px;margin:auto;display:block;margin-bottom:15px;padding-top:5px}@media (max-width: 768px){.how-it-works-walkthrough{font-size:19px}}.how-it-works-walkthrough-2{font-family:'AvenirLTStd-Book';font-size:18px;color:#333;line-height:1.4;max-width:800px;margin:auto;display:block;margin-bottom:15px}@media (max-width: 768px){.how-it-works-walkthrough-2{font-size:19px}}.takl-g-using{padding-bottom:60px}@media (max-width: 768px){.takl-g-using{padding-bottom:0px}}.takl-g-using.using-app-info{margin-top:70px}@media (max-width: 768px){.takl-g-using.using-app-info{margin-top:0px}}.using-app-top-header{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:18px;margin:auto;line-height:1.4;max-width:700px}@media (max-width: 768px){.using-app-top-header{font-size:16px}}.using-app-boxed{border-radius:2px;padding:18px}@media (max-width: 768px){.using-app-boxed{padding:15px 10px 20px 10px;margin-top:5px}}.download-using-headline.download-app-instructions{font-size:1.7em;margin-top:-5px;line-height:1.3;font-family:'AvenirLTStd-Book'}@media (max-width: 768px){.download-using-headline.download-app-instructions{text-align:center;margin-top:0px;padding-right:0px;font-size:1.2em}}.using-app-header{margin-top:30px;margin-bottom:9px;font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:22px;padding-top:10px;color:#1d4959;text-align:left}@media (max-width: 768px){.using-app-header{text-align:center;font-size:24px;padding-top:5px}}.using-app-h1{color:#fff;font-size:24px}.using-app-main-header{color:#fff}.using-app-info{margin-top:125px}@media (max-width: 768px){.using-app-info{margin-top:0px}}.landing-panel.using-app-panel{margin-top:65px;background-color:#31c8c0;color:#fff;padding:30px 0px 20px 0px}@media (max-width: 768px){.landing-panel.using-app-panel{padding:15px 5px 5px 5px}}.using-app-description{font-size:17px;font-family:'AvenirLTStd-Book';color:#333;font-weight:normal;text-align:left;line-height:22px;margin-top:5px;line-height:1.5}@media (max-width: 768px){.using-app-description{text-align:center}}.using-app-section{padding-top:0px;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7}@media (max-width: 768px){.using-app-section{padding-top:0px;width:100%;padding-bottom:10px}}.landing-panel.how-it-works-video{margin-top:-20px;margin-bottom:100px}@media (max-width: 768px){.landing-panel.how-it-works-video{margin-bottom:50px}}@media (max-width: 768px){body>div>div.landing-panel.panel-light-grey>div:nth-child(1){margin-top:-30px}}.using-app-header:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px;width:100%;margin:auto;display:block;margin-left:0px}@media (max-width: 768px){.using-app-header:after{margin-left:auto;width:100%}}.hiw-l h1{font-family:"AvenirLTStd-Heavy";font-weight:normal;color:#31c8c0;font-size:70px;margin-bottom:20px;text-shadow:0 5px 7px rgba(0,0,0,0.06)}.hiw-l h2{font-weight:normal;color:#1d4959;font-size:34px}.hiw-top-panel{height:700px}.hiw-top-panel .landing-panel__content{max-width:1400px}.landing-panel.panel-light-grey.panel-hiw-top{margin-top:70px}.download-media-div.mobile-only.hiw-download{padding:30px}.landing-panel.panel-home-sms.desktop-only.hiw-download{margin-top:20px;margin-bottom:0px;height:240px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel.hero-ct.hero-ct-app{margin-top:0px}@media (min-width: 769px) and (max-width: 1080px){.landing-panel.hero-ct.hero-ct-app{height:180px}}@media (max-width: 768px){.landing-panel.hero-ct.hero-ct-app{margin-top:0px}}h1.ct-headline.app{font-size:22px;margin-top:5px}@media (min-width: 769px) and (max-width: 1080px){h1.ct-headline.app{margin-top:35px}}img.ct-before-after{width:95%;margin:auto;display:block;border-radius:0px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:20px}p.ct-before-after-label{text-align:center;color:#31c8c0;background:#fff;max-width:300px;padding:7px 0px 3px 0px;border-radius:0px;margin:auto;display:block;margin-bottom:-13px;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding-bottom:15px}a.btn-normal.btn-in-app{border-radius:5px;box-shadow:none;text-transform:uppercase;font-size:1.1em;width:320px;height:60px;font-family:'AvenirLTStd-Light';font-weight:normal}h2.ct-headline-2.app{margin-top:0px;margin-bottom:0px;font-size:1.1em}@media (min-width: 769px) and (max-width: 1080px){h2.ct-headline-2.app{margin-top:10px}}.ct-section.landing-panel.landing-panel-in-app.panel-grey{padding-top:0px}.landing-panel.hero-guarantee.hero-guarantee-app{margin-top:0px;height:350px;padding:0px}img.guarantee-badge.guarantee-badge-app{margin-top:30px;width:120px}h1.g-headline.app{margin-top:30px}h1.g-headline.app:after{margin:auto}h4.g-headline-2.app{margin-top:190px;position:relative}@media (min-width: 769px) and (max-width: 1080px){h4.g-headline-2.app{margin:auto;display:block;margin-top:27px;position:relative;max-width:600px}}.grid-app-guarantee{margin:auto;display:block;margin-top:10px}h1.why-choose-headline.app{font-size:1.4em;font-family:'AvenirLTStd-Book';padding:0px;margin-bottom:0px}.why-icon.preserver-icon{margin-top:15px}.grid.panel-grey.app-green-border-top{border-top:2px solid #f7f7f7;margin-top:30px}.why-takl-box.app{max-width:500px;margin:auto;display:block;margin-bottom:25px}.why-takl-box.app:hover{transform:none}@media (min-width: 769px) and (max-width: 1080px){p.ct-name-landing.app{margin-left:20px}}h3.why-takl-title.app{text-align:center;font-family:'AvenirLTStd-Roman';font-weight:normal;display:block}h3.why-takl-title.app:after{content:' ';display:block;border:1px solid #f7f7f7;width:200px;margin-left:auto;margin-right:auto;margin-top:-5px}.why-takl-content.app{padding-top:0px;margin-top:10px}h3.guarantee-app-ct{text-align:center;font-family:'AvenirLTStd-Book';font-weight:normal;margin-top:10px}a.btn-normal.btn-in-app.app-btn-ct{font-size:1em}.ct-item-landing.haul-away-ct.ct-app{max-width:500px}@media (min-width: 769px) and (max-width: 1080px){.ct-item-landing.haul-away-ct.ct-app{margin:auto;display:block;margin-bottom:60px}}.landing-panel.using-app-panel.in-app{margin-top:0px}

.just-takl-it:after{content:'Just Takl it!';color:#1d4959;text-align:center;display:block;font-size:40px;margin-top:40px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel{padding:30px 0}.landing-panel h2,.landing-panel h3{margin-top:0}.landing-panel--gray{background-color:#dde3eb}.landing-panel--navy{background-color:#1d4959}.landing-panel--teal{background-color:#31c8c0}.landing-panel--white{background-color:#fff}.landing-panel--gray-2{background-color:#f6f6f6}.landing-panel--granite{background:url("/images/granite.png") no-repeat center center;background-size:cover}.landing-panel--app-bg{background:url("/images/presenting-app.png") no-repeat center center;background-size:cover;position:relative}.landing-panel--app-bg:after{content:"";z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(29,73,89,0.7)}.landing-panel__content{max-width:1100px;margin-left:auto;margin-right:auto}.landing-panel__content::after{clear:both;content:"";display:table}.landing-panel__content--split{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.landing-panel__content--split{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.landing-panel__content--split>*{-ms-flex:1;flex:1}.landing-panel__content--split>*:first-child{padding-right:30px}.landing-panel__content--split img{max-width:100%}@media (max-width: 768px){.landing-panel__content--split>*:first-child{padding-right:0;padding-bottom:30px}}.landing-panel__content--media iframe{width:480px;height:280px}.landing-panel-video{text-align:center}.panel-quote{width:350px;position:relative}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}@media (max-width: 768px){.desktop-only{display:none}}@media (min-width: 769px){.mobile-only{display:none}}body.landing-sms{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/landing-sms-bg-desktop.jpg") no-repeat fixed center/cover}@media (max-width: 768px){body.landing-sms{background:url("/images/landing-sms-bg.jpg") no-repeat fixed center/cover}}.hero-phone.hero-multi-job.hero-pet{width:100%;background:url("/images/landing/pet-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}.hero-phone.hero-multi-job.hero-car{width:100%;background:url("/images/landing/car-wash-bg.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0}.hero-half-phone.hero-media-phone.pet-phone{margin-left:50px}img.phone-screen.phone-screen-multi.screen-pet{width:290px;margin-top:82px;margin-left:250px}body.landing-sms.christmas{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/landing-christmas-bg.jpg") no-repeat fixed center/cover}.sms-landing-input{max-width:420px;margin:auto;display:block}img.landing-logo-sms-desktop.desktop-only{margin-top:85px;width:200px}.landing-sms.haul-away{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/haul-away-bg.png") no-repeat fixed center/cover}.hero .l-sms-content{position:relative;top:5px}.l-sms-explainer{box-shadow:0 4px 10px rgba(0,0,0,0.1)}.l-sms-video-headline{font-family:'AvenirLTStd-Book';font-size:1.2em;text-align:center;font-weight:normal}h3.l-sms-headline.text-white{color:#fff;font-family:'AvenirLTStd-Book';font-size:1.6em;text-align:left;margin-top:30px;line-height:1.4}h4.landing-headline-sms-desktop.organizing{font-size:1.3em}h4.landing-headline-sms.mobile-only.organizing{font-size:1.1em}body.landing-sms.organizing{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/landing-organizing-bg.jpg") no-repeat fixed center/cover}.swal-title{color:#111;font-weight:normal;line-height:1.2;font-size:25px;font-family:'AvenirLTStd-Roman';text-align:center}@media (max-width: 768px){.swal-title{font-size:22px}}a.landing-terms-link{color:#fff;text-decoration:none}p.landing-sms-label{font-size:1em;margin:auto;text-align:center;margin-bottom:2px;color:#fff}.button-download-sms{height:60px;width:300px;margin:auto auto 8px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#1d4959;transition:all 0.25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}h4.landing-headline-sms{font-size:22px;color:#fff;line-height:1.4;font-family:'AvenirLTStd-Roman';font-weight:normal;padding:0}.landing-headline-sms.mobile-only.landing-rewards{font-size:22px}h4.landing-headline-sms-desktop{font-size:25px;color:#fff;line-height:1.3;margin-top:10px;font-family:'AvenirLTStd-Roman';font-weight:normal}h4.landing-headline-sms-desktop.christmas{font-size:1.3em}.swal-text{font-size:20px;text-align:center}.button-open-sms{height:60px;width:300px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;background-color:#31c8c0;padding-top:5px;color:#fff;transition:all 0.25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:8px}.animate-first{animation-delay:0}.landing-buttons-sms{text-align:center;width:310px;margin:-65px auto 0}.landing-logo{width:145px;padding-top:60px;margin:-25px auto 0}h4.landing-headline-sms-desktop.lawn.experience{font-size:1.2em;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}h4.landing-headline-sms.lawn.mobile-only{font-size:1.1em}body.landing-sms.lawn{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/lawn-home-bg.jpg") no-repeat fixed center/cover}.landing-bg-overlay-sms{background-color:rgba(0,0,0,0.4);top:0;left:0;width:100%;height:100%;position:relative;z-index:1}@media (max-width: 768px){.hero-phone-headline.multi-job-headline.pet-waste-removal-sms{font-size:1.1em}}@media (min-width: 769px) and (max-width: 1080px){.hero-phone-headline.multi-job-headline.pet-waste-removal-sms{font-size:1em}}@media (min-width: 769px) and (max-width: 1080px){.hero-box.hero-box-multi.pricing.hero-box-pet-waste-removal{padding:35px 10px 20px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.category-landing-btn{height:60px;width:300px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:22px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}@media (max-width: 768px){.category-landing-btn{height:55px;width:280px;font-size:18px}}.category-landing-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.landing-panel.category-testimonial-panel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.landing-testimonial-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.landing-testimonial-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;width:95%}}.landing-bold{font-family:"AvenirLTStd-Medium"}.landing-heavy{font-family:"AvenirLTStd-Heavy"}.landing-font-teal{color:#31c8c0}.ct-item.landing-testimonial-ct{margin-left:20px}@media (max-width: 768px){.ct-item.landing-testimonial-ct{margin-left:0}}.landing-testmionial-item{margin-right:5%}@media (max-width: 768px){.landing-testmionial-item{margin-right:0}}.landing-testimonial-headline{font-size:18px;text-align:center;line-height:1.4;padding-left:20px;padding-right:20px}.landing-testimonial-headline-2{font-size:17px;text-align:center}.category-landing-container{text-align:center;margin:auto;display:block;width:90%;max-width:700px}.category-landing-headline-2{max-width:700px;text-align:center;display:block;margin:auto;line-height:1.4;margin-bottom:15px}@media (max-width: 768px){.category-landing-headline-2{font-size:18px;padding:0 15px}}.landing-panel__content.category-panel{max-width:900px;margin-left:auto;margin-right:auto}.category-landing-logo{width:180px;height:auto;margin-top:-20px}@media (max-width: 768px){.category-landing-logo{width:150px}}.category-landing-headline.haul-away-headline{color:#fff;font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);max-width:500px;margin:auto;display:block;margin-top:10px;margin-bottom:10px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.haul-away-headline{font-size:32px}}@media (max-width: 768px){.category-landing-headline.haul-away-headline{font-size:27px}}.category-landing-logo.near-me{width:130px;margin-top:10px}@media (max-width: 768px){.category-landing-logo.near-me{width:80px}}h1.home-search-headline.landing-home-search.near-me{font-size:28px;margin-top:5px;max-width:400px}@media (max-width: 768px){h1.home-search-headline.landing-home-search.near-me{font-size:22px;max-width:300px}}.category-landing-headline-3{max-width:700px;text-align:center;display:block;margin:auto;line-height:1.4;margin-bottom:15px;color:#fff;font-weight:normal;font-size:1.5em}.panel-cleaning-cta{font-weight:normal;padding:30px 0}.main-content.landing-main{margin-top:0px;margin-bottom:0}.lawn-headline.lawn-landing-headline{margin-top:110px}@media (max-width: 768px){.lawn-headline.lawn-landing-headline{margin-top:60px}}.haul-away-headline-landing{margin-top:80px}@media (max-width: 768px){.haul-away-headline-landing{margin-top:20px}}.quote-content-landing.lawn-testimonial-content{font-size:15px}.lawn-grid-header.lawn-landing-header{font-size:23px;line-height:1.4}.landing-testimonial-headline.lawn-testimonial{margin-top:90px}.cleaning-headline.cleaning-landing-headline{margin-top:105px}@media (max-width: 768px){.cleaning-headline.cleaning-landing-headline{margin-top:30px}}input:-webkit-autofill{background-color:#f7f7f7}.landing-walkthrough-label{font-size:13px;marign-top:10px;padding:0;text-align:center}p.sms-label-apply.text-white.text-center{color:#fff}.landing-headline-sms-desktop.experience{font-size:20px}.download-app-instructions-landing.lawn-landing{font-size:1.2em;margin-top:35px}@media (min-width: 769px) and (max-width: 1080px){.download-app-instructions-landing.lawn-landing{font-size:1.2em;margin-top:20px}}@media (max-width: 768px){.download-app-instructions-landing.lawn-landing{text-align:center;font-size:1.1em;margin-top:0}}.handyman-headline.handyman-headline-landing{margin-top:115px}@media (max-width: 768px){.handyman-headline.handyman-headline-landing{margin-top:50px}}img.landing-logo-white{display:block;margin:100px auto auto;width:180px}@media (max-width: 768px){img.landing-logo-white{width:100px;margin-top:9s0px}}p.sms-label{padding:0;margin-top:10px;margin-bottom:0}p.sms-label.white-label{color:#fff;margin-bottom:-5px}h2.landing-sms-cta{font-weight:normal}.landing-bg-overlay{background-color:rgba(0,0,0,0.2);top:0;left:0;width:100%;height:100%;position:relative;z-index:1}.landing-headline{font-size:1.5em;text-align:left;color:#fff;margin-left:65px}@media (min-width: 769px) and (max-width: 1080px){.landing-headline{margin-left:25px}}@media (max-width: 768px){.landing-headline{text-align:center;margin-left:0;font-size:1.3em;margin-top:30px}}@media (max-width: 768px){.hero-cleaning.hero-cleaning-sms{height:400px}}.landing-sms-headline{font-size:1.5em;text-align:left;color:#fff;margin-left:65px}@media (max-width: 768px){.landing-sms-headline{text-align:center;margin-left:0;font-size:1.3em;margin-top:30px}}.landing-phone{width:280px;margin-top:148px}.cleaning-grid-header.cleaning-grid-sms{font-size:1.2em}h3.landing-testimonial-headline{margin-top:30%;font-family:'AvenirLTStd-Book';color:#333;text-align:center;margin-bottom:0;margin-top:60px}img.landing-logo-sms{width:230px;margin:auto;display:block;margin-top:170px}@media (max-width: 768px){img.landing-logo-sms{width:140px;margin-top:70px}}.landing-text-white{color:#fff}.download-app-instructions-landing{font-size:1.5em;margin-top:19px;line-height:1.4}@media (max-width: 768px){.download-app-instructions-landing{font-size:1.2em}}.download-app-instructions-landing.cleaning-landing{font-size:1.3em;margin-top:30px}@media (min-width: 769px) and (max-width: 1080px){.download-app-instructions-landing.cleaning-landing{font-size:1.3em;margin-top:20px}}@media (max-width: 768px){.download-app-instructions-landing.cleaning-landing{font-size:1.2em}}.landing-panel.download-sms-panel{padding:10px 0 15px}.sms-label-apply{font-size:12px;color:#666}.swal-button{background-color:#31c8c0;font-family:'AvenirLTStd-Roman';text-transform:none;font-weight:normal;border-radius:0;width:100%;max-width:150px;margin:auto;display:block;height:40px;font-size:16px}.swal-button-container{margin:5px;display:inline-block;position:relative;width:100%}.swal-modal{width:478px;opacity:0;pointer-events:none;background-color:#fff;text-align:center;border-radius:0;position:relative;text-align:center;margin:auto 0;top:-160px;display:inline-block;vertical-align:middle;transform:scale(1);box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transform-origin:50% 50%;z-index:10001;transition:transform 0.3s,opacity 0.2s}@media (max-width: 768px){.swal-modal{width:100%}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out 0s}.swal-text{font-size:22px;color:#222;font-family:'AvenirLTStd-Medium';color:#31c8c0}@media (max-width: 768px){.swal-text{font-size:16px}}.swal-title{color:#111;font-weight:normal;line-height:1.2;font-size:25px}@media (max-width: 768px){.swal-title{font-size:22px}}.landing-walkthrough-headline{margin-bottom:-5px;padding-top:10px}.walkthrough-phone-hr{border:1px solid #fff;position:relative;bottom:381px;border-radius:5px}input.sms-input{background-color:#fff;border:1px solid #31c8c0;border-radius:5px;font-size:18px;color:#222;-ms-flex-positive:1;flex-grow:1;padding-left:20px;font-family:'AvenirLTStd-Roman';border-top-left-radius:3px;border-bottom-left-radius:3px;line-height:normal;padding-top:5px}.landing-top-quote{text-align:center}.landing-walkthrough{height:452px}::-webkit-input-placeholder{color:#ccc;padding-top:0}.landing-walkthrough-video{width:210px;top:-376px;position:relative;left:0}@media (max-width: 768px){.landing-walkthrough-video{top:-368px;width:212px}}input.sms-submit{background-color:#31c8c0;font-family:'AvenirLTStd-Roman';border:none;width:30%;max-width:100px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-5px;color:#fff;font-size:1em;padding-top:5px}input.sms-submit:hover{background-color:#39d6ce}.form-sms{display:-ms-flexbox;display:flex;width:100%;margin:0 0 1em;height:60px}.sms-form-div{display:block;margin:6px auto 0;text-align:center;max-width:330px}.sms-form-div.sms-left{margin-left:-15px}p.sms-label.white-label.roman.sms-label-header{margin-left:20px}h4.landing-headline-sms-desktop.experience.share{font-size:20px}a.share-link{color:#fff;text-decoration:none;color:#31c8c0}.download-icons.home-icons.landing-badges{margin-top:10px}p.or-download-landing{color:#fff;text-align:center;font-size:17px;margin:10px 0 5px;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}img.home-download-badge.landing{height:40px;width:auto}.category-landing-headline.cleaning-headline{color:#fff;font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:520px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.cleaning-headline{font-size:32px}}@media (max-width: 768px){.category-landing-headline.cleaning-headline{font-size:21px}}.chore-grid__chore.category-handyman-grid.chore-name{font-size:12px}.category-landing-headline{line-height:1.4;font-weight:normal;text-align:center;font-family:"AvenirLTStd-Roman"}.lawn-headline.category-landing-headline{color:#fff;font-size:26px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:500px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.lawn-headline.category-landing-headline{font-size:32px}}@media (max-width: 768px){.lawn-headline.category-landing-headline{font-size:21px}}.category-landing-headline.handyman-headline{color:#fff;font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:560px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.handyman-headline{font-size:24px}}@media (max-width: 768px){.category-landing-headline.handyman-headline{font-size:20px}}.category-landing-headline.assembly-headline{color:#fff;font-size:25px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;max-width:540px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.assembly-headline{font-size:32px}}@media (max-width: 768px){.category-landing-headline.assembly-headline{font-size:22px}}.category-landing-headline-2.byoj{font-size:22px}.button-download{height:60px;width:300px;margin:auto;margin-bottom:8px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.button-open{height:60px;width:300px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#1d4959;transition:all .25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}

.wyai-image{width:285px;height:200px;background:url("/images/why-choose-takl/wyai.png") no-repeat center center}.why-choose-takl{background-color:#1d4959;border:6px solid #fff;padding:1em .5em}.why-choose-takl li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:1.5em;color:#fff}.why-choose-takl li:last-child{margin-bottom:0}.why-choose-takl__icon{width:50px;height:34px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 768px){.why-choose-takl__reasoning{text-align:left}}.why-choose-takl-question{text-align:center;font-size:40px;color:#1d4959}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-lawn{height:500px;width:100%;background:url("/images/categories/lawn/lawn-services-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-lawn{height:400px}}.panel-pressure-wash{width:100%;z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative}h3.lawn-testimonial-headline{margin-top:20px}.download-lawn-headline{margin-left:5%}.bottom-testimonial{padding:0px;font-weight:normal;font-family:'AvenirLTStd-Roman'}.download-app-instructions-lawn{font-size:22px}p.availability{text-align:center;font-size:14px;font-family:'AvenirLTStd-Book';color:#777}span.lawn-check{background:url(images/taklcheck.png) no-repeat left center}ul.takl-check-list-lawn{list-style:square inside url("/images/taklcheck-small.png")}ul.takl-check-list-lawn li{height:50px}.video-pad-small{padding-top:10px;padding-bottom:100px}.lawn-btn-2{height:70px;width:280px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);margin-bottom:10px;margin-top:-10px}.panel-no-pad.landing-panel{padding:0px}.lawn-grid-pad{padding-left:20px;padding-right:20px}.lawn-icon{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05));height:80px}.lawn-grid-header{font-family:'AvenirLTStd-Book';text-align:center;font-size:25px;font-weight:normal}@media (max-width: 768px){.lawn-grid-header{font-size:20px}}.lawn-grid{padding-top:40px;padding-bottom:40px;background-color:#fff}.landing-panel__content_lawn{max-width:800px;margin-left:auto;font-family:'AvenirLTStd-Roman';margin-right:auto}.lawn-box-icon{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;padding-top:35px;background:#fff;padding-bottom:70px;margin-bottom:30px;border-radius:2px;text-align:center;height:190px}.lawn-box-icon:hover{transition:all 0.7s ease;transform:scale(1.09)}.lawn-box-p{font-family:'AvenirLTStd-Roman'}.download-lawn-top{padding-top:40px;padding-bottom:40px}.download-lawn{padding-top:50px;padding-bottom:50px}.download-lawn-headline{font-size:1.5em;margin-left:5%;color:#333}.lawn-top{text-align:center}.lawn-content-top{max-width:900px}.lawn-phone{width:280px;margin-left:auto 0;margin-bottom:-5px}@media (max-width: 768px){.lawn-phone{margin-bottom:-15px}}.lawn-header-2{font-size:1.4em}.lawn-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.lawn-btn-2:hover{background-color:#39d6ce;transform:translateY(-2px)}.steps-rebate ol{counter-reset:item;margin:0;padding-left:0}.steps-rebate ol>li{counter-increment:item;list-style:none inside;margin:40px 0;overflow:hidden;font-size:17px !important;line-height:1.4;text-align:justify}.steps-rebate ol>li:before{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2.1em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left}.lawn-headline{color:#fff;font-size:35px;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (min-width: 769px) and (max-width: 1080px){.lawn-headline{font-size:32px}}@media (max-width: 768px){.lawn-headline{font-size:25px}}.testimonial-panel-lawn{padding-top:30px;padding-bottom:80px}.testimonials-lawn{background-color:#fff;border-radius:0px;padding:30px;box-shadow:0px 13px 20px 0px rgba(0,0,0,0.11);height:280px;font-size:15px}.bubble-lawn{-webkit-font-smoothing:antialiased;position:relative;width:100%;height:275px;color:#1d4959;padding:30px;z-index:2;background:#ffffff;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.02),0 1px 20px rgba(0,0,0,0.04)}.content-bubble-lawn{font-family:'AvenirLTStd-Book';font-size:18px;line-height:24px;color:#333}img.lawn-testimonial{width:100%;margin-left:10%}@media (max-width: 768px){img.lawn-testimonial{margin-left:0px}}.video-pad{padding-bottom:70px;padding-top:60px}body>div.landing-panel.panel-no-pad.panel-grey>div>div.col-4-12.push-2-12>div>h3{margin-top:30%;font-family:'AvenirLTStd-Roman';color:#333;text-align:center;margin-bottom:0px;margin-top:20%}.testimonial-header{text-align:center;font-family:'AvenirLTStd-Roman';font-size:32px;color:#1d4959}.bubble-lawn:before{content:"\201C";font-family:Georgia, serif;font-size:145px;font-weight:bold;color:#f7f7f7;position:absolute;left:5px;top:-28px;z-index:-2}.bubble-lawn:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:16%}.icon-lawn{width:45px;position:absolute;margin-top:-12px;-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1));border-radius:50px}.user-lawn{position:absolute;bottom:-35px;margin-left:2%;font-family:'AvenirLTStd-Book';font-size:18px;color:#1d4959;display:inline-block}.name-lawn{position:absolute;margin-left:55px;width:200px;text-shadow:0px 2px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.lawn-box-p{font-size:17px}.download-app-instructions-lawn{text-align:center}.download-lawn-headline{text-align:center;font-size:22px;margin-left:0px}.download-lawn-top{padding-top:10px;padding-bottom:10px}.boxed-round{margin-left:0;margin-bottom:40px}.provider-info{text-align:center}.bubble.right-bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:72%}.user.right-user{margin-left:57%}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:18%}.testimonial-panel{padding-top:10px;padding-bottom:20px}.testimonial-boxed{padding-bottom:80px}.testimonial-content{font-size:15px}}

.pull-left{margin-left:-40%}.push-right{margin-left:67%}.learn-more-panel{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:10px 30px 30px 30px;display:flex}.learn-more-panel--inverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}@media (max-width: 768px){.learn-more-panel{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;width:100%;-ms-flex-flow:column;flex-flow:column;align-items:center;text-align:center}}.learn-more-panel .learn-more-img{display:block;width:420px;position:relative}.learn-more-panel .learn-more-img:before,.learn-more-panel .learn-more-img:after{max-width:300px;content:"";position:absolute;z-index:-2;bottom:15px;left:10px;width:50%;height:20%;box-shadow:0 15px 10px rgba(0,0,0,0.7);transform:rotate(-3deg)}.learn-more-panel .learn-more-img:after{right:10px;left:auto;transform:rotate(3deg)}.learn-more-panel .learn-more-img img{max-width:100%}.learn-more-panel .learn-more-img iframe{height:275px;width:420px}@media (max-width: 768px){.learn-more-panel .learn-more-img{margin-bottom:1em}}.learn-more-panel .learn-more-spacer{display:block;width:420px}.learn-more-panel .learn-more-content{text-align:center;width:320px;z-index:99}.learn-more-panel .learn-more-content h4,.learn-more-panel .learn-more-content p{font-size:1.1em;line-height:1.6em;font-weight:normal}.learn-more-panel .learn-more-content p{font-size:20px}@media (max-width: 768px){.learn-more-panel .learn-more-content{width:95%}}.learn-more-panel .learn-more-link{background:#fff;padding:30px;position:relative}.learn-more-panel .learn-more-btn{height:55px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Light';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.learn-more-panel .learn-more-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.learn-more-panel .learn-more-link{background:#fff;padding:40px;border-radius:0px;box-shadow:0 10px 40px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.06);position:relative;color:#333}.learn-more-disclaimer{display:block;text-align:right;margin-top:3em}.learn-more-panel h3{text-shadow:2px 2px 6px rgba(0,0,0,0.23);font-family:'AvenirLTStd-Roman'}


a.home-view-all{height:50px;width:220px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"AvenirLTStd-Roman";-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#1d4959;background-color:#fff;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease}a.home-view-all:hover{background-color:#f7f7f7;transform:translateY(-2px)}#mapwrapper{max-width:1920px;margin:0 auto;padding:0;background-color:transparent;min-width:220px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#text-abb{font-size:14px}#text-abb text{font-family:'AvenirLTStd-Roman';display:none}img.map-legend{margin-left:9%;position:relative;bottom:100px;width:300px}@media (max-width: 768px){img.map-legend{width:250px;margin-left:10%;position:relative;bottom:0}}img.map-legend-faq{margin-left:9%;position:relative;bottom:100px;width:300px}@media (max-width: 768px){img.map-legend-faq{width:250px;margin-left:10%;position:relative;bottom:0}}#map_base svg{max-height:100%;width:100%;margin:0}h3.map-header{color:#fff;font-size:22px;padding-top:0;color:#fff;width:100%;font-family:'AvenirLTStd-Book'}span.state-medium{font-family:'AvenirLTStd-Medium';font-size:15px}img.city-header{border-radius:50%;width:60px;display:block;float:none;margin-top:-8px;padding:0;text-align:center;margin-left:32%}span.launching-title{color:#31c8c0;font-family:'AvenirLTStd-Medium'}span.city-coming-soon{color:#31c8c0;font-family:'AvenirLTStd-Medium'}img.city-header-new{border-radius:50%;width:60px;display:none;float:left;margin-top:-8px;padding:0;text-align:center}span.state{font-family:'AvenirLTStd-Medium';font-size:16px;color:#31c8c0}span.state-blue{font-family:'AvenirLTStd-Medium';font-size:16px;color:#1d4959}.area-title{font-family:'AvenirLTStd-Book';font-size:15px;padding:0;color:#31c8c0;width:200px;text-align:center}.area-title-new{font-family:'AvenirLTStd-Medium';font-size:22px;padding:0px;color:#31c8c0;margin-top:10px;margin-left:5px}span.area-title{font-family:'AvenirLTStd-Book';font-size:20px;padding:0;color:#31c8c0;position:absolute;display:inline-block}span.available-title{font-family:'AvenirLTStd-Book';font-size:15px;color:#1d4959;text-decoration:underline}span.counties-list{font-family:'AvenirLTStd-Book';font-size:15px;color:#1d4959}.key{border-radius:0;border:1px solid #f7f7f7;z-index:1000;font-family:'AvenirLTStd-Roman';font-size:15px;color:#31c8c0;padding:10px;position:absolute;background:#fff;color:#1d4959;word-break:keep-all;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08)}.static-content-full{width:100%}span.coming-soon-key span.launched-key{font-family:'AvenirLTStd-Book';font-size:15px;color:#31c8c0}span.coming-soon-title{font-family:'AvenirLTStd-Book';font-size:15px;color:#31c8c0}span.now-recruiting{font-family:'AvenirLTStd-Roman';font-size:15px;color:#31c8c0}.section-no-header{padding:0px;padding-top:5px}span.live-city-no-header{font-family:'AvenirLTStd-Roman';font-size:20px;color:#31c8c0}span.see-more{font-family:'AvenirLTStd-Book';font-size:12px;color:#666;display:block;margin-top:-5px;text-decoration:none}span.see-more-new{font-family:'AvenirLTStd-Book';font-size:12px;color:#666;display:none;margin-top:0;text-decoration:none}span.coming-soon{font-family:'AvenirLTStd-Book';font-size:15px;color:#1d4959}#map-tip-us{font-size:15px;font-family:'AvenirLTStd-Roman';display:none;padding:15px;border-radius:0;border:1px solid #f7f7f7;z-index:1000;position:absolute;background:#fff;color:#1d4959;word-break:keep-all;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08)}#map-tip-us p{margin:0 !important !important;color:#edeef0 !important}#map-tip-us img{float:left;padding:3px}@media screen and (max-width: 320px){#map_base svg{height:140px}#map-tip-us{max-width:40%}#map-tip-us img{max-width:95%}}@media screen and (max-width: 768px){#map-tip-us{padding:10px;font-size:13px;max-width:200px}span.now-recruiting{font-size:13px}img.city-header-new{border-radius:50%;width:50px;display:block;float:left;margin-top:-8px;padding:0;text-align:center}.area-title-new{font-size:15px;margin-top:8px}h3.map-header{font-size:1em;line-height:1.3;padding:0 10px}img.map-image{width:160px}}@media screen and (max-width: 400px) and (min-width: 321px){#map_base svg{width:100%}}@media screen and (max-width: 480px) and (min-width: 401px){#map_base svg{width:100%}}@media screen and (max-width: 568px) and (min-width: 481px){#map_base svg{width:100%}}@media screen and (max-width: 685px) and (min-width: 569px){#map_base svg{width:100%}}@media screen and (max-width: 767px) and (min-width: 686px){#map_base svg{width:100%}}@media screen and (min-width: 768px){#map_base svg{width:100%;height:550px}}


html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}a.button.button-primary.button-open-sms.button-multi{height:55px}a.button.button-primary.button-download-sms.button-multi{height:55px}img.logo-multi-landing-aw{height:42px;position:relative;top:40px}.hero-box.hero-box-multi-aw{height:190px;top:50px}.landing-buttons-sms-aw{text-align:center;width:310px;margin:0 auto;margin-top:-40px}.hero-phone.hero-multi-job.hero-aw{height:670px}.download-sms-panel-headline-white{font-size:1.3em;top:5px;position:relative}span.download-app-instructions.multi-aw-yt.book.text-white{margin-bottom:.3em}img.phone-screen.phone-screen-multi.yt{top:45px}

.hero-phone.hero-multi-job{background:url(/images/multi-job-bg.jpg);background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:0px}@media (max-width: 768px){.hero-phone.hero-multi-job{height:625px}}h3.multi-job-cta{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:23px;margin-top:10px;text-align:center;color:#31c8c0}@media (max-width: 768px){h3.multi-job-cta{margin-top:0px;font-size:18px}}.multi-job-sms{width:300px;margin:auto}@media (max-width: 768px){.multi-job-sms{padding-bottom:100px}}.multi-job-sms-cta{font-size:.9em;margin:auto;text-align:center;margin-bottom:2px}@media (min-width: 769px) and (max-width: 1080px){.multi-job-sms-cta{font-size:.8em}}h2.hero-phone-headline.multi-job-headline{margin-bottom:10px}@media (max-width: 768px){h2.hero-phone-headline.multi-job-headline{margin-bottom:5px;font-size:20px}}.landing-panel.panel-multi-sms-header{padding-top:25px;padding-bottom:10px;color:#fff}.multi-job-grid-header{font-family:'AvenirLTStd-Book';font-size:1.3em;text-align:center;max-width:700px;margin:0 auto;line-height:1.4;margin-bottom:10px;margin-top:20px}@media (max-width: 768px){.multi-job-grid-header{padding:0px 10px 0px 10px;font-size:1.2em;line-height:1.4}}p.sms-label.white-label-multi{color:#fff;margin-bottom:2px}.landing-panel__content_multi-job{max-width:1000px;margin-left:auto;font-family:'AvenirLTStd-Book';margin-right:auto;margin-top:20px}.landing-panel.panel-no-pad.panel-grey.panel-multi-grid{padding:10px 0px 10px 0px}.multi-job-grid .chore-grid__chore{background-color:#fff}body>div.main-content>div.landing-panel>div>div.landing-panel.panel-green.mobile-only>div>span{font-size:1.4em}.logo-multi-landing{width:180px;display:block;margin:auto;margin-top:60px;position:relative;left:50px}@media (max-width: 768px){.logo-multi-landing{width:100px;margin-top:-150px;margin-bottom:60px}}.hero-box.hero-box-multi{margin-top:20px}@media (max-width: 768px){.hero-box.hero-box-multi{margin-bottom:-20px;padding-bottom:180px}}@media (max-width: 768px){.phone-screen.phone-screen-multi{margin-top:222px}}.sms-panel-headline-pricing.multi-job-mo-fb{font-size:1.6em;max-width:550px;line-height:1.4}@media (max-width: 768px){.sms-panel-headline-pricing.multi-job-mo-fb{font-size:1.2em}}

﻿nav{float:right}nav ul{list-style:none;margin:0;padding:0}nav ul li{float:left;position:relative}nav ul li a{display:block;padding:0 20px;line-height:60px;color:#fff;text-decoration:none}@media (min-width: 769px) and (max-width: 1080px){nav ul li a{padding:0 5px;font-size:14px}}nav.navbar-takl ul li a:hover{background:#193f4d;color:#fff}nav ul li a:not(:only-child):after{padding-left:4px;content:' ▾'}nav ul li ul li{width:100%;border-bottom-left-radius:8px;border-bottom-right-radius:8px}nav ul li ul li a{padding:15px;line-height:20px;background-color:#fff;color:#1d4959;text-align:center;transition:0.5s}#hidden>li>a:hover{background:#f6f6f6;color:#1d4959}.nav-dropdown ul li a{background-color:#fff;color:#1d4959;border-bottom:solid 1px #eee}nav ul li ul li a:hover{padding:15px;line-height:20px;background-color:#f7f7f7;color:#1d4959}.nav-dropdown{position:absolute;z-index:99999;box-shadow:0 3px 12px rgba(0,0,0,0.15);display:none;transition:.5s ease-in-out;width:250px;text-align:center;background-color:#fff;color:#1d4959;margin-left:-70px}.nav-mobile{display:none;position:absolute;top:15px;right:0;background:transparent;height:60px;width:65px}#hidden{display:none}#visible:hover #hidden{display:block;transition:0.5s}@media only screen and (max-width: 768px){.nav-mobile{display:block}nav{width:100%;padding:70px 0 15px}nav ul{display:none}nav ul li{float:none}nav ul li a{padding:15px;line-height:20px}}@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1080px){nav ul li a{padding:5px}}@media only screen and (max-width: 768px){nav ul li ul li a{padding-left:30px}}#nav-toggle{width:35px;height:40px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;margin-right:15px}#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{cursor:pointer;border-radius:4px;height:3px;width:35px;background:#fff;position:absolute;display:block;content:'';transition:all 300ms ease-in-out}#nav-toggle span:before{top:-10px}#nav-toggle span:after{bottom:-10px}#nav-toggle.active span{background-color:transparent}#nav-toggle.active span:before,#nav-toggle.active span:after{top:0}#nav-toggle.active span:before{transform:rotate(45deg)}#nav-toggle.active span:after{transform:rotate(-45deg)}@media screen and (min-width: 768px){.nav-list{display:block !important}}.nav-list{margin-left:120px}@media (max-width: 768px){.nav-list{margin-left:0px;margin-top:-10px}}.nav-list-right{float:right}.navigation{height:60px;background:#1d4959;box-shadow:0 4px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.04);position:fixed;width:100%;z-index:99999}.nav-container{max-width:1000px;margin:0 auto}.brand{position:absolute;float:left;line-height:60px;z-index:999}.brand a,.brand a:visited{color:#463f3f;text-decoration:none}img.logo-nav{width:90px;line-height:60px;margin-top:10px;margin-left:15px}@media (max-width: 768px){img.logo-nav{width:85px;margin-left:15px}}.hamburger-div{width:100%}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel.using-app-panel.new-features-app h2{margin-top:15px}.landing-panel.using-app-panel.new-features-app{background-color:#1d4959;padding:0px;margin-top:0px;height:50px}.new-features-app-section{padding-top:0px;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7}@media (max-width: 768px){.new-features-app-section{padding-top:0px;width:100%;padding-bottom:10px}}.new-features-phone{width:190px;margin:auto;display:block}.new-features-app-section h2{font-family:"AvenirLTStd-Book";text-align:center;margin:auto;display:block;padding-top:30px;color:#31c8c0}h2.new-features-header{color:#1d4959;padding-top:0px}.new-features-desc{font-size:15px;font-family:"AvenirLTStd-Book";color:#333;font-weight:normal;text-align:left;line-height:22px;margin-top:5px}@media (max-width: 768px){.new-features-desc{text-align:center;max-width:335px;margin:auto;display:block}}.add-work-icon{width:20px;position:relative;top:3px}.add-favorite-icon{width:20px;position:relative;top:3px}.content.using-app-info.new-features{margin-top:80px}@media (max-width: 768px){.content.using-app-info.new-features{margin-top:-10px;margin-bottom:-20px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-not-found{height:600px;width:100%;z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;margin-left:-10px;margin-top:70px}@media (max-width: 768px){.hero-not-found{height:1000px;margin-left:0px}}.not-founder-header{font-size:40px}span.emoji{font-size:80px;z-index:999;text-align:center;text-shadow:2px 2px 6px rgba(0,0,0,0.13);margin-bottom:0}h1.not-found-headline{color:#31c8c0;text-shadow:2px 2px 3px rgba(0,0,0,0.13);font-size:120px;font-family:'AvenirLTStd-Book';font-weight:normal;padding-bottom:0px;padding-top:0px;margin:0;margin-top:60px}@media (max-width: 768px){h1.not-found-headline{font-size:90px}}h3.not-found-sub{font-family:'AvenirLTStd-Book';font-weight:normal;color:#333;line-height:auto;font-size:14px;line-height:1.5;display:block;margin:auto;margin-bottom:25px;max-width:400px}.not-found-btn{font-family:'AvenirLTStd-Book';background:#31c8c0;display:inline-block;padding:18px 20px 15px 20px;color:#fff;text-decoration:none;margin-bottom:30px;transition:all .25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:5px;width:220px}.not-found{text-align:center}.not-found-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.not-found-button{text-align:center}


@media (max-width: 768px){.hero-painting.hero-painting-o{height:350px;margin-top:40px}}

.hero-business{height:500px;width:100%;background:url("/images/partnerships/takl-partnerships-header-2.jpeg");z-index:998;background-position:top;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:70px}@media (max-width: 768px){.hero-business{height:320px;background-position:center;margin-top:60px}}.takl-business-cta{font-size:1.4em;line-height:1.5;font-weight:normal;font-family:'AvenirLTStd-Book';max-width:760px;margin:auto;display:block;margin-bottom:10px}@media (max-width: 768px){.takl-business-cta{font-size:1.2em;line-height:1.4;padding:0px 10px 0px 10px;margin-bottom:10px}}.takl-business-cta-2{font-size:1.5em;line-height:1.5;font-weight:normal;font-family:"AvenirLTStd-Book";max-width:780px;margin:auto;display:block}@media (max-width: 768px){.takl-business-cta-2{font-size:1.2em;line-height:1.4;padding:0px 25px 0px 25px}}@media (max-width: 768px){.landing-panel.panel-grey.panel-partnership-boxes{padding:5px 0px 5px 0px}}h3.boxed-headline.partnerships{font-size:1.1em;line-height:1.4}@media (min-width: 769px) and (max-width: 1080px){h3.boxed-headline.partnerships{font-size:1em}}@media (max-width: 768px){.home-box.partnerships{height:270px}}@media (min-width: 769px) and (max-width: 1080px){.home-box.partnerships{height:360px}}p.steps.partnerships{font-size:15px}@media (max-width: 768px){p.steps.partnerships{font-size:14px}}.partnerships-box{background-color:rgba(255,255,255,0.95);width:95%;margin:auto;display:block;box-shadow:0 4px 6px rgba(50,50,93,0.41),0 1px 3px rgba(0,0,0,0.09);border-radius:8px;padding:5px 10px 30px 0px}@media (max-width: 768px){.partnerships-box{padding:30px 10px 10px 10px;position:relative;top:10px}}.hero-media.hero-partnerships{padding-top:50px;padding-bottom:10px;height:210px}@media (max-width: 768px){.hero-media.hero-partnerships{height:210px;padding-top:30px}}.hero-media.hero-partnerships-2{padding-top:0px;height:335px}@media (max-width: 768px){.hero-media.hero-partnerships-2{height:250px;padding-top:0px;margin-top:-20px}}.btn-partnerships{font-family:"AvenirLTStd-Roman";background:#31c8c0;display:block;margin:auto;padding:20px 15px 15px 15px;color:#fff;text-decoration:none;margin-bottom:20px;transition:all .25s ease;text-decoration:none;font-size:17px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:5px;text-align:center;max-width:280px}.btn-partnerships.section-2{margin-bottom:30px}.download-icons.partnership-icons{margin-top:-10px}@media (max-width: 768px){.download-icons.partnership-icons{margin-top:-5px}}img.partnership-icons.store-link{height:30px}.takl-partnerships-sms-head.book.text-white{font-size:1.4em;margin-top:-15px;line-height:1.3}@media (max-width: 768px){.takl-partnerships-sms-head.book.text-white{text-align:center;margin-top:-5px;font-size:1.2em}}@media (min-width: 769px) and (max-width: 1080px){.takl-partnerships-sms-head.book.text-white{font-size:1.1em;margin-top:-10px}}.landing-panel.landing-panel--navy.panel-download-partnerships{padding:30px 10px 30px 10px}@media (max-width: 768px){.landing-panel.landing-panel--navy.panel-download-partnerships{padding:20px 10px 20px 10px}}.btn-partnerships:hover{background-color:#39d6ce;transform:translateY(-2px)}.grid.grid-partnerships{margin-top:70px;max-width:500px;text-align:center;margin:auto}@media (max-width: 768px){.grid.grid-partnerships{margin-top:-15px}}@media (min-width: 769px) and (max-width: 1080px){.grid.grid-partnerships{margin-left:40px}}.landing-panel.business-panel{width:100%;background:url("/images/takl-business-aerial.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px}h1.business-headline{font-family:'AvenirLTStd-Roman';font-size:3em;font-weight:normal;margin-bottom:0px;color:#222}@media (max-width: 768px){h1.business-headline{text-align:center;margin-top:0px;font-size:35px}}h1.business-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px;width:500px;margin:auto;display:block}@media (max-width: 768px){h1.business-headline:after{width:90%;margin:auto;display:block;border:1px solid #31c8c0}}.business-headline-2{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.1em;max-width:360px;line-height:1.5;color:#222;margin:auto;display:block;margin-top:15px}@media (max-width: 768px){.business-headline-2{margin-top:15px;font-size:18px;margin-left:0px;text-align:center}}.learn-more-panel .section-headline-side-business{color:#fff;position:relative;font-size:30px;margin-top:120px;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (max-width: 768px){.learn-more-panel .section-headline-side-business{text-align:center;margin-top:10px;margin-bottom:10px;font-size:28px}}.business-icon{width:225px;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));text-align:center;margin:0 auto;margin-top:30px;margin-bottom:40px}@media (max-width: 768px){.business-icon{margin-top:75px;width:135px;left:0;position:absolute;right:0}}.shield-content{display:block;margin:auto;margin-top:0px;text-align:center}.shield-header{text-align:center;font-size:1.5em;padding-left:40px;padding-right:40px}.why-takl-content{font-size:1em;font-family:'AvenirLTStd-Book';padding:0px 30px 0px 30px;color:#333;line-height:1.4}.download-app-instructions-business{font-size:1.5em;line-height:1.2em}.why-work-headline{font-family:'AvenirLTStd-Roman';text-align:center;font-weight:normal;padding-top:30px;padding-bottom:30px}@media (max-width: 768px){.why-work-headline{padding-top:10px;padding-bottom:0px;font-size:24px}}.why-work-headline:after{content:' ';display:block;border:1px solid #f7f7f7;width:380px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.why-work-headline:after{width:340px}}.why-icon.chat-icon{margin-top:12px}.why-icon.guarantee-icon{height:90px;margin-top:8px}.pull-left{margin-left:-30%}.push-right{margin-left:35%}.section-headline-side{color:#fff;font-size:30px;margin-top:10px}hr.grey-line{border:1px solid #f7f7f7;max-width:400px}.shield-text{margin-top:-15px;font-size:1.1em;padding-left:20px;padding-right:20px}.landing-panel.panel-takl{padding-top:100px;padding-bottom:100px;background-color:#f7f7f7}.takl-business{width:100%;margin:auto;border-radius:7px;border:3px solid #1d4959;padding:60px;background-color:#fff;max-width:670px;box-shadow:0 10px 40px rgba(50,50,93,0.05),0 5px 10px rgba(0,0,0,0.06)}.takl-business img{display:block;margin:auto}@media screen and (max-width: 768px){.shield-header{padding:0px;font-size:20px;line-height:23px}.pull-left{margin-left:0px}.push-right{margin-left:0px}.section-headline-side{color:#fff;font-size:30px;margin-top:10px}.landing-panel.panel-takl{padding-top:40px;padding-bottom:40px;background-color:#f7f7f7}.takl-business{width:90%;margin:auto;border-radius:0px;border-top:0px  solid #1d4959;border-left:0px  solid #1d4959;border-right:0px  solid #1d4959;border-bottom:0px  solid #1d4959;padding:40px 20px 40px 20px;background-color:#fff;max-width:670px;box-shadow:0 10px 40px rgba(50,50,93,0.05),0 5px 10px rgba(0,0,0,0.06)}.takl-business img{display:block;margin:auto}}@media (max-width: 768px){.landing-panel.landing-panel--navy.panel-partnerships-navy{padding:5px 0px 5px 0px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-pet{height:500px;width:100%;background:url("/images/categories/pet/pet-care-services-near-me-header.jpg");z-index:998;background-position:bottom;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 769px) and (max-width: 1080px){.hero-pet{background-position:top}}@media (max-width: 768px){.hero-pet{height:400px}}.category-landing-headline.pet-headline{color:#fff;font-size:32px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:400px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.pet-headline{font-size:30px}}@media (max-width: 768px){.category-landing-headline.pet-headline{font-size:24px}}.landing-testimonial-headline.pet-testimonial{font-size:20px}@media (max-width: 768px){.landing-testimonial-headline.pet-testimonial{padding:0px 10px 0px 10px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.hero-pin{height:500px;width:100%;background:url(/images/pin-header.jpg);z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px}@media (min-width: 769px) and (max-width: 1080px){.hero-pin{height:400px}}@media (max-width: 768px){.hero-pin{height:200px;background-position:left 1%;background-size:cover;margin-top:0px;width:100%}}.pin-headline{color:#fff;font-size:2.6em;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.pin-headline{margin-top:10px;font-size:2.3em}}@media (max-width: 768px){.pin-headline{margin-top:10px;font-size:1.9em}}h2.walkthrough-testimonial-head{font-size:1.3em}.pin-grid-header-2{font-size:1.3em;text-align:center}@media (max-width: 768px){.pin-grid-header-2{font-size:1.1em;padding:0px 5px 10px 5px}}.pin-header{padding-top:5px}@media (max-width: 768px){.pin-header{padding:2px 0px 2px 0px}}.panel-pad-small{padding:5px}img.landing-logo-pin{width:200px;display:block;margin:auto;margin-top:150px}@media (min-width: 769px) and (max-width: 1080px){img.landing-logo-pin{margin-top:120px}}@media (max-width: 768px){img.landing-logo-pin{width:110px;margin-top:15px}}.pin-grid-header{font-size:1.6em;text-align:center;padding:8px 0px 8px 0px}@media (max-width: 768px){.pin-grid-header{font-size:1.2em;padding:5px 0px 0px 0px}}.pin-app.store-link img{width:140px;margin-top:-10px;box-shadow:0 4px 10px rgba(0,0,0,0.1)}@media (max-width: 768px){.pin-app.store-link img{width:90px;height:auto}}.walkthrough-video{width:210px;height:auto;position:relative;top:-376px}@media (max-width: 768px){.walkthrough-video{top:-366px}}@media (min-width: 769px) and (max-width: 1080px){.walkthrough-video{left:17px}}.phone-walkthrough{margin-bottom:-381px;text-align:center;padding-top:30px}@media (max-width: 768px){.phone-walkthrough{padding-top:10px}}.walkthrough-testimonial{margin-top:60px}

.hero-preferred{height:500px;width:100%;background:url("/images/preferred/preferred-provider-header-overlay.jpg");z-index:998;background-position:center top;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:70px}@media (max-width: 768px){.hero-preferred{height:450px;background-position:right top;margin-top:60px}}.grid-preferred{max-width:1400px}.panel-preferred-works{padding:60px;height:685px}@media (max-width: 768px){.panel-preferred-works{height:1200px;padding:15px}}.panel-sb-works h2{text-align:center;color:#1d4959;padding-top:50px;font-size:32px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}.content.content-sb-choose-right{top:56px;position:relative}.landing-panel__content.content-sb-choose{height:600px}.sb-right-label{background-color:#1d4959;position:relative;bottom:93px;color:#fff;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;border:0 solid #000000;width:551px}@media (max-width: 768px){.sb-right-label{width:100%;left:15px;top:-85px}}.sb-right-label h3{text-align:center;line-height:1.4;font-size:24px;padding:15px 35px}@media (max-width: 768px){.sb-right-label h3{font-size:18px}}.takl-business-icon{height:190px;margin:auto;display:block;text-align:center;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));margin:30px}@media (max-width: 768px){.takl-business-icon{height:100px;margin:auto}}.col-preferred-phone img{width:240px;margin:auto;display:block}@media (max-width: 768px){.col-preferred-phone img{width:200px}}.col-preferred-steps h3{text-align:center;color:#1d4959;font-size:26px;font-family:"AvenirLTStd-Roman";line-height:1.4}@media (max-width: 768px){.col-preferred-steps h3{font-size:22px}}.col-preferred-steps h3:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:100%;margin-top:5px}.col-preferred-steps p{font-size:18px;color:#5d5d5d;position:relative;line-height:1.5;text-align:justify}@media (min-width: 769px) and (max-width: 1080px){.col-preferred-steps p{font-size:16px}}.col-preferred-steps{position:relative;top:50px;margin-bottom:110px}p.terms-preferred{color:#5d5d5d;font-size:12px;text-align:left}@media (max-width: 768px){.col-7-12.col-preferred-steps{margin-top:-30px}}h1.preferred-headline{font-family:"AvenirLTStd-Heavy";font-size:40px;margin-top:100px;font-weight:normal;margin-bottom:0;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (max-width: 768px){h1.preferred-headline{text-align:center;margin-top:15px;font-size:24px}}h1.preferred-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:0;width:95%}@media (max-width: 768px){h1.preferred-headline:after{width:100%;border:1px solid #31c8c0}}.preferred-headline-2{font-family:"AvenirLTStd-Roman";font-weight:normal;font-size:22px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:10px 0 0;color:#fff;line-height:1.4}@media (max-width: 768px){.preferred-headline-2{margin-top:218px;font-size:17px;margin-left:0;text-align:center}}img.preferred-badge{width:250px;text-align:center;margin:70px auto 0}@media (max-width: 768px){img.preferred-badge{margin-top:75px;width:135px;left:0;position:absolute;right:0}}ul.preferred-list{list-style:disc;line-height:1.5;padding-top:20px;padding-bottom:15px}.panel-preferred-bottom h2{text-align:center;color:#1d4959;font-size:24px;font-family:"AvenirLTStd-Roman";line-height:1.4;max-width:600px;margin:auto;display:block;margin-bottom:10px}@media (max-width: 768px){.panel-preferred-bottom h2{font-size:22px}}.panel-preferred-bottom{height:300px}@media (max-width: 768px){.panel-preferred-bottom{height:260px}}@media (min-width: 769px) and (max-width: 1080px){.panel-preferred-bottom{height:300px}}p.preferred-terms-list{font-size:12px;color:#5d5d5d;position:relative;line-height:1.5;text-align:justify}.preferred-terms-list a{color:#1d4959}.preferred-terms p{text-align:justify}

p.press{text-align:center}body>div.main-content>div.grid>div>div>div>p.press>a{color:#1d4959}body>div.main-content>div>p>a{color:#1d4959}.press-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-top:30px}@media (max-width: 768px){.press-grid{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.press-item{-ms-flex:0 1 48%;flex:0 1 48%;text-align:center;margin-bottom:3em}@media (min-width: 769px) and (max-width: 1080px){.press-item{-ms-flex:0 2 100%;flex:0 2 100%;width:100%;margin-left:-30%}}.press-item--video iframe{height:260px;width:100%;max-width:480px}.press-item--article a{display:block;width:100%;text-align:center}.press-item--article img{max-width:100%}.press-item-title{margin-top:1em}

.press-list{margin:0 auto;margin-left:-130px}@media (max-width: 768px){.press-list{margin-left:0px}}hr.year-hr{border:1px solid #f7f7f7}.press-contact{font-size:18px;text-align:center;margin-bottom:0px;font-family:'AvenirLTStd-Book';font-weight:normal;margin-top:0px;margin-bottom:20px}@media (max-width: 768px){.press-contact{font-size:15px;margin-top:10px;margin-bottom:0px}}.press-contact a{color:#222;font-family:'AvenirLTStd-Book'}.press-video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin:0 auto}.press-video-container iframe,.press-video-container object,.press-video-container embed{position:absolute;top:0;left:0;width:80%;height:80%;margin:0 auto}.press-video-label{font-size:16px;text-align:center}.press-item-new{list-style-type:none;margin-left:0px;padding-left:0px;display:inline-block;margin-top:15px;width:100%}.press-item-new:after{content:' ';display:block;border:1px solid #f7f7f7;width:90%;margin-top:10px;margin-left:130px}@media (max-width: 768px){.press-item-new:after{margin-left:0px}}.grid-press{padding-left:0px;padding-right:0px}.press-box-content{width:75%;margin:0 auto}@media (max-width: 768px){.press-box-content{width:100%}}.press-icon{height:20px;width:auto;vertical-align:middle}.press-table td{border-top:1px solid #eee}p.press-kit-link{color:#222;font-size:1.2em;text-align:center;margin-top:20px;margin-bottom:-30px}a.press-kit-link-2{color:#222}table.press-table td{padding:15px 5px 10px 0px}.press-table{margin-left:10%}@media (max-width: 768px){.press-table{padding-left:15px;margin-left:0px}}.press-item-new img{float:left;margin-left:20%;height:20px;width:auto;vertical-align:middle;margin-top:5px}@media (max-width: 768px){.press-item-new img{margin-left:15px;height:20px}}a.press-link{font-family:'AvenirLTStd-Book';color:#222;vertical-align:middle;padding:0px 0px 0px 0px;margin:0;line-height:25px;text-decoration:none;text-align:left;margin-left:20px;font-size:16px}@media (max-width: 768px){a.press-link{margin-left:0px;text-align:right;line-height:24px}}a.press-link:hover{color:#31c8c0;vertical-align:middle;text-decoration:none}h2.press-year{font-family:'AvenirLTStd-Roman';font-weight:normal;margin-top:30px;color:#222;margin-bottom:0px;color:#1d4959}@media (max-width: 768px){h2.press-year{margin-left:20px;padding-top:15px}}.press-item-new p,h3{text-align:right;display:inline-block;padding:0;vertical-align:middle;margin:0;line-height:30px}.press-box{padding-top:0px;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:85%;background-color:#fff;border:1px solid #f7f7f7;margin:0 auto;margin-bottom:100px}@media (max-width: 768px){.press-box{width:95%;border:none;margin-top:-30px;margin-bottom:60px}}.landing-panel.press-panel{margin-top:65px;background-color:#31c8c0;color:#fff;padding:20px 0px 10px 0px}@media (max-width: 768px){.landing-panel.press-panel{padding:20px 0px 10px 0px}}.press-header{margin-top:30px;margin-bottom:9px;font-family:'AvenirLTStd-Book';font-weight:normal;font-size:30px;padding-top:10px;color:#fff;text-align:center}@media (max-width: 768px){.press-header{text-align:center;font-size:26px;margin:0}}

h1.pricing-cta.cleaning-pricing.desktop-only{font-size:1.1em}span.span-pricing-cta.span-cleaning-cta{vertical-align:middle;display:table-cell;width:60%;text-align:left;color:#fff;margin-left:-100px;padding:15px 0px 15px 0px}@media (max-width: 768px){span.span-pricing-cta.span-cleaning-cta{display:block;margin-left:0px;margin-left:auto;text-align:center;width:100%}}.hero-i.cleaning-hero-i{height:600px;width:100%;background:url("/images/pricing/pricing-cleaning-header.jpg");z-index:998;background-position:top;background-repea:no-repeat;background-size:cover;position:relative;margin-top:-150px}@media (max-width: 768px){.hero-i.cleaning-hero-i{height:745px}}.pricing-testimonial-section.cleaning{top:0px}.app-store-stars-section.cleaning-pricing{position:relative;top:-10px}@media (max-width: 768px){.app-store-stars-section.cleaning-pricing{top:0px}}@media (max-width: 768px){.pricing-info-headline.cleaning-pricing{font-size:1.2em}}@media (min-width: 769px) and (max-width: 1080px){p.steps.pricing{font-size:14px}}.hero-phone.hero-multi-job.pricing-cleaning{background:url(/images/pricing/pricing-cleaning-header-2.jpg)}@media (max-width: 768px){.hero-phone.hero-multi-job.pricing-cleaning{background-position:center}}.sms-panel-headline-pricing-2.cleaning{font-size:1.2em}@media (min-width: 769px) and (max-width: 1080px){.sms-panel-headline-pricing-2.cleaning{font-size:1.1em;position:relative;top:15px}}.pricing-info-headline.cleaning-pricing{font-size:1.4em;position:relative;margin-bottom:10px}@media (max-width: 768px){.pricing-info-headline.cleaning-pricing{font-size:1.2em;margin-bottom:5px}}.download-icons.pricing-download-icons.cleaning a img{height:32px;top:5px}img.app-store-stars.cleaning{width:170px}.provider-ratings-header.cleaning{font-size:1.3em}@media (max-width: 768px){.provider-ratings-header.cleaning{font-size:1.2em}}@media (max-width: 768px){.multi-job-grid-header.book.cleaning{font-size:1.1em}}

.sms-panel-headline-pricing.handyman{font-size:1em}@media (max-width: 768px){.sms-panel-headline-pricing.handyman{font-size:1.2em}}.hero-i.handyman-hero-i{height:600px;width:100%;background:url("/images/pricing/pricing-handyman-header-3.jpg");z-index:998;background-position:top;background-repea:no-repeat;background-size:cover;position:relative;margin-top:-150px}@media (max-width: 768px){.hero-i.handyman-hero-i{height:745px}}.hero-phone.hero-multi-job.pricing-handyman{background:url(/images/pricing/pricing-handyman-header-2.jpg)}@media (max-width: 768px){.hero-phone.hero-multi-job.pricing-handyman{background-position:center}}.multi-job-grid-header.book.handyman{font-size:1.2em}h1.pricing-cta.desktop-only.handyman-pricing{font-size:1.5em}

h1.pricing-cta.lawn-pricing.desktop-only{font-size:1.3em}span.span-pricing-cta.span-lawn-cta{vertical-align:middle;display:table-cell;width:60%;text-align:left;color:#fff;margin-left:-100px;padding:10px 0px 10px 0px}@media (max-width: 768px){span.span-pricing-cta.span-lawn-cta{display:block;margin-left:0px;margin-left:auto;text-align:center;width:100%}}.hero-i.lawn-hero-i{height:600px;width:100%;background:url("/images/pricing/pricing-lawn-header.jpg");z-index:998;background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:-150px}@media (max-width: 768px){.hero-i.lawn-hero-i{height:745px}}.app-store-stars-section.lawn-pricing{position:relative;top:-10px}@media (max-width: 768px){.app-store-stars-section.lawn-pricing{top:0px}}@media (max-width: 768px){.pricing-info-headline.lawn-pricing{font-size:1.2em}}@media (min-width: 769px) and (max-width: 1080px){p.steps.pricing{font-size:14px}}.hero-phone.hero-multi-job.pricing-lawn{background:url(/images/pricing/pricing-lawn-header-2.jpg)}@media (max-width: 768px){.hero-phone.hero-multi-job.pricing-lawn{background-position:center}}

.pricing-header{width:100%;background-color:#fff;display:table;margin:auto;border-radius:3px;box-shadow:0 4px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.04);top:-10px;position:relative;z-index:999}@media (max-width: 768px){.pricing-header{width:100%;display:block;height:60px;border-radius:0px;position:relative;top:0px}}.pricing-header-container{max-width:700px;margin:auto;display:block}img.logo-i{vertical-align:middle;display:table-cell;height:45px;margin-left:20%}@media (max-width: 768px){img.logo-i{height:40px;margin-left:0px;margin:auto;display:block;padding-top:0px}}span.span-pricing-cta{vertical-align:middle;display:table-cell;width:60%;text-align:left;color:#fff;margin-left:-100px;padding:0px}@media (max-width: 768px){span.span-pricing-cta{display:block;margin-left:0px;margin-left:auto;text-align:center;width:100%}}span.span-logo-pricing{vertical-align:middle;display:table-cell;width:30%;text-align:left;padding:0px;padding-top:10px}@media (max-width: 768px){span.span-logo-pricing{text-align:center;display:block;margin:auto}}h1.pricing-cta{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:2em;position:relative;top:10px;color:#222}@media (max-width: 768px){h1.pricing-cta{font-size:1.3em;margin-top:5px}}

h2.hero-phone-headline.multi-job-headline.pricing{max-width:350px}@media (max-width: 768px){h2.hero-phone-headline.multi-job-headline.pricing{margin-top:-5px}}@media (max-width: 768px){.hero-box.hero-box-multi.pricing{padding-bottom:20px}}@media (max-width: 768px){.download-icons.desktop-sms.pricing a img{height:30px}}@media (max-width: 768px){.logo-multi-landing.pricing{margin:auto;display:block;left:0px;position:relative;top:-20px}}.home-btn-container.ct.pricing-sms{position:relative;top:20px;margin-bottom:0px}

.hero-i.haul-away-hero-i{height:600px;width:100%;background:url("/images/pricing/pricing-haul-away-header.jpg");z-index:998;background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:-150px}@media (max-width: 768px){.hero-i.haul-away-hero-i{height:745px}}.header-overlay-i{background-color:rgba(0,0,0,0.2);top:0;left:0;width:100%;height:100%;position:relative;z-index:-2}.header-overlay-i-2{background-color:rgba(0,0,0,0.4);top:0;left:0;width:100%;height:100%;position:relative;z-index:-2}@media (min-width: 769px) and (max-width: 1080px){h3.boxed-headline.pricing{font-size:1.2em}}.hero-container-i{padding:0;max-width:1200px;max-width:1100px;margin-left:auto;margin-right:auto;max-width:1200px}h1.pricing-item-small-container a{color:#222}@media (min-width: 769px) and (max-width: 1080px){.hero.hero-media.youtube-embed{width:100%;height:auto}}@media (max-width: 768px){.hero.hero-media.youtube-embed{width:95%;height:auto}}p.disposal-fee{margin:0;padding:0;text-align:center;color:#666;font-size:.8em;position:relative;top:20px}h3.pricing-testimonial-headline{font-size:1.5em;margin-bottom:10px;text-align:center;color:#fff}@media (min-width: 769px) and (max-width: 1080px){h3.pricing-testimonial-headline{font-size:1.1em}}@media (max-width: 768px){h3.pricing-testimonial-headline{margin-top:10px;font-size:1.2em}}.pricing-testimonial-section{position:relative;top:20px}@media (max-width: 768px){.pricing-testimonial-section{position:relative;top:-10px}}h3.sms-panel-headline-pricing{color:#fff;font-size:1.1em;text-align:left;margin-top:25px}@media (max-width: 768px){h3.sms-panel-headline-pricing{font-size:1.2em;text-align:center;margin-top:15px}}@media (min-width: 769px) and (max-width: 1080px){h3.sms-panel-headline-pricing{font-size:1.1em;margin-top:20px;line-height:1.5}}.ct-name-landing.pricing{color:#fff;font-size:1.2em;margin-left:35px}@media (max-width: 768px){.ct-name-landing.pricing{margin-left:15px}}h3.sms-panel-headline-pricing-2{color:#fff;font-size:1.3em;text-align:left;margin-top:25px;line-height:1.5;max-width:500px}@media (max-width: 768px){h3.sms-panel-headline-pricing-2{font-size:1.3em;text-align:center;margin-top:15px}}@media (min-width: 769px) and (max-width: 1080px){h3.sms-panel-headline-pricing-2{font-size:1.2em;margin-top:15px}}.download-icons.pricing-download-icons a img{height:40px;position:relative;top:10px}@media (max-width: 768px){.download-icons.pricing-download-icons a img{top:0px}}@media (min-width: 769px) and (max-width: 1080px){.download-icons.pricing-download-icons a img{height:30px;top:0px}}.app-store-stars-section{text-align:center}@media (min-width: 769px) and (max-width: 1080px){.app-store-stars-section{top:10px;position:relative}}@media (max-width: 768px){.app-store-stars-section{top:-5px;position:relative}}.ct-item-landing.ct-item-pricing.haul-away-ct{max-width:395px;box-shadow:0 3px 6px 0 rgba(0,0,0,0.13)}.hero-phone.hero-multi-job.pricing{background:url(/images/pricing/pricing-haul-away-header-2.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:0px}.pricing-box{transition:all .45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:2px;margin:auto;display:block;margin-left:3%;background:#fff;padding-bottom:45px;margin-bottom:15px;text-align:center;border:1px solid #f7f7f7;height:300px;padding:10px;padding-top:5px;width:100%;max-width:420px;transition:all .25s ease}@media (max-width: 768px){.pricing-box{margin-left:0px;padding-top:5px;height:230px}}@media (min-width: 769px) and (max-width: 1080px){.pricing-box{height:100%;margin-left:0px;margin:auto;display:block;margin-bottom:10px;margin-left:4%}}.pricing-box:hover{transform:translateY(-3px);color:#1d4959}.pricing-box-container{top:195px;position:relative}.youtube-embed{height:320px;display:block;margin:auto}.pricing-info-box{background-color:#fff;height:350px;width:85%;position:relative;padding:20px;margin-left:10%}@media (max-width: 768px){.pricing-info-box{width:100%;padding:10px;margin:auto;top:-30px;height:315px}}.pricing-list-container{margin:auto;display:block;-ms-flex:1;flex:1;text-align:left;position:relative}ul.takl-check-list.pricing-list-items{display:inline;list-style-position:inside;list-style-type:circle}ul.pricing-list-items{list-style-type:disc;line-height:1.4;font-size:1.4em;list-style-position:inside;text-align:left;margin-left:15%}@media (max-width: 768px){ul.pricing-list-items{font-size:1.1em}}@media (min-width: 769px) and (max-width: 1080px){ul.pricing-list-items{font-size:1.2em}}.app-store-stars-headline{font-size:1.4em;text-align:center;font-weight:normal;font-family:"AvenirLTStd-Medium";color:#1d4959}@media (max-width: 768px){.app-store-stars-headline{font-size:1.3em}}@media (min-width: 769px) and (max-width: 1080px){.app-store-stars-headline{font-size:1.1em}}.app-store-stars{width:225px;margin:auto;display:block;position:relative;top:20px;margin-bottom:20px;text-align:center}@media (min-width: 769px) and (max-width: 1080px){.app-store-stars{width:190px;top:10px}}hr.app-store-stars-line{content:'';display:block;border:1px solid #f7f7f7;border-radius:0px;width:70%}a.pricing-link{color:#222;text-decoration:none}.pricing-item-small{width:100%;background-color:#fff;height:85px;transition:all .25s ease}.pricing-item-small:hover{transform:translateY(-3px);color:#1d4959}.pricing-item-small-container{position:relative;top:165px;width:90%}@media (max-width: 768px){.pricing-item-small-container{width:100%}}.pricing-item-small-container{color:#222;text-decoration:none}.pricing-item-small h1{font-size:1.2em;text-align:center;font-family:"AvenirLTStd-Medium";font-weight:normal;top:25px;position:relative;text-decoration:none}@media (max-width: 768px){.pricing-item-small h1{font-size:1.1em;top:30px}}.pricing-image-top{margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;width:98%;height:225px}@media (max-width: 768px){.pricing-image-top{height:160px}}.pricing-item-top{width:100%;background-color:#fff;height:120px;transition:all .25s ease}@media (max-width: 768px){.pricing-item-top{height:100px}}.pricing-item-top:hover{transform:translateY(-3px);color:#1d4959}.pricing-item-top-container{position:relative;top:220px;width:90%}@media (max-width: 768px){.pricing-item-top-container{width:100%;top:170px}}.pricing-item-top-container{color:#222;text-decoration:none}.pricing-item-top h1{font-size:1.3em;text-align:center;font-family:"AvenirLTStd-Medium";font-weight:normal;position:relative;text-decoration:none;top:45px}@media (max-width: 768px){.pricing-item-top h1{font-size:1.1em;top:35px}}.pricing-item-label-top{background-color:#f42d46;height:30px;width:320px;position:relative;bottom:-33px;-webkit-border-top-left-radius:55px;-webkit-border-top-right-radius:55px;-moz-border-radius-topleft:55px;-moz-border-radius-topright:55px;border-top-left-radius:55px;border-top-right-radius:55px;max-width:320px;bottom:0;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0}.pricing-item-label-top p{text-align:center;font-family:'AvenirLTStd-Heavy';color:#fff;font-size:1em;margin:auto;margin-top:8px}.pricing-info-headline{font-size:1.4em;font-weight:normal;text-align:center;color:#1d4959;font-family:"AvenirLTStd-Medium"}@media (min-width: 769px) and (max-width: 1080px){.pricing-info-headline{font-size:1.4em}}@media (max-width: 768px){.pricing-info-headline{font-size:1.7em;margin-top:10px;margin-bottom:10px}}.pricing-info-list{font-size:1.4em}.grid.grid-pricing{height:100%}.pricing-haul-away-header-content{width:430px;display:block;margin:auto;position:relative;top:155px}ul.takl-check-list.pricing-list-items li{font-size:1.4em}.pricing-header-box{background-color:#fff;width:300px;height:100%}@media (max-width: 768px){.pricing-header-box{width:95%}}.landing-panel__content_pricing{max-width:1300px;margin-left:auto;font-family:'AvenirLTStd-Roman';margin-right:auto}.pricing-image{margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;width:98%;height:225px}@media (max-width: 768px){.pricing-image{height:160px}}.pricing-item-label-small{background-color:#f42d46;height:30px;width:300px;position:relative;bottom:-33px;-webkit-border-top-left-radius:55px;-webkit-border-top-right-radius:55px;-moz-border-radius-topleft:55px;-moz-border-radius-topright:55px;border-top-left-radius:55px;border-top-right-radius:55px;max-width:300px;bottom:0;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0}.pricing-item-label-small p{text-align:center;font-family:'AvenirLTStd-Heavy';color:#fff;font-size:1em;margin:auto;margin-top:8px}.pricing-red-label{background-color:#f42d46;height:30px;width:300px;-webkit-border-top-left-radius:55px;-webkit-border-top-right-radius:55px;-moz-border-radius-topleft:55px;-moz-border-radius-topright:55px;border-top-left-radius:55px;border-top-right-radius:55px;margin:0;bottom:-9px;position:relative;margin-left:auto;margin-right:auto;left:0;right:0}@media (min-width: 769px) and (max-width: 1080px){.pricing-red-label{bottom:-11px;width:100%}}@media (max-width: 768px){.pricing-red-label{bottom:-4px}}.pricing-label-1{font-size:1.1em;font-family:"AvenirLTStd-Medium"}@media (max-width: 768px){.pricing-label-1{font-size:1.1em}}@media (min-width: 769px) and (max-width: 1080px){.pricing-label-1{font-size:1em}}p.price-range{font-family:'AvenirLTStd-Heavy';color:#fff;font-size:1em;line-height:34px;margin:0px}@media (min-width: 769px) and (max-width: 1080px){p.price-range{font-size:1em;line-height:33px}}.pricing-boxes-section{max-width:1100px;margin:auto;display:block}.hero-i.assembly-hero-i{height:600px;width:100%;background:url("/images/pricing/pricing-assembly-header.jpg");z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:-150px}@media (max-width: 768px){.hero-i.assembly-hero-i{height:745px}}h1.pricing-cta.desktop-only.assembly-pricing{font-size:1.6em}span.span-pricing-cta.span-assembly-cta{vertical-align:middle;display:table-cell;width:60%;text-align:left;color:#fff;margin-left:-100px;padding:5px 0px 5px 0px}@media (min-width: 769px) and (max-width: 1080px){.sms-panel-headline-pricing-2.assembly{font-size:1.2em;margin-top:25px}}.hero-phone.hero-multi-job.pricing-assembly{background:url(/images/pricing/pricing-assembly-header-2.jpg);background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:0px}.multi-job-grid-header.book.assembly{font-size:1.2em}

body.landing-sms.landing-job-cleaning{margin:0;text-align:center;background-size:cover;width:100%;font-family:sans-serif;height:100%;background:url("/images/job-posting/cleaning-job-bg.jpg") no-repeat fixed center/cover}h4.landing-headline-sms.job-posting{max-width:600px;margin:auto;display:block;margin-bottom:30px}@media (max-width: 768px){h4.landing-headline-sms.job-posting{font-size:1.2em}}img.landing-logo-sms-desktop.job-posting{width:200px}@media (max-width: 768px){img.landing-logo-sms-desktop.job-posting{width:170px;margin-top:-40px}}

img.five-stars-icons{width:300px;margin:auto;display:block;margin-top:15px;margin-bottom:30px}@media (max-width: 768px){img.five-stars-icons{width:70%;max-width:300px}}h2.provider-ratings-header{text-align:center;font-family:'AvenirLTStd-Book';max-width:570px;margin:auto;display:block;line-height:1.4;font-size:1.4em;margin-bottom:20px}@media (max-width: 768px){h2.provider-ratings-header{padding:10px;font-size:1.3em;margin-bottom:10px}}img.provider-profiles-desktop{width:100%}img.provider-profiles-mobile{width:100%}.landing-panel__content.landing-panel-provider-ratings{max-width:1300px;width:100%}hr.stars-hr{border:2px solid #eee;margin-top:-5px;margin-bottom:20px;width:410px}@media (max-width: 768px){hr.stars-hr{width:300px;margin-top:-10px;margin-bottom:10px}}.landing-panel__content.landing-panel-provider-ratings-categories{max-width:1300px;width:100%;margin-bottom:140px}

.provider-spotlight-header{font-size:32px;margin:0}.provider-spotlight-header-bg{background-color:#31c8c0;color:#fff;padding:35px 0px 0px 0px;margin-top:70px}@media (max-width: 768px){.provider-spotlight-header-bg{margin-top:70px}}.customer-videos{margin-top:0px;width:50%}.provider-spotlight-section{padding-top:0px;border-radius:2px;padding-bottom:5px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7;height:210px;max-width:800px}@media (max-width: 768px){.provider-spotlight-section{width:95%;margin-left:3%;height:350px;padding-bottom:20px}}.ps-name.ps-lat{font-size:1.4em}.ps-date{text-align:right;margin:0;padding:0px;font-size:12px;margin-top:-17px;float:right;color:#777;z-index:999}@media (max-width: 768px){.ps-date{text-align:right;margin:0;padding:0px;font-size:12px;margin-top:93px;float:right;color:#777;z-index:999;position:absolute}}.spotlight-profile-image{border-radius:50%;width:100px;margin-top:35px}@media (max-width: 768px){.spotlight-profile-image{margin-top:5px}}.ps-content{position:relative;text-align:left;margin:0;margin-top:5px}@media (max-width: 768px){.ps-content{position:relative;margin-top:24px}}a.spotlight-name{text-align:left;font-size:14px;margin-bottom:0px;color:#303030;text-decoration:none;font-family:'AvenirLTStd-Book';font-weight:normal}@media (max-width: 768px){a.spotlight-name{margin-top:10px;text-align:center}}a.h2.book.ps-name:hover{color:#222}.ps-name{margin-top:40px;margin-bottom:0px}@media (max-width: 768px){.ps-name{margin-top:10px}}.spotlight-info{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:16px;text-align:left;line-height:22px;margin-top:0px;color:#777;text-align:justify;margin-bottom:0px}a.spotlight-read-more{color:#303030;text-decoration:none;font-family:'AvenirLTStd-Book';font-size:16px;color:#777}@media (max-width: 768px){a.spotlight-read-more{position:relative;font-size:16px}}a.spotlight-read-more:hover{color:#31c8c0}.spotlight-headline{max-width:550px;margin:0 auto;padding-bottom:20px;text-align:center;font-size:17px;margin-top:5px}.ps-sign-up-btn{height:55px;line-height:53px;font-size:17px;width:300px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Book';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#303030;background-color:#fff;transition:all .25s ease;text-decoration:none;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border:none}.ps-sign-up-btn:hover{background-color:#f7f7f7;transform:translateY(-2px)}.ps-headline-bottom{text-align:center;font-family:'AvenirLTStd-Book';font-weight:normal;color:#fff}@media (max-width: 768px){.ps-headline-bottom{font-size:18px;padding:0px 5px 0px 5px}}.ps-second-headline{text-align:center;font-size:20px}@media only screen and (max-width: 768px){.video-title{font-size:1em}.customer-videos{width:100%}.provider-spotlight--header{font-size:20px}.provider-spotlight-header-bg{padding:35px 0px 0px 0px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.testimonial-panel{padding-top:30px;padding-bottom:80px}.testimonials-provider{background-color:#fff;border-radius:0px;padding:30px;box-shadow:0px 13px 20px 0px rgba(0,0,0,0.11);height:280px;font-size:15px}.bubble{-webkit-font-smoothing:antialiased;position:relative;width:100%;height:275px;color:#1d4959;padding:30px;z-index:2;background:#ffffff;border-radius:5px;box-shadow:0 4px 6px rgba(50,50,93,0.02),0 1px 20px rgba(0,0,0,0.04)}.content-bubble{font-family:'AvenirLTStd-Book';font-size:18px;line-height:24px;color:#444}.testimonial-1{margin-top:5px}.testimonial-2{margin-top:17px}.testimonial-3{margin-top:19px}.testimonial-header{text-align:center;font-family:'AvenirLTStd-Medium';font-size:32px;color:#1d4959}.bubble::before{content:"\201C";font-family:Georgia, serif;font-size:145px;font-weight:bold;color:#f7f7f7;position:absolute;left:5px;top:-28px;z-index:-2}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:16%}.icon{width:45px;position:absolute;margin-top:-12px;-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1));border-radius:50px}.user{position:absolute;bottom:-35px;margin-left:2%;font-family:'AvenirLTStd-Book';font-size:18px;color:#1d4959;display:inline-block}.name{position:absolute;margin-left:55px;width:200px;text-shadow:0px 2px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.boxed-round{margin-left:0;margin-bottom:40px}.provider-info{text-align:center}.bubble.right-bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:72%}.user.right-user{margin-left:57%}.bubble:after{content:'';position:absolute;border-style:solid;border-width:15px 15px 0;border-color:#fff transparent;display:block;width:0;z-index:1;margin-left:-15px;bottom:-15px;left:18%}.testimonial-panel{padding-top:10px;padding-bottom:20px}.testimonial-boxed{padding-bottom:80px}.testimonial-content{font-size:15px}}

@media (max-width: 768px){.chore-grid__chore:hover{transform:none}}@media (min-width: 769px){.chore-grid__chore--full-width{-ms-flex:0 1 100% !important;flex:0 1 100% !important;display:-ms-flexbox;display:flex}.chore-grid__chore--full-width .chore-grid-image{-ms-flex:1;flex:1}.chore-grid__chore--full-width .chore-name{margin:0;width:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:column;flex-flow:column}}.chore-grid{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex}@media (max-width: 768px){.chore-grid{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}@media (max-width: 768px){.chore-grid__chore{width:100%}}.chore-grid.services-disclaimer:after{content:'Prices will vary by region and are subject to change without notice. Not all services available in all areas.';text-align:center;font-size:12px}.chore-grid:after{content:'';text-align:center;font-size:12px}.chore-grid__chore{-ms-flex:0 1 32%;flex:0 1 32%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid__chore img{height:220px;max-width:400px}.chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid__chore .chore-name{font-size:16px}}.chore-grid__chore .chore-description{font-size:16px}.chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--20 .chore-grid__chore{-ms-flex:0 1 20%;flex:0 1 20%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--20 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--20 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--20 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--20 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--25 .chore-grid__chore{-ms-flex:0 1 24%;flex:0 1 24%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--25 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--25 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--25 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--25 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--50 .chore-grid__chore{-ms-flex:0 1 49%;flex:0 1 49%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--50 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--50 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--50 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--50 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--100 .chore-grid__chore{-ms-flex:0 1 100%;flex:0 1 100%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--100 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--100 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--100 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--100 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--skinny{width:768px;margin:auto}@media (max-width: 768px){.chore-grid--skinny{width:auto}}.chore-grid--large-type .chore-name{color:#1d4959;font-size:26px !important}.chore-grid--large-type .chore-description{color:inherit;font-family:'AvenirLTStd-Book'}a.pricing-link-grid{-ms-flex:0 1 32%;flex:0 1 32%;margin-bottom:0;text-align:center;text-decoration:none}@media (max-width: 768px){a.pricing-link-grid{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto;margin:auto;display:block}}@media (max-width: 768px){.chore-grid__chore{width:96%;margin-left:2%}}.chore-grid-price-right{background-color:#fff;width:160px;position:absolute;bottom:5px;right:0;text-align:center;border-bottom-left-radius:8px;border-top-left-radius:8px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);height:55px}p.starting-at{font-size:14px;line-height:1;color:#222;padding:0px;margin:5px 0px 0px 0px;padding-top:5px}h3.starting-at-price{font-family:"AvenirLTStd-Heavy";color:#31c854;font-size:24px;margin:0;margin-top:-5px}.chore-grid__chore:hover .chore-name{color:#31c8c0;transition:all 0.8s ease}span.disclaimer{font-size:13px;vertical-align:super}p.chore-grid-disclaimer-2{font-size:12px;text-align:center;margin:auto;display:block;line-height:1.4;margin-bottom:10px}.hero-provider-signup{background:url("/images/provider/v2/takl-provider-header-overlay.jpg");z-index:998;background-size:cover;background-repeat:no-repeat;background-position:center center;height:1000px}@media (max-width: 768px){.hero-provider-signup{height:900px}}.sign-up-sign-in-form input{border:1px solid #d6d6d6;box-shadow:none;border-radius:2px;font-family:'AvenirLTStd-Roman';font-size:15px;font-weight:normal}.sign-up-sign-in-form-container{padding:30px 20px 20px;background-color:#fff;box-shadow:0 15px 45px rgba(50,50,93,0.03),0 5px 15px rgba(0,0,0,0.06);border-radius:8px;max-width:400px;margin-top:90px;margin-bottom:40px;margin-left:15%}@media (min-width: 769px) and (max-width: 1080px){.sign-up-sign-in-form-container{padding:20px 10px 10px;margin-left:0}}@media (max-width: 768px){.sign-up-sign-in-form-container{margin:auto;padding:30px 5px 5px}}input#user_email{border:2px solid #31c8c0;box-shadow:0 15px 45px rgba(50,50,93,0.03),0 5px 15px rgba(0,0,0,0.06)}input:focus{outline:none !important;border-color:#31c8c0;box-shadow:0 0 2px #31c8c0}label.sign-up-sign-in__terms__label{font-size:11px;line-height:10px}textarea:focus{outline:none !important;border-color:#31c8c0;box-shadow:0 0 2px #31c8c0}.mobile-verification-instructions{font-size:15px}.inputs:after,.inputs:before{content:" ";display:table}.inputs-50 .form-group{float:left;width:50%}.form-group{margin-bottom:5px;padding:5px}#sign-up-sign-in .sign-up-sign-in-content .sign-up-sign-in-form-container .sign-up-sign-in-form .form-group{margin-bottom:2.25em}#sign-up-sign-in .sign-up-sign-in-content .sign-up-sign-in-form-container .sign-up-sign-in-form{padding:2em;background-color:#fff;border-radius:0}#sign-up-sign-in .sign-up-sign-in-content .sign-up-sign-in-form-container .sign-up-sign-in-form input:not([type='submit']){font-size:22px;height:auto;border:1px solid #d3d7d7;border-radius:0}.form-control{display:block;margin:0;width:100%;font-family:sans-serif;font-size:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:none;height:40px;padding:10px 10px 6px;font-size:18px;line-height:18px}@media (max-width: 768px){.form-control{height:45px}}.sign-up-sign-in-form input:-ms-input-placeholder{color:#666}.sign-up-sign-in-form input::placeholder{color:#666}.sign-up-sign-in-form a{color:#1d4959}.sign-up-sign-in-form{padding:5px 20px 0}.provider-head-container h1{margin-top:30%;font-family:'AvenirLTStd-Heavy';font-weight:normal;color:#fff;font-size:3vw;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-left:20%;line-height:1.4}@media (min-width: 769px) and (max-width: 1080px){.provider-head-container h1{font-size:5vw;margin-left:10%}}@media (max-width: 768px){.provider-head-container h1{font-size:26px;margin:40px auto auto;display:block}}@media (max-width: 768px){.provider-signup-instructions{font-size:13px}}a.register-provider-btn{height:50px;width:290px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Roman';-ms-flex-pack:center;justify-content:center;border-radius:5px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 2px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease;margin-bottom:3px;margin-top:20px}a.register-provider-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.headline-provider-sign-in{margin-top:30%;font-family:'AvenirLTStd-Medium';font-weight:normal;color:#fff;font-size:38px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-left:20%}button.sign-up-sign-in-btn{height:55px;width:90%;margin:auto;display:block;text-align:center;font-family:'AvenirLTStd-Roman';border-radius:5px;padding-top:5px;color:#fff;border:none;background-color:#31c8c0;transition:all 0.25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);transition:all 0.25s ease}button.sign-up-sign-in-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}@media (max-width: 768px){.provider-sign-in-grid{margin-top:-30px}}.social-sign-in-container{background:transparent;line-height:36px;margin:auto;width:90%}.buttons-social-sign-in{margin:0 auto;width:100%;height:35px}.buttons-social-sign-in a{background:#dd4b39;color:#f6f6f6;float:left;height:40px;text-align:center;text-decoration:none;width:35%;font-family:'AvenirLTStd-Roman';border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0;line-height:43px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.buttons-social-sign-in a:first-child{background:#3b5998;border-radius:4px;width:65%;margin-right:-6px}.buttons-social-sign-in a:active{line-height:43px}.buttons-social-sign-in p{background:#dd4b39;border-radius:25px;color:#f6f6f6;float:left;font-size:12px;line-height:24px;margin:7px -12px 0 -10px;padding:2px;position:relative;text-transform:lowercase;text-align:center;width:25px;z-index:10}.buttons-social-sign-in span.fa{position:relative;left:-10px;top:0;bottom:0;width:15px}.sign-in-footer a{color:#1d4959;text-decoration:none;display:block;font-size:1.1em;margin:1em;text-align:center}h2.provider-form-header{text-align:center;font-size:20px;padding:0;font-family:'AvenirLTStd-Medium';margin-top:-5px;font-weight:normal;margin-bottom:5px;color:#1d4959}.provider-cta-container{background-color:#31c8c0;width:100%;height:65px}@media (max-width: 768px){.provider-cta-container{padding:10px;height:75px}}.provider-cta-container h2{text-align:center;color:#fff;font-family:'AvenirLTStd-Medium';font-weight:normal;margin:auto;line-height:70px;font-size:28px}@media (max-width: 768px){.provider-cta-container h2{font-size:20px;line-height:1.5;padding-left:10px;padding-right:10px}}.landing-panel.panel-home-grid.panel-provider-icons{margin-top:0;height:350px}@media (max-width: 768px){.landing-panel.panel-home-grid.panel-provider-icons{height:100%}}h3.provider-section-1{font-family:'AvenirLTStd-Medium';color:#1d4959;font-weight:normal;font-size:28px;text-align:center;display:block;margin-top:65px}@media (max-width: 768px){h3.provider-section-1{font-size:22px}}.grid.grid-provider-1{height:545px;padding:40px 10px}@media (max-width: 768px){.grid.grid-provider-1{height:865px;padding-top:0;margin-top:-20px}}.provider-list li{position:relative;padding-left:2.75em;margin:0.5em 0;list-style:none;line-height:1.5;transition:all 0.2s ease-in-out;margin-top:20px;margin-bottom:20px}.provider-list ol{counter-reset:myCounter;margin-left:0;padding-left:5px}.provider-list li:before{content:counter(myCounter);counter-increment:myCounter;position:absolute;top:0;left:0;width:35px;height:35px;line-height:38px;padding:0;color:#fff;background-color:#31c8c0;font-weight:normal;text-align:center;border-radius:50%;z-index:1;font-size:18px;text-shadow:none;-webkit-transition:all 0.3s ease-in-out;box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:all 0.3s ease-in-out}.landing-panel.panel-provider-testimonials{background-color:#153946;height:400px}.landing-panel.panel-grey.panel-proivder-boxed{height:620px}@media (max-width: 768px){.landing-panel.panel-grey.panel-proivder-boxed{height:950px;padding-top:20px}}.provider-boxed-white{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;max-width:900px;margin:auto;display:block;padding:50px 10px 30px;margin-top:25px}@media (max-width: 768px){.provider-boxed-white{width:95%;padding:40px 20px 30px;margin-top:10px}}.provider-list ol{list-style-type:decimal}.phone-container{position:relative;width:280px}.phone-container.mobile-phone-container{width:220px;display:block;margin:25px auto auto}.phone-container img{width:100%}.provider-icon-row{margin-bottom:25px}@media (max-width: 768px){.provider-icon-row{padding-bottom:40px}}.provider-icon-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}img.provider-icon-bottom{width:70px;height:auto;padding-right:30px;margin:auto;display:block;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.08))}@media (max-width: 768px){img.provider-icon-bottom{margin-bottom:20px}}img.provider-icon-bottom.icon-payments{height:75px;width:auto;position:relative;left:5px}@media (max-width: 768px){img.provider-icon-bottom.icon-payments{left:0}}img.provider-icon-bottom.icon-support{height:65px;width:auto}img.provider-icon-bottom.icon-marketing{height:45px;width:auto}@media (max-width: 768px){img.provider-icon-bottom.icon-marketing{height:40px}}.grid-provider-icons{max-width:600px;min-width:0;padding-left:10px}.grid-provider-icons .col-10-12{margin-bottom:20px}.grid-provider-icons h3{text-align:center;color:#1d4959;display:block;font-family:'AvenirLTStd-Medium';font-size:24px;margin-bottom:5px;text-align:left}.grid-provider-icons h3:after{content:'';display:block;border:1px solid #eee;border-radius:0;width:95%}.grid-provider-icons p{margin:0;line-height:1.5}@media (max-width: 768px){.grid-provider-icons p{text-align:justify}}.provider-rows{margin:0 auto;width:600px;display:block;position:relative;top:40px}h3.provider-cta-headline{font-size:24px;font-family:"AvenirLTStd-Medium";text-align:center;color:#1d4959;margin:auto;display:block;line-height:1.5}@media (max-width: 768px){h3.provider-cta-headline{font-size:22px;padding:5px 20px}}.panel-provider-list h3{font-size:24px;font-family:"AvenirLTStd-Medium";text-align:center;color:#1d4959;margin:auto;display:block;margin-bottom:20px;line-height:1.4}@media (max-width: 768px){.panel-provider-list h3{font-size:22px;padding:5px 20px}}.panel-provider-list{height:410px;padding-top:60px;padding-bottom:20px}@media (max-width: 768px){.panel-provider-list{height:700px}}@media (max-width: 768px){.provider-video{margin-top:60px}}.panel-provider-last{height:300px}@media (max-width: 768px){.panel-provider-last{height:235px}}.panel-provider-last h2{font-size:28px;font-family:"AvenirLTStd-Medium";text-align:center;color:#1d4959;margin:auto;display:block;margin-bottom:20px;line-height:1.4}@media (max-width: 768px){.panel-provider-last h2{font-size:24px;padding:5px 20px;margin-bottom:-10px}}img.home-grid-icon.delivery{height:45px;margin-top:45px}@media (max-width: 768px){img.home-grid-icon.delivery{height:30px;margin-top:35px}}

@media (max-width: 768px){.chore-grid__chore:hover{transform:none}}@media (min-width: 769px){.chore-grid__chore--full-width{-ms-flex:0 1 100% !important;flex:0 1 100% !important;display:-ms-flexbox;display:flex}.chore-grid__chore--full-width .chore-grid-image{-ms-flex:1;flex:1}.chore-grid__chore--full-width .chore-name{margin:0;width:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:column;flex-flow:column}}.chore-grid{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex}@media (max-width: 768px){.chore-grid{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}@media (max-width: 768px){.chore-grid__chore{width:100%}}.chore-grid.services-disclaimer:after{content:'Prices will vary by region and are subject to change without notice. Not all services available in all areas.';text-align:center;font-size:12px}.chore-grid:after{content:'';text-align:center;font-size:12px}.chore-grid__chore{-ms-flex:0 1 32%;flex:0 1 32%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid__chore img{height:220px;max-width:400px}.chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid__chore .chore-name{font-size:16px}}.chore-grid__chore .chore-description{font-size:16px}.chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--20 .chore-grid__chore{-ms-flex:0 1 20%;flex:0 1 20%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--20 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--20 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--20 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--20 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--20 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--25 .chore-grid__chore{-ms-flex:0 1 24%;flex:0 1 24%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--25 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--25 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--25 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--25 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--25 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--50 .chore-grid__chore{-ms-flex:0 1 49%;flex:0 1 49%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--50 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--50 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--50 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--50 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--50 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--100 .chore-grid__chore{-ms-flex:0 1 100%;flex:0 1 100%;padding:10px;margin-bottom:15px;background-color:#fff;text-align:center;border-radius:8px;border:1px solid #f7f7f7;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.chore-grid--100 .chore-grid__chore img{height:220px;max-width:400px}.chore-grid--100 .chore-grid__chore .chore-name{margin:10px 10px 0;font-size:14px;text-align:center;font-family:'AvenirLTStd-Roman';color:#333}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore .chore-name{font-size:16px}}.chore-grid--100 .chore-grid__chore .chore-description{font-size:16px}.chore-grid--100 .chore-grid__chore .chore-grid-image{height:220px;max-width:400px;width:100%;margin:auto;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}@media (max-width: 768px){.chore-grid--100 .chore-grid__chore{-ms-flex-preferred-size:auto;flex-basis:auto}}.chore-grid--skinny{width:768px;margin:auto}@media (max-width: 768px){.chore-grid--skinny{width:auto}}.chore-grid--large-type .chore-name{color:#1d4959;font-size:26px !important}.chore-grid--large-type .chore-description{color:inherit;font-family:'AvenirLTStd-Book'}a.pricing-link-grid{-ms-flex:0 1 32%;flex:0 1 32%;margin-bottom:0;text-align:center;text-decoration:none}@media (max-width: 768px){a.pricing-link-grid{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto;margin:auto;display:block}}@media (max-width: 768px){.chore-grid__chore{width:96%;margin-left:2%}}.chore-grid-price-right{background-color:#fff;width:160px;position:absolute;bottom:5px;right:0;text-align:center;border-bottom-left-radius:8px;border-top-left-radius:8px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);height:55px}p.starting-at{font-size:14px;line-height:1;color:#222;padding:0px;margin:5px 0px 0px 0px;padding-top:5px}h3.starting-at-price{font-family:"AvenirLTStd-Heavy";color:#31c854;font-size:24px;margin:0;margin-top:-5px}.chore-grid__chore:hover .chore-name{color:#31c8c0;transition:all 0.8s ease}span.disclaimer{font-size:13px;vertical-align:super}p.chore-grid-disclaimer-2{font-size:12px;text-align:center;margin:auto;display:block;line-height:1.4;margin-bottom:10px}.provider-header-bg{z-index:-999;position:absolute;height:750px;width:100%;-webkit-backface-visibility:hidden;background-repea:no-repeat;background-size:cover;margin-top:70px}@media (max-width: 768px){.provider-header-bg{height:900px}}.provider-header-bg-sign-in{z-index:-999;position:absolute;height:900px;background:url("/images/provider/provider-dish-washing-bg.jpg") no-repeat center;width:100%;-webkit-backface-visibility:hidden;background-repea:no-repeat;background-size:cover;margin-top:100px}.provider-header{height:750px;width:100%;z-index:998;-webkit-backface-visibility:hidden;background-repea:no-repeat;background-size:cover;position:relative}.provider-header-sign-in{height:750px;width:100%;z-index:998;-webkit-backface-visibility:hidden;background-repea:no-repeat;background-size:cover;position:relative;margin-bottom:-50px}.sign-in-footer a{color:#31c8c0;text-decoration:none;display:block;font-size:1.1em;margin:1em;text-align:center}@media (max-width: 768px){.sign-in-footer a{margin:.5em}}.sign-in-footer{margin:2em 0 0 0}.provider-info-box{margin-top:35px}.provider-jobs{padding-top:60px}@media (max-width: 768px){.provider-jobs{padding-top:0px}}.sign-in-pad{padding-top:3em;padding-bottom:1em;margin-top:15%}@media (max-width: 768px){.sign-in-pad{margin-top:0px}}#sign-up-sign-in .sign-up-sign-in-content .sign-up-sign-in-form-container .sign-up-sign-in-form .sign-in-footer a{display:block;color:#31c8c0;margin-bottom:1em}form.sign-in{max-width:320px;margin:0 auto}.phone-screen-description{font-size:15px;font-family:'AvenirLTStd-Book';font-weight:normal;padding-left:15px;padding-right:15px;line-height:22px}h1.how-it-works-header{font-size:2.4em;font-family:'AvenirLTStd-Book';font-weight:normal;color:#1d4959}hr.provider-hr{border:2px solid #eee;border-radius:5px;width:90%}.how-it-works-provider{padding-top:0px;padding-bottom:60px}@media (max-width: 768px){.how-it-works-provider{padding-top:230px}}h1.benefits-header{font-size:28px}.benefits-icon{width:120px;-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05))}.provider-dash-approved{width:400px}.takl-check-list li{font-size:17px}.content-six-steps{margin-top:30px}.section-dash{padding-top:100px;padding-bottom:100px}h2.six-steps{font-size:26px;text-align:center;letter-spacing:1px;margin:0;color:#31c8c0}.provider-works-phone{-webkit-filter:drop-shadow(0px -10px 18px rgba(0,0,0,0.09));width:250px;text-align:center}.provider-works-phone:hover{transition:all 0.7s ease;-webkit-transform:scale(1.2) translate(0px, -30px)}hr.dash-hr{border:1px solid #eee;border-radius:5px;width:100%;text-align:center}.boxed-round{border-radius:2px;padding-top:40px;padding-bottom:30px;margin-left:5%;transition:all .45s ease;box-shadow:0 10px 40px rgba(50,50,93,0.07),0 5px 10px rgba(0,0,0,0.04)}.provider-dash{background:url(/images/provider/provider-dash.png) no-repeat;background-size:490px auto}p.benefits-p{font-family:'AvenirLTStd-Medium';font-size:18px;font-weight:normal}.provider-dash-bg{position:absolute;width:490px;height:auto;-webkit-filter:drop-shadow(0px -8px 15px rgba(0,0,0,0.05));margin-top:-40px;margin-left:25px}.provider-dash-bg-left{position:absolute;width:490px;height:auto;-webkit-filter:drop-shadow(0px -10px 15px rgba(0,0,0,0.05));margin-top:-40px;margin-left:25px}@media (max-width: 768px){.provider-dash-bg-left{width:315px;height:auto;margin-left:40px}}.provider-how-it-works{margin-top:-50px}@media (max-width: 768px){.provider-how-it-works{margin-top:0px}}.boxed-round:hover{transition:all 0.7s ease;transform:scale(1.09)}img.provider-info-icon{-webkit-filter:drop-shadow(2px 10px 5px rgba(0,0,0,0.05))}.provider-info-panel{padding-top:70px;padding-bottom:70px}@media (max-width: 768px){.provider-dash-animated{margin-left:-7%}}.dash-btn.provider-sign-up-btn{margin-left:120px;margin-top:25px;width:300px}@media (max-width: 768px){.dash-btn.provider-sign-up-btn{margin-left:auto}}.info-bullet{padding-top:20px;padding-bottom:20px}@keyframes fadey{0%{opacity:0}15%{opacity:1}85%{opacity:1}100%{opacity:0}}figure#slideshow{margin:0 auto;position:relative}figure#slideshow img{position:absolute;left:0;top:0;width:450px;height:auto;opacity:0;margin-top:-16px;margin-left:5px}@media (max-width: 768px){figure#slideshow img{width:289px;margin-top:-24px;margin-left:13px}}figure#slideshow img:first-child{position:relative}#container:-moz-full-screen figure,#container:-ms-full-screen figure,#container:-webkit-fullscreen figure,#container:-moz-full-screen figure{width:100%;margin:0 auto;background:#fff}#container:-moz-full-screen figure,#container:-ms-full-screen figure,#container:-webkit-fullscreen figure,#container:fullscreen figure{width:100%;margin:0 auto;background:#fff}span.info-icon{text-align:center}h1.provider-info-header{font-size:24px;font-family:'AvenirLTStd-Medium';font-weight:normal}p.provider-info{font-weight:normal;font-family:'AvenirLTStd-Medium';color:#333;line-height:20px}button.sign-up--btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.provider-sign-up-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.provider-steps-container{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width: 768px){.provider-steps-container{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}@media (max-width: 768px){.provider-steps-container{padding:0 30px}}.provider-steps-container .takl-check-list li{padding:10px 0;font-size:18px}@media (max-width: 768px){.provider-steps-container .takl-check-list li{margin-top:1em;text-align:left}}.provider-sign-up-sidebar{position:relative}.provider-sign-up-sidebar:before,.provider-sign-up-sidebar:after{max-width:300px;content:"";position:absolute;z-index:-2;bottom:15px;left:10px;width:50%;height:20%;box-shadow:0 15px 10px rgba(0,0,0,0.7);transform:rotate(-3deg)}.provider-sign-up-sidebar:after{right:10px;left:auto;transform:rotate(3deg)}.provider-testimonials{display:-ms-flexbox;display:flex;background:#e8f9f8;padding:10px;position:relative}@media (max-width: 768px){.provider-testimonials{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.provider-testimonials:before,.provider-testimonials:after{max-width:300px;content:"";position:absolute;z-index:-2;bottom:15px;left:10px;width:50%;height:20%;box-shadow:0 15px 10px rgba(0,0,0,0.7);transform:rotate(-3deg)}.provider-testimonials:after{right:10px;left:auto;transform:rotate(3deg)}.provider-testimonials .provider-testimonial{-ms-flex:1;flex:1;padding:0 10px;line-height:2em}.provider-testimonials .provider-testimonial-author{display:block;text-align:center;margin-top:1em}.provider-benefits{display:-ms-flexbox;display:flex}@media (max-width: 768px){.provider-benefits{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.provider-benefit{padding-left:90px;background:no-repeat left top}.provider-benefit--marketing{background-image:url("/images/icons/provider-icon-marketing.png")}.provider-benefit--billing{background-image:url("/images/icons/provider-icon-card.png")}.provider-benefit--record-keeping{background-position:10px top;background-image:url("/images/icons/provider-icon-collections.png")}.provider-benefits-specifics{padding:0 30px}@media (max-width: 768px){.provider-benefits-specifics{margin-top:30px}}.provider-benefit-title{color:#31c8c0;font-size:20px}.provider-benefit-description{line-height:1.5em}.provider-tri-phone{margin-bottom:30px}


html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}#header-fixed-only-logo{position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#1d4959;box-shadow:0 5px 10px rgba(0,0,0,0.2);margin-top:0}.header-row.header-only-logo{height:60px}.header-only-logo{height:60px;width:auto;margin:auto}@media (max-width: 768px){.header-only-logo{height:55px}}img.header-logo-quick-order{width:95px;height:auto;-ms-flex:none;flex:none;margin:auto;display:block;top:9px;position:relative}@media (max-width: 768px){img.header-logo-quick-order{width:90px;top:8px}}.header-shadow-only-logo{z-index:999;margin-top:0}.quick-order-cleaning-hero{margin-top:0;padding:0;background-image:url("/images/landing/quick-order-cleaning-header-bg.jpg");height:200px;background-repeat:no-repeat;background-position:0 -240px;background-size:cover;line-height:1.4;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:55px}@media (max-width: 768px){.quick-order-cleaning-hero{padding:0;height:140px;background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0}}h1.quick-order-cleaning-headline{font-family:'AvenirLTStd-Heavy';font-size:55px;font-weight:normal;text-align:center;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){h1.quick-order-cleaning-headline{font-size:5vh;line-height:1.2;top:20px;padding:0 30px}}.quick-order-cleaning-overlay{background-color:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%;position:relative;z-index:1;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.landing-panel.quick-order-cleaning-2{padding:15px 15px 10px;text-align:center;width:100%}@media (max-width: 768px){.landing-panel.quick-order-cleaning-2{padding:10px 20px 7px}}.landing-panel.quick-order-cleaning-2 h2{color:#f42d46;text-align:center;font-family:"AvenirLTStd-Heavy";font-size:4vh;margin-bottom:0;display:inline-block}@media (max-width: 768px){.landing-panel.quick-order-cleaning-2 h2{font-size:3vh}}.cl-testimonial-headline.a-testimonial-headline{font-family:"AvenirLTStd-Heavy";font-size:22px;line-height:1.4}@media (max-width: 768px){.cl-testimonial-headline.a-testimonial-headline{padding-left:15px;padding-right:15px}}.landing-testimonial-headline.a-testimonial-content{font-size:16px}@media (max-width: 768px){.landing-testimonial-headline.a-testimonial-content{font-size:14px}}.quick-order-cleaning-2-centered{display:block;margin:auto}.quick-order-card h3{color:#8C8C8C;display:inline-block;font-family:"AvenirLTStd-Roman";margin-right:5px;vertical-align:baseline;font-size:17px}@media (max-width: 768px){.quick-order-card h3{font-size:14px}}.quick-order-price{font-family:"AvenirLTStd-Heavy";color:#1d4959;font-size:18px;display:inline-block}@media (max-width: 768px){.quick-order-price{font-size:14px}}.panel-quick-order-pricing{text-align:center;padding:15px 10px 5px;position:relative}h2.quick-order-category{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px}h2.quick-order-category-2{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px}@media (max-width: 768px){h2.quick-order-category-2{margin-top:40px}}p.quick-order-varies{padding:0;margin:0;font-size:12px;color:#f42d46;margin-bottom:20px}.quick-order-card{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;height:55px;width:100%;line-height:55px;margin:10px auto 12px;display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:450px;transition:all 0.25s ease}@media (max-width: 768px){.quick-order-card{height:50px;line-height:50px;width:95%}}.quick-order-card-content{margin-top:5px;text-align:left;margin-left:20px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width: 768px){.quick-order-card-content{margin-left:10px}}a.quick-order-btn{background-color:#31c8c0;color:#fff;width:110px;font-size:14px;text-transform:uppercase;height:55px;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;text-align:center;font-family:"AvenirLTStd-Medium";text-decoration:none;position:absolute;right:0;top:0;line-height:60px;transition:all 0.25s ease}@media (max-width: 768px){a.quick-order-btn{height:50px;line-height:55px;width:80px}}a.quick-order-btn:hover{background-color:#39d6ce}.grid.grid-no-padding{padding:0 0 20px}.grid.grid-no-padding [class*='col-']{padding:0}.chore-description h2{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px;text-align:center;line-height:1.4}.chore-description p{line-height:1.4}@media (max-width: 768px){.chore-description p{font-size:14px}}.ct-item-slider-navy{display:inline-block;position:relative;background:#fff;padding:2.5em;margin:0 0 1.5em;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;margin-bottom:60px;border-radius:8px;z-index:0;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);border:1px solid #f7f7f7;background-color:#1d4959;border:none}@media (max-width: 768px){.ct-item-slider-navy{padding:20px 25px 20px 25px}}.ct-item-slider-navy p.quote-content{color:#fff;font-family:"AvenirLTStd-Medium"}.quote-navy:before{content:"\201C";font-size:150px;position:absolute;margin-top:-55px;font-family:"Georgia", Arial, sans-serif;color:#183744;margin-left:-10px;z-index:-1}.quote-navy:after{content:'';position:absolute;border-style:solid;border-width:30px 30px 0;border-color:#1d4959 transparent;width:0;z-index:1;margin-left:15px;margin-top:20px}@media (max-width: 768px){.quote-navy:after{margin-left:10px;margin-top:18px}}.ct-name-navy{position:absolute;margin:0 0 0 30px;width:200px;margin-top:30px;font-family:'AvenirLTStd-Roman';color:#222}@media (max-width: 768px){.ct-name-navy{margin-left:40px}}p.ct-category-name{text-align:right;font-family:"AvenirLTStd-Medium";color:#fff;position:absolute;font-size:18px;right:0;background-color:#31c8c0;text-align:center;border-top-right-radius:8px;border-bottom-left-radius:8px;padding:8px 8px 4px;top:-20px}.slide-container{max-width:450px;margin:30px}@media (max-width: 768px){.slide-container{margin:30px}}.slick-slide:focus{outline:none}.slick-slide{padding:20px}@media (max-width: 768px){.slick-slide{width:100%}}.slide-container .quote-content{margin-top:20px}.slide-container .quote:before{margin-top:-35px;margin-left:-18px;z-index:-1}.slick-list{outline:none}.fade.slick-initialized{margin-top:-30px}@media (max-width: 768px){.fade.slick-initialized{margin-top:-15px}}.slick-dotted.slick-slider{margin-bottom:10px}.landing-panel__content.content_ct_slider{max-width:none;padding-left:0;padding-top:20px}h3.headline-cta-quick-order{font-size:20px;margin-bottom:5px;text-align:center;padding-top:20px;font-family:"AvenirLTStd-Heavy";display:block;color:#1d4959;padding-left:40px;padding-right:40px;line-height:1.4;margin-top:-50px}h3.quick-order-download-headline{font-family:AvenirLTStd-Heavy;font-size:22px;line-height:1.4;text-align:center;display:block;color:#1d4959;padding-left:10px;padding-right:10px;font-weight:normal;margin:auto auto 15px}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.quick-order-junk-hero{margin-top:0;padding:0;background-image:url("/images/landing/quick-order-junk-header-bg.jpg");height:200px;background-repeat:no-repeat;background-position:center;background-size:cover;line-height:1.4;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.02);z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:55px}@media (max-width: 768px){.quick-order-junk-hero{padding:0;height:140px;background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0}}h1.quick-order-junk-headline{font-family:'AvenirLTStd-Heavy';font-size:55px;font-weight:normal;text-align:center;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){h1.quick-order-junk-headline{font-size:5vh;line-height:1.2;top:20px;padding:0 30px}}.quick-order-junk-overlay{background-color:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%;position:relative;z-index:1;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.landing-panel.quick-order-junk-2{padding:15px 15px 10px;text-align:center;width:100%}@media (max-width: 768px){.landing-panel.quick-order-junk-2{padding:15px 20px 7px}}.landing-panel.quick-order-junk-2 h2{color:#f42d46;text-align:center;font-family:"AvenirLTStd-Heavy";font-size:4vh;margin-bottom:0;display:inline-block}@media (max-width: 768px){.landing-panel.quick-order-junk-2 h2{font-size:3vh}}.cl-testimonial-headline.a-testimonial-headline{font-family:"AvenirLTStd-Heavy";font-size:22px;line-height:1.4}@media (max-width: 768px){.cl-testimonial-headline.a-testimonial-headline{padding-left:40px;padding-right:40px}}.quick-order-junk-2-centered{display:block;margin:auto}.quick-order-card-junk h3{color:#8C8C8C;display:inline-block;font-family:"AvenirLTStd-Roman";margin-right:5px;vertical-align:baseline;font-size:17px}@media (min-width: 320px) and (max-width: 568px){.quick-order-card-junk h3{font-size:12px;margin-right:0px}}.quick-order-price{font-family:"AvenirLTStd-Heavy";color:#1d4959;font-size:18px;display:inline-block}@media (min-width: 320px) and (max-width: 568px){.quick-order-price{font-size:12px}}.panel-quick-order-pricing-junk{text-align:center;padding:35px 10px 35px;position:relative}@media (max-width: 768px){.panel-quick-order-pricing-junk{padding:5px 10px 10px}}h2.quick-order-category{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px}h2.quick-order-category-2{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px}@media (max-width: 768px){h2.quick-order-category-2{margin-top:40px}}.quick-order-card-junk{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;height:55px;width:100%;line-height:55px;margin:10px auto 12px;display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;transition:all 0.25s ease;max-width:550px}@media (max-width: 768px){.quick-order-card-junk{height:50px;line-height:50px;width:100%;max-width:none}}@media (min-width: 320px) and (max-width: 568px){.quick-order-card-junk{width:100%}}.quick-order-card-content{margin-top:5px;text-align:left;margin-left:20px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width: 320px) and (max-width: 568px){.quick-order-card-content{margin-left:5px}}a.quick-order-btn-junk{background-color:#31c8c0;color:#fff;width:110px;font-size:16px;text-transform:uppercase;height:55px;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;text-align:center;font-family:"AvenirLTStd-Medium";text-decoration:none;position:absolute;right:0;top:0;line-height:60px;transition:all 0.25s ease}@media (max-width: 768px){a.quick-order-btn-junk{height:50px;line-height:55px;width:80px}}@media (min-width: 320px) and (max-width: 568px){a.quick-order-btn-junk{width:60px;font-size:12px}}a.quick-order-btn:hover{background-color:#39d6ce}a.quick-order-btn-junk:hover{background-color:#39d6ce}.grid.grid-no-padding{padding:0 0 20px}.grid.grid-no-padding [class*='col-']{padding:0}.chore-description h2{padding:0;margin:0;font-family:"AvenirLTStd-Heavy";color:#1d4959;margin-top:20px;text-align:center;line-height:1.4}.chore-description p{line-height:1.4}@media (max-width: 768px){.chore-description p{font-size:14px}}.quote-navy:before{content:"\201C";font-size:150px;position:absolute;margin-top:-55px;font-family:"Georgia", Arial, sans-serif;color:#152f3a;margin-left:-20px;z-index:-1}.quote-navy:after{content:'';position:absolute;border-style:solid;border-width:20px 20px 0;border-color:#1d4959 transparent;width:0;z-index:1;margin-left:5px;margin-top:20px}@media (max-width: 768px){.quote-navy:after{margin-left:-5px}}p.ct-category-name{text-align:right;font-family:"AvenirLTStd-Medium";color:#fff;position:absolute;font-size:18px;right:0;background-color:#31c8c0;text-align:center;border-top-right-radius:8px;border-bottom-left-radius:8px;padding:8px 8px 4px;top:-20px}.slide-container{max-width:450px;margin:30px}.slick-slide:focus{outline:none}.slick-slide{padding:20px}@media (max-width: 768px){.slick-slide{width:100%}}.slide-container .quote-content{margin-top:20px}.slide-container .quote:before{margin-top:-35px;margin-left:-18px;z-index:-1}.slick-list{outline:none}.fade.slick-initialized{margin-top:-30px}@media (max-width: 768px){.fade.slick-initialized{margin-top:-15px}}.slick-dotted.slick-slider{margin-bottom:10px}.landing-panel__content.content_ct_slider{max-width:none;padding-left:0;padding-top:20px}h3.headline-cta-quick-order{font-size:20px;margin-bottom:5px;text-align:center;padding-top:20px;font-family:"AvenirLTStd-Heavy";display:block;color:#1d4959;padding-left:40px;padding-right:40px;line-height:1.4;margin-top:-50px}h3.quick-order-download-headline{font-family:AvenirLTStd-Heavy;font-size:22px;line-height:1.4;text-align:center;display:block;color:#1d4959;padding-left:10px;padding-right:10px;font-weight:normal;margin:auto auto 15px}@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-device-pixel-ratio: 3){.quick-order-card-content{margin-left:10px}.quick-order-price{font-size:14px}.quick-order-card-junk h3{font-size:14px}}@media (max-width: 768px){.panel-quick-order-testimonial{margin-bottom:-35px}}.quick-order-bottom-cta h2{font-family:"AvenirLTStd-Heavy";font-size:22px;line-height:1.4;color:#1d4959;padding-top:13px;padding-left:10px;padding-right:10px;font-weight:normal}.landing-panel.quick-order-bottom-cta{padding:12px 20px 2px;text-align:center;background-color:#fff}@media (max-width: 768px){.panel-quick-order-bottom-pricing{margin-bottom:-30px}}img.klg{width:auto;float:right;position:absolute;right:5%;bottom:0px;height:400px}@media (min-width: 769px) and (max-width: 1080px){img.klg{right:0px;height:300px;position:relative}}@media (min-width: 1080px) and (max-width: 1500px){img.klg{right:0px;height:300px;position:relative}}img.klg-mobile{position:relative;bottom:0px;margin:auto;margin-bottom:-10px;height:400px;margin-top:0px;width:auto}@media screen and (max-width: 768px){img.klg{display:none}}@media screen and (min-width: 768px) and (max-width: 1200px){img.klg{position:relative}}

.rating-stars{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rating-stars .rating-star{margin:0 5px;background:url("images/rating-star-empty.png") no-repeat center center;background-size:50px;display:block}.rating-stars .rating-star,.rating-stars .rating-star img{width:50px;height:50px}.rating-stars .rating-star img{opacity:0}.rating-stars .rating-star:nth-child(1) img{animation-delay:0s}.rating-stars .rating-star:nth-child(2) img{animation-delay:.25s}.rating-stars .rating-star:nth-child(3) img{animation-delay:.5s}.rating-stars .rating-star:nth-child(4) img{animation-delay:.75s}.rating-stars .rating-star:nth-child(5) img{animation-delay:1s}

@media (max-width: 768px){.desktop-only{display:none}}@media (min-width: 769px){.mobile-only{display:none}}.resp-container{position:relative;overflow:hidden;padding-top:56.25%}.resp-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel.panel-reviews-slider{height:500px;background-color:#153946}h2.reviews-slider{text-align:center;color:#fff;font-family:"AvenirLTStd-Book";margin-top:15px}

.hero-royalties{height:580px;width:100%;background-color:#fff;z-index:998;position:relative}@media (max-width: 768px){.hero-royalties{height:610px;background-position:center;margin-top:50px;background-position-y:-40px;margin-bottom:-40px}}.grid-royalties{max-width:1400px}h1.small-business-headline{font-family:'AvenirLTStd-Roman';font-size:3em;font-weight:normal;margin-bottom:0;color:#222}@media (max-width: 768px){h1.small-business-headline{text-align:center;margin-top:0;font-size:30px}}h1.small-business-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px;width:500px;margin:auto;display:block}@media (max-width: 768px){h1.small-business-headline:after{width:95%;margin:auto;display:block;border:1px solid #31c8c0}}.icon-sb-delivery{height:70px;margin-top:15px}.icon-sb-assembly{height:85px}.icon-sb-hourly-help{height:80px;margin-top:5px}.icon-sb-courier{height:85px;margin-top:0}h3.boxed-headline.small-business{font-size:24px;line-height:1.4}@media (min-width: 769px) and (max-width: 1080px){h3.boxed-headline.small-business{font-size:1em}}.home-box.small-business{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin-left:3%;padding-top:25px;background:#fff;padding-bottom:45px;margin-bottom:30px;padding-left:25px;padding-right:25px;text-align:center;border:1px solid #f7f7f7;height:165px}@media (max-width: 768px){.home-box.small-business{display:block;margin:auto auto 15px;width:95%}}.landing-panel.panel-royalties{padding:30px;background:#f6f6f6}@media (max-width: 768px){.landing-panel.panel-royalties{padding-top:70px}}.small-business-box{background-color:rgba(255,255,255,0.95);width:95%;margin:auto;display:block;box-shadow:0 4px 6px rgba(50,50,93,0.41),0 1px 3px rgba(0,0,0,0.09);border-radius:8px;padding:5px 10px 30px 0;margin-top:80px}@media (max-width: 768px){.small-business-box{padding:20px 10px 15px;position:relative;margin-top:50px}}.small-business-headline-2{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.1em;max-width:360px;line-height:1.5;color:#222;margin:auto;display:block;margin-top:15px;margin-bottom:10px}@media (max-width: 768px){.small-business-headline-2{margin-top:15px;font-size:18px;text-align:center}}.home-btn-container.btn-inline{display:inline-block;line-height:45px;margin-bottom:10px}.royalties-header-left{line-height:1.5;margin:auto;display:block;margin-top:60px;text-align:center;max-width:600px}@media (max-width: 768px){.royalties-header-left{width:98%;margin-top:10px;margin-bottom:0}}.royalties-header-left h2{color:#1d4959;font-size:28px;font-family:"AvenirLTStd-Heavy";text-align:center;margin:auto;display:block;margin-top:-10px}@media (max-width: 768px){.royalties-header-left h2{font-size:20px}}.royalties-header-left p{font-size:18px;color:#5d5d5d;max-width:400px;margin:10px auto auto}@media (max-width: 768px){.royalties-header-left p{font-size:15px}}.royalties-header-left h2:after{content:'';display:block;border:1px solid #eee;border-radius:0;width:60%;margin:auto}@media (max-width: 768px){.royalties-header-left h2:after{width:90%}}.royalties-header-left h1:after{content:'';display:block;border:1px solid #eee;border-radius:0;width:95%}span.waas{color:#31c8c0;font-family:"AvenirLTStd-Heavy"}.home-btn-container.btn-sb{margin-bottom:-20px;margin-right:10px}@media (max-width: 768px){.home-btn-container.btn-sb{display:block;margin:10px auto auto}}.home-btn-container.btn-sb-top{margin-bottom:-20px;margin-right:auto}@media (max-width: 768px){.home-btn-container.btn-sb-top{margin-top:10px}}.home-btn-container.btn-sb-bottom{margin-bottom:-20px;margin-right:auto;float:left;position:relative;left:120px}@media (max-width: 768px){.home-btn-container.btn-sb-bottom{margin-top:-30px;margin-bottom:60px}}.btn-inline-container{margin:auto;display:block;text-align:center;margin-top:20px}.royalties-header-left img{width:70%;animation:spin 4s linear infinite}@media (max-width: 768px){.royalties-header-left img{width:200px}}.royalties-header-right img{width:650px;position:absolute;top:0;right:-20px;border-radius:8px;box-shadow:0 10px 20px rgba(50,50,93,0.1),0 5px 10px rgba(0,0,0,0.05);margin:10px;margin-top:70px}@media (max-width: 768px){.royalties-header-right img{width:380px;position:relative;margin:auto;display:block;right:-40px;margin-bottom:50px;margin-top:30px}}@media (min-width: 769px) and (max-width: 1080px){.royalties-header-right img{width:470px;margin-top:140px}}.landing-panel__content_100{max-width:100%;margin-left:auto;font-family:'AvenirLTStd-Book';margin-right:auto}.royalties-terms-bottom a{color:#1d4959}.panel-sb-icons h2{text-align:center;color:#1d4959;font-size:32px;font-family:"AvenirLTStd-Roman";line-height:1.5}@media (max-width: 768px){.panel-sb-icons h2{font-size:18px}}sup.teal{color:#31c8c0}sup.navy{color:#1d4959}.royalties-boxed{border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);height:auto;background-color:#fff;max-width:950px;margin:auto;display:block;border:1px solid #eee;padding:30px 20px}@media (max-width: 768px){.royalties-boxed{padding:30px 20px 30px 20px}}.royalties-boxed h3{text-align:center;color:#1d4959;font-family:"AvenirLTStd-Roman";max-width:800px;font-size:22px;margin:auto;display:block;line-height:1.5}@media (max-width: 768px){.royalties-boxed h3{padding-top:5px;font-size:17px}}h3.share-1{font-size:26px}@media (max-width: 768px){h3.share-1{font-size:18px}}@media (min-width: 769px) and (max-width: 1080px){h3.share-1{font-size:22px}}hr.royalties{border-top:1px #eee solid;width:90%}@media (max-width: 768px){hr.royalties{width:95%}}.royalties-boxed h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}@media (max-width: 768px){.royalties-boxed h2:after{width:90%}}span.takl-royalties-bold{font-family:"AvenirLTStd-Heavy";color:#1d4959}.royalties-boxed p{text-align:left;color:#5d5d5d;line-height:1.5;font-size:16px}img.sb-takl-check{height:35px;position:relative;top:5px;margin-right:5px}span.teal{color:#31c8c0}.panel-royalties-works{padding:60px;height:600px}@media (max-width: 768px){.panel-royalties-works{height:1100px;padding:15px}}.panel-sb-works h2{text-align:center;color:#1d4959;padding-top:50px;font-size:32px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}.panel-sb-works h3{text-align:center;margin:15px auto 0;display:block;color:#31c8c0;font-size:24px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h3:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:0}.panel-sb-works p{text-align:center;line-height:1.5;margin-top:5px}h2.sb-works-bottom{text-align:center;color:#1d4959;margin:auto;padding-top:10px;font-size:28px;font-family:"AvenirLTStd-Roman";border:none;max-width:730px;display:block;line-height:1.5}@media (max-width: 768px){h2.sb-works-bottom{font-size:22px;padding:10px}}h2.sb-works-bottom:after{border:none;text-align:center;margin:auto;display:block}.sb-image-round img{box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin:auto;height:454px}@media (max-width: 768px){.sb-image-round img{height:auto;width:100%;left:15px;position:relative}}.sb-image-round{margin:-15px}.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:600px}@media (max-width: 768px){.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:1200px}}.content.content-sb-choose-right{top:56px;position:relative}.landing-panel__content.content-sb-choose{height:600px}.sb-right-label{background-color:#1d4959;position:relative;bottom:93px;color:#fff;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;border:0 solid #000000;width:551px}@media (max-width: 768px){.sb-right-label{width:100%;left:15px;top:-85px}}.sb-right-label h3{text-align:center;line-height:1.4;font-size:24px;padding:15px 35px}@media (max-width: 768px){.sb-right-label h3{font-size:18px}}.takl-business-icon{height:190px;margin:auto;display:block;text-align:center;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));margin:30px}@media (max-width: 768px){.takl-business-icon{height:100px;margin:auto}}.landing-panel.panel-takl-api{height:425px;padding-top:30px}@media (max-width: 768px){.landing-panel.panel-takl-api{padding-top:120px;height:445px}}.panel-takl-api h2{color:#1d4959;font-family:"AvenirLTStd-Roman";line-height:1.4;font-size:28px;margin-top:60px;margin-left:120px}@media (max-width: 768px){.panel-takl-api h2{margin-left:0;font-size:18px;margin-top:10px}}.col-royalties-phone img{width:340px;margin:auto;display:block}@media (max-width: 768px){.col-royalties-phone img{width:260px}}.col-royalties-phone img:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px}.col-royalties-steps h3{text-align:center;color:#1d4959;font-size:30px;font-family:"AvenirLTStd-Roman";line-height:1.4}@media (max-width: 768px){.col-royalties-steps h3{font-size:22px}}.col-royalties-steps h3:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:100%;margin-top:5px}.col-royalties-steps p{font-size:18px;color:#5d5d5d;position:relative;line-height:1.5;text-align:justify}@media (min-width: 769px) and (max-width: 1080px){.col-royalties-steps p{font-size:16px}}.col-royalties-steps{position:relative;top:50px}p.terms-royalties{color:#5d5d5d;font-size:12px;text-align:left}.col-royalties-steps a{color:#5d5d5d}@media (max-width: 768px){.col-7-12.col-royalties-steps{height:1000px}}.navy-header{background-color:#1d4959;height:70px}.section-3 h1{font-family:'AvenirLTStd-Heavy';font-size:26px;text-align:center;color:#fff;line-height:75px}.section-3{height:3.625in;top:7.25in}.royalties-list{width:10in;margin:30px auto 0;text-align:center}.royalties-list h3{display:inline-block;font-size:22px;position:relative;top:3px;margin-right:25px;font-family:'AvenirLTStd-Roman';color:#1d4959}img.takl-check{height:30px;float:left;margin-right:5px}.royalties-row{display:inline-block}.royalties-row-bottom{display:inline-block;margin-top:20px;text-align:center}.royalties-logo{width:290px;margin:0 auto;display:block;margin-top:15px}.bottom-teal{bottom:5px;position:relative;background-color:#31c8c0;width:9in;border-radius:4px;padding:15px 20px 10px;margin:0 auto;display:block}.bottom-teal h3{text-align:center;color:#fff;font-family:'AvenirLTStd-Heavy';margin-bottom:0}h4.bottom-cta{text-align:center;color:#1d4959;font-family:'AvenirLTStd-Heavy';margin-bottom:0;font-size:18px;text-align:center;height:75px;width:7in;margin:15px auto 0;line-height:1.5;margin-bottom:15px}.navy-banner{background-color:#31c8c0;position:relative;padding:30px 20px 0px 20px}@media (max-width: 768px){.navy-banner{padding:10px 20px 0px 20px}}.teal-banner-royalties{background-color:#31c8c0;height:140px;position:relative}.navy-banner h2{color:#fff;text-align:center;font-family:"AvenirLTStd-Heavy";font-size:28px;line-height:1}@media (max-width: 768px){.navy-banner h2{font-size:20px;line-height:1.5}}.panel-royalties-list{height:520px;padding-top:0}@media (max-width: 768px){.panel-royalties-list{height:555px}}.royalties-list-box{width:600px;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;margin:auto;display:block;height:80px;line-height:80px;text-align:left;padding-left:70px;margin:15px auto;transition:all 0.35s ease-in-out}@media (max-width: 768px){.royalties-list-box{width:100%;padding-left:30px}}.royalties-list-box:hover{transform:translateY(-3px);box-shadow:0 4px 20px rgba(0,0,0,0.1)}.royalties-list-box img{height:35px;margin-right:3px;position:relative;top:8px}@media (max-width: 768px){.royalties-list-box img{height:30px}}.royalties-list-box span{font-size:20px;color:#1d4959;font-family:"AvenirLTStd-Roman"}@media (max-width: 768px){.royalties-list-box span{font-size:18px}}.royalties-boxes{position:relative;top:20px;height:400px}.panel-royalties-bottom{height:740px}@media (max-width: 768px){.panel-royalties-bottom{padding:30px 15px 30px 15px;height:750px}}@media (min-width: 769px) and (max-width: 1080px){.panel-royalties-bottom{height:720px}}.share h3{text-align:center;color:#1d4959;font-family:"AvenirLTStd-Roman";max-width:1000px;font-size:22px;margin:auto;display:block;line-height:1.5;margin-top:10px}@media (max-width: 768px){.share h3{font-size:18px}}.share h2{text-align:center;color:#1d4959;font-family:"AvenirLTStd-Heavy";font-size:32px;margin:auto;display:block;line-height:1.5}@media (max-width: 768px){.share h2{font-size:22px}}@media (min-width: 769px) and (max-width: 1080px){.share h2{font-size:26px}}.share h3:after{content:'';display:block;border-bottom:2px solid #eee;border-radius:3px;padding-top:10px;width:100%;max-width:1200px;margin:auto;display:block}.share p{padding-top:15px;margin-bottom:20px;color:#1d4959;font-family:"AvenirLTStd-Roman";font-size:22px;text-align:center;line-height:1.4}@media (max-width: 768px){.share p{padding-top:5px;padding-left:20px;padding-right:20px}}.share{text-align:center}.royalties-download{padding-top:10px}.home-btn-container.royalties-top{margin-top:15px;width:300px}.royalties-terms-bottom{color:#777;width:80%;max-width:600px;padding-top:40px;margin:0 auto;font-size:14px;line-height:1.4;text-align:justify}@media (max-width: 768px){.royalties-terms-bottom{width:95%}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}moving-section{margin-bottom:300px}.hero-moving{height:500px;width:100%;background:url("/images/categories/same-site-moving/moving-services-near-me-header.jpg");z-index:998;background-position:center 10%;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.hero-moving{height:400px}}.category-landing-headline.moving-headline{color:#fff;font-size:24px;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.moving-headline{font-size:32px}}@media (max-width: 768px){.category-landing-headline.moving-headline{font-size:22px}}

.hero-second-helping{background-color:#1d4959;height:430px;margin:auto 0;text-align:center;margin-top:70px}@media (max-width: 768px){.hero-second-helping{height:400px;margin-top:-50px}}.sh-header{width:400px;height:auto;margin-top:150px;margin-right:-30%}@media (max-width: 768px){.sh-header{width:290px;margin-top:10px;height:auto;margin-right:0px}}.sh-box{border-radius:2px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7;padding-top:150px;margin:0 auto;margin-top:-100px;padding-left:60px;padding-right:60px}@media (max-width: 768px){.sh-box{padding:30px 30px 30px 30px;width:100%;margin-top:-10px}}.sh-content{font-size:18px;line-height:25px}.sh-content a{font-family:'AvenirLTStd-Medium';color:#222;text-decoration:none}@media (max-width: 768px){.sh-content{font-size:17px;line-height:25px;text-align:justify}}.sh-container{padding-bottom:100px}.sh-btn{font-family:'AvenirLTStd-Book';background:#31c8c0;display:inline-block;padding:18px 20px 15px 20px;color:#fff;text-decoration:none;margin-bottom:30px;transition:all .25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:0px}@media (max-width: 768px){.sh-btn{padding:18px 10px 15px 10px;font-size:15px}}a.sh-btn{color:#fff;font-family:'AvenirLTStd-Book'}.sh-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.sh-btn-container{text-align:center}.sh-headline{font-family:'AvenirLTStd-Book';text-align:center;font-weight:normal;margin:0}.sh-phone{margin-top:24px;position:absolute;margin-left:-120px;width:240px}@media (max-width: 768px){.sh-phone{width:175px;position:absolute;margin-top:-6px;margin-left:-90px}}

﻿.slider-home{width:350px;margin:auto;display:block;max-width:100px}ul.gd-qtrotator{text-align:center;display:table-cell;vertical-align:middle;margin:auto;display:block}ul.gd-qtrotator li{margin:0;padding:0;border-left:none;list-style:none;max-width:400px;margin:auto;display:block;height:250px}ul.gd-qtrotator li p{font-size:1.5em;color:#222;font-weight:300;margin:.4em 0 1em}ul.gd-qtrotator li footer{font-size:1.1em;color:#222;background:0 0;text-align:center}ul.gd-qtrotator li footer:before{content:'― '}@media screen and (max-width: 30.6em){ul.gd-qtrotator{font-size:70%}}

.hero-small-business{height:580px;width:100%;background-color:#fff;z-index:998;position:relative}@media (max-width: 768px){.hero-small-business{height:700px;background-position:center;margin-top:50px;background-position-y:-40px;margin-bottom:-40px}}.grid-sb{max-width:1400px}h1.small-business-headline{font-family:'AvenirLTStd-Roman';font-size:3em;font-weight:normal;margin-bottom:0;color:#222}@media (max-width: 768px){h1.small-business-headline{text-align:center;margin-top:0;font-size:30px}}h1.small-business-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px;width:500px;margin:auto;display:block}@media (max-width: 768px){h1.small-business-headline:after{width:95%;margin:auto;display:block;border:1px solid #31c8c0}}.icon-sb-delivery{height:70px;margin-top:15px}.icon-sb-assembly{height:85px}.icon-sb-hourly-help{height:80px;margin-top:5px}.icon-sb-courier{height:85px;margin-top:0}h3.boxed-headline.small-business{font-size:24px;line-height:1.4}@media (min-width: 769px) and (max-width: 1080px){h3.boxed-headline.small-business{font-size:1em}}.home-box.small-business{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin-left:3%;padding-top:25px;background:#fff;padding-bottom:45px;margin-bottom:30px;padding-left:25px;padding-right:25px;text-align:center;border:1px solid #f7f7f7;height:165px}@media (max-width: 768px){.home-box.small-business{display:block;margin:auto auto 15px;width:95%}}.landing-panel.panel-sb-icons{padding:15px;background:linear-gradient(180deg, #f6f6f6 85%, #fff 50%)}@media (max-width: 768px){.landing-panel.panel-sb-icons{padding-top:40px}}.small-business-box{background-color:rgba(255,255,255,0.95);width:95%;margin:auto;display:block;box-shadow:0 4px 6px rgba(50,50,93,0.41),0 1px 3px rgba(0,0,0,0.09);border-radius:8px;padding:5px 10px 30px 0;margin-top:80px}@media (max-width: 768px){.small-business-box{padding:20px 10px 15px;position:relative;margin-top:50px}}.small-business-headline-2{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.1em;max-width:360px;line-height:1.5;color:#222;margin:auto;display:block;margin-top:15px;margin-bottom:10px}@media (max-width: 768px){.small-business-headline-2{margin-top:15px;font-size:18px;text-align:center}}.home-btn-container.btn-inline.btn-sb{display:inline-block;line-height:45px;margin-bottom:10px}@media (max-width: 768px){.home-btn-container.btn-inline.btn-sb{width:165px;margin-right:5px;font-size:16px}}.sb-header-left{line-height:1.5;width:600px;margin:auto;display:block;margin-bottom:100px;margin-top:120px}@media (max-width: 768px){.sb-header-left{width:90%;margin-top:10px;margin-bottom:0}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left{padding:10px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left{padding:50px;margin-top:60px}}.sb-header-left h3{color:#1d4959;font-size:24px;font-family:"AvenirLTStd-Roman";text-align:center;margin:auto;display:block}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left h3{font-size:20px;text-align:left}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left h3{font-size:18px}}.sb-header-left h1{color:#31c8c0;font-size:80px;text-align:center;font-family:"AvenirLTStd-Heavy";text-shadow:0 5px 7px rgba(0,0,0,0.06);text-transform:uppercase;line-height:1;margin-top:10px;margin-bottom:0;font-weight:normal}@media (max-width: 768px){.sb-header-left h1{font-size:46px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left h1{font-size:40px;text-align:left}}.sb-header-left h1:after{content:'';display:block;border:1px solid #eee;border-radius:0;width:95%}span.waas{color:#31c8c0;font-family:"AvenirLTStd-Heavy"}.sb-header-left p{font-size:16px;margin-bottom:0;color:#5d5d5d}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left p{margin:30px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left p{margin-top:15px;margin-right:20px;margin-bottom:20px}}.home-btn-container.btn-sb{margin-bottom:-20px;margin-right:10px}@media (max-width: 768px){.home-btn-container.btn-sb{display:block;margin:10px auto auto}}.home-btn-container.btn-sb-top{margin-bottom:-20px;margin-right:auto}@media (max-width: 768px){.home-btn-container.btn-sb-top{margin-top:10px}}.home-btn-container.btn-sb-bottom{margin-bottom:-20px;margin-right:auto;float:left;position:relative;left:120px}@media (max-width: 768px){.home-btn-container.btn-sb-bottom{margin-top:-30px;margin-bottom:60px}}.btn-inline-container{margin:auto;display:block;text-align:center;margin-top:20px}@media (max-width: 768px){.btn-inline-container{margin-top:0px}}.sb-header-right{width:95%;position:relative;border-radius:8px;margin-top:90px}@media (max-width: 768px){.sb-header-right{width:100%;position:relative;margin-bottom:60px;max-width:500px;margin-top:45px}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-right{width:95%}}@media (min-width: 561px) and (max-width: 767px){.sb-header-right{width:100%;margin:auto;display:block;margin-top:60px;margin-bottom:60px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-right{width:300px;margin:auto;display:block}}.landing-panel__content_wide{max-width:1300px;margin-left:auto;font-family:'AvenirLTStd-Book';margin-right:auto}.panel-sb-icons h2{text-align:center;color:#1d4959;font-size:28px;font-family:"AvenirLTStd-Roman";line-height:1.5}@media (max-width: 768px){.panel-sb-icons h2{font-size:18px}}.business-boxed{border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);height:550px;background-color:#fff;max-width:1100px;margin:auto;display:block;margin-top:30px}@media (max-width: 768px){.business-boxed{padding:10px 40px;height:820px}}.business-boxed h2{text-align:center;color:#1d4959;padding-top:50px}@media (max-width: 768px){.business-boxed h2{padding-top:30px}}.business-boxed h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}@media (max-width: 768px){.business-boxed h2:after{width:90%}}span.takl-business-bold{font-family:"AvenirLTStd-Heavy";color:#1d4959}.business-boxed p{text-align:left;color:#5d5d5d;line-height:1.5;font-size:16px}.business-boxed h3{margin:auto;display:block;width:700px;text-align:left;color:#1d4959;font-size:32px;margin-top:15px}@media (max-width: 768px){.business-boxed h3{width:90%;font-size:22px;line-height:1.4;text-align:center}}img.sb-takl-check{height:35px;position:relative;top:5px;margin-right:5px}.panel-sb-works{height:820px}@media (max-width: 768px){.panel-sb-works{height:1520px}}.panel-sb-works h2{text-align:center;color:#1d4959;padding-top:50px;font-size:32px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}img.takl-business-phone{width:180px;margin:auto;display:block}@media (max-width: 768px){img.takl-business-phone{width:140px}}.panel-sb-works h3{text-align:center;margin:15px auto 0;display:block;color:#31c8c0;font-size:24px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h3:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:0}.panel-sb-works p{text-align:center;line-height:1.5;margin-top:5px}h2.sb-works-bottom{text-align:center;color:#1d4959;margin:auto;padding-top:10px;font-size:28px;font-family:"AvenirLTStd-Roman";border:none;max-width:730px;display:block;line-height:1.5}@media (max-width: 768px){h2.sb-works-bottom{font-size:22px;padding:10px}}h2.sb-works-bottom:after{border:none;text-align:center;margin:auto;display:block}.sb-image-round img{box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin:auto;height:454px}@media (max-width: 768px){.sb-image-round img{height:auto;width:100%;left:15px;position:relative}}.sb-image-round{margin:-15px}.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:600px}@media (max-width: 768px){.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:1200px}}.content.content-sb-choose-right{top:56px;position:relative}.landing-panel__content.content-sb-choose{height:600px}.sb-right-label{background-color:#1d4959;position:relative;bottom:93px;color:#fff;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;border:0 solid #000000;width:551px}@media (max-width: 768px){.sb-right-label{width:100%;left:15px;top:-85px}}.sb-right-label h3{text-align:center;line-height:1.4;font-size:24px;padding:15px 35px}@media (max-width: 768px){.sb-right-label h3{font-size:18px}}.takl-business-icon{height:190px;margin:auto;display:block;text-align:center;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));margin:30px}@media (max-width: 768px){.takl-business-icon{height:100px;margin:auto}}.business-features-container{max-width:700px;margin:auto}.landing-panel.panel-takl-api{height:425px;padding-top:30px}@media (max-width: 768px){.landing-panel.panel-takl-api{padding-top:120px;height:445px}}.panel-takl-api h2{color:#1d4959;font-family:"AvenirLTStd-Roman";line-height:1.4;font-size:28px;margin-top:60px;margin-left:120px}@media (max-width: 768px){.panel-takl-api h2{margin-left:0;font-size:18px;margin-top:10px}}.hero.hero-media.business-video{margin-bottom:50px;margin-top:10px}@media (max-width: 768px){.hero.hero-media.business-video{margin-top:5px;margin-bottom:30px}}

.hero-spalding{height:350px;width:100%;background-color:#fff;z-index:998;position:relative;text-align:left}@media (max-width: 768px){.hero-spalding{height:260px;background-position:center;margin-top:50px;background-position-y:-40px;margin-bottom:-40px}}@media (min-width: 561px) and (max-width: 767px){.hero-spalding{height:320px;padding-bottom:100px}}.hero-spalding p{text-align:left;font-size:18px;max-width:300px;color:#5d5d5d;line-height:1.4;margin-top:10px;margin-left:15px}.grid.grid-t-bottom{padding-bottom:100px}.header-spalding{max-width:600px}@media (min-width: 769px) and (max-width: 1080px){.header-spalding{max-width:80%}}@media (min-width: 1080px) and (max-width: 1500px){.header-spalding{max-width:500px}}@media (max-width: 768px){.header-spalding{max-width:90%;margin-top:30px}}.business-boxed.spalding-2 p{font-size:16px;font-family:'AvenirLTStd-Book';text-align:center;max-width:250px;margin:auto;display:block}.business-boxed.spalding-3 p{font-size:16px;font-family:'AvenirLTStd-Book';text-align:center;max-width:250px;margin:auto;display:block}.takl-spalding-phone{width:160px}.spalding-headline-1{font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:28px;margin-top:-10px}.phone-spalding{max-height:300px;position:absolute;bottom:0}@media (max-width: 768px){.phone-spalding{height:160px;margin:auto;display:none}}hr.t-space{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}.business-boxed.spalding-2 h2{padding-top:0px}h2.spalding-headline:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}h2.spalding-headline{font-size:20px}@media (min-width: 769px) and (max-width: 1080px){h2.spalding-headline{font-size:16px}}a.home-btn-container.spalding{margin-top:10px}.business-boxed.spalding-2{padding-top:50px}.business-boxed.spalding{text-align:center;height:310px;padding-top:35px;width:75%;max-width:1240px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.spalding{width:95%}}.business-boxed.spalding.bottom{box-shadow:none;background-color:transparent;height:160px}@media (max-width: 768px){.business-boxed.spalding.bottom{height:140px}}.business-boxed.spalding-2{text-align:center;height:480px;width:75%;max-width:1240px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.spalding-2{width:95%}}@media (max-width: 768px){.business-boxed.spalding-2{height:100%;padding-bottom:20px;width:90%;margin:auto}}.business-boxed.spalding-3{text-align:center;height:710px;width:75%;max-width:1240px;margin-top:50px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.spalding-3{width:95%}}@media (max-width: 768px){.business-boxed.spalding-3{height:100%;padding-bottom:45px;width:90%;margin:auto;margin-top:50px}}.business-boxed.spalding h2{padding-top:0}.spalding-category-image{margin:auto;height:215px}.spalding-using-app-section{padding-top:0;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7;padding-top:50px}@media (min-width: 769px) and (max-width: 1080px){.spalding-using-app-section{width:95%}}@media (max-width: 768px){.spalding-using-app-section{padding-top:0;width:100%;padding-bottom:10px}}.grid-sb{max-width:1400px}h2.spalding-cta{font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:24px;padding-top:30px;max-width:700px;line-height:1.4;margin:auto}@media (max-width: 768px){h2.spalding-cta{padding-top:30px}}.business-boxed h2.spalding-cta :after{content:none}h2.spalding-cta:after{content:none}

strong{font-family:'AvenirLTStd-Medium';font-weight:normal}.static-content p{line-height:1.5}.static-content li{line-height:1.5}@media (max-width: 768px){.static-content{padding:1em}}.privacy-policy,.terms-of-use,.welcome-to-takl{max-width:900px;padding-left:30px;padding-right:30px;margin-top:160px}@media (max-width: 768px){.privacy-policy,.terms-of-use,.welcome-to-takl{padding-left:15px;padding-right:15px}}.opt-out{max-width:900px;padding-left:30px;padding-right:30px;margin-top:160px;padding-bottom:200px}@media (max-width: 768px){.opt-out{padding-left:15px;padding-right:15px;padding-top:60px;margin-top:0px}}.your-data{max-width:900px;padding-left:30px;padding-right:30px;margin-top:160px;padding-bottom:200px}@media (max-width: 768px){.your-data{padding-bottom:700px}}.terms-in-app{text-align:justify}.privacy-policy,.terms-of-use,.welcome-to-takl,.opt-out,.your-data{font-weight:normal;font-size:15px}.privacy-policy a,.terms-of-use a,.welcome-to-takl a,.opt-out a,.your-data a{color:#1d4959}.privacy-policy h2,.terms-of-use h2,.welcome-to-takl h2,.opt-out h2,.your-data h2{font-family:'AvenirLTStd-Roman';font-weight:normal}.privacy-policy h3,.terms-of-use h3,.welcome-to-takl h3,.opt-out h3,.your-data h3{font-family:'AvenirLTStd-Roman';font-weight:normal}@media (max-width: 768px){.privacy-policy,.terms-of-use,.welcome-to-takl,.opt-out,.your-data{margin-top:70px}}@media (max-width: 768px){.opt-out{padding-left:20px;padding-right:20px}}body>div.main-content>div>div>p>b>span{font-weight:normal;font-family:'AvenirLTStd-Medium'}p.terms-header{font-family:'AvenirLTStd-Medium'}.privacy-policy{padding-bottom:200px}.terms-of-use p{margin:0}.terms-of-use ul{list-style:disc;padding-left:30px}.terms-of-use ol{list-style-type:decimal}.terms-of-use ol[type="a"]{list-style-type:lower-alpha}.terms-of-use ol[type="i"]{list-style-type:lower-roman}.additional-terms-list{width:620px;margin:60px auto;list-style:disc outside;text-align:left}.additional-terms-list li{line-height:1.25em;font-size:15px;margin-bottom:1em}@media (max-width: 768px){.rewards-terms-headline{font-size:1.4em}}.terms-of-use{padding-bottom:200px}@media (max-width: 768px){ol.provider-promotions{padding:0px 25px 0px 25px}}ol>li:before{font-family:'AvenirLTStd-Medium'}.welcome-to-takl h2{border-bottom:1px solid #eee;font-size:1.6em;color:#1d4959;font-weight:normal;font-family:'AvenirLTStd-Roman'}.welcome-spacing{height:1000px}.static-content.welcome-to-takl{margin-top:140px;margin-bottom:500px}@media (max-width: 768px){.static-content.welcome-to-takl{margin-top:65px}}ul.welcome-to-takl-list{list-style-type:disc;margin-left:40px}p.welcome-lead{font-size:20px;color:#1d4959;font-family:'AvenirLTStd-Roman';border-bottom:1px solid #eee}.takl-check-list.welcome-list li{margin-bottom:10px}ul.chore-examples.takl-check-list.welcome-list{margin-left:0px;margin-top:-10px}.long-form-content{font-size:16px;line-height:1.5em;margin:auto;display:block;max-width:900px;padding-left:30px;padding-right:30px;margin-top:60px}@media (max-width: 768px){.long-form-content{margin-top:30px;padding-left:10px;padding-right:10px}}.long-form-content a{color:#1d4959}.long-form-content h1{border-bottom:1px solid #eee;color:#222;font-weight:normal;line-height:1.5}@media (max-width: 768px){.long-form-content h1{font-size:26px}}.long-form-content ul{list-style-type:disc;margin-left:40px}

#mc_embed_signup,#mc_embed_signup *{box-sizing:border-box}#mc_embed_signup{width:100%;background-color:#cecece;text-align:center;padding:1.85em 0.5em;margin:0 auto;font-size:20px;display:block}#mc_embed_signup label,#mc_embed_signup #mce-EMAIL,#mc_embed_signup button{border:none;display:inline;padding:0 0.5em;vertical-align:middle;font-size:1em;width:100%;margin:0;min-height:2em;font-family:'lato';font-weight:normal}#mc_embed_signup label{display:block;text-transform:uppercase;color:white;font-family:'lato';font-size:0.9em;letter-spacing:2px}#mc_embed_signup #mce-EMAIL,#mc_embed_signup button,#mc_embed_signup .info{font-family:"lato"}#mc_embed_signup #mce-EMAIL{width:60%;width:calc(90% - 7em)}#mc_embed_signup input:focus{outline:1px solid rgba(0,0,0,0.2)}#mc_embed_signup button{border:none;font-weight:normal;color:#ffffff;text-transform:uppercase;background:#d53c3b;width:39%;width:7em;margin-left:-5px;cursor:pointer;letter-spacing:2px}#mc_embed_signup button:hover{background:#a0cf63}@media only screen and (min-width: 600px){#mc_embed_signup label,#mc_embed_signup #mce-EMAIL,#mc_embed_signup button{min-height:2.2em}#mc_embed_signup{padding:1.85em 2em}}@media only screen and (min-width: 800px){#mc_embed_signup label{display:inline;width:10em}#mc_embed_signup #mce-EMAIL{width:13em}#mc_embed_signup button{font-size:1.1em;width:8.8em;font-weight:400;margin-left:0.1em}}@media only screen and (min-width: 1026px){#mc_embed_signup label{width:15em}#mc_embed_signup #mce-EMAIL{margin-left:0.55em;width:20.5em}#mc_embed_signup button{margin-left:2.56em}}

.landing-panel{font-weight:normal}.takl-cash-header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (max-width: 768px){.takl-cash-header{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.takl-cash-header img{margin-right:30px}.takl-cash-banner{display:block;text-align:center;color:#fff;font-size:22px}.takl-cash-phone-top{width:300px}.takl-cash-phone-step{width:210px}.takl-cash-download-links{max-width:180px;display:inline-block}.takl-cash-steps__header{font-size:22px}.takl-cash-steps li{line-height:1.5em;margin-bottom:20px}.takl-cash-download-app{width:100%;max-width:470px;height:200px;background:url("/images/takl-cash-arrow.png") no-repeat center center;background-size:contain;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 768px){.takl-cash-download-app{background:none}}.takl-cash-step{text-align:center;position:relative}.takl-cash-step img{min-height:298px}.takl-cash-step--with-overlay{padding-right:60px}@media (max-width: 768px){.takl-cash-step--with-overlay{padding-right:0}}.takl-cash-step--with-overlay img:nth-child(2){position:absolute;top:50px}.takl-cash-step__caret{position:relative}@media (max-width: 768px){.takl-cash-step__caret{display:none}}.takl-cash-step__caret svg{display:block;margin:100px auto 0 auto;width:45px;transform:rotate(270deg) translateZ(0px)}.takl-cash-step__caret svg *{vector-effect:non-scaling-stroke}.takl-cash-step .takl-cash-step-description{margin-top:20px;font-size:16px}@media (max-width: 768px){.takl-cash-step .takl-cash-step-description{margin:30px 0}}.takl-cash-lady{height:650px;background:url("/images/takl-cash-lady.png") no-repeat center center;position:relative}.takl-cash-lady__speech-bubble{position:absolute;left:550px;top:-25px;z-index:-1}.takl-cash-lady__speech-bubble p{border-radius:40px;background-color:#31c8c0;max-width:198px;font-size:24px;padding:30px 15px;margin-left:10px;text-align:center;line-height:1.25em}.takl-cash-lady__speech-bubble:after{content:"";position:absolute;left:0;top:50%;margin-top:-10px;border:solid transparent;border-width:10px 10px 10px 0;border-right-color:#31c8c0}.takl-cash-lady__floor{height:20px;background-color:#1d4959;width:100%;margin-top:-10px}.takl-cash-terms{padding-top:0;text-align:center;font-size:14px;margin:0 0 30px 0}

.takl-check-list li{margin-bottom:1em;background:url("images/taklcheck.png") no-repeat left center;background-size:20px;padding-left:30px !important;color:#222}

.shield-content{display:block;margin:auto;margin-top:0px;text-align:center}.shield-header{text-align:center;font-size:1.5em;padding-left:40px;padding-right:40px}.why-takl-content{font-size:1em;font-family:'AvenirLTStd-Book';padding:0px 30px 0px 30px;color:#333;line-height:1.4}.download-app-instructions-guarantee{font-size:1.5em;line-height:1.2em}.why-choose-headline{font-family:'AvenirLTStd-Book';text-align:center;font-weight:normal;padding-top:30px;padding-bottom:30px}@media (max-width: 768px){.why-choose-headline{padding-top:10px;padding-bottom:0px}}.why-choose-headline:after{content:' ';display:block;border:1px solid #f7f7f7;width:270px;margin-left:auto;margin-right:auto}.why-icon.chat-icon{margin-top:12px;height:70px}.why-icon.phone-icon{height:70px;margin-top:8px}.pull-left{margin-left:-30%}.push-right{margin-left:35%}.section-headline-side{color:#fff;font-size:30px;margin-top:10px}.learn-more-panel .section-headline-side-assembly{color:#fff;font-size:30px;margin-top:135px}.learn-more-panel .section-headline-side-haul-away{color:#fff;font-size:30px;margin-top:180px}.learn-more-panel .section-headline-side-garage{color:#fff;font-size:30px;margin-top:100px}.learn-more-panel .section-headline-side-lawn{color:#fff;position:relative;font-size:30px;margin-top:100px}hr.grey-line{border:1px solid #f7f7f7;max-width:400px}.shield-text{margin-top:-15px;font-size:1.1em;padding-left:20px;padding-right:20px}.landing-panel.panel-takl{padding-top:100px;padding-bottom:100px;background-color:#f7f7f7}.takl-guarantee{width:100%;margin:auto;border-radius:7px;border:3px solid #1d4959;padding:60px;background-color:#fff;max-width:670px;box-shadow:0 10px 40px rgba(50,50,93,0.05),0 5px 10px rgba(0,0,0,0.06)}.takl-guarantee img{display:block;margin:auto}.section-headline-side{color:#fff;font-size:30px;margin-top:100px}.section-headline-side-haul-away{color:#fff;font-size:30px;margin-top:200px}.section-headline-side-garage{color:#fff;font-size:30px;margin-top:100px}.section-headline-side-lawn{color:#fff;font-size:30px;margin-top:100px}@media screen and (max-width: 768px){.shield-header{padding:0px;font-size:20px;line-height:23px}.pull-left{margin-left:0px}.push-right{margin-left:0px}.section-headline-side{color:#fff;font-size:30px;margin-top:10px}.learn-more-panel .section-headline-side-assembly{color:#fff;font-size:27px;margin-top:10px;text-align:center}.learn-more-panel .section-headline-side-haul-away{color:#fff;font-size:26px;margin-top:10px;text-align:center}.learn-more-panel .section-headline-side-garage{color:#fff;font-size:26px;margin-top:20px;text-align:center}.learn-more-panel .section-headline-side-lawn{color:#fff;position:relative;font-size:25px;margin-top:10px;text-align:center}.landing-panel.panel-takl{padding-top:40px;padding-bottom:40px;background-color:#f7f7f7}.takl-guarantee{width:90%;margin:auto;border-radius:0px;border-top:0px  solid #1d4959;border-left:0px  solid #1d4959;border-right:0px  solid #1d4959;border-bottom:0px  solid #1d4959;padding:40px 20px 40px 20px;background-color:#fff;max-width:670px;box-shadow:0 10px 40px rgba(50,50,93,0.05),0 5px 10px rgba(0,0,0,0.06)}.takl-guarantee img{display:block;margin:auto}}

.home-takl-plus ul{font-family:"AvenirLTStd-Heavy";font-size:20px;text-align:center;line-height:1.5;color:#31c8c0;margin-top:40px}

.hero-rebates{height:400px;width:100%;background:url("/images/cleaning-bg.jpg");z-index:998;background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:100px}.rebates-headline{color:#fff;font-size:2em;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin-top:15%}.rebates-grid{padding-top:20px;padding-bottom:60px}.rebates-how-it-works{text-align:center;font-family:'AvenirLTStd-Medium';font-weight:normal;font-size:40px}span.step{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left;margin-top:-17px}span.steps-text{font-size:17px;font-family:'AvenirLTStd-Medium';line-height:20px;text-align:justify;margin-top:10px}.rebates-icon{width:170px;margin-top:45px;text-align:center}.rebates-btn{height:70px;width:320px;margin:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:'AvenirLTStd-Heavy';-ms-flex-pack:center;justify-content:center;border-radius:0px;padding-top:5px;color:#fff;background-color:#31c8c0;transition:all .25s ease;text-decoration:none;font-size:20px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09)}.rebates-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.steps-rebate ol{counter-reset:item;margin:0;padding-left:0}.steps-rebate ol>li{counter-increment:item;list-style:none inside;margin:40px 0;overflow:hidden;font-size:17px !important;line-height:1.4;text-align:justify}.steps-rebate ol>li:before{content:counter(item);margin-right:20px;padding:10px 8px 8px 8px;display:block;border-radius:50%;width:2.1em;font-size:27px;background:transparent;border:2px solid #31c8c0;color:#31c8c0;text-align:center;font-family:'AvenirLTStd-Heavy';font-weight:normal;float:left}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.rewards-screen{width:250px;z-index:999;position:relative;top:-448px}@media (min-width: 769px) and (max-width: 1080px){.rewards-screen{width:247px;top:-448px}}@media (max-width: 768px){.rewards-screen{top:200px;top:11px;width:188px}}.rewards-icons-section{padding-top:35px;border-radius:2px;padding-bottom:25px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:700px;background-color:#fff;border:1px solid #f7f7f7;text-align:center;marign:auto;display:block}@media (max-width: 768px){.rewards-icons-section{width:100%}}img.phone-screen.rewards{width:330px;position:relative;margin-top:18px}@media (max-width: 768px){img.phone-screen.rewards{width:250px;top:356px}}.img-valign{vertical-align:middle;margin-bottom:0.75em}.how-can-earn-headline{position:relative;margin-left:auto;margin-right:auto;left:0;right:0;top:45px;font-family:'AvenirLTStd-Roman';font-size:1.4em;color:#333}@media (max-width: 768px){.how-can-earn-headline{font-size:1.2em}}h1.gold-check-title{font-size:26px;font-family:'AvenirLTStd-Roman';font-weight:normal;margin-left:50px;margin-top:20px;line-height:1.4;max-width:550px}@media (min-width: 769px) and (max-width: 1080px){h1.gold-check-title{font-size:24px}}@media (max-width: 768px){h1.gold-check-title{font-size:1.1em;margin-top:0px;text-align:center;margin-left:0px;padding:0px 5px 0px 5px}}.gold-check-container{margin-top:100px}h3.takl-rewards-sms-panel-head.book.text-white{font-size:1.1em;text-align:left;margin-top:30px;max-width:550px}@media (max-width: 768px){h3.takl-rewards-sms-panel-head.book.text-white{font-size:1.1em;text-align:center;margin-top:10px}}h3.rewards-how-content{font-size:1em;font-weight:normal;text-align:center;margin-top:20px;line-height:1.3}@media (max-width: 768px){h3.rewards-how-content{line-height:1.3;font-size:1.3em}}.form-sms.home.bottom.navy{box-shadow:none}h1.takl-rewards-headline{font-family:'AvenirLTStd-Medium';font-size:38px;margin-top:190px;font-weight:normal;margin-bottom:0px;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,0.23)}@media (min-width: 769px) and (max-width: 1080px){h1.takl-rewards-headline{font-size:29px;margin-top:185px}}@media (max-width: 768px){h1.takl-rewards-headline{font-size:30px}}.landing-panel.panel-rewards-icons{height:530px}@media (max-width: 768px){.landing-panel.panel-rewards-icons{padding-bottom:0px;margin-bottom:-40px}}h2.rewards-icons-headline{font-family:'AvenirLTStd-Roman';font-size:20px;color:#333;text-align:center;max-width:600px;margin:auto;display:block;margin-top:15px;line-height:1.4;margin-bottom:40px}@media (max-width: 768px){h2.rewards-icons-headline{font-size:18px;margin-top:10px}}p.rewards-terms-footer{font-size:.8em;color:#777;text-align:center;margin-right:15px}@media (max-width: 768px){p.rewards-terms-footer{text-align:center;font-size:.9em}}a.rewards-terms-link{color:#777}.rewards-phones-section{padding-top:0px;border-radius:2px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:90%;background-color:#fff;border:1px solid #f7f7f7;text-align:center;marign:auto;display:block}@media (min-width: 769px) and (max-width: 1080px){.rewards-phones-section{width:95%}}@media (max-width: 768px){.rewards-phones-section{width:100%}}.rewards-info{margin-top:-10px;margin-left:0px}h1.takl-rewards-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:0px;width:98%}@media (max-width: 768px){h1.takl-rewards-headline:after{width:90%;text-align:center;margin:auto;display:block}}.hero-takl-rewards{height:550px;width:100%;background:url(/images/takl-rewards/rewards-bg.jpg);z-index:998;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin-top:70px}@media (max-width: 768px){.hero-takl-rewards{height:560px;margin-top:50px}}img.takl-gold-check{width:120px}@media (max-width: 768px){img.takl-gold-check{margin-top:-40px;margin:auto;display:block;width:80px}}.rewards-phone-section{padding-top:0px;border-radius:2px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7}p.takl-rewards-content{font-family:'AvenirLTStd-Roman';font-weight:normal;font-size:18px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:10px 0px 0px 0px;color:#fff;line-height:1.2}@media (min-width: 769px) and (max-width: 1080px){p.takl-rewards-content{text-align:justify;font-size:18px}}@media (max-width: 768px){p.takl-rewards-content{font-size:16px;padding:0px 10px 0px 10px}}.hero-section-one-rewards.hero-half-phone.header-one{width:40%;margin-left:10%}@media (max-width: 768px){.hero-section-one-rewards.hero-half-phone.header-one{width:100%;margin-left:0px;margin-bottom:10px}}.hero-content-phone.hero-content-phone-rewards{height:550px}h1.takl-rewards-headline-2{font-family:'AvenirLTStd-Roman';font-weight:normal;text-align:center}@media (max-width: 768px){h1.takl-rewards-headline-2{font-size:1.5em}}h1.takl-rewards-headline-2:after{content:' ';display:block;border:1px solid #f7f7f7;width:270px;margin-left:auto;margin-right:auto}img.takl-rewards-icons{width:415px;margin:auto;display:block;margin-top:20px}@media (max-width: 768px){img.takl-rewards-icons{width:90%}}@media (max-width: 768px) and (min-width: 769px) and (max-width: 1080px){img.takl-rewards-icons{width:70%;max-width:370px}}.grid.grid-takl-rewards{padding:25px 0px 10px 0px}@media (max-width: 768px){.grid.grid-takl-rewards{padding:5px 0px 5px 0px}}ul.rewards-how-to-earn{text-align:center;font-size:220%}.how-to-earn-list li{margin-bottom:1em;background:url(images/takl-rewards/rewards-gold-check.png) no-repeat left center;padding-left:70px !important;color:#222;display:block;padding-top:20px;padding-bottom:20px;font-size:1.2em}.how-to-earn-container .earn-examples{-ms-flex:1;flex:1}.how-to-earn-container{display:-ms-flexbox;display:flex;color:#fff;margin:auto;width:550px}@media (max-width: 768px){.how-to-earn-container{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}img.rewards-phone-animated:nth-of-type(1){-webkit-animation:fadeInOut 10s linear 6s infinite}img.rewards-phone-animated:nth-of-type(2){-webkit-animation:fadeInOut 10s linear 4s infinite}img.rewards-phone-animated:nth-of-type(3){-webkit-animation:fadeInOut 10s linear 2s infinite}img.rewards-phone-animated:nth-of-type(4){-webkit-animation:fadeInOut 10s linear infinite}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse;animation-iteration-count:infinite}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.landing-panel.panel-cities-sms.desktop-only{background-color:#fff}

.hero-target{height:350px;width:100%;background-color:#fff;z-index:998;position:relative}@media (max-width: 768px){.hero-target{height:290px;background-position:center;margin-top:50px;background-position-y:-40px;margin-bottom:-40px}}.hero-target p{text-align:left;font-size:18px;max-width:300px;color:#5d5d5d;line-height:1.4;margin-top:10px;margin-left:10%}.business-boxed.target-playset{text-align:center;height:310px;width:75%;max-width:1240px}@media (max-width: 768px){.business-boxed.target-playset{height:100%;width:90%;padding:0px}}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.target-playset{width:95%;height:310px}}.mobile-col-1-1.playset{padding-right:0px}.grid.grid-t-bottom{padding-bottom:100px}@media (max-width: 768px){.grid.playset{padding:0px}}.header-target{max-width:500px}@media (min-width: 769px) and (max-width: 1080px){.header-target{max-width:80%}}@media (max-width: 768px){.header-target{max-width:90%;margin-top:30px}}.t-playset{height:310px;border-top-left-radius:8px;border-bottom-left-radius:8px}@media (min-width: 769px) and (max-width: 1080){.t-playset{height:230px}}@media (max-width: 768px){.t-playset{width:100%;height:auto;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0px}}.business-boxed.target-2 p{font-size:16px;font-family:'AvenirLTStd-Book';text-align:center;max-width:250px;margin:auto;display:block}.business-boxed.target-playset p{font-size:16px;font-family:'AvenirLTStd-Book';text-align:center;max-width:250px;margin:auto;display:block}.business-boxed.target-3 p{font-size:16px;font-family:'AvenirLTStd-Book';text-align:center;max-width:250px;margin:auto;display:block}.takl-t-phone{width:190px}.target-headline-1{font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:28px;margin-top:-10px}.business-boxed h2.target-headline-playset{font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:30px;margin-top:-10px;text-align:left;line-height:1.4;padding-top:35px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed h2.target-headline-playset{font-size:22px}}@media (min-width: 1080px) and (max-width: 1500px){.business-boxed h2.target-headline-playset{font-size:24px}}@media (max-width: 768px){.business-boxed h2.target-headline-playset{padding-top:0px;font-size:22px;padding:15px;padding-bottom:0px}}.business-boxed h2.target-headline-playset:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:95%;margin-top:5px;margin-left:-10px}@media (max-width: 768px){.business-boxed h2.target-headline-playset:after{width:100%}}.content.playset-container{margin-top:50px}@media (min-width: 769px) and (max-width: 1080px){.content.playset-container{margin-left:20%;max-width:400px}}@media (min-width: 1080px) and (max-width: 1500px){.content.playset-container{margin-left:15%;margin-top:65px}}@media (max-width: 768px){.content.playset-container{margin-top:-20px;padding:15px}}.phone-target{max-height:300px;position:absolute;bottom:0}@media (max-width: 768px){.phone-target{height:160px;margin:auto;display:none}}hr.t-space{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}.business-boxed.target-2 h2{padding-top:0px}h2.target-headline:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}a.home-btn-container.target{margin-top:10px}a.home-btn-container.target.playset{margin:0;margin-left:10px}.business-boxed.target-2{padding-top:50px}.business-boxed.target{text-align:center;height:310px;padding-top:35px;width:75%;max-width:1240px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.target{width:95%}}.business-boxed.target.bottom{box-shadow:none;background-color:transparent;height:160px}@media (max-width: 768px){.business-boxed.target.bottom{height:140px}}.business-boxed.target-2{text-align:center;height:450px;width:75%;max-width:1240px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.target-2{width:95%}}@media (max-width: 768px){.business-boxed.target-2{height:100%;padding-bottom:20px;width:90%;margin:auto}}.business-boxed.target-3{text-align:center;height:650px;width:75%;max-width:1240px;margin-top:50px}@media (min-width: 769px) and (max-width: 1080px){.business-boxed.target-3{width:95%}}@media (max-width: 768px){.business-boxed.target-3{height:100%;padding-bottom:45px;width:90%;margin:auto;margin-top:50px}}.business-boxed.target h2{padding-top:0}.target-category-image{margin:auto;height:120px}.target-using-app-section{padding-top:0;border-radius:8px;padding-bottom:30px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:50px;width:75%;background-color:#fff;border:1px solid #f7f7f7;padding-top:50px}@media (min-width: 769px) and (max-width: 1080px){.target-using-app-section{width:95%}}@media (max-width: 768px){.target-using-app-section{padding-top:0;width:100%;padding-bottom:10px}}.grid-sb{max-width:1400px}h1.small-business-headline{font-family:'AvenirLTStd-Roman';font-size:3em;font-weight:normal;margin-bottom:0;color:#222}@media (max-width: 768px){h1.small-business-headline{text-align:center;margin-top:0;font-size:30px}}h1.small-business-headline:after{content:'';display:block;border:1px solid #31c8c0;border-radius:3px;width:500px;margin:auto;display:block}@media (max-width: 768px){h1.small-business-headline:after{width:95%;margin:auto;display:block;border:1px solid #31c8c0}}.icon-sb-delivery{height:70px;margin-top:15px}.icon-sb-assembly{height:85px}.icon-sb-hourly-help{height:80px;margin-top:5px}.icon-sb-courier{height:85px;margin-top:0}h3.boxed-headline.small-business{font-size:24px;line-height:1.4}@media (min-width: 769px) and (max-width: 1080px){h3.boxed-headline.small-business{font-size:1em}}.home-box.small-business{transition:all 0.45s ease;box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin-left:3%;padding-top:25px;background:#fff;padding-bottom:45px;margin-bottom:30px;padding-left:25px;padding-right:25px;text-align:center;border:1px solid #f7f7f7;height:165px}@media (max-width: 768px){.home-box.small-business{display:block;margin:auto auto 15px;width:95%}}.landing-panel.panel-sb-icons{padding:15px;background:linear-gradient(180deg, #f6f6f6 85%, #fff 50%)}@media (max-width: 768px){.landing-panel.panel-sb-icons{padding-top:40px}}.small-business-box{background-color:rgba(255,255,255,0.95);width:95%;margin:auto;display:block;box-shadow:0 4px 6px rgba(50,50,93,0.41),0 1px 3px rgba(0,0,0,0.09);border-radius:8px;padding:5px 10px 30px 0;margin-top:80px}@media (max-width: 768px){.small-business-box{padding:20px 10px 15px;position:relative;margin-top:50px}}.small-business-headline-2{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1.1em;max-width:360px;line-height:1.5;color:#222;margin:auto;display:block;margin-top:15px;margin-bottom:10px}@media (max-width: 768px){.small-business-headline-2{margin-top:15px;font-size:18px;text-align:center}}.home-btn-container.btn-inline.btn-sb{display:inline-block;line-height:45px;margin-bottom:10px}@media (max-width: 768px){.home-btn-container.btn-inline.btn-sb{width:165px;margin-right:5px;font-size:16px}}.sb-header-left{line-height:1.5;width:600px;margin:auto;display:block;margin-bottom:100px;margin-top:120px}@media (max-width: 768px){.sb-header-left{width:90%;margin-top:10px;margin-bottom:0}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left{padding:10px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left{padding:50px;margin-top:60px}}.sb-header-left h3{color:#1d4959;font-size:24px;font-family:"AvenirLTStd-Roman";text-align:center;margin:auto;display:block}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left h3{font-size:20px;text-align:left}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left h3{font-size:18px}}.sb-header-left h1{color:#31c8c0;font-size:80px;text-align:center;font-family:"AvenirLTStd-Heavy";text-shadow:0 5px 7px rgba(0,0,0,0.06);text-transform:uppercase;line-height:1;margin-top:10px;margin-bottom:0;font-weight:normal}@media (max-width: 768px){.sb-header-left h1{font-size:46px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left h1{font-size:40px;text-align:left}}.sb-header-left h1:after{content:'';display:block;border:1px solid #eee;border-radius:0;width:95%}span.waas{color:#31c8c0;font-family:"AvenirLTStd-Heavy"}.sb-header-left p{font-size:16px;margin-bottom:0;color:#5d5d5d}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-left p{margin:30px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-left p{margin-top:15px;margin-right:20px;margin-bottom:20px}}.home-btn-container.btn-sb{margin-bottom:-20px;margin-right:10px}@media (max-width: 768px){.home-btn-container.btn-sb{display:block;margin:10px auto auto}}.home-btn-container.btn-sb-top{margin-bottom:-20px;margin-right:auto}@media (max-width: 768px){.home-btn-container.btn-sb-top{margin-top:10px}}.home-btn-container.btn-sb-bottom{margin-bottom:-20px;margin-right:auto;float:left;position:relative;left:120px}@media (max-width: 768px){.home-btn-container.btn-sb-bottom{margin-top:-30px;margin-bottom:60px}}.btn-inline-container{margin:auto;display:block;text-align:center;margin-top:20px}@media (max-width: 768px){.btn-inline-container{margin-top:0}}.sb-header-right{width:95%;position:relative;border-radius:8px;margin-top:90px}@media (max-width: 768px){.sb-header-right{width:100%;position:relative;margin-bottom:60px;max-width:500px;margin-top:45px}}@media (min-width: 1080px) and (max-width: 1500px){.sb-header-right{width:95%}}@media (min-width: 561px) and (max-width: 767px){.sb-header-right{width:100%;margin:auto;display:block;margin-top:60px;margin-bottom:60px}}@media (min-width: 769px) and (max-width: 1080px){.sb-header-right{width:300px;margin:auto;display:block}}.landing-panel__content_wide{max-width:1300px;margin-left:auto;font-family:'AvenirLTStd-Book';margin-right:auto}.panel-sb-icons h2{text-align:center;color:#1d4959;font-size:28px;font-family:"AvenirLTStd-Roman";line-height:1.5}@media (max-width: 768px){.panel-sb-icons h2{font-size:18px}}.business-boxed{border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);height:550px;background-color:#fff;max-width:1100px;margin:auto;display:block;margin-top:30px}@media (max-width: 768px){.business-boxed{padding:10px 40px;height:820px}}.business-boxed h2{text-align:center;color:#1d4959;padding-top:50px}@media (max-width: 768px){.business-boxed h2{padding-top:30px}}.business-boxed h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}@media (max-width: 768px){.business-boxed h2:after{width:90%}}span.takl-business-bold{font-family:"AvenirLTStd-Heavy";color:#1d4959}.business-boxed p{text-align:left;color:#5d5d5d;line-height:1.5;font-size:16px}.business-boxed h3{margin:auto;display:block;width:700px;text-align:left;color:#1d4959;font-size:32px;margin-top:15px}@media (max-width: 768px){.business-boxed h3{width:90%;font-size:22px;line-height:1.4;text-align:center}}img.sb-takl-check{height:35px;position:relative;top:5px;margin-right:5px}.panel-sb-works{height:820px}@media (max-width: 768px){.panel-sb-works{height:1520px}}.panel-sb-works h2{text-align:center;color:#1d4959;padding-top:50px;font-size:32px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h2:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:5px}img.takl-business-phone{width:180px;margin:auto;display:block}@media (max-width: 768px){img.takl-business-phone{width:140px}}.panel-sb-works h3{text-align:center;margin:15px auto 0;display:block;color:#31c8c0;font-size:24px;font-family:"AvenirLTStd-Roman"}.panel-sb-works h3:after{content:'';display:block;margin:auto;border:1px solid #eee;border-radius:0;width:70%;margin-top:0}.panel-sb-works p{text-align:center;line-height:1.5;margin-top:5px}h2.sb-works-bottom{text-align:center;color:#1d4959;margin:auto;padding-top:10px;font-size:28px;font-family:"AvenirLTStd-Roman";border:none;max-width:730px;display:block;line-height:1.5}@media (max-width: 768px){h2.sb-works-bottom{font-size:22px;padding:10px}}h2.sb-works-bottom:after{border:none;text-align:center;margin:auto;display:block}.sb-image-round img{box-shadow:0 4px 10px rgba(0,0,0,0.1);border-radius:8px;margin:auto;height:454px}@media (max-width: 768px){.sb-image-round img{height:auto;width:100%;left:15px;position:relative}}.sb-image-round{margin:-15px}.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:600px}@media (max-width: 768px){.landing-panel.landing-panel-choose-takl.sb-choose-takl{height:1200px}}.content.content-sb-choose-right{top:56px;position:relative}.landing-panel__content.content-sb-choose{height:600px}.sb-right-label{background-color:#1d4959;position:relative;bottom:93px;color:#fff;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;border:0 solid #000000;width:551px}@media (max-width: 768px){.sb-right-label{width:100%;left:15px;top:-85px}}.sb-right-label h3{text-align:center;line-height:1.4;font-size:24px;padding:15px 35px}@media (max-width: 768px){.sb-right-label h3{font-size:18px}}.takl-business-icon{height:190px;margin:auto;display:block;text-align:center;-webkit-filter:drop-shadow(2px 12px 10px rgba(0,0,0,0.15));margin:30px}@media (max-width: 768px){.takl-business-icon{height:100px;margin:auto}}.business-features-container{max-width:700px;margin:auto}.landing-panel.panel-takl-api{height:425px;padding-top:30px}@media (max-width: 768px){.landing-panel.panel-takl-api{padding-top:120px;height:445px}}.panel-takl-api h2{color:#1d4959;font-family:"AvenirLTStd-Roman";line-height:1.4;font-size:28px;margin-top:60px;margin-left:120px}@media (max-width: 768px){.panel-takl-api h2{margin-left:0;font-size:18px;margin-top:10px}}.hero.hero-media.business-video{margin-bottom:50px;margin-top:10px}@media (max-width: 768px){.hero.hero-media.business-video{margin-top:5px;margin-bottom:30px}}h2.t-cta{font-family:'AvenirLTStd-Heavy';font-weight:normal;font-size:28px;padding-top:60px}@media (max-width: 768px){h2.t-cta{padding-top:30px}}.business-boxed.t-cta h2:after{content:none}h2.t-cta:after{content:none}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}auto-section{margin-bottom:300px}.hero-tech{height:500px;width:100%;background:url("/images/categories/tech/tech-services-near-me-header.jpg");z-index:998;background-position:bottom;background-repeat:no-repeat;background-size:cover;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 769px) and (max-width: 1080px){.hero-tech{background-position:top}}@media (max-width: 768px){.hero-tech{height:400px}}.category-landing-headline.tech-headline{color:#fff;font-size:26px;text-shadow:2px 2px 6px rgba(0,0,0,0.23);margin:auto;display:block;margin-bottom:10px;max-width:500px;margin-top:15px}@media (min-width: 769px) and (max-width: 1080px){.category-landing-headline.tech-headline{font-size:28px}}@media (max-width: 768px){.category-landing-headline.tech-headline{font-size:20px}}.landing-testimonial-headline.tech-testimonial{font-size:20px}@media (max-width: 768px){.landing-testimonial-headline.tech-testimonial{padding:0px 10px 0px 10px}}h3.what-is-tech{text-align:center}.tech-jobs-panel{text-align:center}p.tech-job-content{line-height:1.4}

.testimonials-panel{background:url("/images/testimonial-bg.png") no-repeat top center;background-size:cover;position:relative}.testimonials-panel:after{content:"";z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,0.65)}.testimonials-panel *{position:relative;z-index:99}.testimonials{height:560px}.testimonials blockquote{margin:30px 0;padding:0;width:400px;font-size:28px;line-height:1.25em}@media (max-width: 768px){.testimonials blockquote{width:90%}}.testimonials blockquote:before,.testimonials blockquote:after{content:"\""}.testimonials .quote-author{font-style:italic;font-size:20px}.testimonials .quote-author:before{content:"\2014";margin-right:.5em}.testimonials .slick-prev,.testimonials .slick-next{height:20px;width:20px;position:absolute;top:calc(50% - 10px)}.testimonials .slick-prev:hover,.testimonials .slick-next:hover{cursor:pointer}.testimonials .slick-prev:after,.testimonials .slick-next:after{transform-origin:50% 50% 0;content:url("/images/svg/caret.svg")}.testimonials .slick-prev{left:-100px}.testimonials .slick-next{transform:rotate(180deg);right:-100px}.testimonials .slick-dots{margin:30px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.testimonials .slick-dots button{font-size:0;line-height:0;display:block;width:12px;height:12px;cursor:pointer;color:transparent;background:url("/images/svg/circle.svg") no-repeat center center;outline:none;border:0;margin:0 8px}.testimonials li.slick-active button{width:18px;height:18px;border-radius:50%;border:2px solid black;background:transparent}

.text-container{padding:30px 30px;font-size:18px;line-height:2em}.text-container--gold{background-color:#f1cc01}.text-container--navy{color:#fff;background-color:#1d4959;border:5px solid #fff}.text-container--teal{background-color:#31c8c0;border:5px solid #fff}.text-container--rounded{border-top-left-radius:60px;border-bottom-right-radius:60px}

.boxed.tri-column-column p{font-family:'AvenirLTStd-Roman'}.tri-column{display:-ms-flexbox;display:flex}@media (max-width: 768px){.tri-column{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.tri-column-column{-ms-flex:1;flex:1;text-align:center;padding:30px}.tri-column-column img{height:80px}.tri-column-column p{font-size:14px}.tri-column-column--lg img{height:150px}

.using-app{transition:all .4s ease-in-out}.using-app:hover{transform:scale(1.6)}.tri-phone{-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex}@media (max-width: 768px){.tri-phone{width:100%;-ms-flex-flow:column;flex-flow:column;-ms-flex-align:center;align-items:center;text-align:center}}.tri-phone__phone{-ms-flex:1;flex:1;text-align:center}@media (max-width: 768px){.tri-phone__phone{margin:1em 0}}.tri-phone__phone img{height:350px;margin-bottom:1em}.tri-phone__phone .phone-screen-title,.tri-phone__phone .phone-screen-description{width:75%;margin:auto;display:block}.tri-phone__phone .phone-screen-title{font-size:24px;font-weight:normal;font-family:'AvenirLTStd-Medium'}.tri-phone__phone .phone-screen-description{line-height:1.5em;font-family:'AvenirLTStd-Book';font-size:15px}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}h2.multi-job-grid-header.book.tv-mounting{font-weight:normal;color:#fff}.hero-phone.hero-multi-job.tv-mounting{background:url(/images/landing/tv-mounting-bg-2.jpg);background-position:center;background-repea:no-repeat;background-size:cover;position:relative;margin-top:0px}.sms-panel-headline-pricing-2.tv-mounting{color:#fff;font-size:1.2em;text-align:left;margin-top:25px;line-height:1.5;max-width:550px}@media (max-width: 768px){.sms-panel-headline-pricing-2.tv-mounting{font-size:1.2em;text-align:center;margin-top:15px}}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.unsub-main.main-content{margin-bottom:100px}@media (max-width: 768px){.unsub-main.main-content{min-height:1170px}}span.emoji-unsub{font-size:40px;z-index:999;text-align:center;text-shadow:2px 2px 6px rgba(0,0,0,0.13);margin-bottom:0}@media (max-width: 768px){span.emoji-unsub{display:block;margin-top:10px}}h1.unsub-headline{color:#31c8c0;text-shadow:2px 2px 3px rgba(0,0,0,0.04);font-size:40px;font-family:'AvenirLTStd-Book';font-weight:normal;padding-bottom:0px;padding-top:0px;margin:0;margin-top:60px}@media (max-width: 768px){h1.unsub-headline{font-size:25px}}h3.unsub-sub{font-family:'AvenirLTStd-Book';font-weight:normal;color:#333;line-height:auto;font-size:20px;line-height:26px;text-align:center}.not-found-btn{font-family:'AvenirLTStd-Book';background:#31c8c0;display:inline-block;padding:18px 20px 15px 20px;color:#fff;text-decoration:none;margin-bottom:30px;transition:all .25s ease;text-decoration:none;font-size:18px;box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.09);border-radius:5px}.not-found{text-align:center}.not-found-btn:hover{background-color:#39d6ce;transform:translateY(-2px)}.not-found-button{text-align:center}

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.landing-panel.hero-ct.hero-ct-app{margin-top:0px}@media (max-width: 768px){.landing-panel.hero-ct.hero-ct-app{margin-top:0px}}h1.ct-headline.ct-headline-app{font-size:22px;margin-top:5px}img.ct-before-after{width:95%;margin:auto;display:block;border-radius:0px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:20px}p.ct-before-after-label{text-align:center;color:#31c8c0;background:#fff;max-width:300px;padding:7px 0px 3px 0px;border-radius:5px;margin:auto;display:block;margin-bottom:-13px;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding-bottom:15px}a.btn-normal.btn-in-app{border-radius:5px;box-shadow:none}h2.ct-headline-2.ct-headline-2-app{margin-top:0px;margin-bottom:0px;font-size:1.1em}.ct-section.landing-panel.landing-panel-in-app.panel-grey{padding-top:0px}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.video-title{font-family:'AvenirLTStd-Book';font-weight:normal;text-align:center;font-size:1.5em;color:#222;margin-top:25px}.video-content{padding-bottom:40px}@media (max-width: 768px){.walkthrough-header{margin-bottom:5px}}.walkthrough-header-bg{background-color:#31c8c0;color:#fff;padding:40px 0px 5px 0px;margin-top:65px}@media (max-width: 768px){.walkthrough-header-bg{padding:20px 0px 0px 0px;margin-bottom:0px}}@media (max-width: 768px){.walkthrough-header-app{padding:0px;margin:0px}}.landing-panel.walkthrough-header-bg.walkthrough-header-bg-app{margin-top:0px;padding:30px 0px 5px 0px}@media (max-width: 768px){.landing-panel.walkthrough-header-bg.walkthrough-header-bg-app{padding:20px 0px 5px 0px}}.customer-videos{margin-top:15px;width:50%}@media only screen and (max-width: 768px){.video-title{font-size:1em;margin-top:0px}.customer-videos{width:100%}.walkthrough-header{font-size:18px;line-height:1.4}}

@import url("//hello.myfonts.net/count/391f41");@font-face{font-family:'AvenirLTStd-Light';src:url("/fonts/391F41_0_0.eot");src:url("/fonts/391F41_0_0.eot?#iefix") format("embedded-opentype"),url("/fonts/391F41_0_0.woff2") format("woff2"),url("/fonts/391F41_0_0.woff") format("woff"),url("/fonts/391F41_0_0.ttf") format("truetype")}@font-face{font-family:'AvenirLTStd-Book';src:url("/fonts/391F41_1_0.eot");src:url("/fonts/391F41_1_0.eot?#iefix") format("embedded-opentype"),url("/fonts/391F41_1_0.woff2") format("woff2"),url("/fonts/391F41_1_0.woff") format("woff"),url("/fonts/391F41_1_0.ttf") format("truetype")}@font-face{font-family:'AvenirLTStd-Roman';src:url("/fonts/391F41_2_0.eot");src:url("/fonts/391F41_2_0.eot?#iefix") format("embedded-opentype"),url("/fonts/391F41_2_0.woff2") format("woff2"),url("/fonts/391F41_2_0.woff") format("woff"),url("/fonts/391F41_2_0.ttf") format("truetype")}@font-face{font-family:'AvenirLTStd-Medium';src:url("/fonts/391F41_3_0.eot");src:url("/fonts/391F41_3_0.eot?#iefix") format("embedded-opentype"),url("/fonts/391F41_3_0.woff2") format("woff2"),url("/fonts/391F41_3_0.woff") format("woff"),url("/fonts/391F41_3_0.ttf") format("truetype")}@font-face{font-family:'AvenirLTStd-Heavy';src:url("/fonts/391F41_4_0.eot");src:url("/fonts/391F41_4_0.eot?#iefix") format("embedded-opentype"),url("/fonts/391F41_4_0.woff2") format("woff2"),url("/fonts/391F41_4_0.woff") format("woff"),url("/fonts/391F41_4_0.ttf") format("truetype")}

img.home-wt-icon{width:60px;-webkit-filter:drop-shadow(0px 8px 5px rgba(0,0,0,0.1));text-align:center;position:relative;top:25px;left:40px}@media (max-width: 768px){img.home-wt-icon{margin:auto;display:block;top:auto;left:auto}}h2.home-wt-headline{top:10px;position:relative;font-family:'AvenirLTStd-Roman'}@media (max-width: 768px){h2.home-wt-headline{text-align:center}}h1.main-wt{font-size:2.5em;font-weight:normal;text-align:center;font-family:'AvenirLTStd-Roman';color:#222;margin:5px;margin-bottom:20px}@media (max-width: 768px){h1.main-wt{font-size:2.2em;margin-top:-20px}}p.content-wt{font-family:'AvenirLTStd-Book';font-weight:normal;font-size:1em;line-height:1.5;text-align:justify;max-width:440px}@media (max-width: 768px){p.content-wt{padding-right:10px;padding-left:10px}}.home-wt-bullet{position:relative}.wt-bullet{left:30px;position:relative}@media (max-width: 768px){.wt-bullet{left:auto}}h1.main-wt:after{content:'';display:block;margin:auto;border:1px solid #f7f7f7;border-radius:0px;width:250px;text-align:center;margin-top:-5px}@media (max-width: 768px){h1.main-wt:after{width:250px}}

.why-takl-box{border-radius:2px;box-shadow:0 4px 10px rgba(0,0,0,0.1);background-color:#fff;border:1px solid #f7f7f7;font-family:'AvenirLTStd-Medium';color:#333;max-width:800px;padding:25px 0px 15px 0px;margin-bottom:40px;text-align:center;height:260px}@media (max-width: 768px){.why-takl-box{height:auto}}.why-takl-box:hover{transition:all 0.7s ease;transform:scale(1.02)}.why-takl-headline{text-align:center;font-family:'AvenirLTStd-Medium';color:#333;font-size:2.2em;font-weight:normal;padding-top:40px}h1.why-takl-headline:after{content:'';display:block;border:2px solid #f7f7f7;border-radius:0px;width:300px;margin:auto}ul.why-takl-ul{margin-left:25px;padding-top:25px;margin-bottom:-20px}img.why-icon{height:75px;-webkit-filter:drop-shadow(2px 5px 5px rgba(0,0,0,0.04));padding-bottom:5px}@media (max-width: 768px){img.why-icon{margin:auto;margin-top:20px;text-align:center}}.why-icon.credit-card{height:60px;margin-top:25px}.why-takl-p{margin-left:0px;padding-right:30px;padding-left:30px;font-size:15px;line-height:20px}@media (max-width: 768px){.why-takl-p{padding-right:20px;padding-left:20px;font-size:1em}}.why-takl-col{margin:auto}.why-takl-ul li{margin-bottom:45px}.grid-why-takl{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 768px){.grid-why-takl{display:block;text-align:center}}
