
        .utm_term, 
        .utm_content, 
        .utm_campaign, 
        .utm_medium , 
        .utm_source, 
        .gclid
        {
            position: absolute;
        }
        
         .navigation-searchform{
               margin-bottom: 40px;
               padding-bottom: 10px;
               width: 70%;
               border-bottom: 1px solid #000;
           }
           
        .navigation-searchform i{
            font-size: 20px;
            color: #2B2E34;
        }
        
        .navigation-searchform button{
            background: none;
            border: none;
            outline: none;
        }
        
        .navigation-searchform input{
            border: none;
        }
        
        .search-results-container .card:hover h6{
            color: #C3002F;
        }
        .form-control:focus {
            box-shadow: none;
        }
        
    .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 100;
    line-height: 1.2
    }
   
    @media screen and (max-width: 767px) 
    {
        .mobile-video 
        {
            width: 100%;
            height: 300%;
        }
    }
    