@import url(https://fonts.googleapis.com/css?family=Anton|Lato&display=swap);.biog-card{min-width:320px}.biog-card__img{width:160px;border-radius:50%;float:right;shape-outside:ellipse();margin:0 1rem}.btt-button{position:fixed;right:-1rem;bottom:3.5rem;z-index:9999;box-shadow:5px 5px 10px rgba(0,0,0,.5);box-shadow:5px 5px 10px var(--shadow);opacity:.5}.btt-button .icon-wrapper{width:2rem}:root{--shadow:rgba(0,0,0,0.5);--shadow1:rgba(0,0,0,0.6);--shadow2:rgba(0,0,0,0.75);--green:rgba(0,200,0,0.3);--red:#f55;--grey:#aaa;--near-black:#1f1f1f;--black:#000;--white:#fff;--toast-background:#b1c3da;--toast-border:var(--white);--toast-text-colour:var(--black)}.container-fluid{background-color:var(--default)}.container-fluid.home-intro,.container-fluid.logo{background-color:var(--default);padding-bottom:1.5rem}.container-fluid.default,.container-fluid.social{background-color:var(--default);padding-top:2rem;padding-bottom:2rem}html{scroll-behavior:smooth}body{overflow-y:scroll}h1,h2,h3,h4,h5,h6{font-family:"Anton",sans-serif;text-shadow:2px 2px 4px rgba(0,0,0,.75);text-shadow:2px 2px 4px var(--shadow2)}.App{display:flex;flex-direction:column;min-height:100vh;font-family:"Lato",sans-serif}.app-content{flex:1 0 auto}.navbar{box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px var(--shadow)}.navbar-brand{font-family:"Anton",sans-serif}.footer{position:sticky;top:0;border-top:2px solid rgba(0,0,0,.5);border-top:2px solid var(--shadow);box-shadow:0 -2px 10px rgba(0,0,0,.5);box-shadow:0 -2px 10px var(--shadow);padding:.75rem 0}.footer__nav{text-align:center}.footer .text-muted{color:#aaa!important;color:var(--grey)!important}.text-danger{color:#f55!important;color:var(--red)!important}.nav-link{display:inline-block}.container-main{padding-bottom:2rem}img.tt-banner-logo{max-width:100%}.mb-1rem-except-last-child>:not(:last-child){margin-bottom:1rem}.center-gentle-flex{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1ch;gap:1ch}.center-gentle-flex__justify-content-start{justify-content:start}.data-items-list{-webkit-columns:330px 3;columns:330px 3}.fade-in{--fade-in-time:2s;animation:fadeIn ease var(--fade-in-time);-webkit-animation:fadeIn ease var(--fade-in-time);-moz-animation:fadeIn ease var(--fade-in-time);-o-animation:fadeIn ease var(--fade-in-time);-ms-animation:fadeIn ease var(--fade-in-time)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.side-image-rounded{display:block;max-width:100%;border-radius:1rem}.captioned-image-container{position:relative}.captioned-image-container__caption{position:absolute;bottom:10px;right:0;background-color:rgba(0,0,0,.65);color:#fff;padding:5px 10px;text-align:right;text-shadow:2px 2px 4px rgba(0,0,0,.75);text-shadow:2px 2px 4px var(--shadow2);border-radius:1rem 0 0 1rem}.hero-section{background-image:linear-gradient(180deg,#8f0000,#9f0001,#ae0001,#bf0001,#cf0000);border-bottom:2px solid rgba(0,0,0,.25)}.hero-section .hero-content{position:relative;height:220px}.hero-section .hero-content .hero-logo{width:665px;z-index:998}.hero-section .hero-content .hero-image-overlay{position:absolute;width:400px;bottom:-40px;right:0;z-index:999}@media (max-width:1199.98px){.hero-section .hero-content .hero-logo{width:500px}}@media (max-width:991.98px){.hero-section .hero-content{height:180px}.hero-section .hero-content .hero-logo{width:400px}.hero-section .hero-content .hero-image-overlay{bottom:-30px;width:300px}}@media (max-width:767.98px){.hero-section .hero-content{height:180px}.hero-section .hero-content .hero-logo{width:100%}.hero-section .hero-content .hero-image-overlay{bottom:-40px;width:150px}}@media (max-width:374.98px){.hero-section .hero-content .hero-logo{width:100%}.hero-section .hero-content .hero-image-overlay{right:50%;width:140px;-webkit-transform:translateX(50%);transform:translateX(50%)}}.mini-hero-section{background-image:linear-gradient(180deg,#8f0000,#9f0001,#ae0001,#bf0001,#cf0000);border-bottom:2px solid rgba(0,0,0,.25)}.mini-hero-section h1,.mini-hero-section h2,.mini-hero-section h3{color:#fff;color:var(--white);margin:0;padding:0}.mini-hero-section .mini-hero-container{position:relative}.mini-hero-section .mini-hero-overlay{color:#fff;color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.75);text-shadow:2px 2px 4px var(--shadow2);position:absolute;z-index:999;right:15px;bottom:0}.lds-ripple{display:block;position:relative;width:80px;height:80px}.lds-ripple div{position:absolute;border:4px solid #fff;border:4px solid var(--white);opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.simple-toast{position:fixed;left:0;bottom:1em;right:0;width:95vw;max-width:480px;display:block;margin:0 auto;padding:1.25em;z-index:999;text-align:center;background-color:#b1c3da;background-color:var(--toast-background);border:1px solid #fff;border:1px solid var(--toast-border);color:#000;color:var(--toast-text-colour);box-shadow:0 0 15px rgba(0,0,0,.5);box-shadow:0 0 15px var(--shadow);z-index:99999;border-radius:5px;font-size:1em;font-weight:700;-webkit-animation:fadeIn .25s;animation:fadeIn .25s}.tt-additional-notes-container p{padding:0;margin:0}.tt-additional-notes-container p:not(:first-of-type),.tt-additional-notes-container ul{margin-top:.5em}.tt-additional-notes-container img.tt-car-img{margin-top:.5rem;max-width:100%;box-shadow:0 0 8px rgba(0,0,0,.75);box-shadow:0 0 8px var(--shadow2)}@media (min-width:768px){.tt-flex-container{display:flex;flex-wrap:wrap;justify-content:space-between}}.tt-flex-container>div.text-box{padding:.25rem}.tt-flex-container>div.text-box h4{margin-bottom:0}.tt-flex-container>div.text-box p{font-size:1.25rem;color:var(--warning)}.tt-flex-container-box-2{flex-basis:50%}.tt-flex-container-box-3{flex-basis:33.33%}.tt-heading{font-family:"Anton",sans-serif}.tt-heading,.tt-heading2{text-shadow:2px 2px 4px rgba(0,0,0,.75);text-shadow:2px 2px 4px var(--shadow2)}.tt-heading2{font-family:"Lato",sans-serif}.tt-heading-underline{border-bottom:1px solid var(--warning);margin-bottom:1rem}.tt-id-additional-notes div.entry{border-left:2px solid var(--warning);padding-left:.5rem}.tt-id-additional-notes__heading{color:var(--info);font-size:inherit;text-shadow:1px 1px 2px rgba(0,0,0,.75);text-shadow:1px 1px 2px var(--shadow2);margin:0 0 .25rem;opacity:.75}.tt-id-additional-notes p{color:var(--default);margin:0 0 1rem}.tt-images-container img.tt-car-img{margin-top:.5rem;max-width:100%;box-shadow:0 0 8px rgba(0,0,0,.75);box-shadow:0 0 8px var(--shadow2)}.tt-label-submit-form{font-weight:700}.tt-mot-note-ul{padding-left:inherit;margin-bottom:0}.tt-mot-note-li{padding-top:.25rem}.tt-mot-icon-result{position:absolute;width:2rem;height:2rem;background-color:var(--dark);border-radius:.375rem;left:.375rem;top:calc(50% - 1rem)}.signature-items__container{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-around;grid-gap:2rem;gap:2rem}.signature-items__item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:8rem}.signature-items__item-text{font-weight:700}.tt-timeline{width:100%!important}.tt-timeline-panel{padding:0;margin:0}.tt-timeline-date-extra{padding:0!important;margin:0!important;visibility:hidden!important;height:0!important}.tt-timeline-icon-event-type{position:absolute;width:2rem;height:2rem;background-color:var(--dark);border-radius:1rem;border:1px solid rgba(0,0,0,.6);border:1px solid var(--shadow1);left:.25rem;top:-1rem;box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px var(--shadow)}.tt-timeline-icon-event-next{position:absolute;color:rgba(0,200,0,.3);color:var(--green);width:1rem;height:1rem;right:.125rem;bottom:.125rem}.tt-partscheck-availability-box{position:absolute;height:2rem;background-color:var(--dark);border-radius:1rem;border:2px solid rgba(0,0,0,.6);border:2px solid var(--shadow1);left:.5rem;top:-.75rem;padding:0 1rem;z-index:998}
/*# sourceMappingURL=main.51c1736c.chunk.css.map */