/*falgun color 
#ef9a3e;*/

body,html{
    font-family: 'TT Norms Pro';
    color:#464646
}

.grayMenu a{
    color:#454545 !important;
    /*font-weight:700*/
}
.grayMenu .container .navBarBtn .icon-bar{
    background-color:#454545
}
.NEWCLASS a{
    color: black !important;
}
.navBackground{
    background: rgba(0, 0, 0,0.8);
}



@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'TT Norms Pro Light';
    src: url('../font/TTNormsPro-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    src: url('../font/TTNormsPro-ExtraBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    src: url('../font/TTNormsPro-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TTNormsPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}
.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
    border-color:#313740;

}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{
    color:#313740;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;

}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;

}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #313740;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 15px;

    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #313740;
    border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #313740;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
    left: 0;
    margin-top: 33px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
    margin-top: 33px;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h4 {
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 20px;
    margin-bottom: 15px;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 16px;
    margin-top: 15px;

}

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {

    .cd-horizontal-timeline.loaded{
        margin: 0;
    }
    .cd-horizontal-timeline .timeline{
        width: 100%;
    }
    .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{
        padding: 0;
        margin: 0;
    }
    .cd-horizontal-timeline .events-content h4{
        font-size: 16px;
    }
    .cd-horizontal-timeline .events-content{
        margin: 0;
    }

}
.timeline:before{
    content: " ";
    display:none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

.video-content {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.video-content .text_part h1{
    text-align: center;
    font-size: 70px;
    /*text-transform: uppercase;*/
    font-family: 'TT Norms Pro';
    color: white;

}
.video-content .play_button_area {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


.video-content .play_button_area .play_btn {
    text-decoration: none;
    background:#ef9a3e;
    font-size: 20px;
    border: 2px solid #ef9a3e;
    color: aliceblue;
    border-radius: 50%;
    padding: 15px 20px;
    position: relative;
}

.video-content .play_button_area .play_btn::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #ef9a3e;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
}
.video-content .play_button_area .play_btn:hover{
    transform:scale(1.4);
    transition: all 0.5s;
}

.video-content .play_button_area .play_btn::before {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #ef9a3e;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
}

@keyframes anim {
    from {
        margin: 0px;
        opacity: 1;
    }

    to {
        margin: -15px;
        opacity: 0;
    }
}



.liItems.horizonIn a{

    /*font-weight:bold*/
}
@media all and (-ms-high-contrast:none){
    nav{
        visibility:visible !important
    }
    *::-ms-backdrop,nav{
        visibility:visible !important
    }
}
.overlayDiv{
    position:absolute;
    /*display:none;*/
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);


    z-index:1;
    cursor:pointer;
    overflow:hidden !important
}
.panel>li>a:hover,.itemA>li>a:hover{
    color:#f5a623 !important
}
/*nav{
    visibility:hidden
}*/
.navText{
    /*padding-top:.3rem*/
    padding-top:1.6rem;
}
.paddingRight0{
    padding-right:0 !important
}
.marginRight0{
    margin-right:0
}
.navbar .falgunLogo{
    /*margin:1rem 0 !important;*/
    margin-top: 10.8px !important;
    margin-left: -1px !important;
    width:200px;
    height:60px;
    background-image:url("../img/falgunLogo.png");
    padding:0;
    background-position:center;
    background-size:contain;
    margin-bottom: 10px;


}







.falgunLogo{
    /*width:70px;*/

    display:inline-block;
    background-repeat:no-repeat;
    line-height:20px;
    background-position:center
}


a.nav-link{
    padding:1rem 1.5rem;
    position:relative
}
.navText a.nav-link:hover:after{
    content:"";
    display:block;
    margin:0 auto;
    padding-top:1rem;
    border-bottom:.1rem solid #ef9a3e !important;
    color: #ef9a3e;
}

.nav .icon a.nav-link:hover:after{
    content:"";
    display:block;
    margin:0 auto;
    padding-top:1rem;
    color: #ef9a3e;
    border-bottom: none !important;
}

.nav-item>.nav-link{
    padding:1.4rem 2.3rem;
    cursor:pointer;
    font-weight: 500;
}
.nav-item>.nav-link:hover{
    /*color:#fff;*/
    color: #ef9a3e;
}
.customNav>li.nav-item.icon:nth-child(6){
    padding-left:3rem;
}

.customNav>li.nav-item.icon:nth-child(7){
    margin-left:-2rem;
}
.customNav>li.nav-item.icon:nth-child(8){
    margin-left:-2rem;
}


li.nav-item{
    font-size:1.6rem
}
.navbar-toggle .icon-bar{
    background-color:#fff
}
.nav>li>a:focus,.nav>li>a:hover{
    background-color:transparent;
    color:#fff
}


a,ul li a{
    color:#fff;
    /*color: black;*/
    text-decoration:none;
    /*font-weight:700*/
}
a:hover{
    color:#fff;
    text-decoration:none
}
.custNavBar{
    border:0;
    position:fixed;
    /*height:5.6rem;*/
    width:100%;
    z-index:999;
    border-radius:0;
    transition:all .4s;
    transition-timing-function:ease-in-out
}
.panel{
    /*  change top-panel bg*/
    overflow:hidden;
    color:black !important;
    background:transparent;
    position:fixed;
    display:none;
    margin-left:2.2rem;
}
.subHead span{
    height:2.8rem;
    width:19.5rem;
    color:black;
    /*font-size:2.4rem;*/
    line-height:2.8rem;
    font-weight: 500;
}
.subHead{
    padding:3rem 0 1rem 0
}
hr.subHeadBorder{
    width:55rem;
    color:#666;
    border-top:1px solid #4c4b4b;
    margin-top:0;
    margin-left:0rem;
    margin-bottom:10px
}



.liItems{
    /*change top panel text color*/

    padding:.5rem 0 .5rem .1rem;
    font-family: 'TT Norms Pro';
    font-weight: 400;
    text-align:left;
    color:black;
    width:20rem
}
.liItems a{
    color: black ;
}
.horizonIn{
    display:inline
}
.colCount3{
    display:flex
}
.colCount3 ul+ul{
    margin-left:3rem
}
.marginT30{
    margin-top:3rem
}
.marginT20{
    margin-top:2rem
}
.overlayPop{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
    z-index:9999;
    opacity:1;
    -webkit-animation:slideBottom 1s forwards;
    -moz-animation:slideBottom 1s forwards;
    animation:slideBottom 1s forwards
}
.overlayPop p{
    margin:0
}
.overlayPop a,.overlayPop a:hover,.overlayPop a:visited,.overlayPop a:focus{
    color:#ef9a3e
}
.overlayPop .details{
    margin:0 auto;
    width:66.2rem;
    padding:1rem;
    background-color:#fff;
    box-shadow:0 0 11px 4px rgba(0,0,0,0.2);
    display:flex;
    align-items:center;
    justify-content:center
}
.overlayPop .flexDiv{
    display:flex;
    align-items:center;
    justify-content:center
}
.overlayPop .blockDiv span:nth-child(1){

    font-size:1.8rem;
    text-align:center
}
.overlayPop .blockDiv span:nth-child(2){
    font-size:1.2rem;
    color:#454545;
    display:block
}
.overlayPop .blockDiv{
    padding-right:1rem
}
.overlayPop .btn+.btn:focus,.overlayPop .btn+.btn:hover{
    color:#333;
    background-color:#dadada
}
.overlayPop .btn{
    width:13rem;
    border:0;
    border-radius:0
}
.overlayPop .btn+.btn{
    margin-left:1rem;
    background-color:#e6e6e6;
    padding:6px
}
@media(max-width:575px),(min-width:576px) and (max-width:767px),(min-width:768px) and (max-width:991px){
    .overlayPop .details{
        width:100%
    }
    .overlayPop .container{
        padding:0;
        width:100%
    }
}
@media(max-width:575px){
    .overlayPop .flexDiv{
        display:block
    }
    .overlayPop .btn+.btn{
        margin-left:0;
        margin-top:1rem
    }
    .colCount3{
        display:block
    }
    .colCount3 ul+ul{
        margin-left:0
    }
    .liItems{
        padding:.5rem 0 0 2rem;
        width:auto
    }
    .collapseNav>ul{
        height:90vh;
        overflow-y:scroll
    }
    .marginT30{
        margin-top:1rem
    }
    .nav-item>.nav-link:active{
        color:#ef9a3e !important
    }
    .navbar .falgunLogo{
        margin-bottom:0 !important
    }
    .navbar-nav{
        margin:0
    }
    .falgunLogo{
        /*width:5rem*/
    }
    .collapseNav{
        background:#000
    }
    .collapseNav>ul{
        padding-bottom:15rem;
        width:100%;
        margin-top:6rem;
        float:left !important
    }
    .collapseNav>ul>.icon{
        padding:0
    }
    .customNav>li.nav-item.icon:nth-child(7){
        padding-left:0rem
    }
    .explrtext{
        float:left
    }
    .clsBtn{
        margin:1rem 2rem 0 0
    }
    .explrHead{
        position:fixed;
        width:80%;
        background:#000;
        height:5.5rem;
        border-bottom:1rem solid #292929;
        opacity:1;
        z-index:9
    }
    .accordion{
        background-image:url('../img/arrowDown.svg');
    }
    .accordion{
        cursor:pointer;
        width:100%;
        border:0;
        text-align:left;
        outline:0;
        transition:.3s;
        width:93%;
        /*background-image:url(../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);*/
        background-repeat:no-repeat;
        background-position-x:right;
        background-position-y:center
    }
    .panel{
        padding:0 1.8rem 0 1rem;
        position:relative;
        margin-left:0
    }
    .navText a.nav-link:hover:after{
        display:none
    }
    .subHead{
        padding:1rem 0 .5rem 2rem
    }
    .hide{
        opacity:0;
        height:0
    }
    .horizonIn{
        display:block
    }
}
@media(min-width:576px) and (max-width:767px){
    .colCount3{
        display:block
    }
    .colCount3 ul+ul{
        margin-left:0
    }
    .liItems{
        padding:.5rem 0 0 2rem;
        width:auto
    }
    .horizonIn{
        display:block
    }
    .collapseNav>ul{
        height:90vh;
        overflow-y:scroll
    }
    .nav-item>.nav-link:active{
        color:#ef9a3e !important
    }
    .navbar-nav{
        margin:0
    }
    .collapseNav{
        background:#000
    }
    .collapseNav>ul{
        float:left !important;
        width:100%;
        margin-top:6rem
    }
    .collapseNav>ul>.icon{
        padding:0
    }
    .customNav>li.nav-item.icon:nth-child(7){
        padding-left:1.3rem
    }
    .explrtext{
        float:left
    }
    .clsBtn{
        margin:1rem 1.5rem 0 0
    }
    .explrHead{
        position:fixed;
        width:43%;
        background:#000;
        height:5rem;
        opacity:1;
        border-bottom:.1rem solid #292929;
        z-index:9
    }
    .accordion{
        cursor:pointer;
        width:93%;
        border:0;
        text-align:left;
        outline:0;
        transition:.5s;
        /*background-image:url(../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);*/
        background-repeat:no-repeat;
        background-position-x:right;
        background-position-y:center
    }
    .panel{
        margin-left:1rem;
        position:relative
    }
    .navText a.nav-link:hover:after{
        display:none
    }
    .liItems{
        padding:.5rem 0 0 2rem
    }
    .subHead{
        padding:1rem 0 .5rem 2rem
    }
    .collapseNav{
        overflow:auto
    }
    .customNav{
        overflow:auto
    }
}
@media(min-width:768px) and (max-width:991px){
    .overlayPop .blockDiv{
        width:38%
    }
    .colCount3{
        display:block
    }
    .colCount3 ul+ul{
        margin-left:0
    }
    .liItems{
        width:auto
    }
    .collapseNav>ul{
        height:90vh;
        overflow-y:scroll
    }
    li.nav-item.icon{
        padding:0
    }
    .nav-item>.nav-link:active{
        color:#ef9a3e !important
    }
    .navbar>.container>.navBarBtn{
        margin:1rem 1.5rem;
        padding:1rem 0
    }
    .padTop5{
        padding-top:2rem
    }
    .falgunLogo{
        /*width:7rem;*/
    }
    .nav-item>.nav-link{
        padding:1.5rem 1.5rem
    }
    li.nav-item{
        font-size:1.4rem
    }
    .navbar-toggle{
        display:block;
    }
    .navbar-collapse{
        border-top:.1rem solid transparent;
        box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)
    }
    .navbar .d-block{
        display: block !important;
    }
    .navbar-collapse.collapse{
        display:none !important
    }
    .navbar-nav>li{
        float:none
    }
    .navbar-nav>li>a{
        padding-top:1rem;
        padding-bottom:1rem
    }
    .nav-item>.nav-link{
        padding:1rem 0 1rem 2rem
    }
    .navBarBtn,.falgunLogo{
        margin-top:1.5rem;
        margin-bottom:1.5rem
    }
    .paddingTopInNav{
        padding:0
    }
    .navbar-nav{
        margin:0
    }
    .collapseNav{
        background:#000
    }
    .collapseNav>ul{
        margin-top:6rem;
        float:left !important;
        width:100%
    }
    .collapseNav>ul>.icon{
        padding:0
    }
    .customNav>li.nav-item.icon:nth-child(7){
        padding-left:0rem
    }
    .navbar>.container{
        padding:0;
        width:100%
    }
    .navbar>.container>.falgunLogo{
        margin-left:1.5rem !important
    }
    .explrtext{
        float:left;
        width:85% !important
    }
    .clsBtn{
        margin:1rem 1rem 0 0
    }
    .explrHead{
        position:fixed;
        width:35%;
        background:#000;
        border-bottom:.1rem solid #292929;
        height:5rem;
        opacity:1;
        z-index:9
    }
    .accordion{
        cursor:pointer;
        width:93%;
        border:0;
        text-align:left;
        outline:0;
        transition:.5s;
        background-image:url(../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);
        background-repeat:no-repeat;
        background-position-x:right;
        background-position-y:center
    }
    .panel{
        padding:0 1.8rem 0 1rem;
        margin-left:0;
        position:relative
    }
    .navText a.nav-link:hover:after{
        display:none
    }
    .liItems{
        padding:3px 3px 3px 2rem
    }
    .subHead{
        padding:1rem 0 .5rem 2rem
    }
    .subHead{
        padding-bottom:2rem
    }
    .horizonIn{
        display:block
    }
}
@media(min-width:992px) and (max-width:1199px){
    .communityPanel{
        padding-left:0
    }
    .panel{
        opacity:0;
        -webkit-animation:fadein ease-in 1;
        -moz-animation:fadein ease-in 1;
        animation:fadein ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        animation-duration:1s
    }
    .communityPanel{
        margin-left:-8.5rem
    }
    .aboutPanel{
        margin-left:-21rem
    }
    .megaMenu:hover .panel{
        display:block
    }
    .marT25{
        margin-top:2.5rem
    }
}
@media(min-width:1200px) and (max-width:1439px){
    .megaMenu:hover .panel{
        display:block
    }
    .panel{
        opacity:0;
        -webkit-animation:fadein ease-in 1;
        -moz-animation:fadein ease-in 1;
        animation:fadein ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        animation-duration:1s
    }
    .communityPanel{
        margin-left:-8.7rem
    }
    .aboutPanel{
        margin-left:-21.4rem
    }
    .marT25{
        margin-top:2.5rem
    }
}

