@font-face {
    font-family: 'Catalog';
    src: url('../Fonts/Catalog-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/Catalog-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url('../Fonts/National-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/National-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/Open-Sans.woff) format('woff');
}

html {
    -ms-overflow-style: scrollbar;
	height: 100%;
}

body {
    background: white;
    font-size: 16px;
    -overflow-x: hidden;
	height: 100%;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .container {
        width: auto;
    }
}

table tr td {
    vertical-align: top;
}

table.address tr td {
    font-size: 13px !important;
    line-height: 24px;
    padding: 1px;
}

table.address tr:nth-child(3) td {
    padding-bottom: 10px;
}

table.address tr td .callbutton {
    background: rgb(232,72,16);
    border-radius: 45px;
    width: 90px;
    height: 90px;
    margin-left: 40px;
    padding: 10px;
    -border: 1px solid rgb(147,147,147);
}

    table.address tr td .callbutton:hover {
        background: black;
    }

    table.address tr td .callbutton a {
        color: white;
        text-decoration: none;
        font-size: 15px;
    }

/* Shaw Button */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: rgba(232,72,16,1) !important;
    border-color: rgba(232,72,16,1) !important;
    opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

    .btn-primary:hover, .btn-primary:active {
        opacity: .65;
        transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }


/* Navbar */

.navPad {
    height: 70px;
}

.navbar-shaw {
    background: black;
    border: none;
    border-bottom: 2px solid rgb(232,72,16);
    -box-shadow: 0px 0px 10px 1px rgb(232,72,16);
}


@media (min-width: 992px) {
    .navbar-shaw .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-shaw {
        height: 70px;
    }
}

@media (max-width: 991px) {
    .navPad {
        height: 55px;
    }
}

.navbar-shaw .navbar-toggle {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0px;
    padding-left: 20px;
    padding-right: 0px;
    height: 55px;
    background: transparent !important;
    z-index: 99;
}


    .navbar-shaw .navbar-toggle .icon-bar {
        background-color: white;
        border-radius: 0px;
        border: 0px solid white;
        padding-bottom: 1px;
    }

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-shaw .navbar-brand {
    font-family: Catalog;
    color: white;
    font-size: 28px;
    line-height: 60px;
    min-width: 230px;
    height: 100%;
    padding: 5px 0px 0px 0px;
}


.navbar-shaw .login-always {
    background: transparent;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 17px 15px 17px 15px;
    text-decoration: none;
    margin-right: 10px;
    display: none;
}

    .navbar-shaw .login-always:hover {
        background: rgba(232,72,16,1);
        transition: background 0.3s ease;
    }

        .navbar-shaw .login-always:hover i {
            color: white;
        }

    .navbar-shaw .login-always i {
        color: rgba(232,72,16,1);
        margin-right: 5px;
    }


@media (min-width: 400px) and (max-width: 991px) {
    .navbar-shaw .login-always {
        display: block;
        ;
    }
}


@media (max-width: 991px) {
    .navbar-shaw .navbar-brand {
        font-size: 25px;
        line-height: 45px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        float: none;
        padding-left: 20px;
    }
}

.navbar-shaw .navbar-right {
    margin-right: 20px;
}

.logo,
.logo:hover {
    color: white;
    -border: 1px solid red;
}

    .logo .logoSeparator {
        color: rgb(232,72,16);
    }

    .logo .logoLast {
        border-bottom: 2px solid rgb(232,72,16);
        display: inline-block;
        line-height: 22px;
    }

@media (max-width: 991px) {
    .logo .logoLast {
        line-height: 18px;
    }
}

.navbar-shaw .navbar-nav > li {
    -border-left: 1px solid rgba(255,255,255,0.2);
}

    .navbar-shaw .navbar-nav > li:last-child {
        border-right: none;
    }

    .navbar-shaw .navbar-nav > li > a {
        background: transparent !important;
        color: white;
        cursor: pointer;
        transition: background 0.3s ease;
        font-family: 'Open Sans';
        /*font-size: 15px;  
    padding: 25px 15px 25px 15px; */
        /*Viralp 03/03/2017 to fit Shw News */
        font-size: 14px;
        padding: 25px 12px 25px 12px;
        */;
    }

        .navbar-shaw .navbar-nav > li > a > i {
            color: rgba(232,72,16,1);
            margin-right: 5px;
        }

    .navbar-shaw .navbar-nav > li:first-child > a > i {
        color: white;
        margin-right: 5px;
    }

    .navbar-shaw .navbar-nav > li:hover {
        background: rgba(232,72,16,1);
        transition: background 0.3s ease;
    }

    .navbar-shaw .navbar-nav > li > a:hover,
    .navbar-shaw .navbar-nav > li > a:hover > i {
        color: white;
    }

    .navbar-shaw .navbar-nav > li:hover .notch,
    .navbar-shaw .navbar-nav > li:focus .notch {
        display: block;
        color: white;
    }

    .navbar-shaw .navbar-nav > li > a.active {
    }

.navbar-shaw .navbar-nav .dropdown .dropdown-menu {
    border: 1px solid rgb(232,72,16);
    background: rgb(232,72,16);
    border-radius: 0px;
    -box-shadow: 0px 0px 50px 5px black;
}

.navbar-shaw .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Footer */
footer {
    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: rgb(180,180,180);
}

    footer > div > ul {
        list-style: none;
        margin-bottom: 0px;
        font-family: 'Open Sans';
        font-size: 14px;
        text-align: center;
        padding-left: 0px;
        text-shadow: rgba(0,0,0,.01) 0 0 1px;
        display: inline-block;
    }

        footer > div > ul > li {
            display: inline-block;
            padding: 0px 30px 0px 30px;
        }

            footer > div > ul > li > a {
                color: rgb(180,180,180);
                cursor: pointer;
            }

                footer > div > ul > li > a:hover {
                    color: rgb(232,72,16);
                }


    footer > div > span {
        font-family: 'Open Sans';
        font-size: 16px;
        display: inline-block;
        text-align: center;
        padding: 0px 30px 0px 30px;
    }

@media (max-width: 768px) {


    footer > div > span {
        font-size: 16px;
    }
}

/* Orange Bottom Border */
.orangeBottomBorder {
    border-bottom: 5px solid rgb(232,72,16);
}

