/*=====================================================

    Desktop (1) css below
    
======================================================*/

@media screen and (min-width: 1300px) {
    .banner_wrp {
        padding-top: 426px;
    }

        .banner_wrp.fillMe {
            padding-top: calc(720px + 50px);
            margin-bottom: -50px;
        }

    .banner_item.video {
        height: 720px;
    }
}

@media screen and (max-width: 1285px) {

    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1266px) {

    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }

    .logo_main img {
        padding: 14px 20px;
    }
}


@media screen and (max-width: 1229px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1211px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1191px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1172px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }

    .logo_main img {
        padding: 17px 20px;
    }
}

@media screen and (max-width: 1153px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1135px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1116px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1097px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1077px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }

    .logo_main img {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 1058px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1039px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
        font-size: 12px;
    }

    #nav_wrp_in {
        padding: 0;
    }
}

@media screen and (max-width: 1019px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 12px;
    }
}

@media screen and (max-width: 1000px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 11px;
    }
}

@media screen and (max-width: 981px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 10px;
    }
}

@media screen and (max-width: 962px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }
}

@media screen and (max-width: 943px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }

    .logo_main img {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 925px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }

    .logo_main img {
        width: 80%;
        padding: 27px 20px;
    }
}

@media screen and (max-width: 905px) {
    .main_nav .ul1 .li1 > a {
        font-size: 11px !important;
        padding: 29px 8px;
    }
}

@media screen and (max-width: 885px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }
}

@media screen and (max-width: 866px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }
}

@media screen and (max-width: 847px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }

    .logo_main img {
        padding: 30px 13px;
    }
}

@media screen and (max-width: 828px) {
    .main_nav .ul1 .li1 > a {
        font-size: 10px !important;
        padding: 29px 8px;
    }
}

@media screen and (max-width: 808px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 8px;
    }
}

@media screen and (max-width: 770px) {
    .main_nav .ul1 .li1 > a {
        padding: 29px 5px;
    }
}








/*=====================================================

    Smaller Screen css below
    
======================================================*/

@media screen and (max-width: 1139px) {

    .banner_pager {
        right: 10px;
        position: relative;
    }

    .banner_title {
        font-size: 1.8em;
    }

    .banner_sub {
        font-size: 1.1em;
    }
    .publication-page h1{
        width: 45%;
    }
}

/*=====================================================

    Tablet css below
    
======================================================*/

@media screen and (max-width: 1023px) {

    .row {
        padding: 0 10px;
    }

    .newsList {
        margin-bottom: 0;
    }

    .newsList .half {
        width: 100%;
    }

    .newsList .newsThumb {
        max-width: 100%;
        min-width: 100%;
    }

/*        .newsList .newsThumb img {
            margin: 0;
        }*/

    .newsList .newsInfo {
        padding: 0;
        width: 100%;
    }

    .newsList .newsItem {
        padding: 20px 0 18px 0;
        margin: 0 !important;
        border-bottom: 1px solid #DDD;
    }

    .newsList .newsHeader {
        padding: 8px 0 1px 0px;
    }


    .publicationItem,
    .eventsItem {
        width: 100%;
        margin-bottom: 15px;
    }

    .publicationItem .wrap, .eventsItem .wrap {
        padding: 0;
    }

    .publicationItem .publicationDetails {
        padding: 0px 0 0 105px;
        position: relative;
        padding-bottom: 55px;
        min-height: 30px;
    }

    .eventsItem .eventsDetails {
        padding: 0px 0 0 105px;
        position: relative;
        padding-bottom: 55px;
        min-height: 40px;
    }

    .publicationItem .quickLinks, .eventsItem .quickDesc {
        height: auto;
    }

    a.readOnline:after {
        top: 6px;
        left: 4px;
    }

    a.readOnline {
        color: white;
        background-color: #263697;
        padding: 7px 12px 7px 30px;
        display: inline-block;
    }

        a.download i,
        a.readOnline i {
            display: none;
        }

        a.download:after {
            top: 10px;
        }


        .viewMoreMain {
            padding: 0 10px;
        }
            .viewMoreMain a {
                display: block;
                background: #263697;
                color: #FFF;
                font-size: 15px;
                padding: 4px 0;
                margin-bottom: 5px;
            }


    .topManagment .focusItem .description {
        padding: 0;
    }
    .topManagment .focusItem .bio_block {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }

    #homepage_news .eda_nl_item {
        float: none;
        width: auto;
    }

    #homepage_news .eda_nl_item_in {
        margin-right: 0;
        min-height: 0;
    }

    .focusOnItem {
        width: 100%;
        max-width: 368px;
        float: none;
    }

    .banner .bx-pager-link {
        width: 15px;
        height: 15px;
    }

    .publication-page h1{
        width: 100%;
    }

    .publication-page .archive_menu{
        position: static;
        display: inline-block;
    }

    .sf_3cols_1_66{
        float: none;
        width: 100%;
    }