/*.menuExpanded .nav-link{
    color: black !important;
}*/



@media(min-width:1440px) and (max-width:1899px){
    a,ul li a{
        font-weight:300
    }
    .megaMenu:hover .panel{
        display:block
    }
    .panel{
        opacity:0;
        -webkit-animation:fadein ease-in 1;
        -moz-animation:fadein ease-in 1;
        animation:fadein ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
        animation-duration:1.5s
    }
    .communityPanel{
        margin-left:-8.6rem
    }
    .aboutPanel{
        margin-left:-21rem
    }
    .marT25{
        margin-top:2.5rem
    }
}
@media(min-width:1900px) and (max-width:2300px){
    a,ul li a{
        font-weight:300
    }
    .panel{
        opacity:0;
        -webkit-animation:fadein ease-in 1;
        -moz-animation:fadein ease-in 1;
        animation:fadein ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
        animation-duration:1.5s
    }
    .communityPanel{
        margin-left:-4%
    }
    .aboutPanel{
        margin-left:-10%
    }
    .megaMenu:hover .panel{
        display:block
    }
    .marT25{
        margin-top:2.5rem
    }
}
@media(min-width:1900px) and (max-width:2000px){
    .aboutPanel{
        margin-left:-11.1%
    }
    .communityPanel{
        margin-left:-4.3%
    }
}
@media(min-width:2301px){
    a,ul li a{
        font-weight:300
    }
    .panel{
        opacity:0;
        -webkit-animation:fadein ease-in 1;
        -moz-animation:fadein ease-in 1;
        animation:fadein ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
        animation-duration:1.5s
    }
    .communityPanel{
        margin-left:-85px
    }
    .aboutPanel{
        margin-left:-21rem
    }
    .megaMenu:hover .panel{
        display:block
    }
    .marT25{
        margin-top:2.5rem
    }
}