/* Home Banner */
.carouselContainer {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

    .carouselContainer .carouselPanel {
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }


        .carouselContainer .carouselPanel.thin {
            height: 100px !important;
        }

        .carouselContainer .carouselPanel.thick {
            height: 500px !important;
        }

ul[rn-carousel] .carouselPanel > p {
    position: absolute;
    color: white;
    font-family: 'Catalog';
    font-size: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -transform: translateY(-50%);
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    display: inline-block;
    text-shadow: 0px 0px 20px black;
    line-height: normal;
    width: 100%;
}

    ul[rn-carousel] .carouselPanel > p.large {
        font-size: 6em;
    }

@media (max-width: 768px) {
    ul[rn-carousel] .carouselPanel > p.large {
        font-size: 2em;
        padding-left: 25px;
        padding-right: 25px;
    }



    ul[rn-carousel] .carouselPanel a {
        color: white;
    }

        ul[rn-carousel] .carouselPanel a:hover {
            color: rgb(232,72,16);
            text-decoration: none;
        }

    ul[rn-carousel] .carouselPanel .btn {
        border-radius: 10px;
        border: none;
        font-family: Catalog;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0px 0px 15px 0px rgb(50,50,50);
    }
}

@media (max-width: 768px) {
    ul[rn-carousel] .carouselPanel > p {
        font-size: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

        ul[rn-carousel] .carouselPanel > p .large {
            font-size: 35px;
        }

            ul[rn-carousel] .carouselPanel > p .large .orangeUnderline {
                border-bottom: 3px solid rgb(232,72,16);
                line-height: 30px;
            }
}

ul[rn-carousel] {
    width: 100%;
    height: 100%;
}

.rn-carousel-control {
    cursor: pointer;
    color: #f5f5f5;
    margin-top: 15px;
    padding: 20px;
	font-size: 4rem !important;
}





/* Video */

.container-fluid {
}

.videoPlayerWrapper {
    position: relative;
    width: 55%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    -margin-top: 40px;
    margin-bottom: 0px;
}

.video {
    width: 100%;
    height: 100%;
    background: white;
}

.playMovie {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 768px) {
    .playMovie {
        position: absolute;
        top: 70%;
        width: 100%;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-size: 12px;
    }
}

.playMovie i {
    color: rgba(232,72,16, 0.4);
}


/* Research Capabilties */
.researchCapabilties {
    background: 50% 0 no-repeat;
    height: auto;
    padding: 0px 0px 150px 20px;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
}

@media (min-width: 991px) {

    .researchCapabilties {
        padding: 0px 0px 200px 20px;
    }
}

.researchCapabilties .researchText .heading {
    font-family: Catalog;
    font-size: 28px;
    color: rgb(232,72,16);
    padding: 0px;
    padding-right: 20px;
}


.researchCapabilties .researchText p {
    font-family: 'Open Sans';
    color: black;
    font-size: 16px;
    width: 50%;
    margin-top: 0px;
}


@media (max-width: 768px) {
    .researchCapabilties {
        padding: 20px 0px 200px 10px;
        font-size: 30px;
    }

        .researchCapabilties .researchText {
            font-family: 'Open Sans';
            color: black;
            font-size: 14px;
            width: 75%;
            margin-top: 40px;
        }
}

/* Panels */
.shaw-panel {
    background: white;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 4px solid transparent;
    border-radius: 0px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 20px;
}

    .shaw-panel:hover {
        background: rgb(235,235,235);
        border-top: 4px solid rgb(232,72,16);
    }

    .shaw-panel > .panel-heading {
        font-family: Catalog;
        font-size: 28px;
        color: rgb(232,72,16);
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

        .shaw-panel > .panel-heading.small {
            font-size: 24px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .shaw-panel > .panel-body > p {
        font-family: 'Open Sans';
        font-size: 16px;
        color: black;
        padding: 10px 20px 10px 20px;
        display: block;
        height: 120px;
    }

    .shaw-panel > .panel-body {
        padding: 0px;
    }


@media (max-width: 1024px) {
    .shaw-panel > .panel-heading {
        font-family: Catalog;
        font-size: 26px;
        color: rgb(232,72,16);
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .shaw-panel > .panel-body > p {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
}






.whiteSpace {
    height: 50px;
    clear: both;
}


    .whiteSpace.sm {
        height: 20px;
    }



/* Market Panel */
.marketPanel {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 300px;
    right: 0px;
    box-shadow: 0px 0px 15px 0px rgb(100,100,100);
    background: white;
    z-index: 1500;
    opacity: 1;
    -webkit-transition: all 1000ms ease !important;
    -moz-transition: all 1000ms ease !important;
    -ms-transition: all 1000ms ease !important;
    -o-transition: all 1000ms ease !important;
    transition: all 1000ms ease !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-perspective: 1000 !important;
    -webkit-backface-visibility: hidden !important;
    -ms-transform: translate3d(0,0,0) !important;
}

    .marketPanel.ng-hide {
        right: -380px;
        opacity: 0;
    }


    .marketPanel header {
        background: black;
        margin: 0px;
        height: 100px;
        text-align: center;
    }

        .marketPanel header > i {
            position: absolute;
            top: 0px;
            left: 0px;
            color: white;
            font-size: 22px;
            padding: 18px 15px 16px 15px;
            cursor: pointer;
            z-index: 9999;
        }


        .marketPanel header ul {
            padding: 0px;
        }

            .marketPanel header ul li {
                text-align: center;
                display: block;
                padding-top: 15px;
                padding-bottom: 10px;
            }

                .marketPanel header ul li a {
                    font-family: Catalog;
                    color: white;
                    text-decoration: none;
                    cursor: pointer;
                    font-size: 20px;
                }

                    .marketPanel header ul li a .orangeText {
                        color: rgb(232,72,16);
                        display: inline-block;
                        text-indent: 0px;
                    }

                    .marketPanel header ul li a .orangeUnderline {
                        border-bottom: 2px solid rgb(232,72,16);
                        display: inline-block;
                        text-indent: 0px;
                        line-height: 18px;
                    }

                    .marketPanel header ul li a i {
                        margin-left: 10px;
                        font-size: 20px;
                    }

    .marketPanel .dropdown-menu {
        width: 100%;
        border-radius: 0px;
        margin: 0px;
        border: none;
        box-shadow: none;
        background: black;
    }

        .marketPanel .dropdown-menu li {
            padding-top: 0px;
            padding-bottom: 0px;
        }

            .marketPanel .dropdown-menu li a {
                color: white;
                font-size: 14px;
                font-family: 'Open Sans';
                padding: 10px;
            }

                .marketPanel .dropdown-menu li a:hover {
                    background: rgb(232,72,16);
                    color: white;
                    font-size: 14px;
                    font-family: 'Open Sans';
                }


    .marketPanel header > span {
    }

    .marketPanel header div {
        position: relative;
        top: 0px;
        overflow: hidden;
    }

        .marketPanel header div span {
            background: transparent;
            color: white;
            font-family: 'Open Sans', sans-serif;
            text-align: center;
            padding-top: 4px;
            padding-bottom: 4px;
            font-size: 11px;
            position: relative;
            display: inline-block;
            border: 1px solid white;
            width: 120px;
            margin: 0px;
            cursor: pointer;
        }

            .marketPanel header div span:first-child {
                border-right: none;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .marketPanel header div span:last-child {
                border-left: none;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }


            .marketPanel header div span.active {
                background: white;
                color: black;
            }

    .marketPanel div {
        position: absolute;
        top: 100px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: scroll;
        overflow-x: hidden;
        padding: 0px;
        margin: 0px;
    }

        .marketPanel div table {
            font-family: 'Open Sans';
            font-size: 12px;
            width: 100%;
            border-collapse: collapse;
        }

    .marketPanel table tr td {
        border-bottom: 1px solid rgb(220,220,220);
        color: white !important;
    }

    .marketPanel table tr.moveDown td {
        background: rgb(227,53,44);
    }

    .marketPanel table tr.moveUp td {
        background: rgb(49,167,70);
    }

    .marketPanel table tr.noChange td {
        background: rgb(120,120,120);
    }



    .marketPanel table tr td span {
        display: block;
        padding: 3px 10px 3px 10px;
        text-align: right;
    }

    .marketPanel table tr td:first-child span {
        text-align: left;
    }

    .marketPanel table tr td span:first-child {
        -font-weight: bold;
        -color: rgba(232,72,16,1);
    }

    .marketPanel table tr td span:last-child {
        -color: rgb(120,120,120);
        font-size: 12px;
        white-space: nowrap;
    }

    .marketPanel table tr td:first-child span:last-child {
        white-space: normal;
    }

    .marketPanel table tr td:last-child {
        -border: 1px solid red;
    }

    .marketPanel table tr.moveDown td:last-child span {
        -color: rgb(227,53,44);
        -font-weight: bold;
        font-size: 12px;
    }

    .marketPanel table tr.moveUp td:last-child span {
        -color: rgb(49,167,70);
        -font-weight: bold;
        font-size: 12px;
    }

    .marketPanel table tr.noChange td:last-child span {
        -color: rgb(120,120,120);
        -font-weight: bold;
        font-size: 12px;
    }

    .marketPanel table tr td:last-child span i {
        padding-right: 10px;
        float: left;
    }

/* Dropdown */

.dropdown-toggle {
    color: white !important;
}

@media (max-width: 767px) {
    .navbar-nav .dropdown-menu li a {
        line-height: 35px;
    }
}

.navbar-nav .dropdown-menu > li > a {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 16px;
    font-family: 'Open Sans';
}

.navbar-nav .dropdown-menu > li > ul {
    padding-left: 0px;
    text-decoration: none;
    list-style: none;
}

    .navbar-nav .dropdown-menu > li > ul > li > a {
        color: black;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
        font-family: 'Open Sans';
    }

.navbar-nav .dropdown-menu > .active,
.navbar-nav .dropdown-menu > .active > a {
    background-color: white;
    color: black;
}

.navbar-nav .dropdown-menu li a.active {
    background: rgba(232,72,16,1);
}

.navbar-nav .dropdown-menu li a:hover {
    color: white !important;
    background: black !important;
}

/* Market Panel Navbar */
.navbar-market {
    background: rgb(235,235,235);
    border-top: 3px solid rgb(232,72,16);
}

    .navbar-market ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .navbar-market ul li {
            display: inline-block;
            padding: 25px;
        }

            .navbar-market ul li a {
                font-family: 'Open Sans';
                font-family: Catalog;
                font-size: 24px;
                color: rgb(232,72,16);
                cursor: pointer;
            }

            .navbar-market ul li:first-child {
                padding-left: 50px;
            }

@media (max-width: 768px) {

    .navbar-market {
        padding: 10px;
    }

        .navbar-market ul li {
            padding: 0px;
            padding-right: 15px;
        }

            .navbar-market ul li:first-child {
                padding-left: 0px;
            }

            .navbar-market ul li a {
                font-size: 16px;
            }
}


/* Banner with text */
.bannerWithText {
    max-width: 2000px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 768px) {
    .bannerWithText {
        height: 150px;
    }
}

.bannerWithText div.bighead {
    top: 40%;
}


.bannerWithText div {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-family: 'Catalog';
    font-size: 75px;
    text-shadow: 0px 0px 10px black;
}

    .bannerWithText div.thin {
        font-size: 60px;
    }

    .bannerWithText div .orangeText {
        color: rgb(232,72,16);
        display: inline-block;
    }

    .bannerWithText div .orangeUnderline {
        border-bottom: 5px solid rgb(232,72,16);
        display: inline-block;
        line-height: 55px;
    }

    .bannerWithText div.thin .orangeUnderline {
        border-bottom: 4px solid rgb(232,72,16);
        line-height: 42px;
    }


@media (max-width: 768px) {
    .bannerWithText div {
        font-size: 35px;
    }

        .bannerWithText div .orangeUnderline {
            border-bottom: 3px solid rgb(232,72,16);
            display: inline-block;
            line-height: 30px;
        }
}

/* Our People */


.teamProfileContainer {
    -border: 1px solid blue;
    margin-bottom: 40px;
    min-height: 255px;
}

.memberProfileText {
    -border: 1px solid red;
    display: inline-block;
}

.teamProfile {
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

    .teamProfile span {
        color: rgb(232,72,16);
        display: block;
        -text-indent: 5px;
        padding-left: 5px;
        margin-top: 5px;
        text-align: start;
    }

        .teamProfile span.memberTitleFirst {
            margin-top: 0px;
            font-size: 10px;
        }

        .teamProfile span.memberTitle {
            margin-top: 0px;
            padding-bottom: 5px;
            border-bottom: 1px solid rgb(232,72,16);
            font-size: 10px;
        }

.clearFix {
    clear: both;
}


.leadershipTeamHeading {
    color: rgb(232,72,16);
    font-family: Catalog;
    font-size: 40px;
    line-height: 75px;
}

.leadershipTeamFilter {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .leadershipTeamFilter span {
        display: inline-block;
    }

    .leadershipTeamFilter ul {
        display: inline-block;
        list-style: none;
        padding: 0px;
    }

        .leadershipTeamFilter ul li {
            display: inline-block;
            padding-left: 15px;
        }

            .leadershipTeamFilter ul li a {
                text-decoration: none;
                cursor: pointer;
                color: black;
            }

                .leadershipTeamFilter ul li a.active {
                    font-weight: bold;
                    color: rgb(232,72,16);
                }


.teamProfile .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 195px;
    background: rgba(0,0,0,0.0);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.teamProfile:hover .overlay {
    background: rgba(0,0,0,0.2);
    display: block;
}

.teamProfile.disabled .overlay {
    background: rgba(255,255,255,0.7);
    display: block;
}

.teamProfile.disabled:hover .overlay {
    background: none;
    display: block;
}

/* Contact Us & Map */

.alert {
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.hasError {
    border: 2px solid rgb(60,60,60) !important;
}

.RequestForm i {
    color: red;
}

.RequestForm textarea {
    background: white;
    border: 1px solid rgb(232,72,16);
    width: 100%;
}

.RequestForm label {
    text-align: left !important;
}

.RequestForm select {
    color: white;
    background: rgb(232,72,16);
    border: 1px solid rgb(232,72,16);
    line-height: 32px;
    height: 32px;
    padding-left: 5px;
    width: 100%;
    display: block;
}

input[type='text'].form-control,
input[type='email'].form-control {
    border-radius: 0px;
    border: 1px solid rgb(232,72,16);
    box-shadow: none;
}

.clickable {
    cursor: pointer;
}

map {
    width: 100%;
    height: 500px;
    overflow: auto;
}

.largeMap map {
    height: 400px;
}

.btn {
    border-radius: 1px;
}

.btn-shaw {
    background: rgb(232,72,16);
    color: white;
}



/* Finance News */

.financeNewsVideoContainer {
    max-width: 643px;
}

    .financeNewsVideoContainer .jwplayer {
        --border-bottom: 4px solid rgb(232,72,16);
    }

.financeNewsVideoTitle {
    font-family: Catalog;
    font-size: 36px;
    color: rgb(232,72,16);
    line-height: normal;
    display: block;
}

.financeNewsVideoSummary {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: rgb(50,50,50);
}

.financeNewsVideoArticle {
    font-size: 13px;
}

.financeNewsContainer {
    -padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    background: rgb(245,245,245);
}

.financeNewsItem {
    padding: 10px;
    background: white;
    overflow: auto;
    height: 95px;
    margin-bottom: 10px;
    border-top: 4px solid rgb(245,245,245);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .financeNewsItem:hover {
        background: rgb(235,235,235);
        border-top: 4px solid rgb(232,72,16);
    }


    .financeNewsItem .imageContainer {
        height: 100%;
        display: inline-block;
        float: left;
    }

        .financeNewsItem .imageContainer img {
            width: 70px;
        }


    .financeNewsItem .details {
        height: 100%;
        width: 85%;
        display: inline-block;
        float: right;
        padding-left: 10px;
        overflow: hidden;
    }

@media (max-width: 1200px) {

    .financeNewsItem {
        height: 110px;
    }


        .financeNewsItem .details {
            width: 80%;
        }
}

@media (max-width : 480px) {

    .financeNewsItem {
        height: 150px;
    }

        .financeNewsItem .details {
            width: 75%;
        }

    .linkedIN {
        position: relative;
    }
}


.financeNewsItem .details .title {
    font-weight: bold;
    display: block;
    font-size: 13px;
}

.financeNewsItem .details .summary {
    display: block;
    font-size: 12px;
}



/* Nav Pills */

.nav-pills-shaw {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .nav-pills-shaw > li {
        padding-right: 10px;
    }
}

.nav-pills-shaw > li:last-child {
    padding-right: 0px !important;
}


.nav-pills-shaw > li > a {
    color: black;
    padding: 3px 12px;
    border-radius: 2px;
    cursor: pointer;
    background: rgb(225,225,225);
}

.nav-pills-shaw > li.active:hover > a,
.nav-pills-shaw > li.active > a {
    color: white;
    background-color: rgba(232,72,16,1);
}


.nav-pills-shaw > li:hover > a {
    color: white;
    background-color: black;
}

.jwlogo {
    width: 30% !important;
    margin-left: 10px !important;
}

.videoPlayerWrapper .jwcontrolbar {
    display: none !important;
}

/* Bootstrap Extensions*/

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .navbar-right {
        margin-right: -15px !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.dropdown-backdrop {
    position: static;
}

/* Off Canvas Menu */
.container-smooth {
    max-width: 1170px;
}

@media (min-width: 1px) {
    .container-smooth {
        width: auto;
    }
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: transparent;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 0 0 3px;
}

    .btn-label.btn-label-right {
        right: -12px;
        left: auto;
        border-radius: 0 3px 3px 0;
    }

.btn-lg .btn-label {
    left: -16px;
    padding: 10px 16px;
    border-radius: 5px 0 0 5px;
}

    .btn-lg .btn-label.btn-label-right {
        right: -16px;
        left: auto;
        border-radius: 0 5px 5px 0;
    }

.btn-sm .btn-label {
    left: -10px;
    padding: 5px 10px;
    border-radius: 2px 0 0 2px;
}

    .btn-sm .btn-label.btn-label-right {
        right: -10px;
        left: auto;
        border-radius: 0 2px 2px 0;
    }

.btn-xs .btn-label {
    left: -5px;
    padding: 1px 5px;
    border-radius: 2px 0 0 2px;
}

    .btn-xs .btn-label.btn-label-right {
        right: -5px;
        left: auto;
        border-radius: 0 2px 2px 0;
    }

.nav-tabs-bottom {
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

    .nav-tabs-bottom > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .nav-tabs-bottom > li > a {
            border-radius: 0 0 4px 4px;
        }

            .nav-tabs-bottom > li > a:hover,
            .nav-tabs-bottom > li > a:focus,
            .nav-tabs-bottom > li.active > a,
            .nav-tabs-bottom > li.active > a:hover,
            .nav-tabs-bottom > li.active > a:focus {
                border: 1px solid #ddd;
                border-top-color: transparent;
            }

.nav-tabs-left {
    border-right: 1px solid #ddd;
    border-bottom: 0;
}

    .nav-tabs-left > li {
        float: none;
        margin-right: -1px;
        margin-bottom: 0;
    }

        .nav-tabs-left > li > a {
            margin-right: 0;
            margin-bottom: 2px;
            border-radius: 4px 0 0 4px;
        }

            .nav-tabs-left > li > a:hover,
            .nav-tabs-left > li > a:focus,
            .nav-tabs-left > li.active > a,
            .nav-tabs-left > li.active > a:hover,
            .nav-tabs-left > li.active > a:focus {
                border: 1px solid #ddd;
                border-right-color: transparent;
            }

.row > .nav-tabs-left {
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 15px;
    margin-right: -1px;
}

    .row > .nav-tabs-left + .tab-content {
        border-left: 1px solid #ddd;
    }

.nav-tabs-right {
    border-bottom: 0;
    border-left: 1px solid #ddd;
}

    .nav-tabs-right > li {
        float: none;
        margin-bottom: 0;
        margin-left: -1px;
    }

        .nav-tabs-right > li > a {
            margin-bottom: 2px;
            margin-left: 0;
            border-radius: 0 4px 4px 0;
        }

            .nav-tabs-right > li > a:hover,
            .nav-tabs-right > li > a:focus,
            .nav-tabs-right > li.active > a,
            .nav-tabs-right > li.active > a:hover,
            .nav-tabs-right > li.active > a:focus {
                border: 1px solid #ddd;
                border-left-color: transparent;
            }

.row > .nav-tabs-right {
    padding-right: 15px;
    padding-left: 0;
}

.navmenu,
.navbar-offcanvas {
    width: 250px;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-family: 'Open Sans';
    padding-top: 60px;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
    overflow-y: auto;
    border-radius: 0;
}

    .navmenu-fixed-left,
    .navbar-offcanvas.navmenu-fixed-left {
        right: auto;
        left: 0;
        border-width: 0 1px 0 0;
    }

.navmenu-fixed-right,
.navbar-offcanvas {
    right: 0;
    left: auto;
    border-width: 0 0 0 1px;
}

.navmenu-nav {
    margin-bottom: 10px;
}

    .navmenu-nav.dropdown-menu {
        position: relative;
        float: none;
        padding-top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.navbar-offcanvas .navbar-nav {
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-offcanvas.offcanvas {
            position: static;
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-offcanvas .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-offcanvas .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
            margin-left: 0 !important;
        }

        .navbar-offcanvas .navmenu-brand {
            display: none;
        }
}

.navmenu-brand {
    display: block;
    padding: 10px 15px;
    margin: 10px 0;
    font-size: 18px;
    line-height: 20px;
}

    .navmenu-brand:hover,
    .navmenu-brand:focus {
        text-decoration: none;
    }

.navmenu-default,
.navbar-default .navbar-offcanvas {
    background-color: black;
    border-color: rgb(232,72,16);
}

    .navmenu-default .navmenu-brand,
    .navbar-default .navbar-offcanvas .navmenu-brand {
        color: #777;
    }

        .navmenu-default .navmenu-brand:hover,
        .navbar-default .navbar-offcanvas .navmenu-brand:hover,
        .navmenu-default .navmenu-brand:focus,
        .navbar-default .navbar-offcanvas .navmenu-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navmenu-default .navmenu-text,
    .navbar-default .navbar-offcanvas .navmenu-text {
        color: #777;
    }

    .navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
    .navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
        border-top-color: rgb(232,72,16);
        border-bottom-color: rgb(232,72,16);
    }

    .navmenu-default .navmenu-nav > .open > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
    .navmenu-default .navmenu-nav > .open > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
    .navmenu-default .navmenu-nav > .open > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
        color: #555;
        background-color: black;
    }

        .navmenu-default .navmenu-nav > .open > a .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
        .navmenu-default .navmenu-nav > .open > a:hover .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
        .navmenu-default .navmenu-nav > .open > a:focus .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
            border-top-color: white;
            border-bottom-color: white;
        }

    .navmenu-default .navmenu-nav > .dropdown > a .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
        border-top-color: white;
        border-bottom-color: white;
        line-height: 35px;
    }

    .navmenu-default .navmenu-nav.dropdown-menu,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
        background-color: rgb(232,72,16);
    }

        .navmenu-default .navmenu-nav.dropdown-menu > .active > a,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
        .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
        .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
            background-color: #d7d7d7;
        }

    .navmenu-default .navmenu-nav > li > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
        color: white;
        line-height: 35px;
        cursor: pointer;
    }

    .navmenu-default .navmenu-nav > li:first-child > a > i {
        color: white;
        padding-right: 5px;
    }

    .navmenu-default .navmenu-nav > li > a > i {
        color: rgb(232,72,16);
        padding-right: 5px;
    }

    .navmenu-default .navmenu-nav > li > ul > li,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > ul > li {
        list-style: none;
        background: rgb(232,72,16);
        font-size: 15px;
        line-height: 35px;
    }

        .navmenu-default .navmenu-nav > li > ul > li > ul > li,
        .navbar-default .navbar-offcanvas .navmenu-nav > li > ul > li > ul > li {
            list-style: none;
            line-height: 35px;
        }

            .navmenu-default .navmenu-nav > li > ul > li > ul > li > a,
            .navbar-default .navbar-offcanvas .navmenu-nav > li > ul > li > ul > li > a {
                color: black;
                cursor: pointer;
                text-decoration: none;
            }

    .navmenu-default .navmenu-nav > li > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
    .navmenu-default .navmenu-nav > li > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
        color: rgb(232,72,16);
        background-color: transparent;
    }

    .navmenu-default .navmenu-nav > .active > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
    .navmenu-default .navmenu-nav > .active > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
    .navmenu-default .navmenu-nav > .active > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navmenu-default .navmenu-nav > .disabled > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
    .navmenu-default .navmenu-nav > .disabled > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
    .navmenu-default .navmenu-nav > .disabled > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

.offcanvas {
    display: none;
}

    .offcanvas.in {
        display: block;
    }

@media (max-width: 767px) {
    .offcanvas-xs {
        display: none;
    }

        .offcanvas-xs.in {
            display: block;
        }
}

@media (max-width: 991px) {
    .offcanvas-sm {
        display: none;
    }

        .offcanvas-sm.in {
            display: block;
        }
}

@media (max-width: 1199px) {
    .offcanvas-md {
        display: none;
    }

        .offcanvas-md.in {
            display: block;
        }
}

.offcanvas-lg {
    display: none;
}

    .offcanvas-lg.in {
        display: block;
    }

.canvas-sliding {
    -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
    transition: top .35s, left .35s, bottom .35s, right .35s;
}

.offcanvas-clone {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: none !important;
    opacity: 0 !important;
}

/* Float Buttons */

.floatButtonPanel {
    position: fixed;
    top: 50%;
    bottom: 0;
    width: auto;
    right: -10px;
    z-index: 1500;
    overflow: visible;
    height: 0px;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
}


    .floatButtonPanel.ng-hide {
        right: -60px;
        opacity: 0;
    }

    .floatButtonPanel ul {
        list-style: none;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: rotate(-90deg) translate(50%, -50%);
        -moz-transform: rotate(-90deg) translate(50%, -50%);
        -ms-transform: rotate(-90deg) translate(50%, -50%);
        -o-transform: rotate(-90deg) translate(50%, -50%);
        transform: rotate(-90deg) translate(50%, -50%);
    }

        .floatButtonPanel ul li {
            background: rgb(232,72,16);
            color: white;
            cursor: pointer;
            display: inline-block;
            height: 55px;
            padding: 11px 7px 10px 8px;
            border-top-right-radius: 2px;
            border-top-left-radius: 2px;
            box-shadow: 0px 0px 10px 0px rgb(200,200,200);
            font-size: 12px;
            -webkit-transition: all 250ms ease !important;
            -moz-transition: all 250ms ease !important;
            -ms-transition: all 250ms ease !important;
            -o-transition: all 250ms ease !important;
            transition: all 250ms ease !important;
        }

            .floatButtonPanel ul li i {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .floatButtonPanel ul li:hover {
                -webkit-transform: translate(0%, -15%);
                -moz-transform: translate(0%, -15%);
                -ms-transform: translate(0%, -15%);
                -o-transform: translate(0%, -15%);
                transform: translate(0%, -15%);
            }

/* News */

.newsArticleContainer {
    padding-top: 30px;
    padding-bottom: 20px;
    -margin-top: 30px;
    background: rgb(245,245,245);
}

.newsArticleContainer-heading {
    font-family: Catalog;
    font-size: 28px;
    color: rgb(232,72,16);
    padding-left: 20px;
}


.newsArticleContainer-link {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}


.newsArticle-banner {
    background: rgb(230,230,230);
    padding: 20px 0 30px 0;
    margin-bottom: 20px;
}

    .newsArticle-banner .category {
        font-size: 18px;
        font-weight: bold;
        padding-right: 10px;
    }

    .newsArticle-banner .date {
        font-size: 18px;
        font-weight: normal;
    }

    .newsArticle-banner .title {
        font-size: 38px;
        display: block;
        font-weight: bold;
        font-family: Catalog;
        padding-bottom: 10px;
    }



.newsArticle .imageContainer {
    overflow: hidden;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-bottom: 4px solid rgb(232,72,16) !important;
}

@media (max-width: 600px) {
    .newsArticle .imageContainer {
        height: 250px;
    }
}



div[class^="col-"].smallPadding {
    padding: 5px;
}

/* News Article Panel */
.newsArticlePanel {
    padding-top: 0px;
    background-color: white;
    height: 460px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid rgb(235,235,235);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .newsArticlePanel:hover {
        -border-top: 4px solid rgb(232,72,16);
        background: rgb(235,235,235);
    }

    .newsArticlePanel .imageContainer {
        overflow: hidden;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-bottom: 4px solid rgb(232,72,16) !important;
    }

    .newsArticlePanel .content {
        padding: 10px 20px 0px 20px;
    }

        .newsArticlePanel .content .category {
            font-size: 14px;
            color: rgb(232,72,16);
            font-weight: bold;
            text-transform: uppercase;
            padding-right: 10px;
        }

        .newsArticlePanel .content .date {
            font-size: 14px;
            font-weight: bold;
        }

        .newsArticlePanel .content .title {
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 0px;
            margin-bottom: 3px;
            display: block;
            font-weight: bold;
        }

        .newsArticlePanel .content .article {
            font-size: 14px;
        }

        .newsArticlePanel .content .more {
            color: rgb(232,72,16);
            cursor: pointer;
            font-size: 12px;
            display: inline-block;
        }

.newsArticles-load-more {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid rgb(232,72,16);
    color: rgb(232,72,16);
}

    .newsArticles-load-more:hover {
        border: 1px solid rgb(232,72,16);
        color: white;
        background: rgb(232,72,16);
    }

.shaw-button-transparent {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid rgb(232,72,16);
    color: rgb(232,72,16);
}

    .shaw-button-transparent:hover {
        border: 1px solid rgb(232,72,16);
        color: white;
        background: rgb(232,72,16);
    }





/* FNN News Panel */
.shaw-panel.financeNewsPanel {
    height: 475px;
    border: 1px solid rgb(235,235,235);
}

    .shaw-panel.financeNewsPanel .dataLoaderContainer {
        padding: 150px;
    }

.shaw-panel .imageContainer {
    position: relative;
    overflow: hidden;
}

    .shaw-panel .imageContainer .transcript {
        width: 100%;
        height: auto;
    }

    .shaw-panel .imageContainer .logoOverlay {
        border-top: 4px solid rgb(232,72,16) !important;
        background-color: #000;
        -z-index: 1000;
        text-align: center;
        padding: 0;
        margin: 0;
    }


.logoOverlay {
    border-top: 4px solid rgb(232,72,16) !important;
    background-color: #000;
    -z-index: 1000;
    text-align: center;
    padding: 10px 0;
    margin-top: -6px;
}


.shaw-panel .imageContainer .logoOverlay > IMG {
    margin: 10px;
}


.shaw-panel .panel-body.content {
    height: 180px;
}

.shaw-panel .panel-body .title {
    font-size: 14px;
    padding: 10px 20px 0px 20px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.shaw-panel .panel-body .article {
    font-size: 14px;
    padding: 0 20px 0px 20px;
    height: 120px;
    overflow: hidden;
}



/* Data Loader */

#dataLoader {
    width: 100%;
    text-align: center;
}

.dataLoader_block {
    background-color: rgb(100,100,100);
    border: none;
    -float: left;
    display: inline-block;
    height: 30px;
    margin-left: -3px;
    width: 8px;
    opacity: 0.1;
    -moz-animation-name: dataLoader_bounce;
    -moz-animation-duration: 1.0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-transform: scale(0.7);
    -webkit-animation-name: dataLoader_bounce;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-transform: scale(0.7);
    -ms-animation-name: dataLoader_bounce;
    -ms-animation-duration: 1.0s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-transform: scale(0.7);
    -o-animation-name: dataLoader_bounce;
    -o-animation-duration: 1.0s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-transform: scale(0.7);
    animation-name: dataLoader_bounce;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(0.8);
}

#dataLoader_block_1 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#dataLoader_block_2 {
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#dataLoader_block_3 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#dataLoader_block_4 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#dataLoader_block_5 {
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

@-moz-keyframes dataLoader_bounce {
    0% {
        -moz-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.8);
        opacity: 0.1;
    }
}

@-webkit-keyframes dataLoader_bounce {
    0% {
        -webkit-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.8);
        opacity: 0.1;
    }
}

@-ms-keyframes dataLoader_bounce {
    0% {
        -ms-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0.8);
        opacity: 0.1;
    }
}

@-o-keyframes dataLoader_bounce {
    0% {
        -o-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -o-transform: scale(0.8);
        opacity: 0.1;
    }
}

@keyframes dataLoader_bounce {
    0% {
        transform: scale(1.0);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.1;
    }
}

/* News Ticker */

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@-ms-keyframes ticker {
    0% {
        -ms-transform: translate3d(0, 0, 0);
    }

    100% {
        -ms-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.newsTickerContainer {
    box-sizing: content-box !important;
    width: 100%;
    overflow: hidden;
    background-color: black;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    -ms-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 400s;
    -ms-animation-duration: 400s;
    animation-duration: 400s;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}


    .newsTickerContainer:hover,
    .ticker:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }

.tickerItem {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    border-right: 3px solid rgb(232,72,16);
    color: white;
}

.tickerItemLink {
    cursor: pointer;
}

    .tickerItemLink:hover {
        text-decoration: underline;
    }


.tickerItem:last-child {
    border-right: none;
}

/* Anchor */

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}


.block {
    cursor: pointer;
    display: inline-block;
    width: 130px;
    height: 120px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 6px;
    vertical-align: top;
    color: white;
    /* font-family: halvetica; */
    font-size: 17px;
    line-height: 20px;
    border-radius: 1px;
    background-color: rgb(146,146,146);
}


    .block.active, .block:Hover {
        background-color: rgb(232,72,16);
    }

.bannerPanel {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .bannerPanel > p {
        position: absolute;
        color: white;
        font-family: 'Catalog';
        font-size: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -transform: translateY(-50%);
        padding-left: 15%;
        padding-right: 15%;
        text-align: center;
        display: inline-block;
        text-shadow: 0px 0px 20px black;
        line-height: normal;
        width: 100%;
    }





.contactShaw a {
    font-size: 24px;
    color: rgb(146,146,146);
    text-decoration: underline;
}

    .contactShaw a:hover {
        font-size: 24px;
        color: rgb(232,72,16);
        text-decoration: none;
    }


.btn-shaw.extra-padding {
    padding: 15px 50px;
}

.shawGray {
    color: rgb(146,146,146);
}

.fa.fa-padded {
    padding: 10px;
}

.relative {
    position: relative;
}

@media (min-width: 760px) {
    .linkedIN {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.modal-content {
    line-height: 0px;
}

    .modal-content .closeButton {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        color: white;
        z-index: 9999;
        background: transparent;
        border: none;
        font-weight: 100;
        font-size: 32px;
    }

        .modal-content .closeButton:hover {
            color: rgb(232,72,16);
        }

.modal-backdrop.in {
    z-index: auto;
}
	

.modal-body {
    position: relative;
    padding: 2px;
    background-color: rgba(232,72,16,1);
    border-radius: 3px;
}

	/*
.modal-body {
  position: relative;
  flex: 1 1 auto;
}*/

.videoFeedPlaceholderImageHome {
    width: 100%;
    height: 115px;
    cursor: pointer;
    padding-top: 80px;
    text-align: center;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 25px 0 15px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .videoFeedPlaceholderImageHome {
        width: 100%;
        height: 100px;
        cursor: pointer;
        padding-top: 80px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        margin: 20px 0 15px 0;
        padding: 0;
        background-size: 100%;
    }
}


.videoFeedPlaceholderImageHome .playButton {
    padding-top: 45px;
}

    .videoFeedPlaceholderImageHome .playButton i {
        border: 1px solid black;
        border-top: 12px solid black;
        border-bottom: 12px solid black;
        width: 60px;
        border-radius: 6px;
        background: black;
        color: rgb(210,210,210);
        opacity: 0.75;
        box-shadow: 0px 0px 2px 1px black;
    }

        .videoFeedPlaceholderImageHome .playButton i:hover {
            opacity: 0.9;
        }

.videoFeedPlaceholderImage {
    /*width: 100%;*/
    width: 375px;
    /*height: 310px;*/
    height: 209px;
    cursor: pointer;
    /*padding-top: 80px;*/
    padding-top: 25px;
    text-align: center;
    background-position: left top;
    background-repeat: no-repeat;
}

    .videoFeedPlaceholderImage .playButton {
        padding-top: 55px;
    }

        .videoFeedPlaceholderImage .playButton i {
            border: 1px solid rgb(37,37,37);
            border-top: 12px solid rgb(37,37,37);
            border-bottom: 12px solid rgb(37,37,37);
            width: 60px;
            border-radius: 6px;
            background: rgb(37,37,37);
            color: white;
            opacity: 0.70;
            box-shadow: 0px 0px 2px 1px rgb(37,37,37);
        }

            .videoFeedPlaceholderImage .playButton i:hover {
                opacity: 0.95;
            }

.spacer {
    height: 40px;
}

.spacer-small {
    height: 20px;
}



.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.location-header {
    font-family: Catalog;
    font-size: 30px;
    line-height: 35px;
    color: black;
}





/* SMA Profiles */
.sma-profiles {
    border: none;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}

    .sma-profiles .panel-body {
        border: 1px solid rgb(180,180,180);
    }



    .sma-profiles .panel-heading {
        background: rgb(232,72,16);
        color: white !important;
        border-color: rgb(232,72,16);
        border-radius: 0px !important;
        padding: 15px;
    }


        .sma-profiles .panel-heading.static {
            background: rgb(0,0,0) !important;
        }


        .sma-profiles .panel-heading.collapsed {
            background: rgb(232,72,16);
        }



        .sma-profiles .panel-heading:hover {
            background: black !important;
        }

        .sma-profiles .panel-heading .panel-title a {
            color: white !important;
            font-size: 18px;
            text-decoration: none;
            cursor: pointer;
        }

    .sma-profiles .container-fluid > .row {
        background: black;
        margin: 0px 20px 1px 20px;
        border: none;
        font-size: 16px;
        font-weight: bold;
    }

        .sma-profiles .container-fluid > .row:first-child {
            margin-top: 20px;
        }

        .sma-profiles .container-fluid > .row:last-child {
            margin-bottom: 20px;
        }

        .sma-profiles .container-fluid > .row > [class*="col-"] {
            padding: 20px;
        }

        .sma-profiles .container-fluid > .row > div:last-child {
            background: rgb(235,235,235);
            border-right: 1px solid rgb(235,235,235);
            min-height: 90px;
            font-weight: normal;
        }

        .sma-profiles .container-fluid > .row > div:first-child {
            color: white;
        }


/*Zoom Box styles*/

.zoom-title {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 30px;
    color: white;
    text-align: center;
    z-index: 1;
    transition: top .5s ease;
}

.item-overlay h2.zoom-title {
    top: 30%;
}


.zoom {
    position: relative;
    overflow: hidden;
    display: grid;
}

    .zoom img {
        max-width: 100%;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease-in-out;
    }

    .zoom:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
    }

    .zoom .item-overlay.dark {
        background-color: rgba(40,40,40,0.5);
    }




    .zoom .item-overlay {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        font-size: 25px;
        font-family: 'Catalog';
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        line-height: 1.2em;
    }

        .zoom .item-overlay a {
            height: 100%;
            display: block;
            color: #FFFFFF !important;
            border-bottom: none !important;
            text-decoration: none !important;
        }

        .zoom .item-overlay.dark {
            background-color: rgba(40,40,40,0.2);
        }

    .zoom:hover .item-overlay {
        background-color: rgba(40,40,40,0.8);
        display: block;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }


.hover-panel:hover .title {
    top: 2%;
}

.hover-panel:hover .hover-text {
    opacity: 1;
}

.hover-text {
    position: relative;
    left: 0;
    top: 20%;
    opacity: 0;
    transition: opacity .35s ease;
    color: white;
    padding: 0px 20px;
    font-size: 20px;
    text-align: center;
}

    .hover-text.bigTile {
        top: 32%;
    }

/*Zoom Box styles*/




/* Sponsorship page  */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}



.newsItems > div {
    background: white;
}

    .newsItems > div:nth-child(odd) {
        background: rgb(245,245,245);
    }


.newsItemPanel {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: transparent;
    -min-height: 210px;
    -cursor: pointer;
    -margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .newsItemPanel .content {
        padding: 0px 20px 0px 10px;
    }

    .newsItemPanel .imageContainer {
        overflow: hidden;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

        .newsItemPanel .imageContainer.intro {
            height: 375px;
        }



@media all and (max-width:480px) {
    .newsItemPanel .content {
        padding: 0 0 10px 0;
    }
}

@media all and (max-width:480px) {
    .newsItemPanel .content.intro {
        padding: 20px 0 0 0;
    }
}

.newsItemPanel .content .category {
    color: rgb(232,72,16);
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.6em;
}

.newsItemPanel .content .date {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.6em;
}

.newsItemPanel .content .title {
    padding-top: 10px;
    padding-bottom: 0px;
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0.6em;
}




.newsItemPanel .content .article {
    font-size: 1em;
    margin-bottom: 30px;
}

.newsItemPanel .content .more {
    color: rgb(232,72,16);
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}


.bgBlack {
    background-color: #000000;
}


#shaw_gallary {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
}

    #shaw_gallary:after {
        content: "";
        display: table;
        clear: both;
    }

    #shaw_gallary.sbi_fixed_height {
        overflow: hidden;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #shaw_gallary a:hover, #shaw_gallary a:focus, #shaw_gallary a:active {
        outline: none;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        opacity: 0.85 !important;
    }

    #shaw_gallary .shaw_photo_wrap:hover .shaw_link, #shaw_gallary .shaw_photo_wrap:focus .shaw_link {
        display: block;
    }

    #shaw_gallary #shaw_images {
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #shaw_gallary .shaw_photo_wrap {
        position: relative;
    }

    #shaw_gallary #shaw_images .shaw_item {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        padding: inherit !important;
        margin: 0 !important;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #shaw_gallary .shaw_photo {
        display: block;
        text-decoration: none;
    }

        #shaw_gallary .shaw_photo img {
            width: 100%;
            height: auto;
        }


    #shaw_gallary.shaw_col_1 #shaw_images .shaw_item {
        width: 100%;
    }

    #shaw_gallary.shaw_col_2 #shaw_images .shaw_item {
        width: 50%;
    }

    #shaw_gallary.shaw_col_3 #shaw_images .shaw_item {
        width: 33.33%;
    }

    #shaw_gallary.shaw_col_4 #shaw_images .shaw_item {
        width: 25%;
    }

    #shaw_gallary.shaw_col_5 #shaw_images .shaw_item {
        width: 20%;
    }

    #shaw_gallary.shaw_col_6 #shaw_images .shaw_item {
        width: 16.66%;
    }

    #shaw_gallary.shaw_col_7 #shaw_images .shaw_item {
        width: 14.28%;
    }

    #shaw_gallary.shaw_col_8 #shaw_images .shaw_item {
        width: 12.5%;
    }

    #shaw_gallary.shaw_col_9 #shaw_images .shaw_item {
        width: 11.11%;
    }

    #shaw_gallary.shaw_col_10 #shaw_images .shaw_item {
        width: 10%;
    }

