/*
Author: Rama Chilukoti
This file has CSS specific to youth program finder under local help.
Note for latest update: adding new or redefined classes used for entire Local Help tools 
*/

/* Map links */
.hidedirectionslink {
    display: none !important;
}

.hidemaplink {
    display: none !important;
}

.hidemaprightborder {
    border-right: hidden !important;
}

.map-directions {
    margin: 5px 0;
}

.map-directions a {
    /* display: inline-block !important; */
    line-height: 1;
}

.map-link {
    border-right: 1px solid #000;
    margin-right: 10px;
    padding-right: 10px;
}

@media only screen and (min-device-width : 768px) {
    .telNumbers {
        pointer-events: none;
        text-decoration: none !important;
        display: inline !important;
    }
}

.telDisplay {
    display: inline !important;
}

@media only screen and (min-width:1025px) {
    .phonelnkcolor {
        color: black !important;
    }
}

@media only screen and (min-width : 768px) {
    .nojumpbtn {
        position: absolute;
        right: 15px;
        margin-right: 15px;
        top: 43px; 
    }
    .cos-search-box .dynamic-form-group.dynamic-form-group-left-main.cos-input-with-radius { /*default for Edge, Chrome; firefox. -226, -229; ie11 -221, -224; */
        width: calc(100% + -218px); /* Spanish -221px */ 
        margin-right: 1em;
    }
    .cos-search-box .dynamic-form-group.dynamic-form-group-left-main {
        width: 100%; 
        margin-right: 1em;
    }
    .cos-search-box .search-input {
        width: calc(100% + -115px);
        margin-right: 1em;
    }
}

@media only screen and (max-width : 767px) {
    .nojumpbtn {
        position: unset !important;
    }
    .cos-search-box .dynamic-form-group.dynamic-form-group-left-main.cos-input-with-radius {
        width: 100% !important;
    }
}
