@media screen and (min-width:0\0) {
    .amp_banner_section {
        position: relative;
    }

	.amp_banner_text {
		left: 0;
		background: linear-gradient(90deg, rgba(100,181,229,1) 30%, rgba(234,246,254,0) 100%);
    }
    
    .amp_insight_block img.coh-image.coh-image-responsive-xl {
        overflow: hidden;
        position: relative;
        width: 100%;
        flex-shrink: 0;
    }

    .coh-container .right-inner{
        flex-shrink: 0;
    }

    .amp-main-menu a {
        line-height: 5.2rem;
    }

    .path-frontpage .amp_banner_img img, .path-node .amp_banner_img img{
        opacity:0.5;
    }

    select::-ms-expand{
        display:none;
    }

    .amp_helpful_block_wrapper a {
        display: inline-block !important;
    }

    .amp_helpful_block_wrapper img {
        display: inline-block !important;
        float: right;
    }

    ::-ms-clear {
        display: none;
    }

    .search-box {
        position: static;
    }

    .path-webform .amp-form-wrapper input{
        height:40px;
    }

    .path-webform input[type='radio'] {
        height: 1.4rem !important;
    }

    .clearfix::before{
        display: table;
        clear: both;
        content: "";
    }

    .ui-datepicker {
        width: 80%;
    }

    .search-block-form form {
        position: relative;
    }

    .ui-autocomplete {
        z-index: 1000;
    }

    .search-form input[name="keys"] {
        padding-top: 1.5em !important;
    }

    .path-search .search-form input[type='search'] {
        line-height: 1rem !important;
    }
}