/* CSS by Steven Estrella. http://www.stevenestrella.com */

/* The .slider and .slidervertical classes are for the range inputs. 
    Set the z-index high so its on top. */
.slider,
.slidervertical {
    position: absolute;
    left: 0px;
    /* top: 12px; */
    top: 0;
    overflow: visible;
    z-index: 100;
}

/* slidershell exists only
    to provide a positioning context for the range input and other elements.*/

.slidershell {
    border: 0 none;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: visible;
    margin-left: 50px;
    margin-top: 20px;

}

.slidershell p {}

#landing .onvid_container #slidertrack3 p {
    line-height: inherit;
}

#landing .onvid_container #slidertrack3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#landing .onvid_container #slidertrack3 p.right_cta {
    text-align: right;
    width: 49%;
    padding-right: 53px;
}


#landing .onvid_container #slidertrack3 p.left_cta {
    text-align: left;
    width: 49%;
    padding-left: 53px;
    background: url(../../images/ctaIconSettings.png) no-repeat 10px center;
    background-size: 30px;
}

/* .slidertrack is the visible track on which the user drags the thumb button. */

.slidertrack {
    /* border: 2px outset #666;
    border-radius: 4px; */
    background: url(../../images/ctaButtonBg.png) repeat-x top left;
    background-size: contain;
    height: 100%;
    position: absolute;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    text-align: right;
    line-height: 57px;
    padding-right: 10px;
}

.slidertrack p {
    margin: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    background: url(../../images/ctaIconSettings.png) no-repeat center right;
    background-size: 30px;
    background-position: right;
}

#slidershell2 .slidertrack p {
    margin: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    background: url(../../images/ctaIconMap.png) no-repeat center right;
    background-size: 30px;
    background-position: right;
}

.slidertrack p.right_cta {
    background: url(../../images/ctaIconMap.png) no-repeat center right;
}

/* #slidershell3 .slidertrack:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -21px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonBgLeft.png) no-repeat top left;
    background-size: contain;
} */

.slidertrack:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -21px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonBgRight.png) no-repeat top left;
    background-size: contain;
}

/* .sliderfill adds color (or a gradient as seen here) to the track as the user 
        drags the thumb. */

.sliderfill {
    height: 57px;
    position: absolute;
    /* opacity: 0.2; */
    pointer-events: none;
    background: url(../../images/ctaButtonControlCenter.png) repeat-x top left;
    background-size: contain;
    z-index: 1;
    /* background: #00767f;
    background: linear-gradient(90deg, #005555, #006699); */
}

.slidertrack:before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonBgLeft.png) no-repeat top right;
    background-size: contain;
}

.sliderfill#sliderfill3 {
    background: none;
}

.sliderfill#sliderfill3:before {
    background: url(../../images/ctaButtonBgLeft.png) no-repeat top right;
    background-size: contain;
    left: -21px;
}

.sliderLeftOverlayThumb {
    position: absolute;
    background: url(../../images/ctaButtonControlCenter.png) repeat-x left top;
    background-size: contain;
    height: 100%;
    /* top: 12px; */
    top: 0;
    right: 46%;
    width: 20px;
}

.sliderRightOverlayThumb {
    position: absolute;
    background: url(../../images/ctaButtonControlCenter.png) repeat-x left top;
    background-size: contain;
    height: 100%;
    /* top: 12px; */
    top: 0;
    left: 46%;
    width: 20px;
}

.thumbContentWrapper {
    overflow: hidden;
    width: 20px;

}

.sliderLeftOverlayThumb .thumbContent {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    /* padding-right: 80px; */
    padding-left: 20px;
}

.thumbContent {
    color: #e4063e;
    font-weight: bold;
    height: 57px;
    overflow: hidden;
    width: 343px;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    -webkit-align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
}

.thumbContent p {
    padding-left: 10px;
    width: auto !important;
    text-align: left !important;
    display: inline-block;
    margin-right: 15px;
}

.thumbContent img {
    display: inline-block;
    height: 60%;
}

.sliderRightOverlayThumb:before,
.sliderLeftOverlayThumb:before {
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlLeft.png) no-repeat top right;
    background-size: contain;
    left: -21px;
    z-index: 1;
}

.sliderRightOverlayThumb:after,
.sliderLeftOverlayThumb:after {
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlRight.png) no-repeat top right;
    background-size: contain;
    right: -20px;
    z-index: 1;
}

/* .sliderThumbLeft {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlLeft.png) no-repeat top left;
    background-size: contain;
}

.sliderThumbRight {
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlRight.png) no-repeat top left;
    background-size: contain;
} */

/* .sliderthumb can be any css you like including an image. 
        The dimensions must match those found in the rule for 
        input[type=range]::-webkit-slider-thumb. */


.sliderthumb {
    width: 48px;
    height: 57px;
    background: url(../../images/ctaButtonControlCenter.png) repeat-x left top;
    background-size: contain;
    position: relative;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0 none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}

.sliderthumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    width: 22px;
    height: 56px;
    background: url(../../images/ctaButtonControlLeft.png) no-repeat top right;
    background-size: contain;
}


.sliderthumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlRight.png) no-repeat top left;
    background-size: contain;
}

/* .sliderthumb#sliderthumb3.center:before {
    opacity: 1;
} */

.sliderthumb#sliderthumb3:before {
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 22px;
    height: 57px;
    background: url(../../images/ctaButtonControlLeft.png) no-repeat top left;
    background-size: contain;
}

/* .slidervalue can be styled as you see fit */

.slidervalue {
    width: 32px;
    line-height: 40px;
    color: #fff;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0 none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    pointer-events: none;
    margin: 0 auto;
    z-index: 20;
}

.slidervalue img {
    width: 100%;
}

/* First we have to make transparent all the default elements of the range input.
        We use color:transparent to eliminate the default tick marks in IE. */

input[type=range]::-ms-track {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    background: transparent;
    color: transparent;
    overflow: visible;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 100%;
    -moz-appearance: none;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    background: transparent;
    color: transparent;
    overflow: visible;
}

input[type=range] {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    background: transparent;
    color: transparent;
    overflow: visible;
    cursor: pointer;
}

/* we need a separate rule for when the range input is to be vertical */

input[type=range].slidervertical {
    -webkit-appearance: slider-vertical;
    writing-mode: bt-lr;
    /* IE */

    opacity: 0.01;
    /* needed to hide the default slider-vertical appearance */
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

input[type=range]:focus {
    outline: none;
}

/* Make the thumbs the same size as your custom sliderthumb. 
        they will not be visible but they will be draggable.    */

input[type=range]::-ms-thumb {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border: 0 none;
    background: transparent;
}

input[type=range]::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border: 0 none;
    background: transparent;
}

input[type=range]::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
}

/* microsoft IE10+ and Edge - eliminates default fills before and after thumb */

input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

input[type=range]::-ms-tooltip {
    display: none;
}

/* other rules you may need for page styling */

body {
    font-family: sans-serif;
}

.slider2column,
td,
tr,
th {
    width: 400px;
    border: 0 none !important;
}