:root {
    --aspect-r: calc(100vw / 1.77);
}
#faqs-page-hero {display: flex; position: relative; flex-direction: row; justify-content: flex-start; align-items: center; height: 600px;width: 100%;background: url('/project/graphics/photos/web/aquatraction-faqs-hero.webp');background-size: cover;background-position: center;padding-left: 16px;transition: padding .3s;}
.faqs-page-hero-wrapper {display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative;width: 90%; max-width: 380px;transition: max-width .7s;}
#faqs-page-hero h1 {display: block; font-family: var(--font-b2); font-size: 36px; color: #fafafa;transition: font-size .7s;}
#faqs-page-hero p {font-family: var(--font-r); font-size: 16px; color: #fafafa;margin-top: 26px;transition: font-size .7s;max-width: 65%;}
#faqs-page-hero .cta {margin-top: 50px;}
#scroll-down {display: flex; justify-content: center; align-items: center; position: absolute; bottom: 56px; left: 0; right: 0; margin: 0 auto; width: 38px; height: 38px;}
#scroll-down img {width: 85%; height: 85%;transition: width .5s, height .5s;}
#scroll-down.pulse img {width: 100%; height: 100%;}
#faqs-page-product {justify-content: flex-start;position: relative;background: url('/project/graphics/photos/web/topographic-background.webp');background-size: cover;background-position: center;padding: 0 16px;height: 1000px;padding-top: 90px; transition: height .7s;}
#aquatraction-overlap-panels {display: block;height: 735px; width: 735px; position: absolute; top: 370px; right: -360px;max-width: unset;transition: right .7s, top .7s;}
#faqs-page-panel-break {display: flex; flex-direction: row; justify-content: center; align-items: center;width: 100%; min-height: 310px; background-color: #007dba;    padding: 90px 0;}
.faqs-page-panel-break-inner {display: flex; flex-direction: row; justify-content: space-between; align-items: center;flex-wrap: wrap;width: 100%; max-width: 1100px;margin: 0 auto;padding: 0 16px;transition: padding .3s;}
.panel-item {display: flex;flex-direction: column; justify-content: center; align-items: center;width: 50%;}
.panel-item img {width: auto; height: 70px;}
.panel-item .panel-item-text {font-family: var(--font-h); font-size: 14px; color: #002a3a;height: 36px;margin-top: 16px;text-align: center;}
#faqs-page-product .info-panel-body {transition: max-width .3s;}
#faqs-page-video {display: flex; justify-content: center; align-items: center;position: absolute;right: 0; left: 0; bottom: 0;height: var(--aspect-r); width: 100%; background: url('/project/graphics/photos/web/faqs-page-video-thumbnail.webp');background-size: cover;background-position: center;overflow: hidden;transition: height .7s;}
#faqs-page-why {overflow: hidden;height: calc(var(--aspect-r) + 600px);justify-content: flex-start;padding-top: 90px}
#faqs-page-slideshow {display: flex; position: relative; justify-content: flex-start; align-items: center; width: 100%;max-width: 1000px;height: calc(100vw / 2.37); max-height: 465px; min-height: 350px; margin: 105px auto; overflow: hidden;}
.faqs-page-slide {display: flex; flex-direction: column;justify-content: center; align-items: flex-start;position: absolute;top: 0; left: 16px; right: 16px; bottom: 0; background: url('/project/graphics/photos/web/faqs-page-slideshow-1.webp');background-size: cover;background-position: center;overflow: hidden;transition: height .7s;padding-left: 40px;}
#faqs-page-why .info-panel-title h3 {font-size:  36px}
#faqs-page-why .info-panel-body p {font-size:  14px}
#faqs-page-why .info-panel-message.overflow {width: 100%;max-width: 700px;}
.faqs-page-slide-title {font-family: var(--font-h);font-size: 32px;color: #fafafa;max-width: 300px;}
.faqs-page-slide-body {font-family: var(--font-r);font-size: 14px;color: #fafafa;max-width: 300px;margin-top: 24px;}
.faqs-page-slide-cta {margin-top: 56px;}

#faq-wrapper {display:flex;flex-direction:column;justify-content: flex-start;align-items: flex-start;max-width: 1100px; margin: 80px auto; padding: 0 16px;}
.faq-item {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; height: 54px;overflow:hidden;transition: height, .5s;box-shadow: 2px 2px 12px #0000001A;margin-top: 16px;}
.faq-question {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; height: 54px; border-left: 5px solid #007DBA; font-family: var(--font-h); font-size: 16px; color: #242424;padding-left: 20px;}
.open-item {display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; border: 2px solid #e5e5e5;font-family: var(--font-r); font-size: 24px; color: #007DBA; min-width: 54px; }
.faq-answer {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;padding: 32px 40px;font-family: var(--font-r);font-size: 16px;line-height: 1.3em;}

#contact-us {margin: 0;}
#contact-us-wrapper {display: flex; position: relative; flex-direction: column; justify-content: center; align-items: flex-start;width: 100%;background-color:#f4f4f7;}
.contact-us-form {display: flex; flex: 6;width: 100%;flex-direction:column;justify-content:center;align-items:center;padding: 60px 0;background-color: #fff;}
.contact-us-form-wrapper {max-width: 550px;padding: 0 16px;}
.contact-us-material {display: flex; flex: 5;width: 100%;background-color: #F4F4F7;height: 100%;}
.contact-us-title {font-family: var(--font-h);font-size: 24px;color: #000;}
.contact-us-subtitle {font-family: var(--font-r);font-size: 16px; color: #242424; margin-top: 16px;}
.contact-us-inner {margin-top: 0;}
.contact-row {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;width: 100%; margin-top: 32px;}
.contact-row .formUnit {width: 100%;}
.contact-row .formUnit:nth-child(2) {margin-left: 32px;}
.contact-row .formUnit:last-child {margin-left: 32px;}
.contact-row .formUnit:first-child {margin-left: 0;}
.contact-row label {font-family: var(--font-r); font-size: 16px; color: #242424;}
.contact-row input, .contact-row select {margin-top: 8px;border-radius: 0; height: 47px;}
.contact-row input,.contact-row textarea, .contact-row select {margin-top: 8px;border-radius: 0; }
.contact-row button {width: unset; display: flex; justify-content: center; align-items: center; padding: 16px 40px;border-radius: 0;height: 50px;}

.contact-us-material {display: flex; position:relative; flex-direction: column; justify-content: flex-start; align-items: center; }
.contact-us-material-wrapper {position: relative;width: 100%; max-width: 430px;padding: 32px;background-color: #fff;margin: 60px 0 0 0;box-shadow: 2px 2px 12px #0000001A;}
.contact-us-material-inner {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;background-color:#f4f4f7;}
.contact-us-break {display: block; width: 100%; height: 2px; background-color: #efefef;margin-top: 40px;}
.contact-us-material .contact-us-inner {margin-top: 0;}
.contact-us-material.inactive {background-color:#506d78;}

.contact-us-material-wrapper.inactive #contact-us-blocker {display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0;left: 0;right: 0;bottom: 0; z-index: 9;width: 100%; height: 100%;background-color:#506d78cc;opacity: 1;transition: opacity .7s;}
#contact-us-blocker img {width: 58px; height: 28px;}
#contact-us-blocker p {font-family: var(--font-r); font-size: 16px; color: #FAFAFA; max-width: 280px;margin-top: 24px;text-align: center;}
#contact-us-puck {position: absolute;z-index: 10;width: 150px;height: 150px;top: 50px;right: -55px;}
.contact-row-info {display: flex; flex-direction: column; justify-content: center;align-items:center;margin-left: 16px;}
.contact-row-info p {font-size: 14px;font-family: var(--font-m);padding: 0;margin: 0;}
.contact-row-info p.mobile-info {font-size: 14px;}
.contact-row.for-mobile {display: flex; margin-bottom: 40px;}
.contact-row.for-desktop {display: none;}

#upload-area-final-wrapper {display:flex; flex-direction: column; justify-content: center; align-items: center;width: 100%; height: 100%;/*position: absolute;top: 0;left: 0;right: 0;bottom: 0;*/}
#upload-area-final {display: flex; position: relative; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 150px;margin-top: 10px;border:1px dashed #90949F;border-radius: 5px;}
#upload-area-final-cd, #upload-area-final-md{display: flex; position: relative; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: 365px; min-height: 150px;border:1px dashed #90949F;border-radius: 5px;margin-top: 10px}
#upload-area-final.inactive {opacity: .3}
#upload-area-final-cd.inactive, #upload-area-final-md.inactive {opacity: .5}
#upload-area-final-cd.inactive:after, #upload-area-final-md.inactive:after {content: "";width: 100%;height: 100%;background: url(/petey/graphics/icons/dashboard/default/svg/trash.svg);top: 0;right: 0;position: absolute;display: inline-block;background-size: 35px 35px;background-position: center;background-repeat: no-repeat;}
#upload-area-final.inactive.deletable:after {content: "";width: 100%;height: 100%;background: url(/petey/graphics/icons/dashboard/default/svg/trash.svg);top: 0;right: 0;position: absolute;display: inline-block;background-size: 35px 35px;background-position: center;background-repeat: no-repeat;}
#final-upload-message {display: flex;justify-content: center;align-items: center;height: 0;background-color: var(--e-color);color: #ffffff;font-family: var(--font-m);width: auto;border-radius: 5px;padding: 0 40px;margin-top: 34px;transition: height .5s;}
#final-upload-message.good {background-color:var(--g-color);color: #000}
#final-upload-message.active {height: 34px;}
#final-upload-uploads {display: flex;flex-direction: column; justify-content: flex-start;align-items: center;}
.final-upload-uploads {display: flex;justify-content: center;align-items: center;height: 34px;background-color:var(--g-color);color: #000;font-family: var(--font-m);width: 100%;border-radius: 5px;padding: 0 40px;margin-top: 8px;transition: height .5s;}
.final-upload-uploads img {display: inline-block; height: 18px; width: 18px; margin-left: 12px;filter: invert(53%) sepia(64%) saturate(162%) hue-rotate(194deg) brightness(88%) contrast(81%);}
.material-inputs input.autocomplete-input {border: unset;border-radius: 0;padding-left: 7px;background-color: var(--bg-color)!important;border-bottom: 1px solid #d5d7e3;}
.image-drop-image {  background-image: url("/petey/graphics/icons/dashboard/default/svg/cloud-upload.svg");height: 22px;width: 31px;margin-bottom: 10px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.order-page.centered {align-self: center;}
.location-dot {display:inline-block;width: 12px; height: 12px; border-radius: 6px; background-color:#F0142F; margin-right: 9px;}
.image-browse-text {font-size: 20px;margin-top: 12px;color: var(--btn);font-family: var(--font-h);}


/*Warranty Wrapper*/
#warranty-request {display: none; overflow: hidden; margin: 0; transition: height .7s;}
#email-wrapper {width: 100%;display: flex; flex-direction: column;justify-content: center; align-items: center; padding: 90px 16px; background-color: var(--s-color)}
#email-header {font-family: var(--font-m);font-size: 32px; color: #fff;}
#email-input-wrapper {display: flex; flex-direction: row;justify-content: center;align-items: center;margin-top: 40px;width: 100%;}
#order-lookup {max-width: 320px;height: 55px;font-size: 18px;}
#order-lookup.good {border-color: var(--g-color);}
#order-lookup.bad {border-color: var(--e-color);}
#order-lookup-button {width: 55px; height: 55px; border-radius: 5px; background-color: var(--p-color);margin-left: 12px;display: flex;align-items: center;justify-content: center;opacity: 1;transition: opacity .5s;}
#order-lookup-button:active {opacity: .3;}
#order-lookup-button img {    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);width:32px;}
.message-orders-wrapper {margin: 32px 0;}
.order-error {font-size: 16px;}
#drawing-download {display: flex; flex-direction: row; justify-content: center; align-items: center; background-color: var(--s-color);margin: 28px auto 0 auto;width: 300px; border-radius: 5px;overflow: hidden;height: 0;opacity: 1; transition: height .7s, opacity .3s;}
#drawing-download:active {opacity: .5;}
.drawing-download-text {font-size: 16px;font-family: var(--font-m);}
#drawing-download img {width: auto;height: 18px;margin-left: 18px;}

/*Table Stuff*/
.div-table {display: table; width: 100%;}
.div-table-scrollable {display: block;overflow-x: auto}
.div-table-scrollable {--scrollbar-foreground: #006BAD;--scrollbar-background: #EAECF0;scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);}
.div-table-scrollable::-webkit-scrollbar {width: 4px;height: 0px;}
.div-table-scrollable::-webkit-scrollbar-thumb { background: var(--scrollbar-foreground);border-radius: 2px;}
.div-table-scrollable::-webkit-scrollbar-track {background: var(--scrollbar-background);border-radius: 2px;}
.inner-table {margin-top:32px;}
.div-table-label {display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.div-table-label-item {font-family:var(--font-h); font-size: 16px; color: #242424; padding: 9px 0;}
.box .div-table-label .box--title-action {padding-top: 11px;}
.box .div-table-label .box--title-action.complete-grouping {display: none;}
.div-table-label-key {display: none; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: wrap; height: 34px;}
.div-table-label-key-item {display: flex;margin-left: 12px;font-family: var(--font-r);font-size: 12px; color: #242424;}
.div-table-label-key-color {display:inline-block; width: 12px; height: 12px; border-radius: 6px; margin-right: 3px;background-color: red;}
/*rows*/
.div-table-row {display: table-row; height: 50px; background-color: #F7F9FA;}
.div-table-row.header {display: table-header-group; height: 37px; border-radius: 20px;}
/*rows header*/
.div-table-row.header .div-table-cell:first-child {border-radius: 7px 0 0 7px;}
.div-table-row.header .div-table-cell:last-child {border-radius: 0 7px 7px 0;}
.div-table-row.header .div-table-cell { height: 37px;font-size: 12px; font-family: var(--font-h); color: #6E6E6E; vertical-align: middle; background-color: #EAECF0;}
/*cells*/
.div-table-row .div-table-cell {display: table-cell; vertical-align: middle; background-color: #F7F9FA; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 150px;padding-right: 10px;}
.div-table-row .div-table-cell.attention {background-color: #f3d2d2}
.div-table-row .div-table-cell:first-child {border-radius: 7px 0 0 7px;}
.div-table-row .div-table-cell:last-child {border-radius: 0 7px 7px 0;}
.div-table-row .div-table-cell:first-child {padding-left: 25px;}
.div-table-row .div-table-cell:last-child {padding-right: 25px;}
.div-table-row .div-table-cell.right {text-align: right;float: none;}
.div-table-row .div-table-cell.center {text-align: center;float: none;}
.div-table-row .div-table-cell.highlight {background-color: #00ff80;color: #000;font-family: var(--font-m);font-size: 16px;}
.div-table-row .div-table-cell.expedited {color: var(--e-color); font-family: var(--font-h); font-size: 16px;}
.div-table-row .div-table-cell.clickable {color: var(--p-color);}
/*clickability*/
.div-table-row.cursor:hover .div-table-cell {background-color: #D3EEF7}

/*Warranty communication*/
#claim-communication {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;width: 100%;max-width: 550px;padding: 0 16px;margin: 80px auto 0 auto;}
.claim-comm-wrapper {display: flex;flex-direction: column;min-height: 40px;flex-grow: 1;width: 100%;margin-bottom: 40px;}
.claim-comm-title {display: flex;flex-direction: row;justify-content: space-between;position: relative;align-items: center;height: 28px;width: 100%;background-color: #cfcfcf;border-radius: 5px 5px 0 0;padding: 0 12px;}
.claim-comm-wrapper.customer .claim-comm-title {background-color: var(--s-color);justify-content: flex-end}
.claim-comm-message {width: 100%;min-height: 40px;border-radius: 0 0 5px 5px;background-color: #FFF;padding: 12px;border: 1px solid #d5d7e3;}
.claim-comm-date {display: block;
    width: 100%;
    height: 14px;
    padding-top: 2px;
    font-family: var(--font-i);
    font-size: 12px;
    text-align: left;
    padding: 4px 8px 0 8px;}
.claim-comm-wrapper.customer  .claim-comm-date {text-align: right;}

@media only screen and (min-width: 500px) {
    #aquatraction-overlap-panels {top: 370px;right: -35vw;}
}
@media only screen and (min-width: 570px) {
    #faqs-page-hero {padding-left: 32px;}
    #faqs-page-hero h1 {font-size: 42px;}
    #faqs-page-hero p {max-width: unset;}
    .faqs-page-hero-wrapper {max-width: 375px;}
    .faqs-page-panel-break-inner {padding: 0 32px;}
    .panel-item {width: 33%;}
    #faqs-page-product {padding: 90px 32px 0 32px;/*height: 895px*/}
    #aquatraction-overlap-panels {/*top: 230px;right: -35vw;*/}
    #faqs-page-product .info-panel-body {max-width: unset;}
    #faqs-page-why .info-panel-title h3 {font-size:  48px}
    .faqs-page-slide {left: 32px; right: 32px}
    .faqs-page-slide {padding-left: 100px;}
}
@media only screen and (min-width: 700px) {
    #faqs-page-hero {padding-left: 56px;}
    #faqs-page-hero h1 {font-size: 48px;}
    .faqs-page-hero-wrapper {max-width: 400px;}
    .faqs-page-panel-break-inner {padding: 0 56px;}
    #faqs-page-product {padding: 0 56px;}
    #aquatraction-overlap-panels {right: -45vw; top: -46px;}
    #faqs-page-product {justify-content: center;}
    #faqs-page-product {height: 600px;}
    #faqs-page-product .info-panel-body {max-width: 370px;}
    #faqs-page-why .info-panel-title h3 {font-size:  56px}
    .faqs-page-slide {left: 56px; right: 56px}
}
@media only screen and (min-width: 800px) {
    #faqs-page-product .info-panel-body {max-width: unset;}
}
@media only screen and (min-width: 900px) {
    .faqs-page-hero-wrapper {max-width: 450px;}
    #faqs-page-hero h1 {font-size: 52px;}
    .panel-item {width: 12.5%;}
    #aquatraction-overlap-panels {right: -25vw;}
}
@media only screen and (min-width: 1100px) {
    .faqs-page-hero-wrapper {max-width: 600px;}
    #faqs-page-hero p {max-width: 550px;}
    #faqs-page-hero h1 {font-size: 60px;}
    #aquatraction-overlap-panels {right: 0;}
    #faqs-page-slideshow {margin: 105px auto;}
    .faqs-page-slide {left: 0; right: 0}
}
@media only screen and (min-width: 1200px) {
    .faqs-page-hero-wrapper {max-width: 600px;}
    #faqs-page-hero p {max-width: 575px;}
    #faqs-page-hero h1 {font-size: 68px;}
    #faqs-page-why {height: 600px;justify-content: center;padding-top: 0;}
    #faqs-page-video {top: 0; right: 0; bottom: 0; left: unset;width: 600px;height: 100%;}
    #faqs-page-why .info-panel-message.overflow {max-width: 520px;}
}
