/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	margin: 70px auto;
	width:84%;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	margin-top:20px;
}
.slider-block .slick-slide a{
	margin-top:0;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media all and (max-width: 991px) {

    .real-content{
        height: auto !important;
    }

    .real-content .title {
        margin-top: 15px;
    }

    .deal-item {
        padding: 30px 0 !important;
    }


    .resource-image img{
        max-height: fit-content !important;
    }
.slick-slider
{
	width:100%;
}
}


.sector_box {
    height: 530px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.sector_box:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

@media all and (max-width: 1700px) {

    .sector_box {
        height: 530px;
    }


}


@media all and (max-width: 1240px) {
    

    .sector_box {
        height: 500px;
    }


}

.page-title{
    padding-top: 40px;
    padding-bottom: 10px;
}


.page-title h1{ 
        color: #02561B;
        font-size: 42px;
        font-family: 'Droid Serif';
        margin-bottom: 10px;
}

.release-item{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}

.release-item a{
    margin-top: 15px;
    display: inline-block;
}

.release-title{
    color: #02561B;
    font-size: 28px;
}

.release-date{
    font-size: 15px;
    opacity: .7;
    margin-top: 6px;
    margin-bottom: 5px;
}

.release-item p{
    color: #000;
    line-height: 30px;
    font-size: 20px;
}

.category-filter{
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}



.category-filter ul, .category-filter .filter{
    float: left;
}

.category-filter ul li{
    list-style: none;
    float: left;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
}

.category-filter ul li:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px rgb(172, 172, 172);
    margin-left: -28px;
    top: -2px;
    font-size: 15px;
    left:0;
    background-color: rgb(238, 238, 238);
}

.category-filter ul li.select-cat:after{
    content: '✓';
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -28px;
    top: 2px;
    font-size: 15px;
    left:4px;
}

.pagination .nav-links li{
    float: left;
    margin-right: 5px;
    font-size: 18px;
    color: #000000;
}

.pagination .nav-links li a{
    color: #888888;
}

.pagination .nav-links li a:hover{
    color: #000000;
}


.pagination .page-numbers.current{
    color: #000000;
}

.navigation.pagination {
    margin: 30px 0;
}

.content-header{
    padding: 30px 0;
}

.content-text p{
    color: #000;
    line-height: 30px;
    font-size: 16px;
}

.category-description{
    font-size: 15px;
    margin-top: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    font-style: italic;
}

.green-absolute.longbottom{
    height: 126px !important;
}


.sector_box:hover .green-absolute.longbottom {
    height: 166px !important;
}

.current-mna .section-title{
    color: #02561B;
    font-size: 30px;
    padding: 45px 0 50px;
    font-family: 'Droid Serif';
}

.prior-title{
    color: #02561B;
    font-size: 30px;
    padding: 45px 0 30px;
    font-family: 'Droid Serif';
    text-align: center;
    margin-top: 60px;
}

.mna-box{
    border: solid 1px #02561B;
    padding: 20px;
    display: inline-block;
    float: revert;
}

.mna-box:focus{
    border: solid 1px #02561B;
}

.mna-box img{
    width: 100%;
    border: solid 15px #84bb89;
}


.mna-box .title{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #02561B;
}

.older-updates{
    background: #84bb89;
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #fff;
    border-top: 34px #0b631e solid;
    border-bottom: 34px #0b631e solid;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.older-updates:focus{
    border-top: 34px #0b631e solid;
    border-bottom: 34px #0b631e solid;
    color: #fff;
}


.older-updates:hover{
    border-top: 34px #0b631e solid;
    border-bottom: 34px #0b631e solid;
    color: #fff;
    background: #0b631e;
    text-decoration: none;
}

.mna_carousel{
    margin-top: 20px;
    margin-bottom: 90px;
}

.mna_carousel .item{
    padding: 0 15px;
    text-align: center;
}

.update-date{
    margin-bottom:7px;
    opacity: .7;
    font-size:18px;
}

.older-updates .title{
    font-weight: 600;
    margin-bottom: 8px;
    font-style: 30px;
    font-size: 20px;
}

.fonur span{
    font-weight: 600;
}

.fonur{
    font-size: 20px;
}



@media all and (max-width: 991px) {

    .mna-box{
        margin-bottom: 30px;
    }

}

.deal-item{
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.deal-item:first-child{
    padding-top: 0;
}

.deal-item:focus{
    border-bottom: 1px solid #dfdfdf;
}

.realdeal{
    padding: 30px 0;
    margin-bottom: 0px;
    margin-top: 40px;
}

.custom-text{
    color: #000;
    line-height: 30px;
    font-size: 20px;
}

.real-image img{
    width: 100%;
}

.deal-image img{
    width: 100%;
}

.real-list{
    margin-top: 0px;
}

.realtext{
    color: #000;
    line-height: 30px;
    font-size: 20px;
}

.real-content{
    height: 200px;
}

.real-content .title{
    color: #02561B;
    font-size: 24px;
}

.real-content .author{
    font-size: 16px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.real-content .text{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.resource-image img{
    width: 100%;
    max-height: 198px;
}

.resource-content{
    height: 198px;
}

.resource-item{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc !important;
    display: inline-block;
}

.resource-item:hover .resource-title{
    text-decoration: underline;
}

.resource-item a{
    display: inline-block;
    height: 235px;
    overflow: hidden;
    text-decoration: none;
}

.resource-title{
    color: #02561B;
    font-size: 28px;
}

.resource-date{
    font-size: 15px;
    opacity: .7;
    margin-top: 6px;
    margin-bottom: 5px;
    color: #000;
}

.resource-item p{
    color: #000;
    line-height: 30px;
    font-size: 20px;
}


.inner {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.outter {
    height: 100%;
    width: 100%;
    display: table;
}

.resource-video{
    background: #ececec;
}

.resource-video iframe{
    width: 100% !important;
    height: 250px;
    pointer-events: none;
}

.resource-video video{
    width: 100%;
}

.last-page iframe{
    width: 100% !important;
    height: 550px !important;
}

.last-page{
    margin-bottom: 30px;
}

.upcoming-events h2{
    color: #02561B;
    font-size: 28px;
    padding:30px 0;
    margin-bottom: 10px;
}

.upcoming-events ul{
    width: 100%;
}

.upcoming-events ul li{
    cursor: pointer;
    width: 100%;
    background: #eaeaea;
    list-style: none;
    position: relative;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #d0d0d0;
    margin-bottom: 30px;
}

.event-logo{
    height: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
}


@media all and (min-width: 1024px) {
    .event-logo{
        width: 350px;
    }
}


.event-logo img{
    height: 100%;
}

.event-date{
    float: left;
    background: #038603;
    height: 100%;
    color:#fff;
    padding:30px 45px;
    font-size: 17px;
    font-family: 'Droid Serif';
    min-width: 230px;
}

.event-date i{ 
    font-size: 30px;
    margin-bottom: 15px;
}

.event-logo{
    float: left;
}

.right-side{
    float: left;
    height: 100%;
    padding-left: 30px;
    position: relative;
    width:42%;
}

.upcoming-events .fa-angle-right{
    position: absolute;
    right: 41px;
    top: 43px;
    font-size: 30px;
    color: #038603;
}

.event-name{
    font-size: 21px;
    letter-spacing: -.5px;
    color: #038603;
    font-family: 'Droid Serif';
    line-height: 29px;
}

.event-location span{
    font-style: italic;
}

.event-location{
    margin-top: 7px;
    color: #000;
}

.event-location i{
    margin-right: 5px;
}

.general, .outter-general{
    width: 100%;
    height: 100%;
}

.upcoming-events ul li:hover > .outter-general{
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
}

.upcoming-events .hover-link{
    color: #fff;
    z-index: 1000;
    text-align: center;
    width: 220px;
    background: #008013;
    height: 100%;
    padding-top: 49px;
    font-size: 23px;
    float: left;
    position: absolute;
    left: 100%;
    top: 0;
}

.outter-general{
    display: inline-block;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.industry h2 {
    color: #02561B;
    font-size: 28px;
    padding: 30px 0;
    margin-top: 60px;
    margin-bottom: 10px;
}

.industry img{
    width: 100%;
}

.industry p{
    font-size: 20px;
    color: #000;
    font-family: 'Droid Sans';
    line-height: 30px;
    margin-bottom: 60px;
}

.industry ul li{
    list-style: none;
    padding: 15px 0;
    display: inline-block;
    border-top: solid 1px #dfdfdf;
    width: 100%;
}


.industry ul li .logo{
    float: left;
    width: 300px;
    margin-right: 15px;
}

.industry ul li .logo img{
    width: 100%;
}

.industry ul li .description{
    float: left;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    padding-top: 15px;
}

.banner{
    position: fixed;
    right: 0;
    top: 57%;
    width: 300px;
    z-index: 1002;
    background: #e6105f;
    padding: 30px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    cursor: pointer;
}

.banner:hover{
    color: #fff;
    text-decoration: none;
}

.banner h2{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}


.banner p{
    line-height: 23px;
    font-size: 20px;
    margin-bottom: 30px;
}

.banner span{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.banner i{
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.banner .close{
    color: #fff;
    opacity: 1;
}

.banner .fa-times{
    margin-top: 0;
    font-size: 20px;
}


.banner.closed .fa-hand-pointer{
    position: absolute;
    left: -62px;
    top: 0;
    background: #e52660;
    padding: 20px;
    cursor: pointer;
}

.banner.closed{
    transform: translateX(300px);
}

.banner a{
   color: #fff;
   text-decoration: none; 
}

.banner a:hover{
    color: #fff;
    text-decoration: none; 
 }

 .release-item:last-child{
     border: 0;
 }


 .press-releases{
     min-height: 1000px;
 }

 .resource_video{
     width: 100%;
 }

 /* Responsive */

 @media all and (max-width: 1500px) {

    .sector_box {
        height: 540px;
    }


}
    

@media all and (max-width: 1500px) {

    .sector_box {
        height: 400px;
    }

    
}



@media all and (max-width: 991px) {

    .event-logo img {
        height: auto;
        width: 100%;
    }

    .deal-item, .resource-item{
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    

    .resource-title {
        color: #02561B;
        font-size: 27px;
        line-height: 30px;
    }

    .industry ul li .logo img {
       width: auto;
    }

    .industry ul li .logo {
        width: 300px;
        margin-right:0;
        width: 100%;
        text-align: center;
    }

    .industry ul li .description {
        float: left;
        font-size: 19px;
        line-height: 23px;
        font-weight: 600;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }

    .industry ul li {
        width: 100%;
    }
    
    .resource-item a {
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .resource-video iframe {
        height: 390px;
    }

    .resource-content {
        padding-top: 3px;
    }

    .event-date {
        padding: 30px 15px;
    }

    .event-date i {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .event-name {
        font-size: 21px;
    }
    .event-location {
        font-size: 13px;
    }

    .upcoming-events .fa-angle-right {
        right: 28px;
    }

    /* Events */

    .upcoming-events ul li {
        height: 240px;
        margin-bottom: 80px;
    }

    .general, .outter-general {
        width: 100%;
        height: 70%;
    }

    .event-date, .event-logo{
        width: 50%;
    }

    .upcoming-events .hover-link {
        width: 356px;
        height: 100%;
        right: 0;
        top: 117px;
        left: auto;
        background: #5aca15;
    }

    .upcoming-events .fa-angle-right {
        right: 28px;
        top: 167px;
        z-index: 10001;
    }

    .event-logo {
        text-align: center;
    }

    .upcoming-events ul li:hover, .upcoming-events ul li:hover > .outter-general {
       transform: translateX(0);
       -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
       -ms-transform: translateX(0);
       -o-transform: translateX(0);
}

.hover-link{
    display: none;
}


}

@media all and (max-width: 768px) {

    .bottom_banner h2 {
        font-size: 38px !important;
    }

    .bottom_banner p {
        line-height: 26px !important;
        font-size: 18px !important;
    }

.category-filter .filter{
    display: none;
}

.event-name {
    font-size: 17px;
}

.release-title {
    color: #02561B;
    font-size: 24px;
    line-height: 31px;
}

.page-title h1 {
    font-size: 32px;
}

.release-item p {
    color: #000;
    line-height: 27px;
    font-size: 18px;
}

.upcoming-events .hover-link {
    text-indent: -9999px;
    width: 116px;
}

.upcoming-events .fa-angle-right {
    right: 51px;
    top: 164px;
    z-index: 10001;
}

}


@media all and (max-width: 500px) {
    .upcoming-events .fa-angle-right {
        display: none;
    }

    .bottom_banner h2 {
        font-size: 30px !important;
    }

    .bottom_banner p br {
        display: none;
    }

    .banner_outter{
        padding: 0 30px;
    }

    .category-filter ul li{
        margin-bottom: 15px;
    }

}


@media all and (max-width: 600px) {
    .older-updates {
        padding: 75px 25px;
        margin-bottom: 15px;
    }



}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-left {
    bottom: 10px;
    left: 15px;
    margin-bottom: 30px;
}

.bottom_banner{
    width: 100%;
    height: 490px;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.banner_outter{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(0 0 0 / 39%);
}

.bottom_banner h2{    
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
}

.bottom_banner p{
    color: #fff;
    line-height: 23px;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 33px;
}

.bottom_banner a{
    color: #fff;
    background: #ff006a;
    padding: 18px 30px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.bottom_banner a:hover{
    color: #fff;
    letter-spacing: 1px;
}