@media all and (max-width:768px) {
    #shaw_gallary.shaw_col_3 #shaw_images .shaw_item, #shaw_gallary.shaw_col_4 #shaw_images .shaw_item, #shaw_gallary.shaw_col_5 #shaw_images .shaw_item, #shaw_gallary.shaw_col_6 #shaw_images .shaw_item {
        width: 50%;
    }

    #shaw_gallary.shaw_col_7 #shaw_images .shaw_item, #shaw_gallary.shaw_col_8 #shaw_images .shaw_item, #shaw_gallary.shaw_col_9 #shaw_images .shaw_item, #shaw_gallary.shaw_col_10 #shaw_images .shaw_item {
        width: 25%;
    }

    #shaw_gallary.shaw_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width:480px) {
    #shaw_gallary.shaw_col_3 #shaw_images .shaw_item, #shaw_gallary.shaw_col_4 #shaw_images .shaw_item, #shaw_gallary.shaw_col_5 #shaw_images .shaw_item, #shaw_gallary.shaw_col_6 #shaw_images .shaw_item, #shaw_gallary.shaw_col_7 #shaw_images .shaw_item, #shaw_gallary.shaw_col_8 #shaw_images .shaw_item, #shaw_gallary.shaw_col_9 #shaw_images .shaw_item, #shaw_gallary.shaw_col_10 #shaw_images .shaw_item {
        width: 100%;
    }
}

