#locationDiv,
.encloseDiv {
    margin-top: -25px;
    display: none;
}

.specialty-container {
    margin-top: 80px;
    background-color: white;
    padding-bottom: 50px;
}

.specialty-container .form-row {
    margin-bottom: -20px;
}

.market-sector-div {
    display: none;
}

.required-field {
    color: red;
    font-size: 75%;
    margin-bottom: -5px;
}

@media only screen and (max-width: 1200px) and (min-width: 996px) {
    label {
        font-size: 85%;
    }

    .form-check-label {
        font-size: 85%;
    }

    h1 {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 995px) and (min-width: 768px) {
    label {
        font-size: 78%;
    }

    .form-check-label {
        font-size: 78%;
    }

    h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    label {
        font-size: 95%;
    }

    .form-check-label {
        font-size: 95%;
    }

    h1 {
        font-size: 1.7rem;
    }
}

.button-30 {
    margin-top: 10px;
    align-items: center;
    appearance: none;
    background-color: #fcfcfd;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 35px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
}

.button-30:focus {
    box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
}

.button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-30:active {
    box-shadow: #d6d6e7 0 3px 7px inset;
    transform: translateY(2px);
}

/* Image Slider */

.image-slider {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.image-slider > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    max-width: 100%;
    overflow: hidden;
    resize: horizontal;
}

.image-slider > div:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    padding: 5px;
    background: linear-gradient(-45deg, white 50%, transparent 0);
    background-clip: content-box;
    cursor: ew-resize;
    -webkit-filter: drop-shadow(0 0 2px black);
    filter: drop-shadow(0 0 2px black);
}

.image-slider img {
    user-select: none;
    max-width: 800px;
}

input[type="checkbox"] {
    display: none;
}

.wrap-collabsible {
    margin: 1.2rem 0;
}

.lbl-toggle {
    display: block;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #ddd;
    background: #2b35bf;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
    color: #fff;
}

.lbl-toggle::before {
    content: " ";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: 0.7rem;
    transform: translateY(-2px);
    transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100%;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    border-bottom: 1px solid rgba(0, 105, 255, 0.45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0.5rem 1rem;
}

.collapsible-content p {
    margin-bottom: 0;
}

.catalog-containers img {
    display: block;
    margin: auto;
    max-width: 385px;
    max-height: 311px;
}

.catalog-containers img:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.catalog-containers p {
    font-size: 80%;
}

.catalog-rows {
    display: flex;
    flex-wrap: wrap;
    margin-right: -100%;
    margin-left: 0px;
}

.catalog-krimpmaster {
    display: flex;
    flex-wrap: wrap;
    margin-right: -500%;
    margin-left: 0px;
}

.catalog-hydratest {
    display: flex;
    flex-wrap: wrap;
    margin-right: -500%;
    margin-left: 0px;
}

.accordion {
    background-color: #355590;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #6080b5;
}

.panel {
    position: relative;
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-style: solid;
    border-color: #6080b5;
}

.hydratest-img {
    max-width: 550px;
    max-height: 260px;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
}

.hydratest-top {
    width: 30%;
    height: 20%;
    /* 
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
   */
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: visible;
}

.hydratest-info {
    width: 450px;
}

.main-container {
    min-height: 55vh;
    position: relative;
}

.tifflo {
    display: block;
    width: 220px;
    padding: 0;
    overflow: visible;
}

.tifflo-brochure {
    margin-left: 130px;
}

.img-tiffloweld {
    width: 300px;
    aspect-ratio: auto;
    margin-left: -105px;
}

.krimpmaster {
    display: block;
    width: 220px;
    padding: 0;
    overflow: visible;
    margin-top: -310px;
    margin-left: 415px;
}
.nitrocharge-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nitrocharge-image {
    -webkit-transition: width 1.35s ease-in-out;
    transition: width 1.35s ease-in-out;
    box-shadow: 0px 0px 5px rgb(22, 22, 22);
}

.nitrocharge-image:hover {
    position: fixed;
    top: 30%;
    margin: -150px 0 0 -190px;
    max-width: 150%;
    max-height: 150%;
    z-index: 1;
    -webkit-transition: width 2.35s ease-in-out;
    transition: width 2.35s ease-in-out;
}
.whoWeAre p {
    margin-top: -10px;
}

/* Slide Show */
/* You can remove this page div in your website */
#page {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Our normalize css */
* {
    margin: 0;
    box-sizing: border-box;
}

/* Our wrapper */
.wrapper {
    width: 615px;
    height: 212px;
    margin-left: 341px;
    margin-top: 130px;
    margin-bottom: -72px;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-style: solid;
    border-color: rgb(9, 111, 179);
    border-width: 3px;
}

/* Our image information */
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #00000080;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
    /* z-index: 1; */
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}
.scroller:before {
    top: 100%;
}
.scroller:after {
    bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 3px solid rgb(9, 111, 179);
}
.scroller:before,
.scroller:after {
    background: rgb(9, 111, 179);
}

/* Slider Second */

img-comparison-slider {
    visibility: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-style: solid;
    border-color: rgb(9, 111, 179);
    border-width: 3px;
}

img-comparison-slider [slot="second"] {
    display: none;
}

img-comparison-slider.rendered {
    visibility: inherit;
}

img-comparison-slider.rendered [slot="second"] {
    display: unset;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel {
    position: relative;
    box-shadow: 0px 0px 4px 0px #141414;
    border-style: solid;
    border-color: #6080b5;
}
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0, 0, 0, 0.731);
    border: 1px solid #dededec7;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #6080b5;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0.5) 0,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0.5) 0,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 100%,
        rgba(255, 255, 255, 0.5) 0
    );
    background-image: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 100%,
        rgba(255, 255, 255, 0.5) 0
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0.0001)),
        to(rgba(255, 255, 255, 0.5))
    );
    background-image: linear-gradient(
        to right,
        rgba(248, 248, 248, 0) 0,
        rgba(255, 255, 255, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: -45px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.appstore {
    width: 150px;
    filter: drop-shadow(0px 1px 4px #222222);
    aspect-ratio: auto;
}
.appstore:hover {
    width: 150px;
    filter: drop-shadow(0px 1px 4px #222222);
    aspect-ratio: auto;
    opacity: 0.5;
}
