
footer.v2 .footer-main-links-lobs li.active:after {
    top: 0;
    margin-top: 0;
}

/* To be moved to allbrowser */
.lineheight18 {
    line-height: 18px
}

.lineheight26 {
    line-height: 26px
}

.line-height-38 {
    line-height: 38px
}

.letter-spacing-n1p33 {
    letter-spacing: -1.33px
}

.letter-spacing-n0p4{
    letter-spacing: -0.4px;
}

.letter-spacing-n0p5 {
    letter-spacing: -0.5px;
}

.box-shadow-gray {
    box-shadow: 0 6px 25px 0 rgba(0,0,0,0.12);
}

.margin-n5-top{
    margin-top: -5px;
}

a:hover .txtOnlyDecoration_hover, a:focus .txtOnlyDecoration_hover {
    text-decoration: underline
}

.txtShadow {
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.graphical_ctrl_checkbox input:disabled:not([checked="checked"]) ~ .ctrl_element:after{
    border: 0;
}

/* To be moved to allbrowser ends */
/* To be moved to global-nav */
.hoverBorderUnderlineWhite:hover {
    border-bottom: 2px solid #fff
}

.global-navigation .menu-flyout-visible .sub-nav-group.sub-nav-large {
    width: 230%;
}

.social_icons_wrapper ul.social_icons_cont a:hover, .social_icons_wrapper ul.social_icons_cont a:focus {
    text-decoration: none
}

.global-navigation .connector-area div > a {
    font-weight: 500
}

.connector-active-lob a > span {
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: -4px;
}
/* To be moved to global-nav ends */

/* Others */
.iconContainerCirle30 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #00549A;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .iconContainerCirle30 .icon:before {
        font-size: 18px;
        font-weight: 700;
        top: -2px;
    }

.iconContainer4 {
    position: absolute;
    right: 15px;
    height: 100%;
    width: 10px;
    top: 0;
    display: flex;
    align-items: center;
}

    .iconContainer4 span {
        position: relative;
        font-size: 5px;
    }

        .iconContainer4 span:before {
            position: absolute;
            top: 0;
            transform: rotate(180deg);
        }
/* Other ends */
/* To be moved to bell */
.social_icons_wrapper .icon_background .icon:before {
    top: 1px;
    left: 0
}
/* To be moved to bell ends*/

.iconContainer {
    height: 85px;
    width: 85px;
    border: 2px solid #fff;
}

.bottom-0 {
    bottom: 0
}


/* Spotlight */
.spotlightTextContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner-crop-img2 {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: -111px;
}

/* Spotlight ends */

/* Banner */
.bannerContainer2 {
    height: 250px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    margin-top: -45px;
    /*box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);*/
}

    .bannerContainer2 img {
        height: 100%;
        max-width: none;
    }

img.coverBanner{
    min-width: 1200px !important;
    height: auto !important;
    max-width: 100% !important;
}

.max-width-70p {
    max-width: 70%
}

.innerShadowContainer {
    box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    width: 100%;
    height: 100%;
    top:0;
    z-index: 3;
}

/* Banner ends*/

/* Icon Alignment  */
.iconContainer2 .icon:before {
    top: 0
}

/*.iconContainer .icon2:before {
    top: -5px
}*/

.iconContainer3 {
    position: absolute;
    right: 20px
}

    .iconContainer3 .icon2 {
        top: -4px;
        left: 6px;
        position: absolute;
        transform: rotate(180deg);
        font-size: 5px;
    }


.iconContainer7 .icon2:before {
    top: -5px
}

/*a span.icon:before {
    top: 1px;
}*/
/* Icon Alignment ends */


/* Video */
.videoContainer {
    height: 675px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: -45px;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);*/
    border: 1px solid #d4d4d4;
}

    .videoContainer .embed-responsive {
        width: 100%;
        height: 100%;
    }

    .playIconRound {
        height: 100px;
        width: 100px;
        opacity: 0.3;
        background-color: #111111;
        border-radius: 50%;
    }

.playIconhover:hover .playIconRound {
    opacity: 0.6;
}

/* Video */

/* IFrame */
.iframeContainer{
    min-height: 380px;
    overflow: hidden;
}

.iframeContainer .embed-responsive .embed-responsive-item{
    position: relative;
}
/* IFrame */