@media(min-width:992px){
    .backdrop{
        position:fixed;
        opacity:0;
        top:0;
        left:0;
        width:100vw;
        height:0;
        /*megamenu-bg*/
        background-color:white;
        z-index:-1;
        transition-duration:.5s;
        transition-timing-function:ease-in-out;
        border-bottom: 2px solid #ef9a3e;
    }
    li.megaMenu:nth-of-type(1):hover ~ .backdrop{
        height:42rem;
        opacity:1
    }
    li.megaMenu:nth-of-type(2):hover ~ .backdrop{
        height:30rem;
        opacity:1
    }
    li.megaMenu:nth-of-type(3):hover ~ .backdrop{
        height:31rem;
        opacity:1
    }




}
.fadeGlobalSearch{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#ababab;
    z-index:999;
    -moz-opacity:.8;
    opacity:.70;
    filter:alpha(opacity=80)
}
.modalGlobalSearch{
    display:none;
    position:absolute;
    border:16px solid #f3f3f3;
    border-top:16px solid #3498db;
    border-radius:50%;
    position:fixed;
    z-index:999;
    height:7rem;
    width:7rem;
    overflow:show;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    animation:spin 2s linear infinite
}
@keyframes spin{
    0{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
:-ms-input-placeholder{
    color:#454545;
    opacity:1
}
::-ms-input-placeholder{
    color:#454545;
    opacity:1
}
::-webkit-input-placeholder{
    color:#454545;
    opacity:1
}
::-moz-placeholder{
    color:#454545;
    opacity:1
}
::-ms-placeholder{
    color:#454545;
    opacity:1
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .searchCheck{
        width:3rem;
        height:3rem
    }
}
.allCheck{
    cursor:pointer
}
.card{
    margin-top:2rem
}
.searchSection{
    -webkit-overflow-scrolling:touch;
    display:none;
    position:fixed;
    width:100%;
    height:-moz-calc(100vh - 50px);
    height:-webkit-calc(100vh - 50px);
    height:-o-calc(100vh - 50px);
    height:calc(100vh - 50px);
    z-index:996;
    top:5.2rem;
    background-color:#fff;
    opacity:.96;
    overflow-x:hidden
}
.searchSection .inputBox{
    width:90%;
    float:left;
    min-height:3rem;
    background:0;
    border:0;
    padding-top:12px;
    color:#454545;
    font-size:2rem;
    outline:0
}
.globalSearchIcon{
    float:right;
    text-align:center;
    width:auto;
    padding:1.5rem 0;
    outline:0;
    cursor:pointer
}
.searchDiv{
    background:#fff;
    border-bottom:2px solid #ef9a3e
}
.globalList{
    width:100%;
    float:left;
    font-size:1.8rem
}
.filters{
    display:none;
    width:30%;
    float:left
}
.filters>.filterHeading{
    color:#454545;
    font-size:2.5rem;
    line-height:4.5rem
}
.searchCheck{
    height:2.5rem;
    width:2.5rem;
    margin:1rem 1.5rem 0 0 !important;
    border:1px solid #454545;
    border-radius:0;
    float:left
}
.chkbox{
    display:none
}
.chkbox+label:before{
    border:1px solid #333;
    content:"\00a0";
    display:inline-block;
    font:17px/22px sans-serif;
    height:21px;
    margin:0 1rem 0 0;
    padding:0;
    vertical-align:top;
    width:20px
}
.chkbox:checked+label:before{
    background:#5f95fc;
    content:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/check-mark-white.svg");
    color:#fff;
    text-align:center;
    border:0
}
.filterLabel{
    font-weight:normal
}
.filterLabel{
    line-height:1.8rem;
    font-size:1.8rem
}
.pagination{
    display:none;
    justify-content:center
}
.pagination ul{
    display:flex;
    padding:0;
    list-style:none
}
.pagination>ul li{
    padding:0rem 1rem 3rem 1rem;
    font-size:1.8rem
}
.pageNumbers{
    display:inline
}
.tagName{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:20px
}
@media(max-width:575px){
    .searchSection .inputBox{
        font-size:1.8rem
    }
    .allCheck{
        width:50%;
        float:left
    }
    .tags{
        display:block;
        clear:both
    }
    .tagName{
        margin-bottom:1.5rem
    }
    .pagination>ul li{
        padding:0rem 1.2rem 3rem .8rem
    }
    .pagination{
        margin:0 0 3rem 0
    }
    .filters{
        width:100%
    }
    .filters>.filterHeading{
        font-size:2rem
    }
    .tagName{
        font-size:1.4rem
    }
}
@media(min-width:576px) and (max-width:767px){
    .allCheck{
        width:50%;
        float:left
    }
    .tags{
        display:block;
        clear:both
    }
    .filters{
        width:100%
    }
    .filters>.filterHeading{
        font-size:2rem
    }
    .tagName{
        font-size:1.4rem
    }
}
@media(min-width:768px) and (max-width:991px){
    .globalList{
        width:100%
    }
    .allCheck{
        width:50%;
        float:left
    }
    .tags{
        display:block;
        clear:both
    }
    .filters{
        width:100%
    }
    .searchSection{
        top:5rem
    }
}
main{
    overflow:hidden;
    width:100%;
    position:relative
}
.heroSection{
    position:relative;
    width:100%
}
.heroBannerSection{
    height:100vh;
    min-height:600px;
    overflow:hidden
}
.heroHeadline>.sectionContent{
    max-width:50rem
}
.heroForegrounds>.heroHeadline>.sectionContent>.bannerHeading>span{
    padding:.6rem 1rem;
    color:#fff;
    background-color:#043a5b;
    font-style:italic;
    font-size:1.4rem
}
.paddingRight0{
    padding-right:0
}
.marginRight0{
    margin-right:0
}
a:hover{
    color:#fff;
    text-decoration:none
}
@media(max-width:575px){
    .heroBannerSection{
        min-height:500px
    }
    .heroHeadline>.sectionContent{
        max-width:25rem !important
    }
}
@media screen and (min-width:2000px){
    .parallaxControls{
        top:calc(50% - 32px);
        top:-webkit-calc(50% - 32px)
    }
}
.noDisplay{
    display:none !important
}
.landscapeConatiner{
    position:relative
}
.landscapeOverlay{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    z-index:9999;
    color:white;
    background-color:rgba(0,0,0,0.9)

}
.footer-bottom{
    position:relative
}
.heroHeading>span{
    display:block
}
.arrows{
    cursor:pointer;
    margin-top:.5rem;
    margin-left:1rem
}
.jumpFirst{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/jumpFirst.svg");
    background-repeat:no-repeat
}
.jumpFirst:hover{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/jumpFirstActive.svg");
    background-repeat:no-repeat
}
.leftArw{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/left.svg");
    background-repeat:no-repeat
}
.leftArw:hover{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/leftActive.svg");
    background-repeat:no-repeat
}
.rightArw{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/right.svg");
    background-repeat:no-repeat
}
.rightArw:hover{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/rightActive.svg");
    background-repeat:no-repeat
}
.jumpLast{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/jumpLast.svg");
    background-repeat:no-repeat
}
.jumpLast:hover{
    background-image:url("../../../etc.clientlibs/falgun/clientlibs/assets/resources/img/common/globalSearch/jumpLastActive.svg");
    background-repeat:no-repeat
}

main{
    width:100%;
    position:relative
}
@-moz-document url-prefix(){
}
.noDisplay{
    display:none
}
.noMargin{
    margin:0
}
.noPadding{
    padding:0
}
.clear{
    clear:both
}
.headingDiv{
    box-shadow:0 6px 9px 0 rgba(0,0,0,0.2);
    height:5.2rem;

    display:inline-block;
    padding:8px 20px;
    position:absolute;
    top:-3rem;
    left:-1.5rem;
    z-index:2;
    background-color:rgba(255,255,255,0.8);

    margin-top:0;
    color:#454545;
    font-size:2.4rem;
    line-height:3.6rem
}
.headingP{
    position:relative
}
.module{
    border-left:15px solid transparent;
    padding:0;
    border-right:15px solid transparent;
    position:relative
}
.module:nth-child(even){
    margin-right:0
}
.btn:focus{
    outline:0 !important
}
.btn:focus,.btn:hover{
    color:#fff
}
.simButton{
    height:35px;
    text-align:center;
    max-width:13rem;
    width:100%;
    background-color:#ef9a3e !important;
    margin-left:2rem
}
.buttonMore{
    border-radius:0;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    position:relative;
    padding:7px;
    color:#fff;
    border:0;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.buttonMore::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0;
    color:#fff;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    -webkit-transform:scale(0.5,1);
    transform:scale(0.5,1);
    background-color:rgba(0,0,0,0.1);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.buttonMr:hover::before{
    opacity:1;
    -moz-transform:scale(1,1) !important;
    -ms-transform:scale(1,1) !important;
    -webkit-transform:scale(1,1) !important;
    transform:scale(1,1) !important
}
.readMArrow{
    margin-left:5px
}
a.hoverCard:hover{
    background-color:rgba(4,58,91,0.1);
    transition:1s ease
}
@media(hover:hover){
    a.hoverCard:hover{
        background-color:rgba(4,58,91,0.1);
        transition:1s ease
    }
}
@media(hover:none){
    a.hoverCard:hover{
        background-color:transparent;
        transition:1s ease
    }
}
.arrowSection{
    position:absolute;
    bottom:10rem;
    right:1.8rem;
    z-index:10;
    cursor:pointer
}
.arrowContainerP{
    /*position:relative*/
}
.arrowSection>.arrowContainer{
    position:relative;
    right:0;
    display:inline-block;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
    color:#fff;
    transition:opacity .3s
}
.arrowSection .arrowContainer:hover{
    opacity:.5
}
.arrowSection .arrowContainer span{
    position:absolute;
    top:0;
    right:0;
    width:2rem;
    height:2rem;
    border-left:.2rem solid #ef9a3e;
    border-bottom:.2rem solid #ef9a3e;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:arrowDown 1s infinite;
    -moz-animation:arrowDown 1s infinite;
    -ms-animation:arrowDown 1s infinite;
    -o-animation:arrowDown 1s infinite;
    animation:arrowDown 1s infinite;
    opacity:0;
    box-sizing:border-box
}
.arrowSection .arrowContainer span:nth-of-type(1){
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    animation-delay:1s
}
.arrowSection .arrowContainer span:nth-of-type(2){
    top:16px;
    -webkit-animation-delay:.2s;
    -moz-animation-delay:.2s;
    animation-delay:.2s
}
.arrowSection .arrowContainer span:nth-of-type(3){
    top:32px;
    -webkit-animation-delay:.3s;
    -moz-animation-delay:.3s;
    animation-delay:.3s
}
.arrowSection .arrowContainer span:nth-of-type(4){
    top:48px;
    -webkit-animation-delay:.4s;
    -moz-animation-delay:.4s;
    animation-delay:.4s
}
.sectionContent{
    position:absolute;
    margin:0;
    max-width:60rem;
    top:45%;
    z-index:9999 !important;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%)
}
.heroForegrounds{
    position:absolute;
    right:0;
    left:0;
    z-index:9999;
    top:0
}
.heroHeadline{
    min-height:600px;
    height:100vh;
    position:relative;
    color:#fff
}
.bg{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    object-fit:cover;
    font-family:"object-fit: cover"
}
.bannerHeading>span{
    padding:.6rem 1rem;
    color:#fff;
    background-color:#043a5b;
    font-style:italic;
    font-size:1.4rem
}
a:hover,a:focus,a:active{
    color:#fff;
    text-decoration:none
}
.fadeInBanner{
    opacity:0;
    -webkit-animation:fadein ease-in 1;
    -moz-animation:fadein ease-in 1;
    animation:fadein ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s
}
.fadeInBanner.heroForegrounds{
    -webkit-animation-delay:.2s;
    -moz-animation-delay:.2s;
    animation-delay:.2s
}
.Tooltip{
    position:relative;
    display:inline-block;
    width:100%
}
.Tooltip .tooltiptext{
    visibility:hidden;
    width:6rem;
    height:2.4rem;
    background-color:#ebebeb;
    text-align:center;
    padding:.4rem 0;
    position:absolute;
    z-index:1;
    top:-2rem;
    left:30%;
    color:#454545;
    font-style:normal;
    opacity:.75;
    font-size:10px;
    /*font-weight:700;*/
    box-shadow:2px 2px 3px 0 rgba(0,0,0,0.3);
    text-transform:capitalize
}
.Tooltip .tooltiptext::after{
    transform:rotate(-90deg);
    border-bottom:12px solid transparent;
    border-right:12px solid #ebebeb;
    content:"";
    position:absolute;
    top:99%;
    left:43% !important;
    box-shadow:0 -1px 0 0 rgba(0,0,0,0.3)
}
.Tooltip:hover .tooltiptext{
    visibility:visible
}
@media(max-width:575px){
    .arrowContainerP{
        position:initial !important
    }
    .sliderElem{
        display:none
    }
    .clickableDiv{
        cursor:pointer
    }
    .arrowSection{
        bottom:15rem !important;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden
    }
    .Tooltip:hover .tooltiptext{
        visibility:hidden
    }
    .simButton{
        margin-left:1rem
    }
    .headingDiv{
        height:3.5rem;
        font-size:1.6rem;
        top:-2rem;
        left:.5rem;
        padding:0 .8rem
    }
    .headingP>.headingDiv{
        left:.5rem !important
    }
    .clickableDiv{
        cursor:pointer
    }
}
@media(max-width:991px){
    .Tooltip:hover .tooltiptext{
        visibility:hidden
    }
    .clickableDiv{
        cursor:pointer
    }
}
@media(min-width:768px) and (max-width:991px){
    .arrowContainerP{
        position:initial !important
    }
    .headingDiv{
        left:0;
        padding:8px 12px
    }
    .arrowSection{
        bottom:15rem
    }
    .clickableDiv{
        cursor:pointer
    }
}
@media screen and (min-width:2000px){
    .buttonMore{
        transform-style:preserve-3d;
        -webkit-transform-style:preserve-3d
    }
    a,ul li a{
        font-weight:300
    }
}
@media(min-width:576px) and (max-width:767px){
    .arrowContainerP{
        position:initial !important
    }
    .sliderElem{
        display:none
    }
    .arrowSection{
        bottom:12rem !important
    }
    .headingDiv{
        left:.5rem;
        padding:8px 8px
    }
    .clickableDiv{
        cursor:pointer
    }
}
@media(max-width:767px){
    .parallaxControls{
        display:none
    }
    .carouselDiv{
        position:initial
    }
    .carouselDiv{
        height:100%
    }
}
@media(min-width:768px) and (max-width:991px){
    .parallaxControls{
        display:none
    }
}
@media(min-width:992px) and (max-width:1199px){
    .parallaxControls{
        display:none
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:992px){
    .upMark{
        width:100%
    }
}
.hoverBrandTxt{
    z-index:2
}
.BrandSectionIndicator>.active>.overlayBrandNav{
    display:block
}
.BrandSectionIndicator>:hover>.overlayBrandNav{
    display:block
}
.overlayBrandNav{
    display:none;
    width:inherit;
    height:100%;
    background-color:#000;
    position:absolute;
    z-index:1;
    opacity:.5
}
.brandInfo>.heroHeading>span{
    display:inline-block
}
.brandsSection li.forBrands:hover{
    margin-bottom:1rem;
    transition:all .5s;
    -webkit-transition:all .5s;
    -ms-transition:all .5s
}
.carouselIndicators li{
    margin:3px
}
.normalImg{
    width:75%
}
.hoverImg{
    width:75%
}
.forBrands.active{
    margin-bottom:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s
}
.forBrands:hover{
    margin-bottom:0
}
.brandsThumbnail{
    position:relative;
    z-index:99;
    left:0;
    display:inline-block;
    width:100% !important;
    background-color:#000;
    height:12rem;
    bottom:0rem;
    position:absolute;
    left:0;
    margin-bottom:0;
    padding-bottom:0;
    display:block;
    top:auto;
    opacity:.8
}
.upMark,.hoverBrandTxt,.hoverImg{
    display:none
}
.hoverBrandTxt{
    position:absolute;
    padding-top:3.5rem;
    width:13rem;
    color:#fff;
    font-size:1.8rem
}
.BrandSectionIndicator>.active>.upMark,.BrandSectionIndicator>.active>.hoverBrandTxt{
    display:block
}
.brandCarousel{
    position:absolute;
    width:100%;
    height:100%;
    top:0
}
.brandInfo{
    margin-left:2.5rem
}
.extrnLink{
    margin-left:1rem
}
.brandInfo>.heroHeading{
    margin-bottom:2rem
}
.brandCarousel>.innerCarousel>.carItem,.brandCarousel>.innerCarousel{
    height:100%
}
.brandCarousel>.innerCarousel>.carItem>picture>img{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    object-fit:cover;
    font-family:'object-fit: cover'
}
.brandCarousel{
    width:auto;
    position:relative
}
.brandCarousel>.carousel-inner>.Indicators{
    width:100%
}
.brandsSection .carouselIndicators{
    padding:0;
    z-index:7;
    margin-bottom:0;
    padding-bottom:1rem;
    padding-top:1rem;
    bottom:0
}
.BrandSectionIndicator>.forBrands{
    margin-top:2%
}
.brandsSection li.active.forBrands,.brandsSection li.forBrands{
    background-color:transparent;
    height:100%;
    border:transparent;
    width:10%
}
li.active.forBrands{
    margin-bottom:1rem
}
.brandsSection{
    height:100vh;
    min-height:60rem
}
.BrandSectionIndicator{
    left:0
}
.ourBrandIndicators>.left,.ourBrandIndicators>.right{
    cursor:pointer
}
.caroButtons{
    bottom:7.8rem;
    width:87%;
    position:relative;
    z-index:995;
    padding:0 2%;
    margin:0 auto
}
.BrandSectionIndicator>li.active:before{
    position:absolute;
    top:-8%;
    z-index:100000;
    width:0;
    height:0;
    display:block
}
.BrandSectionIndicator>li:hover:before{
    position:absolute;
    top:-8%;
    z-index:100000;
    width:0;
    height:0;
    display:block
}
li.forBrands.active{
    margin-top:2%
}
li.forBrands:hover{
    margin-top:2%
}
@media(min-width:2500px){
    .ourBrandIndicators{
        margin:0 auto;
        width:52%;
        bottom:6%
    }
    .BrandSectionIndicator>.forBrands{
        margin-top:1.5%
    }
    .brandsThumbnail{
        height:11%;
        top:89%
    }
    .brandsSection li.active.forBrands,.brandsSection li.forBrands{
        width:6%
    }
}
@media(min-width:1400px) and (max-width:2550px){
    .ourBrandIndicators{
        margin:0 auto;
        width:85%;
        bottom:7%
    }
    .brandsThumbnail{
        height:13rem;
        top:auto;
        bottom:0
    }
}
@media(max-width:1200px){
    .BrandSectionIndicator>.forBrands{
        margin:0;
        padding-top:1rem
    }
    .brandsSection li.active.forBrands{
        padding-top:0
    }
    .BrandSectionIndicator{
        max-height:18rem
    }
    .brandsSection li.active.forBrands,.brandsSection li.forBrands{
        width:17%
    }
    .brandCarousel>.carousel-inner>.Indicators{
        top:82%
    }
}
@media(max-width:991px) and (min-width:768px){
    .brandsThumbnail>.container{
        overflow:scroll
    }
    ::-webkit-scrollbar{
        width:1px;
        height:1px
    }
    ::-webkit-scrollbar-button{
        width:1px;
        height:1px
    }
    .BrandSectionIndicator .forBrands{
        display:block !important
    }
    .BrandSectionIndicator>.forBrands:nth-child(1){
        margin-top:100%
    }
    .brandCarousel>.carousel-inner>.Indicators{
        top:auto
    }
    .BrandSectionIndicator>.forBrands{
        box-sizing:border-box
    }
    .BrandSectionIndicator{
        position:absolute;
        display:block;
        width:calc(300px + 10px) !important;
        max-height:990px;
        margin:0;
        padding-top:1px;
        overflow-y:auto;
        overflow-x:auto;
        -webkit-transform:rotate(-90deg) translateY(-300px);
        -ms-transform:rotate(-90deg) translateY(-300px);
        transform:rotate(-90deg) translateY(-300px);
        transform-origin:right top;
        -ms-transform-origin:right top;
        -webkit-transform-origin:right top;
        -moz-transform-origin:right top;
        -o-transform-origin:right top;
        background:transparent;
        -webkit-overflow-scrolling:touch
    }
    .BrandSectionIndicator>.forBrands{
        display:block;
        padding:5px;
        background:#cab;
        transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform-origin:right top;
        -ms-transform-origin:right top;
        -webkit-transform-origin:right top;
        -moz-transform-origin:right top;
        -o-transform-origin:right top
    }
    .squares>.active.forBrands{
        padding:0
    }
    .squares>.forBrands{
        height:220px !important;
        margin:10px 0;
        padding:9% 0 0 0
    }
    .carouselIndicators li.active:before{
        top:-5%
    }
    .brandsSection .carouselIndicators{
        margin-left:-3.5rem;
        margin-bottom:-43%
    }
    li.forBrands.active{
        margin-top:0
    }
    .brandsSection li.active.forBrands,.brandsSection li.forBrands{
        width:auto
    }
}
@media(max-width:767px) and (min-width:320px){
    .brandsThumbnail>.container{
        overflow:scroll
    }
    .overlayBrandNav{
        width:100%
    }
    ::-webkit-scrollbar{
        width:1px;
        height:1px
    }
    ::-webkit-scrollbar-button{
        width:1px;
        height:1px
    }
    .BrandSectionIndicator .forBrands{
        display:block !important
    }
    .brandsSection .carouselIndicators{
        position:relative;
        bottom:0;
        margin-bottom:0
    }
    .BrandSectionIndicator>.forBrands{
        box-sizing:border-box
    }
    .BrandSectionIndicator>.forBrands:nth-child(1){
        margin-top:101%
    }
    .BrandSectionIndicator{
        position:absolute;
        display:block;
        width:calc(200px + 1px) !important;
        max-height:800px;
        margin:0;
        margin-bottom:-3%;
        padding-top:1px;
        overflow-y:auto;
        overflow-x:auto;
        transform:rotate(-90deg) translateY(-300px);
        -ms-transform:rotate(-90deg) translateY(-300px);
        -webkit-transform:rotate(-90deg) translateY(-300px);
        -moz-transform:rotate(-90deg) translateY(-300px);
        -o-transform:rotate(-90deg) translateY(-300px);
        transform-origin:right top;
        -ms-transform-origin:right top;
        -webkit-transform-origin:right top;
        -moz-transform-origin:right top;
        -o-transform-origin:right top;
        background:transparent;
        -webkit-overflow-scrolling:touch
    }
    .BrandSectionIndicator>.forBrands{
        display:block;
        padding:5px;
        background:#cab;
        transform:rotate(90deg) scale(1.0);
        -ms-transform:rotate(90deg) scale(1.0);
        -webkit-transform:rotate(90deg) scale(1.0);
        -moz-transform:rotate(90deg) scale(1.0);
        -o-transform:rotate(90deg) scale(1.0);
        transform-origin:right top;
        -ms-transform-origin:right top;
        -webkit-transform-origin:right top;
        -moz-transform-origin:right top;
        -o-transform-origin:right top
    }
    .squares>.active.forBrands{
        padding:0
    }
    .squares>.forBrands{
        height:115px !important;
        margin:10px 0;
        padding:7% 0 0 0
    }
    .carouselIndicators li.active:before{
        top:-5%
    }
    .BrandSectionIndicator>.hide{
        opacity:1
    }
    .brandsSection li.active.forBrands,.brandsSection li.forBrands{
        width:60%
    }
    .brandsThumbnail .BrandSectionIndicator{
        max-height:580px
    }
    li.forBrands.active{
        margin-top:0
    }
    .brandsSection .carouselIndicators{
        margin-bottom:-35%
    }
    .BrandSectionIndicator{
        max-height:831px
    }
    .brandCarousel>.carousel-inner>.Indicators{
        top:auto;
        height:11rem;
        bottom:0;
        -webkit-overflow-scrolling:touch
    }
    .hoverBrandTxt{
        padding-top:3rem;
        text-align:center;
        width:100%
    }
    .extrnLink{
        margin-left:0
    }
    .brandsThumbnail .BrandSectionIndicator{
        max-height:690px
    }
}
@media(min-width:576px) and (max-width:767px){
    .brandCarousel>.carousel-inner>.Indicators{
        height:12%
    }
    .brandsThumbnail .BrandSectionIndicator{
        bottom:7.5rem
    }
}
@media(max-width:900px) and (min-width:769px){
    .brandsSection .carouselIndicators{
        margin-bottom:-51%
    }
    .BrandSectionIndicator>.forBrands{
        transform:rotate(90deg) scale(1.0);
        -ms-transform:rotate(90deg) scale(1.0);
        -webkit-transform:rotate(90deg) scale(1.0);
        -moz-transform:rotate(90deg) scale(1.0);
        -o-transform:rotate(90deg) scale(1.0);
        transform-origin:right top;
        -ms-transform-origin:right top;
        -webkit-transform-origin:right top;
        -moz-transform-origin:right top;
        -o-transform-origin:right top
    }
    .overlayBrandNav{
        width:74%
    }
}
@media(max-width:768px) and (min-width:768px){
    .brandsSection .carouselIndicators{
        margin-bottom:-92%
    }
    .brandsThumbnail{
        height:27%
    }
    .overlayBrandNav{
        width:74%
    }
}
@media(max-width:575px){
    .BrandSectionIndicator{
        max-height:610px
    }
    .brandsSection .carouselIndicators{
        margin-bottom:-5%;
        margin-top:-7.5rem
    }
    .brandsThumbnail .BrandSectionIndicator{
        max-height:585px
    }
    .brandsSection .sectionContent{
        top:38%
    }
}
@media(max-width:870px) and (min-width:770px){
    .brandCarousel>.carousel-inner>.Indicators{
        top:auto
    }
}
@media(max-width:550px) and (min-width:380px){
    .brandsSection .carouselIndicators{
        margin-bottom:3%
    }
    .brandCarousel>.carousel-inner>.Indicators{
        height:11rem
    }
}
@media(min-width:768px) and (max-width:991px){
    .brandsSection .carouselIndicators{
        margin-bottom:-92%;
        position:relative
    }
    .brandsThumbnail{
        height:19%;
        bottom:0
    }
    .hoverBrandTxt{
        padding-top:7rem;
        text-align:center;
        width:72%
    }
    .brandsThumbnail{
        bottom:0;
        top:auto
    }
    .brandCarousel>.carousel-inner>.Indicators{
        height:19rem
    }
}
@media(min-width:992px) and (max-width:1199px){
    .brandsSection li.active.forBrands,.brandsSection li.forBrands{
        width:11%
    }
    .brandCarousel>.carousel-inner>.Indicators{
        top:auto;
        height:11rem;
        bottom:0
    }
    .caroButtons{
        width:93%;
        bottom:7rem
    }
    .hoverBrandTxt{
        padding-top:2.6rem;
        width:11.5rem
    }
    .brandsThumbnail{
        bottom:0
    }
}
@media screen and (max-width:1390px) and (min-width:1400px),screen and (min-height:700px) and (max-height:900px){
    .brandsThumbnail{
        height:15rem;
        top:auto
    }
    .ourBrandIndicators{
        bottom:9%
    }
}
@media(min-width:1500px) and (max-width:2499px){
    .hoverBrandTxt{
        padding-top:0;
        width:10% !important;
        top:50%
    }
}
@media(min-width:2500px){
    .hoverBrandTxt{
        padding-top:0;
        top:50%
    }
}
.newsLetter{
    display:flex;
    justify-content:center;
    padding:0;
    /*margin-top:-5rem;*/
    margin-bottom:6rem
}
.newsLetter input{
    border: 1px solid #fff;
    background: none !important;
}
.newsLetter input:focus{
    border: 1px solid #fff;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: black;
}
.newsLetter button{
    border: 1px solid #fff !important;
    background:  #fff;
    border-radius: 0 3px 3px 0;
    margin-left: -2px;
    text-transform: uppercase;
}

.copyRight{
    font-size:1.4rem;
    line-height:2.1;
    text-align:center;
    margin-top:3rem
}
.copyRight>span{
    color:#fff;
    font-weight:300
}
input:required{
    box-shadow:none
}
.footer a{
    color:#454545
}
.business ul,.community ul,.about ul{
    list-style:none;
    padding:0
}
.business ul li a,.community ul li a,.about ul li a{
    font-weight:400
}
.footer-bottom{
    color:#666;
    background-color:#ef9a3e;
}
.footer-bottom .row{
    margin-bottom:2rem
}
.footer-bottom ul{
    list-style-type:none;
    padding-left:0;
    line-height:1.7
}
.footer-bottom{
    list-style-type:none;
    padding-left:0;
    line-height:1.7
}
.footer-bottom h5{
    font-size:2rem;
    color:#fff;
    margin-top:7rem
}
.footer-bottom a{
    font-weight:400;
    color:#fff;
    text-decoration:none;
    line-height:2.1;
    font-size:1.4rem;
    width:17.2rem;
    height:0
}
.footer-bottom a:hover,.footer-bottom a:focus{
    text-decoration:none;
    color:rgba(255,255,255,0.6) !important
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased
}
.footer-bottom .footerLogo img{
    /*    height:8rem;
        width:8rem;*/
    margin-top:3rem;
    backface-visibility:hidden
}
.footer-bottom .footerLogo{
    text-align:center;
    padding-left:0rem;
    margin:0 auto
}
.padTop4{
    padding-top:.4rem
}
.footer-bottom h5{
    margin-bottom:2rem;
    display:inline-block
}
.footer-bottom .icons{
    display:flex;
    justify-content:space-around;
    -webkit-box-pack:justify
}
.footer-bottom h5:hover{
    text-decoration:none;
    color:rgba(255,255,255,0.6) !important
}
.footer-bottom .Tooltip .tooltiptext{
    top:-3.5rem;
    left:-1rem
}
.footer-bottom .Tooltip{
    position:relative;
    display:inline-block;
    width:100%;
    margin-bottom:0
}
@media(min-width:992px) and (max-width:1024px){
    .newsLetter{
        display:flex;
        justify-content:center;
        padding:0;
        margin-top:-1rem;
        margin-bottom:-1rem
    }
}
@media(max-width:991px){
    .homeIcons{
        margin-top:2rem
    }
}
@media(max-width:575px){
    .newsLetter{
        display:flex;
        justify-content:center;
        padding:0;
        margin-top:-1rem;
        margin-bottom:-1rem
    }
    .copyRight{
        font-size:1.2rem;
        text-align:center
    }
    .footer-bottom .footerLogo img{
        margin:3rem 0 2rem 0
    }
    .footer-bottom a{
        line-height:normal;
        width:auto;
        height:auto
    }
    .padTop4{
        padding-top:.4rem
    }
    .footer-bottom .row{
        margin:5rem 0
    }
}
@media(min-width:576px) and (max-width:767px){
    .newsLetter{
        display:flex;
        justify-content:center;
        padding:0;
        margin-top:-1rem;
        margin-bottom:-1rem
    }
    .copyRight{
        text-align:center
    }
    .padTop4{
        padding-top:.4rem
    }
    footer a{
        font-size:1.3rem
    }
    .footer-bottom .row{
        margin:2rem 0 2rem 0
    }
}
@media(min-width:768px) and (max-width:991px){
    .newsLetter{
        display:flex;
        justify-content:center;
        padding:0;
        margin-top:-1rem;
        margin-bottom:-1rem
    }
    .copyRight{
        text-align:center
    }
    .footer-bottom .row{
        margin:3rem 0
    }
    img.socialIcon{
        margin-right:0;
        padding-left:0
    }
    .padTop4{
        padding-top:.4rem
    }
    footer a{
        font-size:1.3rem
    }
    .footer-bottom a{
        line-height:1.5rem
    }
    .footer-bottom .Tooltip{
        width:100%;
        margin-bottom:0;
        text-align:center
    }
}
.carouselDiv{
    position:relative;
    width:100%
}
.innerCarousel{
    position:relative;
    overflow:hidden;
    width:100%;
    /*border-radius:15px;*/
}




.innerCarousel>.carItem{
    display:none;
    position:relative;
    -webkit-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left;
}
.custom_carousel_for_hover{
    border-radius: 15px !important;
}

.custom_carousel_for_hover:hover{
    transform: scale(1.02) !important;
    box-shadow:0 0 8px 0 rgba(52,55,55,0.5) !important;
    transition: transform .2s !important;
    border-radius: 15px !important;
}
@media all and (transform-3d),(-webkit-transform-3d){
    .innerCarousel>.carItem{
        -webkit-transition:-webkit-transform .6s ease-in-out;
        -moz-transition:-moz-transform .6s ease-in-out;
        -o-transition:-o-transform .6s ease-in-out;
        transition:transform .6s ease-in-out
    }
    .innerCarousel>.carItem.active{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        left:0
    }
}
.innerCarousel>.active{
    display:block
}
.innerCarousel>.active{
    left:0
}
.carouselIndicators{
    position:absolute;
    z-index:10;
    width:100%;
    text-align:center;
    bottom:20%
}
.carouselIndicators li{
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    cursor:pointer;
    background-color:rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:10px
}
.carouselIndicators li.active{
    background-color:#fff
}
@keyframes fadein{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-moz-keyframes fadein{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes fadein{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-o-keyframes fadein{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes arrowDown{
    from{
        opacity:0
    }
    25%{
        opacity:.3
    }
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@-ms-keyframes arrowDown{
    from{
        opacity:0
    }
    25%{
        opacity:.3
    }
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@-o-keyframes arrowDown{
    from{
        opacity:0
    }
    25%{
        opacity:.3
    }
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes arrowDown{
    from{
        opacity:0
    }
    25%{
        opacity:.3
    }
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@keyframes arrowDown{
    from{
        opacity:0
    }
    25%{
        opacity:.3
    }
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes slideBottom{
    from{
        opacity:0;
        bottom:-30rem
    }
    100%{
        opacity:1;
        bottom:0
    }
}
@-moz-keyframes slideBottom{
    from{
        opacity:0;
        bottom:-30rem
    }
    100%{
        opacity:1;
        bottom:0
    }
}
@keyframes slideBottom{
    from{
        opacity:0;
        bottom:-30rem
    }
    100%{
        opacity:1;
        bottom:0
    }
}
.parallaxControls{
    position:fixed;
    top:-moz-calc(50% - 75px);
    top:-webkit-calc(50% - 75px);
    top:-o-calc(50% - 75px);
    top:calc(50% - 75px);
    /*width:10rem;*/
    z-index:995;
    right:4rem
}
.parallaxControls>.pointerDiv>.point{
    box-sizing:border-box;
    height:3rem;
    width:.2rem;
    border:1px solid #d0d4d9;
    opacity:.6;
    display:block;
    /*margin-top:.3rem;*/
    margin-left:.1rem
}
.parallaxControls>.pointerDiv{
    position:relative;
    cursor:pointer

}
.parallaxControls>.active>.point{
    border:1px solid #ef9a3e;
    background:#ef9a3e;
    z-index:2;
    width:.4rem;
    border-radius:.2rem;
    margin-left:0
}
@media screen and (min-width:2000px){
    .parallaxControls{
        right:20.4rem
    }
}
.fullscreenN{
    height:100vh;
    min-height:50rem
}
.innerCarousel.sHockey{
    box-shadow:0 0 8px 0 rgba(177,177,177,0.3)
}
.tweetContainer .carItem{
    height:200px
}
.parallaxControls{
    width:11rem !important
}
.parallaxControls>.pointerDiv>.point{
    margin-left:106px !important
}
.parallaxControls>.active:hover>.point,.parallaxControls>.pointerDiv:hover>.point,.parallaxControls>.active>.point{
    margin-left:105px !important
}
.ymlSalt .newsroom{
    padding-top:5rem
}
.contntD{
    position:relative;
    height:100%
}
.nBg{
    height:100%;
    object-fit:cover;
    width:100%
}
.falgunWeek{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
}
.twitterFeed{
    position:relative;
    height:36.2rem;
    background-color:#ef9a3e;
    box-shadow:0 0 8px 0 rgba(177,177,177,0.3);
    cursor:pointer;
    border-radius:15px;
    transition: transform .2s;
}
.twitterFeed:hover{
    /*margin-top:-10px;*/
    transform: scale(1.02);
    box-shadow:0 0 8px 0 rgba(52,55,55,0.5);
}
.sTwitter{
    left:4rem;
    width:100%
}
.ymlSalt img.arrow{
    z-index:initial !important
}
.twitterContent{
    margin:2rem 2rem 0;
    position:relative
}
.twitterFeed{
    height:36.2rem
}
.newsFeedA{
    word-break:break-word;
    line-height:2.4rem;
    margin-left:2rem;
    animation:fadein 2s;
    -moz-animation:fadein 2s;
    -webkit-animation:fadein 2s;
    -o-animation:fadein 2s
}
.tThisWeek .twitterFeed .innerCarousel{
    width:85% !important
}
.tweet-date{
    font-size:1.1rem;
    margin-top:0;
    display:block;
    font-weight:400;
    font-style:italic;
    color:#fff
}
.newsBorder{
    border-left:1px solid #fff;
    position:absolute;
    height:97%;
    bottom:0;
    left:2%
}
.carouselDiv{
    position:initial;

}
.nIndicators{
    bottom:5%;
    padding-left:0
}
.nIndicators .active{
    width:6px;
    height:6px;
    margin:5px;
    background-color:#fff;
    border-radius:0
}
.nIndicators li{
    width:6px;
    height:6px;
    border-radius:0;
    margin:5px
}
.fullCardClick{
    cursor:pointer
}
.fullCardClick:hover{
    background-color:transparent;
    transition:1s ease
}
.simButton{
    margin-left:0
}
@media(min-width:992px) and (max-width:1199px){
    .twitterContent{
        margin-top:1rem
    }
}
@media(max-width:575px){
    .fullscreenN{
        min-height:166rem
    }
    .sTwitter{
        left:3rem
    }
    .twitterContent{
        margin-top:2rem
    }
    .tThisWeek .twitterContent{
        margin-top:0
    }
    .ymlSalt .newsroom{
        padding-top:0
    }
    .newsFeedA{
        margin-right:2rem
    }
    .arrowSection .arrowContainer span{
        width:1.2rem;
        height:1.2rem
    }
    .twitterFeed{
        height:32rem
    }
    .tThisWeek .nIndicators{
        bottom:0
    }
    .tThisWeek .nIndicators li,.tThisWeek .nIndicators .active{
        margin:10px
    }
    .arrowSection .arrowContainer span:nth-of-type(2){
        top:1.3rem
    }
    .arrowSection .arrowContainer span:nth-of-type(3){
        top:2.7rem
    }
    .arrowSection .arrowContainer span:nth-of-type(4){
        top:4.0rem
    }
}
@media(max-width:767px) and (min-width:576px){
    .twitterFeed .carouselDiv{
        margin-top:10%
    }
    .newsFeedA{
        margin-right:1rem
    }
    .twitterContent{
        margin-top:.5rem
    }
    .sTwitter{
        left:2rem
    }
    .fullscreenN{
        min-height:135rem
    }
    .tThisWeek .twitterContent{
        margin-top:0
    }
    .tThisWeek .sTwitter{
        left:2rem
    }
}
@media(min-width:768px) and (max-width:991px){
    .ymlSalt .newsroom{
        padding-top:0;
        margin-top:10rem !important
    }
    .fullscreenN{
        min-height:131rem
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
    .fullscreenN{
        height:70vh !important
    }
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape){
    .fullscreenN{
        height:70vh !important
    }
}
section.ymlSalt{
    background-color:#efefef;
    z-index:3;
    position:relative
}
.ymlSalt .newsroom{
    margin:4rem 0 4rem 0 !important;
    padding-top:4rem !important;
    padding-bottom:4rem !important
}
.ymlSalt .content1{
    display:flex
}
.ymlSalt .nTitle{
    display:flex;
    height:100%
}
a.hoverCard{
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    width:100%;
    height:100%;
    z-index:2;
    transition:1s ease;

}
.ymlSalt .imageContent{
    position:relative;
    background-color:#fff;
    height:36.2rem;
    margin:0;
    box-shadow:0 0 8px 0 rgba(177,177,177,0.3)
}
.ymlSalt .nHockey{
    padding:0;
    margin-right:0;
    width:54%;
    height:36.2rem;
    position:relative
}
.ymlSalt .nHockey:after{
    border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    border-right:15px solid #fff;
    content:"";
    height:0;
    position:absolute;
    right:-1px;
    top:25px;
    width:0;
    z-index:1
}
.ymlSalt img.icons{
    padding:4rem 0 2rem 4rem
}
.ymlSalt .blueCaption{
    padding:4rem 0 2rem 4rem;
    text-transform:uppercase;
    color:#ef9a3e;
    font-size:1.2rem
}
.ymlSalt .nHockey img{
    width:100%;
    position:relative;
    height:36.2rem
}
.ymlSalt h3.nHeading{
    max-width:25rem;
    /*font-weight:700;*/
    font-style:normal;
    color:#464646;
    font-size:2rem;
    line-height:2.4rem;
    margin:4rem 0 2rem 4rem
}
.ymlSalt img.arrow{
    position:absolute;
    bottom:0;
    right:25px;
    bottom:25px;
    cursor:pointer
}
.twitterFeed img.arrow{
    z-index:10 !important
}
.ymlSalt .storyContent{
    position:relative;
    margin:2rem 4rem 0 6rem;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform:translate3d(0,0,0)
}
.feedArticleBorder{
    border-left:1px solid orange;
    position:absolute;
    height:95%;
    bottom:0;
    left:2%
}
.ymlFeedArticle{
    word-break:break-word;
    line-height:2.2rem;
    margin-left:2rem;
    position:relative
}
.ymlFeedArticle{
    color:#464646;
    max-width:24rem
}
.noDisplay{
    display:none
}
@media(max-width:575px){
    .ymlFeedArticle{
        margin-right:2rem;
        max-width:26rem
    }
    .ymlSalt .content1{
        display:block
    }
    .ymlSalt .nHockey img{
        height:26.5rem
    }
    .ymlSalt .newsroom{
        margin:2rem 0 2rem 0 !important;
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
    .ymlSalt .clear{
        display:none
    }
    .ymlSalt .topMarginxs{
        margin-top:3rem
    }
    .ymlSalt .imageContent{
        height:26rem
    }
    .ymlSalt .blueCaption{
        padding:2rem
    }
    .ymlSalt .nHockey{
        padding-right:0;
        width:100%;
        height:auto
    }
    .ymlSalt .imageContent{
        margin:0
    }
    .ymlSalt img.icons{
        padding:2rem
    }
    .ymlSalt h3.nHeading{
        margin:0 1rem 1rem 2rem;
        font-size:1.8rem
    }
    .ymlFeedArticle{
        font-size:1.4rem;
        line-height:2.2rem
    }
    .ymlSalt .storyContent{
        margin:0 0 0 4rem
    }
    .ymlSalt .nHockey:after{
        border-right:15px solid transparent;
        border-left:15px solid transparent;
        border-bottom:15px solid #fff;
        border-top:0;
        content:"";
        height:0;
        position:absolute;
        bottom:-1px;
        top:inherit;
        left:1.5rem;
        width:0
    }
    .ymlSalt .width100{
        width:100%
    }
    .ymlSalt .nTitle.noMargin{
        display:block
    }
}
@media(min-width:576px) and (max-width:767px){
    .ymlSalt .topMargin767{
        margin-top:3rem
    }
    .ymlSalt .content1{
        display:block
    }
    .ymlSalt .clear{
        display:none
    }
    .ymlSalt .nHockey{
        width:110%
    }
    .ymlSalt h3.nHeading{
        margin:1rem 0 1rem 3rem
    }
    .ymlFeedArticle{
        margin-right:2rem
    }
    .ymlSalt img.icons{
        padding:2rem
    }
    .ymlSalt .storyContent{
        margin:0 0 0 4rem
    }
    .ymlSalt .blueCaption{
        padding-left:3rem
    }
}
@media(min-width:768px) and (max-width:991px){
    .ymlSalt .content1{
        display:block
    }
    .ymlSalt .clear{
        display:none
    }
    .ymlSalt h3.nHeading{
        margin-top:4rem
    }
    .topMarginsm{
        margin-top:3rem
    }
    .ymlSalt .newsroom{
        margin:4rem 0 4rem 0 !important;
        padding-top:4rem !important;
        padding-bottom:4rem !important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .ymlSalt img.icons{
        padding-left:2rem
    }
    .ymlSalt .blueCaption{
        padding:4rem 0 2rem 2rem
    }
    .ymlSalt h3.nHeading{
        margin:2rem 0 2rem 2rem
    }
    .ymlFeedArticle{
        margin-right:2rem
    }
    .ymlSalt .storyContent{
        margin-left:4rem
    }
    .ymlSalt .bg{
        width:auto
    }
    .ymlSalt .nHockey{
        width:55%
    }
}
@media screen and (min-width:2000px){
    .ymlSalt .newsroom{
        margin:10rem 0 10rem 0 !important;
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
}
@media screen and (min-width:992px){
    section.ymlSalt div.newsroom.thisweek,section.ymlSalt div.newsroom.newsroomN{
        margin:5rem 0 5rem 0 !important;
        padding-top:5rem !important;
        padding-bottom:5rem !important
    }
}
.next{
    right:-7%
}
.prev{
    left:-7%
}
::-webkit-media-controls{
    display:none !important
}
video::-webkit-media-controls{
    display:none !important
}
video::-webkit-media-controls-enclosure{
    display:none !important
}
@media(max-width:575px){
    .prev{
        left:35%
    }
    .next{
        right:35%
    }
}
@media(min-width:576px) and (max-width:767px){
    .prev{
        left:39%
    }
    .next{
        right:35%
    }
}
@media(min-width:768px) and (max-width:991px){
    .prev{
        left:-12%
    }
    .next{
        right:-12%
    }
}
@media(min-width:992px) and (max-width:1024px){
    .next{
        right:-9.5%
    }
}