// Reset a bunch of attributes fixed in the desktop version
    .newsList .newsItem.firstItem {
        height: auto;
    }

    .firstItem .newsThumb { 
        width: auto;
        height: auto;
    }

    .firstItem .newsThumb img { 
        left: 0;
        height: auto;
    }

    .newsList img {
        max-width: 100%;
        height: auto;
        max-height: none;
        left: 0;
    }

    .newsList .newsThumb {
        max-height: 100%;
    }

    .newsList .newsThumb {
        height: auto;
        overflow: visible;
    }

    .newsList .newsInfo {
        height: auto;
    }

    /* Procurment */
    .container.main h2{
        max-height: none;
    }

    .content_block.cb_solid_pad{
        padding: 10px;
        margin: 20px 0;
    }
    .content-blc .content_block.cb_solid_pad{ /* added */
        padding: 10px;
        margin: 20px 0;
        background: #f2f2f2;
    }
    .item-info{
        padding: 10px;
        border-top: 7px solid #263697;
    }
    .item-info:last-child{
        margin-bottom: 20px;
    }
    .item-info .inner{
        height: auto !important;
    }
    .item-info .inner p{
        padding-bottom: 0;
    }
    .item-info .view_more{
        position: static;
    }
    .content_block.cb_solid_pad .row{
        padding: 0;
    }

    .view_more.lefty{
        background: #263697;
        color: #fff;
        padding: 10px 20px 10px 10px;
        position: relative;
    }
   .view_more.lefty:hover{
        text-decoration: none;
    }
    .view_more.lefty:after{
        content:"";
        display: block;
        background: url(../images/arrow-right-fff.png) no-repeat center center ;
        width: 5px;
        height: 8px;
        margin: 0 0 -1px 5px;
        position: absolute;
        right: 10px;
        top: 55%;
        transform: translate(0, -50%);
    }

    .latest-news .columns{
        margin-left: 0;
    }
    .latest-news.row .three.columns,
    .latest-news.row .seven.columns{
        width: 100%;
        float:none;
    }
    .latest-news img{
        width: 100%;
        margin-bottom: 10px;
    }

    .anchor-wrp ul{
        display: none;
    }
    .content-blc{
        margin-left: 20px;
    }

    .item-industry .content_block.cb_solid_pad{
        height: auto !important;
        padding: 10px;
        margin-top: 10px;
    }
    .item-industry .view_more,
    .item-sme .view_more{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .item-industry .content_block p,
    .item-sme .inner p{
        padding-bottom: 0;
    }
    .item-industry .content_block p {
        margin: 0;
    }
    .item-industry .img{
        height: auto;
    }
    .item-industry img{
        width: 100%;
    }
    
    .item-sme{
        margin-left: 0;
        padding: 30px 10px;
    }
    .item-sme .inner{
        height: auto !important;
    }
    .item-sme .inner{
        padding: 10px;
    }
    .item-sme.sme,
    .item-sme.sme .inner{
        padding: 0;
    }
    .item-sme.sme .text{
        position: static;
    }
    .item-sme.sme img{
        position: static;
        width: 100%;
        transform: translate(0, 0);
    }
    .item-sme.highlight .view_more{
        background: #263697;
    }

    .item-sme.sme .text .view_more:after{
        background: none;
    }
    .item-sme.sme .text .view_more{
        padding: 0 0 0 5px;
    }
    .item-sme.sme .text li{
        margin-top: 5px;
    }
    .item-sme p + .view_more{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .item-sme.border .inner{
        padding: 0;
    }

    .item-sme.border h4{
        min-height: 0;
    }

    .inner-research img{
        width: 100%;
    }
    .inner-research{
        border: 0 none;
        padding: 20px 0 0 0;
    }
    .inner-research p{
        padding: 0 10px;
    }
    .inner-research ul li{
        border-top: 1px solid #d4d4d4;
        position: relative;
        padding: 0 10px;
        margin-bottom: 0;
    }
    .inner-research ul li:after{
        content:"";
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .inner-research ul li a{
        padding: 10px 0;
        display: block;
    }
    .inner-research ul li a:hover,
    .item-sme.sme a:hover{
        text-decoration: none;
    }

    .half{
        width: 100%;
        float: none;
    }


    .item-icon{
        border: 0 none;
        background: url(../images/next-fff.png) no-repeat 95% center #263697;
        color: #fff;
        min-height: 0;
        padding: 10px 50px 10px 10px;
    }
    .item-icon h4{
        color: #fff;
    }
    .item-icon .img{
        display: none;
    }

    .item-icon a{
        color: #fff;
    }
    .item-icon.small{
        background: none;
        color: #413b37;
        border: 1px solid #f2f2f2;
        border-top: 5px solid #263697;
    }
    .item-icon.small h4{
       color: #413b37; 
    }
    .item-icon.small .img{
        display: block;
    }
    .item-icon.small p{
        padding-bottom: 0;
    }
    .item-icon.small .view_more{
        position: relative;
        bottom: 0;
        left: 0;
    }

    .item-info.key-doc{
        padding: 10px;
    }

    /* SME Corner*/
    .policies{
        margin-bottom: 20px;
    }
    .policies ul li{
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .handbook .half{
        float: left;
        width: 50%;
    }
    .handbook .half .download-icon{
        position: static;
        margin-top: 20px;
    }
    .handbook .inner-research{
        padding-left: 15px;
        padding-right: 15px;
    }

    .support .view_more.lefty{
        padding-left: 0;
    }
    .support img, .support-email{
        margin-left: 15px;
    }
    .support .inner{
        left: 15px;
        right: 15px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* Events and Pubs */
    .main_nav .ul1 .li1 > a {
        font-size: 12px;
    }

    .side_col .date_format {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .side_col .event_lnk {
        margin-left: 0;
    }

    .side_col .pl_lnk {
        margin-left: 0;
        padding: 0px;
        overflow: auto;
        white-space: normal;
    }

    .side_col .pl_lnk_wrp {
        margin-left: 0;
    }

    /* Subscribe */

    .subscribe_fld {
        margin-bottom: 10px;
    }

    .sfnewsletterSubmitBtn {
        position: static;
        padding: 7px 15px;
        height: auto;
        border: none;
        margin: 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        width: 100%;
    }

    /* Sidenav */

    .side_nav .sn_item.li3 a {
        text-indent: 0;
    }

    .banner_txt {
        bottom: 50px;
    }

    .publicationsAndEvents .sf_3cols_1_33,
    .publicationsAndEvents .sf_3cols_2_34{
        width: 100%;
        float: none;
    }

    .twitter_blck .twitter-timeline{
        width: 100% !important;
    }
}

/*=====================================================

    Mobile css below
    
======================================================*/

@media screen and (max-width: 480px) {
    .sfimagesTmb {
        width: 25%;
        height: 75px;
    }
    .pin, .calendar {
        font-size: 12px;
        line-height: 14px;
        background-position: 0 2px;
    }
    .eventsItem .eventsThumb {
        min-height: 130px;
    }
    .banner_txt iframe {
        max-height: 300px;
    }
    .banner_item.video .banner_txt {
        background: none;
    }
    .bio_block {
    }
    .bio_block img {
        min-width: 100%;
    }
    .publicationItem .quickLinks{
        position: static;
    }
    .publicationItem .quickLinks a{
        margin-bottom: 5px;
    }
    .link-moreLess{
        padding: 5px 0 30px 0;
    }
    .publication_items .publicationItem{
        margin-bottom: 25px;
    }
    .publicationItem .publicationDetails{
        padding-bottom: 30px;
    }
    .publication_category.active-trail{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 340px) {
    .publicationItem .publicationsTitle a, .eventsItem .eventsDetails a {
        max-height: 50px;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media handheld, only screen and (max-width: 768px) {
   .row-nopadding{
        padding: 0;
    }
    
  .right.resultsCount
    {
        float: right;
        padding: 6px 10px;
    }

    .banner_wrp {
        padding-top: 300px;
    }
    .banner_wrp.fillMe {
        padding-top: calc(300px + 50px);
        margin-bottom: -37px;
    }

    .banner_item.video .banner_img:before {
        top: 30%;
    }

    iframe.full {
        height: 300px;
    }

    .main_nav .ul1 .li1 {
        width: 100%;
        min-height: 50px;
    }

    .main_nav .li1 .a1.active {
        background: #d3d1cf;
    }

    .main_nav .ul1 .li1:hover a {
        background: #D3D1CF;
        color: initial;
    }

    .main_nav .subnav .ul2 {
        margin: 0;
    }

        .main_nav .subnav .ul2 .li2 > a {
            background: #F9F9F9;
            border: none;
            padding-left: 20px;
        }

    .main_nav .ul1 .li1 > a {
        width: auto;
        padding: 14px 12px;
        font-size: 14px !important;
        background: #f2f2f2;
        border-top: 1px solid #d0d0d0;
        padding-left: 20px;
        font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
    }

    .main_nav .ul1 .li1.procurement_gateway > a {
        background: #d3d1cf;
    }

    .main_nav .ul1 .li1:first-child a {
        border: none;
    }

    .social_btns a {
        margin: 0 10px;
    }

    #main_header .logo_main {
        border: none;
        min-height: 0;
        margin: 0;
        max-width: 100px;
    }

    #fake-search {
        display: none;
    }

    .search_wrp {
        float: none;
    }

    .side_nav_wrp {
        margin: 0px 0;
        float: left;
        width:100%;
    }
    .filter_item {
    padding: 0 0px;
}
        .filter_item .sfTxtLbl {
        padding: 5px 5px 5px 15px;
    }
    .right {
        float: none;
    }

    /* Search */

    .sfsearchBox {
        height: 57px;
    }

    .sfsearchSubmit {
        display: block;
        position: absolute;
        border: none;
        padding: 0;
        margin: 0;
        top: 0;
        text-indent: -9999px;
        cursor: pointer;
        background: #263697 url(../Images/icon_search.png) no-repeat 50% 50%;
        width: 60px;
        height: 57px;
        left: auto;
        right: -10px;
        z-index: 2;
        background-size: 20px;
    }

    .sfsearchTxt {
        position: absolute;
        display: block;
        bottom: 0;
        right: auto;
        left: 0px;
        top: 0;
        height: 37px;
        padding-right: 30px;
        min-width: 89%;
        min-width: calc(100% - 30px);
        z-index: 1;
    }

    .sfsearchTxt {
        display: block;
    }

    /* Buttons */

    .button, div.sfFormSubmit input, .sfcommentsSubmitBtn, .sfSubmitBtn, .subscribe_submit, .proc_back a {
        display: block;
    }

    /* Header stuff */



    .logo_main {
        display: block;
        margin-bottom: 15px;
    }

        .logo_main img {
            display: block;
            padding: 10px 0 10px 10px;
        }

    .banner_txt {
        text-align: center;
    }

    .banner_img img {
        max-width: none;
        width: auto;
        margin-left: 50%;
        margin-left: calc(50% - 375px);
        max-height: 300px;
    }

    .banner_item.video .banner_img img {
        max-height: 426px;
    }

    .banner_title {
        font-size: 1.4em;
        margin-bottom: 10px;
    }



    /* Search */

    #main_header .search_wrp {
    }

    #main_header .sfsearchBox {
        float: none;
    }

    /* Social Top */

    #main_header .social_wrp {
        margin-bottom: 15px;
    }

    #main_header .social_wrp_out {
        float: none;
    }

        #main_header .social_wrp_out .button {
            font-size: 0.85em;
            display: inline-block;
            width: 45%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            #main_header .social_wrp_out .button:first-child {
                float: left;
            }

            #main_header .social_wrp_out .button:last-child {
                float: right;
            }

    #main_header .header-pull-right {
        position: relative;
        transition: max-height 0.3s linear;
        -webkit-transition: height 0.3s linear;
        -moz-transition: height 0.3s linear;
        -ms-transition: height 0.3s linear;
        overflow: hidden;
        height: 0;
    }

        #main_header .header-pull-right.active {
            padding-bottom: 75px;
            height: auto;
            overflow: visible;
        }

    #main_header .social_btns {
        top: auto;
        margin-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 0;
        float: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #FFF;
        padding: 10px;
        left: -10px;
        min-height: 44px;
    }

        #main_header .social_btns h3 {
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: bold;
            text-align: left;
            margin-bottom: 10px;
            padding-left: 10px;
        }

    /* Nav */

    #m_nav_icon {
        display: block;
        width: 26px;
        height: 22px;
        position: absolute;
        top: 15px;
        right: 10px;
    }

        #m_nav_icon b {
            position: absolute;
            width: 100%;
            height: 3px;
            background: #173c81;
            top: 50%;
            left: 0;
            margin-top: -2px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #m_nav_icon i {
            opacity: 0;
            position: relative;
            left: 0px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 13px;
            font-style: normal;
            color: #173c81;
            text-transform: uppercase;
            letter-spacing: -0.5px;
        }

        #m_nav_icon.active i {
            left: -45px;
            top: 2px;
            opacity: 1;
        }

        #m_nav_icon b:before,
        #m_nav_icon b:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background: #173c81;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #m_nav_icon b:before {
            top: -6px;
        }

        #m_nav_icon b:after {
            top: 6px;
        }

        #m_nav_icon.active b {
            background: rgba(0, 0, 0, 0);
        }


            #m_nav_icon.active b:before {
                -webkit-transform: rotate(45deg) translateY(6px) translateX(4px);
                -moz-transform: rotate(45deg) translateY(6px) translateX(4px);
                -ms-transform: rotate(45deg) translateY(6px) translateX(4px);
                -o-transform: rotate(45deg) translateY(6px) translateX(4px);
                transform: rotate(45deg) translateY(6px) translateX(4px);
            }

            #m_nav_icon.active b:after {
                -webkit-transform: rotate(-45deg) translateY(-5px) translateX(2px);
                -moz-transform: rotate(-45deg) translateY(-5px) translateX(2px);
                -ms-transform: rotate(-45deg) translateY(-5px) translateX(2px);
                -o-transform: rotate(-45deg) translateY(-5px) translateX(2px);
                transform: rotate(-45deg) translateY(-5px) translateX(2px);
            }

    #nav_wrp {
        padding: 0;
        height: auto;
        max-height: 0px;
        transition: max-height 1s linear;
        -webkit-transition: max-height 1s linear;
        -moz-transition: max-height 1s linear;
        -ms-transition: max-height 1s linear;
        overflow: hidden;
        position: absolute;
        top: 100px;
        -o-box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
        -moz-box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
        box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
    }

        #nav_wrp.active {
            height: auto;
            max-height: 2000px;
        }

        #nav_wrp .li1, #nav_wrp .li1.pg_nav {
            float: none;
        }

    .main_nav {
        margin: 0 -10px;
    }

        .main_nav .a1 {
            padding: 12px 10px;
        }

            .main_nav .a1 .has_children {
                position: absolute;
                right: 0;
                font-size: 22px;
                display: inline-block;
                width: 50px;
                height: 50px;
                top: 0;
                z-index: 500;
                transition: all 0.25s linear;
                -webkit-transition: all 0.25s linear;
                -moz-transition: all 0.25s linear;
                transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
            }

                .main_nav .a1 .has_children:before {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    background: url(../Images/black_arr.png) center center no-repeat;
                }

                .main_nav .a1 .has_children.active {
                    transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                }

        .main_nav .subnav {
            display: block;
            position: static;
            left: auto;
            width: auto;
            background: #ececed;
            z-index: auto;
            height: auto;
            max-height: 0px;
            overflow: hidden;
            transition: max-height 0.75s linear;
            -webkit-transition: max-height 0.75s linear;
            -moz-transition: max-height 0.75s linear;
            -ms-transition: max-height 0.75s linear;
        }

            .main_nav .subnav .subnav_out {
                padding: 0;
            }

            .main_nav .subnav.active {
                height: auto;
                max-height: 600px;
            }

            .main_nav .subnav .li2 {
                width: auto;
                float: none;
                margin-bottom: 0;
            }

                .main_nav .subnav .li2:first-child > a {
                    box-shadow: inset 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
                }

            .main_nav .subnav .a2 {
                margin: 0;
                padding: 12px 10px;
                font-size: 1.05em;
                font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
            }

            .main_nav .subnav .ul3 {
                margin-right: 0;
                display: none;
            }

            .main_nav .subnav .a3 {
                margin: 0;
                padding: 12px 10px;
                font-size: 1.05em;
                font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
                background: none;
            }

        .main_nav .nav_img, .main_nav .nav_desc, li.root_img {
            display: none !important;
        }

    /* Content */

    #main_content_wrp {
        padding-top: 50px;
        overflow: hidden;
    }

    /*.cb_title {
        margin: 0 -10px 15px -10px;
        text-align: center;
    }*/

    /*.content_block.cb_solid {
        margin: 0 -10px 25px -10px;
    }*/

    .content_block.cb_solid .cb_title {
        margin-left: 0;
        margin-right: 0;
    }

    /* News */

    .eda_nl_img {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .eda_nl_img img.small {
        float: none;
    }

    .eda_nl_info {
        margin-left: 0;
    }

    .focusOn .focusOnContainer img {
        min-height: 0;
    }

    /* Project Highlights / Gallery Highlights */

    .ph_out, .gh_out {
        margin: 0 10px;
    }

    .ph_nav, .gh_nav {
        position: static;
        top: 0;
        margin-top: 0;
        z-index: 200;
        display: block;
        margin-top: 15px;
        float: left;
        margin-left: 10px;
    }

    .ph_item a.button, .gh_item a.button {
        display: inline-block;
    }

    .ph_nav .bx-prev:hover, .gh_nav .bx-prev:hover {
        background-image: url(../Images/prev.png);
    }

    .ph_nav .bx-next:hover, .gh_nav .bx-next:hover {
        background-image: url(../Images/next.png);
        right: 20px;
    }

    /* Footer */

    .f_block {
        padding-top: 13px;
        padding-right: 0;
        border-right: none;
        margin-bottom: 15px;
    }

    #lower_footer {
        text-align: center;
    }

        #lower_footer * {
            float: none;
        }

    .f_block > .sf_colsIn {
        border-right: none;
        padding: 0;
    }

    /* Projects Search */

    .keyword_txt {
        float: none;
        display: block;
        text-align: center;
        line-height: 1.6;
        width: 100%;
        margin-bottom: 10px;
    }

    .keyword_fld {
        display: block;
        margin-left: 0;
    }

    .search_box_wrp .sfFormDropdown, .search_box_wrp .sfFormBox {
        margin: 10px;
    }

    .search_box_wrp .projects_search_btn, .resource_finder_btn {
        margin: 10px;
    }

        .search_box_wrp .projects_search_btn .button, .resource_finder_btn .button {
            width: 100%;
        }

    /* Portal stuff */

    .dd_notice, .pp_notice {
        display: block;
    }

    .ddp_map, .pp_map {
    }

    .pp_info {
        display: none;
    }

    /* Gallery */

    .sfimagesTmb {
        width: 50%;
        height: 80px;
    }

    /* Overlay */

    .modal_overlay {
        width: 100%;
        top: 0 !important;
        margin: 0 !important;
        left: auto !important;
        height: 100%;
        overflow-y: scroll;
    }

    .modal_overlay_title {
        font-size: 1.4em;
    }
    .publication_category,
    .publication_items {
        padding-right: 10px;
        padding-left: 10px;
    }
    .publicationsContainer, .eventsContainer {
        min-height: 0;
    }

    .publicationsAndEvents .viewMoreMain {
        position: static;
        left: auto;
        width: auto;
        transform: none;
    }

    /**/
    .anchor-wrp{
        display: none;
    }
    .content-blc{
        margin-left: 0;
    }
    .item-industry{
        margin-bottom: 10px;
    }
    .item-sme:last-child{
        margin-bottom: 0;
    }
    .item-sme.sme:last-child{
        margin-bottom: 20px;
    }
    .item-sme.border:last-child{
        margin-bottom: 20px;
    }
    .item-icon{
        margin: 10px 0;
    }
    #directories, #smecorner, #researchtechnology{
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid #f2f2f2;
    }
    #researchtechnology {
        margin-top: 20px;
    }

    /* SME Corner */
    .item-icon.small{
        margin-bottom: 20px;
    }
    .item-icon:first-child{
        margin-top: 0;
    }
    .row .half:last-child{
    margin-bottom: 10px;
    }
    .policies{
        background: #ececec;
        padding: 15px;
    }
    .item-category .content_block.cb_solid_pad{
        margin-top: 30px;
        padding: 10px 10px 30px 10px;
    }
    .item-category .category{
        top: -25px;
        left: 15px;
    }
    .item-category .download-icon{
        top: 15px;
        right: 15px;
    }
    .item-category h4{
        width: 80%;
    }
    .item-category.small,
    .item-category.big{
        height: auto !important;
        margin-bottom: 10px;
    }
    .item-category.small.picture{
        height: 215px !important;
        margin-bottom: 20px;
    }
    .handbook{
        height: auto;
        margin-bottom: 20px;
    }
    .handbook .half{
        width: 100%;
        float: none;
        height: auto !important;
    }
    .handbook img{
        width: 100%;
    }
    .handbook .half .download-icon{
        display: block;
    }
}

@media handheld, only screen and (min-width: 480px) and (max-width: 767px) {
    .sfimagesTmb {
        width: 25%;
        height: 60px;
    }
}

/*=====================================================
    k
    Higher res css for iPhone 4 +
    
======================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    body {
    }
}