.navbar-sponsorship {
    border: none;
    background: rgb(232,72,16);
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar-sponsorship ul li a {
        color: white;
    }

    .navbar-sponsorship ul li:hover a {
        background: black;
    }

.newsItemPanel .videoFeedPlaceholderImage {
    width: 100%;
    height: 310px;
    cursor: pointer;
    padding-top: 25px;
    text-align: center;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

    .newsItemPanel .videoFeedPlaceholderImage .playButton {
        padding-top: 100px;
    }

.newsItemPanel .btn-primary {
    margin-bottom: 20px;
}
/* Sponsorship page  */
 .grid {
            background: rgb(30,30,30);
            display: inline-flex;
            flex-direction: row;
            box-sizing: border-box;
            align-items: flex-start
        }

        .grid-column {
            margin: 0px 3px;
            width: 100%;
        }

            .grid-column .image-container {
                margin: 6px 0px;
				cursor: pointer;
            }

                .grid-column .image-container img {
                    width: 100%;
                    display: flex;
                }

                    .grid-column .image-container img:hover {
                        width: 100%;
                        display: flex;
                    }

                .grid-column .image-container.ng-enter {
                    animation: 3s appear;
                }

        @keyframes appear {
            from {
                opacity: 0;
                transform: scale(0.98);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }
	
	
.hero-image {
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image .gallery-detail {
	height: 100%;
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.hero-image .gallery-detail .gallery-collection-name {
	font-size: 72px;
	font-family: Catalog;
	text-transform: uppercase;
    letter-spacing: 6px;
	font-size: 5vw;
	color: white;
	text-shadow: 0px 0px 20px rgb(30,30,30);
	line-height: normal;
	text-align:center;
}
	
	.hero-image .gallery-detail .gallery-collection-date {
	font-size: 32px;
	font-size: 1.5vw;
	font-family: Catalog;
	font-style: italic;
	color: white;
	text-shadow: 0px 0px 20px rgb(30,30,30);
		
	}
	
	.hero-image .gallery-detail .gallery-collection-arrow {
		margin-top: 20px;
	padding: 15px 50px;
		border: 1px solid rgb(232,72,16);
		letter-spacing: 2px;
		-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
		cursor:pointer;
		background: rgba(232,72,16,0.6);
		-box-shadow: 0px 0px 10px rgb(30,30,30);

	}
	
	.hero-image .gallery-detail .gallery-collection-arrow:hover {
		background: rgba(232,72,16,0.8);
	}
	
	.hero-image .gallery-detail .gallery-collection-arrow a {
		font-size: 14px;
	font-size 0.5vw;
		color: white;
			text-decoration: none;	
	}
	
	
	
	