

/* project-specific styles */



.example .ui-slider-pip-label {
    color: white;
}

.example .ui-slider-line {
    background: white;
}

.example .ui-slider-horizontal {
    height: 5px;
}

.example .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    margin-left: -8px;
    border-radius: 8px;
    background: white;
    border: 1px solid white;
    outline: none;
}

.example .ui-slider .ui-slider-handle.ui-state-hover,
.example .ui-slider .ui-slider-handle.ui-state-focus {
    background: white;
    border-color: #309455;
    box-shadow: 0 0 10px rgba(255,255,255,0.9);
}




.ui-slider .ui-slider-range {

    background: #D7E0E9;

}

.ui-slider .ui-slider-handle {

    background: #9CAAB9;
    border: 1px solid #9CAAB9;

}
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus {

    border: 1px solid #309455 !important;
    background: #309455 !important;

}

.ui-slider-horizontal .ui-slider-handle {

    width: 16px;
    margin-left: -9px;

}

.ui-slider-vertical .ui-slider-handle {

    height: 16px;
    margin-bottom: -9px;

}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {

    top: 30px;

}






#awesome .ui-slider-pip {

    top: auto;
    bottom: -5px;

}

#awesome .ui-slider-line {

    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin-left: -2px;
    background: #309455;

}

#awesome .ui-slider-tip {

    background: #309455;
    color: white;
    border-color: #309455;

}

#awesome .ui-slider-tip:before,
#awesome .ui-slider-tip:after {

    border-top-color: #309455;

}

#awesome .ui-slider-pip-label {

    color: #309455;

}

#awesome .ui-slider-label {

    color: #309455;
    top: 7px;

}

#awesome .ui-slider-pip-first .ui-slider-label {

    left: -2px;
    top: -5px;

}

#awesome .ui-slider-pip-last .ui-slider-label {

    left: auto;
    right: -20px;
    top: -5px;

}



#awesome2 {

    margin-bottom: 3em;

}

#awesome2 .ui-slider-handle {

    border-radius: 15px/10px;
    background: #4F5861;
    border-color: #4F5861;

}

#awesome2 .ui-slider-handle:after {

    content: " ";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #4F5861;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;

}

#awesome2 .ui-slider-tip,
#awesome2 .ui-slider-tip:before,
#awesome2 .ui-slider-tip:after {

    background: transparent;
    border: none;
    font-size: 1.2em;

}

#awesome2 .ui-slider-pip {

    width: 1%;
    margin-left: -0.5%;

}

#awesome2 .ui-slider-pip > .ui-slider-label {

    display: none;
    height: 4px;

}

#awesome2 .ui-slider-pip > .ui-slider-line {

    background: #aaa;

}

#awesome2 .ui-slider-pip:nth-of-type(5n+1) > .ui-slider-line {

    height: 6px;
    background: #777;

}

#awesome2 .ui-slider-pip:nth-of-type(5n+1) > .ui-slider-label {

    display: block;
    top: 8px;
    color: #ccc;
    font-size: 0.8em;

}

#awesome2 .ui-slider-pip:nth-of-type(10n+1) > .ui-slider-line {

    height: 10px;
    background: #222;

}

#awesome2 .ui-slider-pip:nth-of-type(10n+1) > .ui-slider-label {

    display: block;
    top: 12px;
    color: #333;
    font-size: 1em;

}





#slider9 .ui-slider-label {

    font-size: 12px;
    margin-left: -15px;

}





#sliderHanzi .ui-slider-label {

    width: 4em;
    margin-left: -2em;
    top: 1em;

}

#sliderHanzi.ui-slider-float .ui-slider-tip {

    font-size: 1.3em;
    width: 2.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin-left: -1.3em;
    top: -1.85em;

}






#modern.ui-slider {

    font-size: 12px;
    font-family: Verdana, sans-serif;
    height: 8px;
    border-radius: 3px 3px 0 0;
    border: none;
    background: #bdc3c7;

    margin-bottom: 50px;

}

#modern.ui-slider .ui-slider-range {

    background: #e74c3c;

}

#modern.ui-slider .ui-slider-handle {

    width: 3px;
    margin-left: -1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    border-radius: 0;
    border: none;
    background: #c0392b;
    border-radius: 2px;

}

#modern.ui-slider .ui-slider-handle.ui-state-focus,
#modern.ui-slider .ui-slider-handle.ui-state-active {

    background: #34495e;

}

#modern.ui-slider .ui-slider-handle:focus {

    outline: none;

}

#modern.ui-slider-pips .ui-slider-pip {

    top: 10px;
    width: 20px;
    margin-left: -10px

}

#modern.ui-slider-pips .ui-slider-label {

    top: 10px;
    width: 56px;
    margin-left: -50px;
    color: #555;
    display: none;
    text-align: right;

}

#modern.ui-slider-pips .ui-slider-label .heart {

    color: #E74C3C;
    font-size: 18px;
    position: relative;
    top: 2px;

}

#modern.ui-slider-pips .ui-slider-line {

    height: 4px;
    background: #bdc3c7;

}

#modern.ui-slider-pips .ui-slider-pip:nth-of-type(5n+1) > .ui-slider-line {

    height: 8px;
    background: #E74C3C;

}

#modern.ui-slider-pips .ui-slider-pip:nth-of-type(5n+1) > .ui-slider-label {

    display: block;

}


#spondonlink{
    cursor: pointer;
}

.answerBox{
    margin: 0;
    padding: 0;
    display: none;
    font-size: 16px;
}

.expanded .expandPlus{
    display:none;
}

.expandPlus{
    width: 25px;
    height: 25px;
    background-image: url('https://pitapit.ca/assets/images/plus.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 55px;
}

.faqContainer p{
    padding-right: 35px;
    margin-bottom: 10px;
}
