﻿.video-frame-hv {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
}
/*.footer{
    margin-top:30px;
}*/
/** {
    border: 1px solid red !important;
}*/

.bg-whitesmoke{
    background-color:whitesmoke!important;
}
.vistry-section__search-results-title-bar-no-results{
    border-radius:5px;
    line-height:45px;
}

.line-height-45{
    line-height:45px!important;
}

.vistry-section__search-results-title-bar{
    height:unset!important;
}
::placeholder {
    color: gainsboro !important;
}
.headsblue{
    font-weight:bold;
}

.expand-chevron :hover {
    cursor: pointer;
    color:black;
}
.collapse-chevron :hover {
    cursor: pointer;
    color: black;
}
/** {
    border: 1px solid red;
}*/

/*part of 989 resolution*/

.underline {
    text-decoration: underline;
}

.covid-banner {
    display: flex;
    flex-wrap: nowrap;
}

.close-banner {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 0%;
    top: -1%;
    border: 0px;
    background-color: transparent;
}
.search-schemes-lnks :hover
{
    text-decoration:underline!important;
}

@media (min-width:0px) {
    .carousel-control-prev, .carousel-control-next {
        height: 50%;
    }
}

@media (min-width:768px) {
    .carousel-control-prev, .carousel-control-next {
        height: 70%;
    }
}

@media (min-width:992px) {
    .carousel-control-prev, .carousel-control-next {
        height: 80%;
    }
}


.carousel-indicators {
    bottom: -12px !important;
    left: 50% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
    width: 10% !important;
    transform: translate(-50%) !important;
}

@media (min-width: 768px) {
    .vistry-carousel-caption {
        margin: 0 0 3px 10px !important;
    }
}

.ag-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .ag-video-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 200px;
    }
    .vistry-search-bar-wrapper {
        background-color: #003A5D;
        padding-top:15px;
    }
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    border-top: 1px solid gainsboro;
}
.news-blog-ext-lnk{
    color:blue!important;
    text-decoration:underline;
}