/* Custom Dropdown */
.dropdown_label{
    cursor: pointer;
}

.custom_dropdown {
    position: relative;
    width: 100%;
}

    .custom_dropdown > button {
        border-radius: 0;
        font-size: 14px;
        text-align: left;
        border: 2px solid #D4D4D4;
        background-color: #f4f4f4;
        width: 100%;
        position: relative;
        color: #555;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .custom_dropdown > button:after {
            font-family: 'bell-icon';
            content: "\e9c4";
            position: absolute;
            transform: translateY(-50%) rotate(180deg);
            font-size: 5px;
            color: #00549a;
            right: 13px;
            height: 100%;
        }

        .custom_dropdown > button:focus {
            border-color: #003778;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        }

    .custom_dropdown .dropdownList {
        padding: 0;
        background: #fff;
        border: 1px solid #D4D4D4;
        border-top: 0;
        box-shadow: 5px 15px 25px 3px rgba(0,0,0,0.2);
        border-top: 0;
        overflow-y: auto;
        position: absolute;
        margin: 0;
        width: inherit;
        z-index: 5;
        padding: 10px 10px 15px 10px;
        top: 1px;
    }

        .custom_dropdown .dropdownList li[role="option"] {
            padding: 5px 10px;
            cursor: pointer;
            margin-bottom: 5px;
        }

            .custom_dropdown .dropdownList li[role="option"]:hover, .custom_dropdown .dropdownList li[role="option"].focused {
                border-radius: 3px;
                background-color: #E1E1E1;
            }

    .custom_dropdown .dropdown_item {
        padding: 5px;
        cursor: pointer;
    }


        .custom_dropdown .dropdown_item:hover, .custom_dropdown .dropdown_item:focus {
            border-radius: 3px;
            background-color: #E1E1E1;
        }

.dropdown_item .ctrl_element {
    top: -2px;
}

.graphical_ctrl.active {
    font-weight: bold;
    color: #003778;
}

.custom_dropdown .graphical_ctrl input[type="checkbox"]:focus ~ .ctrl_element {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #4d90fe !important;
    outline-offset: 2px;
}

.custom_dropdown .graphical_ctrl_checkbox .ctrl_element:after {
    left: 7px;
    top: 3px;
    border-width: 0 3px 3px 0;
    width: 8px;
    height: 14px;
}

#custom_dropdown_list li:not(:last-child) {
    margin-bottom: 5px
}

.dropdown_buttons [role="button"]:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #4d90fe !important;
    outline-offset: 2px;
}

.dropdownContainer > div:not(:last-child) {
    margin-right: 15px
}

.dropdownContainer > div:nth-last-child(2) {
    margin-right: 0;
}

.width-dropdown2 {
    width: 190px
}

.width-dropdown3 {
    width: 160px
}

.width-dropdown {
    width: 290px
}

/* Custom Dropdown ends */

/* Tiles */

.tilesContainer {
    margin: 0 -7.5px;
}

    .tilesContainer > div {
        padding: 0 7.5px;
    }

        .tilesContainer > div > a:hover, .tilesContainer > div > a:focus {
            z-index: 2
        }

    .tilesContainer > div > a{
        width: 100%;
    }

.tilesItem {
    box-shadow: 0 0px 30px 0 rgba(0,0,0,0.12);
}

a:focus .tilesItem, a:hover .tilesItem, .card-clickable.tilesItem:hover {
    box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
}

.tilesItem .tilesImage {
    height: 175px;
    position: relative;
    overflow: hidden;
}

    .tilesItem .tilesImage img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        min-width: 100%;
        height: auto;
        margin-top: -1px;
    }
     
.tilesMarker {
    padding: 2px 6px;
    bottom: 15px;
    left: 30px;
    border-radius: 2px;
    text-transform: uppercase;
}

.tilesContent h3, .tilesContent .h3 {
    letter-spacing: 0;
    line-height: 24px
}

/*use true bold expand/collapse icon*/
span.icon-exapnd-outline-circled:before, span.icon-collapse-outline-circled:before {
    /* content: "\e96b"; */
    /*top: 1px;*/
    font-weight: 900;
}
/* Tiles end */

/* textWithSocialMediaContainer */

