#tease-.tease-media-release {
    display: none !important;
}
.wpb_content_element {
    margin-left: inherit;
}
.counter-left-align
{
    text-align:left !important;
}

/* Styles for interum Homepage banner, to remove the old slider */

.orange-button a
{
    background-color: #e4761e !important;
    background-image: none !important;
    border: none !important;
}

.parent 
{
    position: relative;
    height: 580px;
}

.parent .vc_column-inner
{
    min-height: 580px;
}

.parent .child 
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.parent .child h2,
.parent .child h4
{
    text-shadow: 0 0 5px #000000cc, 0 0 25px black !important;
    text-height: 2em;
}
.parent .child h2
{
    font-size: 70px;
}
.parent .child h4
{
    font-size: 40px;
}
.full-width-background .upb_row_bg
{
    background-size: 100% !important;
}
/* Mobile styles */
@media only screen 
  and (max-width: 767px)
{
    .parent 
    {
        height: 360px;
    }

    .parent .vc_column-inner
    {
        min-height: 360px;
    }
    .parent .child h2
    {
        font-size: 30px;
    }
    .parent .child h4
    {
        font-size: 15px;
    } 
}

/* Desktop Styles */
@media only screen 
  and (min-width: 768px) 
{
    .parent .child h2
    {
        font-size: 70px;
    }
    .parent .child h4
    {
        font-size: 40px;
    } 
}

/* End HP Banner styles */