.txtContainer {
    display: flex;
    width: calc(100% - 75px);
    justify-content: center;
}

.txtContainer > div{
    max-width: 590px;
}

.socialLinksContainer {
    min-width: 75px;
}

.socialLinksContainer .social_icons_cont {
    padding: 0;
}

.social_icons_cont > li:not(:last-child){
    margin-right: 10px;
}

.socialLinksContainer .social_icons_wrapper ul.social_icons_cont li .icon_background {
    position: relative;
}

        .socialLinksContainer .social_icons_wrapper ul.social_icons_cont li .icon_background .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .socialLinksContainer .icon.icon-mail_nobg:before {
        top: -1px;
    }

    .socialLinksContainer .tooltip.bs-tooltip-left {
        margin-right: 15px;
    }

    .socialLinksContainer .defaultOutline:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }
/* textWithSocialMediaContainer ends */
/* Slider */
.generic-slider .sliderContainer {
    margin: 0 -100px;
    padding: 0 100px;
    overflow: hidden;
}


.generic-slider.slidingCardsSection .slick-slide {
    box-shadow: none;
}

.generic-slider.slidingCardsSection button.slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
    background-color: white;
}

    .generic-slider.slidingCardsSection button.slick-arrow:hover {
        border: 2px solid #2672cb;
        box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
        background-color: white;
    }

    .generic-slider.slidingCardsSection button.slick-arrow:hover:before {
        opacity: 1;
    }

    .slickSlide > a:focus > div {
        outline: 2px solid #2672cb !important;
        opacity: 1;
    }

.generic-slider .slidingCardsContainer button:focus {
    outline: none !important;
    border: 2px solid #2672cb;
    box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3) !important;
    background-color: white !important;
}

.generic-slider.slidingCardsSection .slick-next {
    background: none;
    box-shadow: none;
    right: -15px;
}


.generic-slider.slidingCardsSection .slick-prev {
    background: none;
    box-shadow: none;
    left: -15px;
}

    .generic-slider.slidingCardsSection .slick-prev:before, .generic-slider.slidingCardsSection .slick-next:before {
        right: 10px;
        top: 0;
        position: relative;
        right: 0;
        left: 0;
        margin-top: 0;
        font-size: 22px;
    }





.generic-slider.slidingCardsSection .slick-list {
    padding: 0;
    margin: 0 -30px;
    padding: 0 30px;
}

.generic-slider.slidingCardsSection .slick-dots {
    margin-top: 5px;
    position: absolute;
    bottom: 20px;
}

.generic-slider.slidingCardsSection .slick-track {
    display: flex;
    overflow: hidden;
    padding: 30px 30px 50px 30px;
}
.slidingCardsSection .slick-track.margin-n15-left {
    margin-left: -15px;
}

.slidingCardsSection .slick-track.margin-15-left {
    margin-left: 15px;
}

.generic-slider.slidingCardsSection .slick-initialized .slick-slide {
    height: auto;
}

.generic-slider.slidingCardsSection .cards a:hover .cardTitle, .generic-slider.slidingCardsSection .cards a:focus .cardTitle {
    text-decoration: underline;
}

.generic-slider.slidingCardsSection .slidingCardsContainer .slick-slide[aria-hidden=true] {
    visibility: visible;
}
/* Slider ends */
/* MultiColumnWithLinks */
.MultiColumnWithLinksContainer {
    margin: 0 -7.5px;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.MultiColumnWithLinks {
    padding: 0 7.5px;
    flex: 1;
    min-width: 33.33%;
}

ul.ListWithLinks li{
    margin-bottom: 10px;
}

.MultiColumnWithLinksContainer .iconContainer5 {
    position: relative;
    width: 75px;
    height: 75px;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MultiColumnWithLinksContainer .iconContainer5 .icon2:before {
    font-size: 40px;
    color: #00549a;
    top:0;

}
/* MultiColumnWithLinks */
/* TwoColumnsWithLinks */
.TwoColumnsWithLinks, .TextCardsContainer {
    margin: 0 -15px;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .TwoColumnsWithLinks > div, .TextCardsContainer > div {
        padding: 0 15px;
        flex: 1;
        min-width: 50%;
    }
/* TwoColumnsWithLinks ends*/

/* TextCards */
.TextCardsContainer{
    margin: 0 -7.5px;
}

.TextCardsContainer > div{
    padding: 0 7.5px;
}

.max-width-430{
    max-width: 430px;
}
/* TextCards ends*/
/* CardWithImageAndButton */
.CardWithImageAndButton .imgContainer {
    height: 175px;
}

    .CardWithImageAndButton .imgContainer img {
        position: absolute;
        height: 100%;
        width: auto;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.CardWithImageAndButton .btn{
    border-radius: 20px;
}
/* CardWithImageAndButton ends */


/* Image Controller */
.parentImgCont {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.bannerContainer {
    min-height: 440px;
}

.topCenterView {
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.bottomCenterView {
    left: 50%;
    transform: translateX(-50%);
    height: initial;
    bottom: 0;
}

.rightView{
    right: 0;
}

.centerView {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner-crop-img {
    position: absolute;
    width: auto;
    max-width: 100%;
}

.banner-breakpoint {
    min-width: 1700px;
} 

/* Image Controller end */

/* Media Query Section */

@media (min-width: 1440px) {

    .generic-slider.slidingCardsSection button.slick-arrow { 
        background: none;
        box-shadow: none;
        font-weight: 600;
    }

    .generic-slider.slidingCardsSection .slick-next{
        right: -60px;
    }

    .generic-slider.slidingCardsSection .slick-prev {
        left: -60px;
    }
}

@media (max-width: 1439.98px) {
    
    .bannerContainer {
        min-height: 300px;
    }

    .banner-breakpoint {
        min-width: 1150px;
    } 

}


@media (min-width:1200px) {
    .txtSize40-lg{
        font-size: 40px;
    }
}

@media (max-width:991.98px) {

    .videoContainer {
    height: 540px;
}
    .width-dropdown2 {
        width: 140px
    }

    .width-dropdown {
        width: 210px
    }

    .bannerContainer{
        min-height:230px;
    }

    .banner-breakpoint {
        min-width: 991px;
    }
}


@media (min-width: 992px) {
    .bannerTitle{
        margin-left: 16%;
    }

    .hidden-imp {
        visibility: hidden !important;
        opacity: 0; 
        transition: all .3s ease-in-out;
    }
}

@media (max-width: 991.98px) {
    .min-width-dropdown2 {
        min-width: 140px
    }

    .min-width-dropdown {
        min-width: 210px
    }
}

@media (min-width: 768px) {
    /* Spotlight */
    .spotlightContainer {
        height: 475px;
        min-height: 475px;
    }


    /* Spotlight ends*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .width-dropdown {
        width: 210px;
    }

    .width-dropdown2 {
        width: 140px;
    }

    .MultiColumnWithLinks{
        min-width: 50%;
    }

    .no-margin-left-sm{
        margin-left: 0;
    }

    .margin-5-bottom-sm{
        margin-bottom: 5px;
    }

    /* Social Links */
    .socialLinksContainer .pos-fixed-top-imp {
        left: 30px;
    }
    /* Social Links */

    .txtContainer{
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .relative-xs-imp{
        position: relative !important;
    }

    .no-pad-xs-imp{
        padding: 0 !important;
    }

    .noRadius-xs{
        border-radius: 0;
    }

    .fullWidth-xs {
        width: 100% !important;
    }

    .max-width-100p-xs {
        max-width: 100%
    }

    .banner-breakpoint {
        min-width: 1000px;
    }

    .dropdownContainer > div:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0
    }

    /* Spotlight */

    .banner-crop-img2 {
        position:relative;
        height: 175px;
        left:-60px;
    }

    .spotlightTextContainer {
        position: relative;
    }

   
    /* Spotlight ends*/
    .TwoColumnsWithLinks > div, .TextCardsContainer > div {
        min-width: 100%;
    }

    .MultiColumnWithLinks {
        min-width: 100%;
    }

    /*old code for support*/

    .parentImgCont img.banner-crop-img.leftCrop-xs {
        right: 0
    }

    .parentImgCont img.banner-crop-img.leftCrop-10-xs {
        top: 50%;
        right: 10%;
        transform: translate(10%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightCrop-xs {
        top: 50%;
        left: 0;
        transform: translate(0%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightCrop-10-xs {
        top: 50%;
        left: 10%;
        transform: translate(-10%,-50%)
    }

    .parentImgCont img.banner-crop-img.centerCrop-xs {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    /*old code for support*/

    /*class for showing right side on mobile*/
    .parentImgCont img.banner-crop-img.rightView-xs {
        right: 0
    }

    .parentImgCont img.banner-crop-img.rightView-0-xs {
        top: 50%;
        right: 0;
        transform: translate(0%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-5-xs {
        top: 50%;
        right: 5%;
        transform: translate(5%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-10-xs {
        top: 50%;
        right: 10%;
        transform: translate(10%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-15-xs {
        top: 50%;
        right: 15%;
        transform: translate(15%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-20-xs {
        top: 50%;
        right: 20%;
        transform: translate(20%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-25-xs {
        top: 50%;
        right: 25%;
        transform: translate(25%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-30-xs {
        top: 50%;
        right: 30%;
        transform: translate(30%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-35-xs {
        top: 50%;
        right: 35%;
        transform: translate(35%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-40-xs {
        top: 50%;
        right: 40%;
        transform: translate(40%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-45-xs {
        top: 50%;
        right: 45%;
        transform: translate(45%,-50%)
    }

    .parentImgCont img.banner-crop-img.rightView-50-xs {
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%)
    }

    /*class for center cropping on mobile*/
    .parentImgCont img.banner-crop-img.centerView-xs {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .parentImgCont img.banner-crop-img.centerView-15-70-xs {
        top: 15%;
        left: 70%;
        transform: translate(-70%,-15%)
    }

    .parentImgCont img.banner-crop-img.topCenterView-46-45-xs {
        top: 0;
        left: 46%;
        transform: translate(-45%,0)
    }

    /*class for right cropping on mobile*/
    .parentImgCont img.banner-crop-img.leftView-xs {
        left: 0
    }

    .parentImgCont img.banner-crop-img.leftView-5-xs {
        top: 50%;
        left: 5%;
        transform: translate(-5%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-10-xs {
        top: 50%;
        left: 10%;
        transform: translate(-10%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-15-xs {
        top: 50%;
        left: 15%;
        transform: translate(-15%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-20-xs {
        top: 50%;
        left: 20%;
        transform: translate(-20%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-25-xs {
        top: 50%;
        left: 25%;
        transform: translate(-25%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-30-xs {
        top: 50%;
        left: 30%;
        transform: translate(-30%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-35-xs {
        top: 50%;
        left: 35%;
        transform: translate(-35%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-40-xs {
        top: 50%;
        left: 40%;
        transform: translate(-40%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-45-xs {
        top: 50%;
        left: 45%;
        transform: translate(-45%,-50%)
    }

    .parentImgCont img.banner-crop-img.leftView-50-xs {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    /* Social Icons */ 
    .txtContainer {
        width: 100%;
    }

    .txtContainer > div{
        max-width: 100%;
        padding: 0 15px;
    }

    .socialLinksContainer .tooltip.bs-tooltip-bottom {
        margin-top: 25px;
    }
    /* Social Icons ends */

    /* Video */
    .videoContainer{
        min-height: 165px;
        height: 398px;
        margin-top: -30px;
    }
    /* Video ends */

    .line-height-26-xs{
        line-height: 26px;
    }
    
    .letter-spacing-n0p4-xs{
        letter-spacing: -0.4px;
    }
}

@media (max-width: 519.98px) {
    .videoContainer {
    min-height: 180px;
    height: 180px;
    }
}


 @media (min-width: 2170px) {
    .banner-crop-img2 {
        width: 100%;
        left: 0px;
        height: auto
    }

    .spotlightContainer {
        overflow:hidden
    }
}

/*fix for the  slider showing multiple images*/
.slidingCardsSection .slidingCardsContainer {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    max-height: 435px;
}

    .slidingCardsSection .slidingCardsContainer.slick-initialized {
        visibility: visible;
        opacity: 1;
        max-height: initial;
    }

img, div {
    opacity: 1;
    -webkit-transition: opacity .3s linear 0.2s;
    -moz-transition: opacity .3s linear 0.2s;
    transition: opacity .3s linear 0.2s;
}

    img[data-src], div[data-src] {
        opacity: 0;
    }

























