@font-face {
    font-family: 'ChronicleTextG2-Roman';
    src: url(/css/fonts/Redesigned/ChronicleTextG2-Roman.otf) format('opentype');
}

@font-face {
    font-family: 'Georgia';
    src: url(/css/fonts/Redesigned/Georgia.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(/css/fonts/Redesigned/Gotham-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url(/css/fonts/Redesigned/Gotham-Book.otf) format('opentype');
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url(/css/fonts/Redesigned/MinionPro-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(/css/fonts/Redesigned/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url(/css/fonts/Redesigned/Montserrat-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(/css/fonts/Redesigned/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(/css/fonts/Redesigned/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(/css/fonts/Redesigned/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(/css/fonts/Redesigned/Montserrat-SemiBold.ttf) format('truetype');
}

/* Common Styles */
body {
    font-family: 'Montserrat-Regular';
}

h1, p, a {
    text-shadow: none !important;
}

.hide {
    display: none !important;
}

.c-dib {
    display: inline-block !important;
}

.c-db {
    display: block !important;
}

.c-p {
    cursor: pointer !important;
}

.c-pr {
    position: relative !important;
}

.c-ps {
    position: static !important;
}

.c-pa {
    position: absolute !important;
}

.c-list-none {
    list-style: none !important;
}

.c-fs-i {
    font-style: italic !important;
}

.c-w-100 {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0093b2;
}

.c-tu {
    text-transform: uppercase;
}

.c-lh-28 {
    line-height: 39px;
}

.c-lh-20 {
    line-height: 20px;
}

.c-bb-blue {
    border-bottom: 1px solid #a0d8e4;
}

.c-bb-grey {
    border-bottom: 1px solid #666666;
}

.c-bb-black {
    border-bottom: 1px solid #333333;
}

.c-c-grey {
    color: #969696;
}

.c-light-black {
    color: #58595b;
}

.c-c-black {
    color: #333333;
}

.c-c-red {
    color: #e4002b;
}

.c-c-blue {
    color: #0093b2;
}

.c-ff-mm {
    font-family: 'Montserrat-Medium';
}

.c-ff-mr {
    font-family: 'Montserrat-Regular';
}

.c-ff-ms {
    font-family: 'Montserrat-SemiBold';
}

.c-ff-ml {
    font-family: 'Montserrat-Light';
}

.c-ff-mi {
    font-family: 'Montserrat-Italic';
}

.c-ff-mb {
    font-family: 'Montserrat-Bold';
}

.ff-cr {
    font-family: 'ChronicleTextG2-Roman';
}

.c-mb-5 {
    margin-bottom: 5px;
}

.c-fs-9 {
    font-size: 13px;
}

.c-fs-10 {
    font-size: 14px;
}

.c-fs-11 {
    font-size: 14px;
}

.c-fs-13 {
    font-size: 16px;
}

.c-fs-14 {
    font-size: 14px;
}

.c-fs-15 {
    font-size: 17px;
}

.c-fs-16 {
    font-size: 16px;
}

.c-fs-18 {
    font-size: 18px;
}

.c-fs-19 {
    font-size: 21px;
}

.c-fs-20 {
    font-size: 20px;
}

.c-fs-22 {
    font-size: 22px;
}

.c-fs-24 {
    font-size: 24px;
}

.c-fs-28 {
    font-size: 28px;
}

.c-fs-27 {
    font-size: 27px;
}

img {
    max-width: 100%;
}

/* Button Section */
.btn {
    box-shadow: none;
    border-radius: 0;
    background-image: none;
}

.btn-primary {
    background-color: #e4002b;
    border-color: #e4002b;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #b30505;
        border-color: #b30505;
    }

/* Header Style */
.navbar-header {
    position: relative;
    z-index: 1;
}

.navbar-collapse {
    position: relative;
}

.navbar-header .navbar-toggler {
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
    float: left;
    margin-right: 15px;
    border: none;
    background: none;
}

    .navbar-header .navbar-toggler .icon-bar {
        background: #003865;
        height: 3px;
        width: 30px;
        display: block;
    }

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.languageSelector {
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 10;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #858689;
}

.navigation-search {
    position: relative;
}

.navbar-static-top {
    border: none;
    z-index: 11;
}

    .navbar-static-top .navbar-nav li {
        margin-left: 40px;
    }

        .navbar-static-top .navbar-nav li a {
            font-family: 'Montserrat-Medium';
            padding-left: 0;
            padding-right: 0;
            text-transform: uppercase;
            transition: .2s color ease-in;
            color: #969696;
            font-size: 13px;
        }

            .navbar-static-top .navbar-nav li a:hover, .navbar-static-top .navbar-nav li a:focus, .navbar-static-top .navbar-nav li a.active {
                color: #e4002b;
                background: none;
            }

.search-input {
    position: absolute;
    right: -10px;
    padding: 5px;
    top: -6px;
    border: 1px solid #999999;
    width: 275px;
}

.navigation-search .fa-search {
    position: relative;
    z-index: 100;
}

.navbar-sub {
    background: #ececec;
}

    .navbar-sub ul {
        list-style: none;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
    }

        .navbar-sub ul li {
            font-family: 'Montserrat-Medium';
            display: inline-block;
            text-transform: uppercase;
            transition: .2s color ease-in;
            font-size: 13px;
        }

            .navbar-sub ul li a {
                padding-top: 20px;
                padding-bottom: 20px;
                margin-right: 20px;
                display: inline-block;
                color: #969696;
            }

                .navbar-sub ul li a:before {
                    color: #e4002b;
                    margin-right: 5px;
                    margin-top: 2px;
                    display: inline-block;
                    border-top: 7px dashed;
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                    content: '';
                }

                .navbar-sub ul li a:hover, .navbar-sub ul li a:focus {
                    color: #e4002b;
                }

.c-banner-img {
    background-repeat: no-repeat;
    text-align: center;
    height: 478px;
    background-size: cover;
    padding-top: 10%;
}

.c-about-banner-img {
    background-repeat: no-repeat;
    text-align: center;
    height: 478px;
    background-size: cover;
    padding-top: 30px;
    height: auto !important;
    padding-bottom: 30px;
}

    .c-about-banner-img .c-transparant {
        background-color: rgba(255,255,255,0.6);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .c-about-banner-img.c-about-view-section .c-bb-black {
        position: relative;
        z-index: 10;
        margin-bottom: 0px !important;
        text-align: left;
    }

.c-banner-img .c-banner-heading {
    color: #e4002b;
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    margin: 0;
    position: relative;
    z-index: 10;
    line-height: 68px;
}

.c-about-banner-img .c-banner-heading {
    padding-top: 0px !important;
}
.c-about-banner-img .c-banner-heading div{
    font-size:20px;
}

.c-banner-img p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 12px;
    position: relative;
    color: #696b6b;
    z-index: 10;
}

.c-banner-img .btn {
    padding: 13px 26px;
    position: relative;
    z-index: 10;
    font-size: 11px;
}

/* Work Place Section */
.c-workplace-section .carousel-item {
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    color: #ffffff;
    padding: 130px 10%;
    height: 395px !important;
}

.c-workplace-section .c-workplace-section-inner {
    position: relative;
}

.c-workplace-section h1 {
    font-size: 22px;
    margin: 18px 0;
}

.c-workplace-section p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.c-workplace-section a {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    /*margin-top: 10px;
    display: block;*/
}


/* News Section */
.c-news-section {
    text-align: center;
    height: auto;
    background-color: #ececec;
    padding: 80px 10%;
}

    .c-news-section .c-award-news-inner {
        position: relative;
    }

    .c-news-section h1 {
        font-size: 22px;
        margin: 18px 0 10px;
    }

    .c-news-section p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
    }

    .c-news-section a {
        font-size: 13px;
        line-height: 18px;
        color: #e4002b;
    }

/* Carousal Common Style */
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
}

.carousel-indicators .active {
    background: #a9a9a9;
    border: 1px solid #a9a9a9;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    opacity: 1 !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    width: 50px;
    height: 100px;
    font-size: 0px;
    background-repeat: no-repeat;
}

.carousel .carousel-caption {
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    padding: 0;
}

    .carousel .carousel-caption img {
        max-width: 100%;
    }

.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

/* Home Work place Section */
.c-workplace-section .carousel-control .glyphicon-chevron-left {
    background-image: url('/~/media/Redesigned/arrow_white_left.png');
}

.c-workplace-section .carousel-control .glyphicon-chevron-right {
    background-image: url('/~/media/Redesigned/arrow_white_right.png');
}

.c-news-section .carousel-control .glyphicon-chevron-left, .c-award-section .carousel-control .glyphicon-chevron-left {
    background-image: url('/~/media/Redesigned/arrow_left.png');
}

.c-news-section .carousel-control .glyphicon-chevron-right, .c-award-section .carousel-control .glyphicon-chevron-right {
    background-image: url('/~/media/Redesigned/arrow_right.png');
}

/* Career and Property Section */
.c-career-section {
    background-color: #0093b2;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .c-career-section h6 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 15px;
        font-weight: 500;
    }

    .c-career-section p {
            font-size: 46px;
    font-family: 'Montserrat-Light';
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    }

    .c-career-section a {
        font-size: 11px;
        color: #ffffff;
    }

    .c-career-section ul {
        list-style: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 5px;
    }

        .c-career-section ul li a {
            font-family: 'Montserrat-Regular';
            display: inline-block;
            font-size: 14px;
            line-height: 30px;
            display: inline-block;
            vertical-align: top;
        }

/* About Us Section */
.c-about-overview {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    border-left: 1px solid #dddddd;
	float:left;
}

    .c-about-overview:first-child {
        
    }
	#main_1_rptOverView_imageWithOutLink_1 {
        border-right: 1px solid #dddddd;
    }

    .c-about-overview p {
        font-size: 11px;
        margin-top: 10px;
        color: #696b6b;
        display: none;
    }

/* Social Section */
.c-social-section {
    background-color: #ececec;
    padding: 20px 15px;
}

    .c-social-section img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

.c-about-who-section {
    background-color: #0093b2;
    color: #ffffff;
    padding-top: 65px;
    padding-bottom: 65px;
}

    .c-about-who-section h2 {
        font-family: 'Montserrat-SemiBold';
        margin-bottom: 30px;
        font-size: 30px;
    }

    .c-about-who-section p {
        line-height: 26px;
        margin-bottom: 5px;
    }

    .c-about-who-section a {
        font-size: 11px;
        color: #ffffff;
    }

/* How it Work Section */
.c-how-it-work-section {
    background: #ececec;
    padding-top: 50px;
    padding-bottom: 75px;
}

    .c-how-it-work-section h2 {
        color: #0093b2;
        font-family: 'Montserrat-Bold';
        font-size: 44px;
    }

    .c-how-it-work-section h4 {
        font-size: 19px;
        line-height: 40px;
        font-family: 'Montserrat-Medium';
    }

    .c-how-it-work-section ul {
        padding: 0;
        font-size: 16px;
    }

        .c-how-it-work-section ul li {
            line-height: 30px;
            font-family: 'Montserrat-Medium';
        }

/* People Section */
.c-about-people-section {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 60px;
    height: 945px;
}

    .c-about-people-section .c-transparent {
        background-color: rgba(255,255,255,1);
        background-image: url(images/linear_bg_1.png);
        background-repeat: repeat-y;
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
        /* IE 10 */
        background: -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
        /* Opera 11.10+ */
        background: -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

.c-about-citizenship-section {
    background-color: #ececec;
    padding-bottom: 65px;
    padding-top: 65px;
}

/* Award Section */
.c-award-section {
    text-align: center;
    height: auto;
    background-color: #ececec;
    padding: 25px 0;
}

    .c-award-section p {
        font-size: 16px;
        line-height: 36px;
        color: #a9a9a9;
    }

    .c-award-section.carousel .carousel-inner {
        width: auto;
        margin: 0 13%;
    }

    .c-award-section.carousel .carousel-caption img {
        height: 200px;
    }

    .c-award-section.carousel .carousel-indicators li {
        background-color: #fd5d7b;
    }

        .c-award-section.carousel .carousel-indicators li:hover, .c-award-section.carousel .carousel-indicators li.active {
            background-color: #e4002b;
        }

/* Histroy Section */
.c-hostory-section {
    background: #ececec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-about-view-section .breadcrumb {
    float: right;
    padding: 0;
    margin: 0;
    background: none;
}

.c-about-view-section h6 {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Montserrat-Medium';
}

.c-about-view-section h1 {
    color: #e4002b;
    font-family: 'Montserrat-Bold';
    padding: 0px 0px !important;
    font-size: 45px;
    line-height: 44px;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "";
    display: none;
}

.c-about-view-section .breadcrumb a {
    color: #333333;
    padding: 0px 6px;
}

    .c-about-view-section .breadcrumb a:hover, .c-about-view-section .breadcrumb a.active {
        color: #e4002b;
    }

/* Footer Section */
.c-footer-section {
    padding: 20px 15px;
    background-color: #cecfd1;
    width: 100%;
}

    .c-footer-section .login-menu {
        margin: 0;
    }

        .c-footer-section .login-menu a {
            font-size: 13px;
            font-family: 'Montserrat-SemiBold';
            margin-bottom: 10px;
            color: #000000;
            display: inline-block;
        }

    .c-footer-section h4 {
        font-size: 16px;
        color: #003865;
        margin: 20px 0 0 0;
        padding: 0;
    }

        .c-footer-section h4 .fa {
            font-size: 22px;
            margin-left: 5px;
            display: none;
            cursor: pointer;
            vertical-align: middle;
        }

        .c-footer-section h4.mobileCollapse {
            cursor: pointer;
        }

            .c-footer-section h4.mobileCollapse .fa {
                display: inline-block;
            }

    .c-footer-section ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .c-footer-section h4.mobileCollapse + ul {
        display: none;
    }

    .c-footer-section ul li a {
        font-size: 11px;
        line-height: 18px;
        color: #000000;
        display: block;
    }

.copyright {
    font-size: 12px;
}
/* Global Leader*/
.c-tile-container-s1:before, .c-tile-user-img:before, .c-tile-user-nme:before, .c-tile-user-tit:before, .c-tile-user-viewmore:before, .c-tile-hide:before {
    content: "";
    display: table;
}

.c-tile-container-s1:after, .c-tile-user-img:after, .c-tile-user-nme:after, .c-tile-user-tit:after, .c-tile-user-viewmore:after, .c-tile-hide:after {
    content: "";
    display: table;
    clear: both;
}

.c-tile-container-s1 {
    padding: 20px 0px 20px 0px;
}

.c-tile-user-img {
}

    .c-tile-user-img img {
        width: 100%;
    }

.c-tile-user-nme h3 {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Montserrat-Medium';
    color: #0093b2;
    margin: 10px 0px 0px 0px;
}

.c-tile-user-tit h4 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat-Medium';
    color: #7c7c7c;
    margin: 0px 0px 0px 0px;
}

.c-tile-user-viewmore {
}

.c-tile-hide {
}

.c-btn-more {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat-Medium';
    color: #0093b2 !important;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
}

.c-btn-colse {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat-Medium';
    color: #0093b2 !important;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
}

    .c-btn-colse img {
        margin-top: -3px;
        margin-right: 3px;
    }

.c-tile-hide {
    padding-right: 60px;
}

.cw-grp-tile-container {
}

.c-tile-hide p {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.col-md-6.p-0:nth-child(n+1) {
}

.cw-cell-hide {
    display: none;
}

.cw-cell-show {
    display: block;
}

.col-md-6:before, .cw-grp-tile-container:before {
    content: "";
    display: table;
}

.col-md-6:after, .cw-grp-tile-container:after {
    content: "";
    display: table;
    clear: both;
}

.cw-mar-bot-s1 {
    margin-top: 30px;
}

    .cw-mar-bot-s1 p {
        font-size: 15px;
    }

.cw-txt-his-a {
    font-size: 13px;
    display: block;
    color: #0093b2;
    text-align: center;
    margin: 15px 0px 0px 0px;
}

.justify-content-center .col-md-11 {
    padding: 0px !important;
}

.justify-content-center .col-md-11 {
    padding: 0px !important;
}

.cc-ss {
    font-family: serif;
}

.cw-sec-list-txt p {
    font-family: serif;
}

.cw-sec-list-txt ul {
    font-family: serif;
}

.cw-link-lern {
    margin-top: 10px;
    display: block;
}

#redesignedpage_0_detailpage_0_contentFromBodyHtml img {
    height: auto !important;
}

.cw-img-scl {
    height: auto !important;
}

/* What's Next Screen Design */
.cw-section-container:before, .cw-section-inner-container:before, .cw-row-blocks:before {
    content: "";
    display: table;
}

.cw-section-container:after, .cw-section-inner-container:after, .cw-row-blocks:after {
    content: "";
    display: table;
    clear: both;
}

.cw-section-container {
    padding: 0px 0px;
}

.cw-section-inner-container {
}

.cw-bg-color-b1 {
    color: #ffffff;
    padding: 0px;
    height: 800px;
}

.cw-career-control h6 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    /*font-family: Montserrat-Medium;*/
    color: inherit;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.cw-career-control h1 {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: inherit;
    font-weight: 500;
    line-height: 38px;
    margin: 13px 0px 8px 0px;
    text-transform: uppercase;
}

.cw-career-control a {
    margin: 0px 0px 0px 0px;
    color: inherit;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

.cw-career-control-s1 h1 a {
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: inherit;
    font-weight: 500;
    line-height: 40px;
    margin: 10px 0px 9px 0px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.cw-bg-color-b2 {
    background-color: #e4002b;
    color: #fff;
}

.cw-bg-color-b3 {
}

    .cw-bg-color-b3 img {
        height: 245.86px;
        width: 100%;
    }

.cw-section-inner-container .cw-row-blocks .cw-bg-color-b3 img {
    margin-bottom: 10px;
}

.cw-section-inner-container .cw-row-blocks:last-child .cw-bg-color-b3 img {
    margin-bottom: 0px;
}

.cw-section-inner-container .cw-row-blocks .col-md-2 {
    max-width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
}


.cw-bg-color-b4 {    
    color: #fff;
    
}

.cw-banner-control h1 {
    color: #e4002b;
    font-size: 80px;
    line-height: 70px;
    text-shadow: none !important;
    font-family: Montserrat-SemiBold;
    margin: 0px 0px 25px 0px;
    text-transform: uppercase;
}

.cw-banner-control p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.cw-banner-control span {
    font-style: italic;
    font-size: 10px;
    margin: 0px 0px 25px 0px;
    display: block;
}

.cw-banner-control a {
}

.cw-iframe-control-s1 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.cw-frame-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cw-iframe-control-s2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .cw-iframe-control-s2 .cw-frame-video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.cw-sec-bnr-img-s1 img {
    height: 384px;
    width: 100%;
}

.cw-banner-control {
    /*position: relative;*/
}

    .cw-banner-control img {
        /*position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;*/
    }

.cw-pl-5 {
    padding: 40px 64px 0px 58px;
}

.cw-list-ctrl-s1 {
    padding: 0px;
    margin: 0px 0px 0px 19px;
    display: block;
    list-style: none;
}

    .cw-list-ctrl-s1 li {
        position: relative;
        padding-bottom: 10px;
    }

        .cw-list-ctrl-s1 li:before {
            content: '';
            position: absolute;
            border-right: 1px solid #0093b2;
            border-bottom: 1px solid #0093b2;
            width: 10px;
            height: 10px;
            top: calc(50% - 4px);
            left: -20px;
            transform: translateY(-50%) rotate(-45deg);
        }

        .cw-list-ctrl-s1 li a {
            display: block;
            padding: 8px 0px 8px 0px;
            font-size: 16px;
            line-height: 20px;
            color: #0093b2;
        }

            .cw-list-ctrl-s1 li a:hover {
                color: #0093b2;
            }

.cw-fnt-s2 {
    font-size: 17px;
    line-height: 25px;
}

.fns-col-s1 li a {
    color: #212529;
}

.cw-list-ctrl-s1.fns-col-s1 li:before {
    content: '';
    position: absolute;
    border-right: 1px solid #212529;
    border-bottom: 1px solid #212529;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}

.c-ff-ms {
    text-transform: uppercase;
}

.cw-col-pd-cust-s1 .col-md-2:nth-child(1) {
    padding-right: 1%;
    padding-left: 0px;
}

.cw-col-pd-cust-s1 .col-md-2:nth-child(2) {
    padding-right: 1%;
    padding-left: 0px;
}

.cw-col-pd-cust-s1 .col-md-2:nth-child(3) {
    padding-left: 0px;
    padding-right: 1%;
}

.cw-col-pd-cust-s1 .col-md-2:nth-child(4) {
    padding-left: 0px;
    padding-right: 1%;
}

.cw-col-pd-cust-s1 .col-md-2:nth-child(5) {
    padding-left: 0px;
    padding-right: 1%;
}

.cw-row-blocks .col-sm-6 {
    float: left;
}

.cw-row-blocks .col-md-2 {
    float: left;
}
.cw-row-blocks.cw-mar-box {
    margin-right:-14px;
}
.cw-career-control-s2 .col-sm-6:nth-child(1) {
    padding-left: 0px;
}

.cw-career-control-s2 .col-sm-6:nth-child(2) {
    padding-right: 0px;
}

.cw-career-control ul {
    list-style: none;
    padding: 0px;
}

.cw-career-control p {
     font-size: 46px;
    font-family: 'Montserrat-Light';
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
}

.cw-bg-color-b1.cw-career-control {
    background-color: #0093b2;
    color: #ffffff;
    padding: 40px 45px;
    height: inherit;
}

.cw-bg-color-b4.cw-iframe-control-s2 {
        height:inherit !important;
        padding:0px;
    }
    .cw-bg-color-b4.cw-iframe-control-s2 iframe.cw-frame-video-container {
        height:inherit !important;
    }
.cw-banner-control.cw-bg-color-b1 .row{
    display:none;
}

/* Whats next page for aust site */
.cw-iframe-control-s2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .cw-iframe-control-s2 .cw-frame-video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.cw-banner-txt-s1 {
    padding: 0px 0px 30px 0px;
}

    .cw-banner-txt-s1 .c-banner-heading {
        color: #e4002b;
        font-family: 'Montserrat-SemiBold';
        font-size: 46px;
        margin: 0px 0px 20px 0px;
        /* position: relative; */
        z-index: 10;
        line-height: 25px;
        display: block;
        text-align: center;
    }

    .cw-banner-txt-s1 p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 12px;
        position: relative;
        color: #696b6b;
        z-index: 10;
        text-align: center;
    }

.cw-aust-container .row {
    display: block !important;
    margin-right: 0px;
    margin-left: 0px;
}

.cw-aust-container .col-sm-3 {
    float: left !important;
}

.cw-aust-container .carousel-inner.carousel-item.carousel-active {
    padding: 0px;
}

.cw-aust-container .carousel-control-next, .cw-aust-container .carousel-control-prev {
}

.cw-aust-container #content-wrapper section {
    padding: 0px;
}

    .cw-aust-container #content-wrapper section > .row {
        max-width: 1250px;
        margin: 0 auto;
    }

.cw-aust-container .col-lg-3.c-about-overview {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    float: left;
}

.cw-aust-container .c-workplace-section.carousel {
    margin-bottom: 60px;
}

.cw-aust-container .cw-sec-bnr-s1 {
    margin-bottom: 70px;
}

.cw-aust-container .cw-vdo-bnr-cell {
    width: 850px;
    margin: 0 auto;
}

.cw-aust-container .cw-banner-txt-s1 p {
    padding: 0px 18%;
}

.cw-aust-container .cw-sec-bnr-s1 {
    padding: 0px 14% !important;
}

.cw-aust-container .carousel-caption {
    margin-top: 20px !important;
}
.cw-aust-container .cw-banner-txt-s1 .c-banner-heading {
    margin: 0px 0px 30px 0px;
	    line-height: 50px;
}
.cw-aust-container .cw-iframe-control-s2{
        padding-bottom: 53.3%;        
    padding-top: 25px;
    height: 0 !important;
}
.cw-aust-container .cw-bg-color-b4.cw-iframe-control-s2 iframe.cw-frame-video-container{
    height: 100% !important;
}
.cw-aust-container {
}
.c-banner-img p {
    padding: 0px 5% ;
}
.c-cont-pad-cen{
        padding-left: 13%;
    padding-right: 13%;
}
h2.c-banner-heading ,.cw-banner-txt-s1 h2.c-banner-heading{
    color: #e4002b;
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
    margin: 0;    
    line-height: 30px;
    text-align:center;
    margin-bottom:30px;
    text-transform:none;
}
.cw-banner-txt-s1 h2.c-banner-heading{
	line-height: 36px !important;
	font-size: 36px;
	    margin-bottom: 0px !important;
        text-transform:none;
}
.cw-cen-ord-control-s1{
    margin-bottom:40px;
}
.cw-cen-ord-control-s1 h3{
    color: #696b6b;
    font-size: 20px;
    margin: 0;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.cw-cen-ord-control-s1 ul{
       display: block;
    padding: 0px 0px 0px 19px;
    margin: 0px 0px 35px 0px;
    list-style-type: disc;
}
.cw-cen-ord-control-s1 ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.cw-cen-ord-control-s1 ul li a{
    display:block;
    padding:0px 0px 0px 0px;
     color: #696b6b !important;
    
    font-size: 14px;
    margin: 0;    
    line-height: 20px;    
}
    .cw-cen-ord-control-s1 .col-xs-12 {
        float:left !important;
    }
    .c-about-overview:nth-child(3) {
    border-right: 1px solid #dddddd;
}

@media (min-width: 1280px) and (max-width: 2800px) {
    #redesignedhome_0_HomepageBanner.c-banner-img.c-home-banner-img {
        height: 787px !important;
        
    }
}
@media (min-width: 1025px) and (max-width: 1279px) {
    #redesignedhome_0_HomepageBanner.c-banner-img.c-home-banner-img {
        height: 714px !important;
        
    }
}

@media (min-width: 1025px) {
    .c-pdl-20\@md\+ {
        padding-left: 20px;
    }

    .c-pdr-20\@md\+ {
        padding-right: 20px;
    }

    .c-pdlr-20\@md\+ {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-pdlr-30\@md\+ {
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-pdlr-40\@md\+ {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .c-pdlr-60\@lg\+ {
        padding-left: 60px;
        padding-right: 60px;
    }
}


/* Mobile View */
@media (max-width: 1024px) {
    .navbar-static-top {
        margin-top: 0;
        padding-top: 1rem !important;
    }

    .navbar-header {
        text-align: center;
        display: block;
        width: 100%;
    }

    .custom-menu-expand .navbar-toggler {
        display: none;
    }

    .custom-menu-expand .navbar-header {
        text-align: left;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 5px;
    }

    .custom-menu-expand .navigation-search {
        display: none !important;
    }

    .custom-menu-expand .pg-logo img {
        width: 150px;
    }

    .navbar-header .navbar-brand {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .navbar-static-top .navbar-nav li {
        margin-left: 0;
    }

        .navbar-static-top .navbar-nav li a {
            padding-top: 5px;
            display: block;
            padding-bottom: 5px;
        }

    .languageSelector {
        top: 8px;
    }

    .navigation-search {
        margin-top: 25px;
    }

        .navigation-search .fa-search {
            position: absolute;
            top: -8px;
            z-index: 100;
            right: 0;
        }

        .navigation-search .search-input {
            top: -16px;
        }

    .navbar-sub ul {
        padding: 0;
    }

    .c-career-section p {
        font-size: 22px;
        line-height: 38px;
    }

    .c-career-section a.c-search-link {
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px dashed #dddddd;
        padding-bottom: 20px;
    }

    .c-career-section ul li a {
        font-size: 11px;
        line-height: 16px;
    }

    .c-workplace-section .carousel-control .glyphicon-chevron-left, .c-news-section .carousel-control .glyphicon-chevron-left, .c-award-section .carousel-control .glyphicon-chevron-left {
        width: 20px;
        height: 70px;
        background-position: left center;
    }

    .c-workplace-section .carousel-control .glyphicon-chevron-right, .c-news-section .carousel-control .glyphicon-chevron-right, .c-award-section .carousel-control .glyphicon-chevron-right {
        width: 20px;
        height: 70px;
        background-position: right center;
    }

    .c-about-banner-img .c-banner-heading {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .c-banner-img .c-banner-heading {
        font-size: 32px;
        line-height: 46px;
    }

    .navbar-sub ul li {
        display: block;
    }

        .navbar-sub ul li a {
            padding: 10px 15px;
            margin: 0;
            font-size: 12px;
            display: block;
            border-bottom: 1px solid #dddddd;
        }

    .c-workplace-section .carousel-caption {
        top: 2%;
    }

    .c-news-section .carousel-caption {
        top: 12%;
    }

    .c-workplace-section .carousel-caption h1, .c-news-section h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .carousel-indicators {
        bottom: 15%;
    }

    .c-about-overview {
        border-top: 1px solid #dddddd;
        border-left: none;
    }

        .c-about-overview:first-child {
            border-top: none;
        }

    .c-fs-xs-18 {
        font-size: 18px !important;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 6px;
    }

    .c-about-view-section .breadcrumb {
        float: left;
    }
}


@media (min-width: 176px) and (max-width: 767px) {
    .c-banner-img .c-banner-heading {
        font-size: 31px;
    line-height: 32px;
        min-height: auto;
    }

    .c-banner-img {
              padding-top: 14%;
    height: auto !important;
    background-size: cover;
    padding-bottom: 19%;
    }

    .c-about-banner-img {
        padding-top: 20px;
        height: auto !important;
    }

    .c-banner-img .btn {
        padding: 8px 15px;
        margin-top: 0px;
    }

    .c-workplace-section .carousel-caption {
        top: 20%;
    }

    .c-news-section .carousel-caption {
        top: 16%;
    }

    .c-about-overview:nth-child(1), .c-about-overview:nth-child(2) {
        border-bottom: 1px solid #dddddd;
    }

    .c-banner-img p ,.c-banner-img div {
        display: none;
    }

    .c-workplace-section .carousel-item {
        padding: 12% 10%;
        height: 397px !important;
    }

    .carousel-indicators {
        bottom: 3%;
    }

    .c-about-banner-img .c-banner-heading {
        margin-top: 25px;
    }

    .c-about-who-section h2 {
        font-size: 20px;
    }

    .c-fs-19 {
        font-size: 17px;
    }

    .c-about-who-section p {
        font-size: 17px;
    }

    .c-how-it-work-section h2 {
        font-size: 20px;
    }

    .c-how-it-work-section h4 {
        font-size: 17px;
    }

    .c-fs-xs-18 {
        font-size: 15px !important;
    }

    .c-lh-28 {
        line-height: 36px;
    }

    .c-fs-28 {
        font-size: 19px;
    }

    .c-ff-ms {
        font-size: 20px;
    }

    .c-fs-27 {
        font-size: 20px;
    }

    .c-about-people-section {
        height: 1010px;
    }

    .c-about-view-section h1 {
        font-size: 22px;
    }

    .c-tile-user-nme h3 {
        font-size: 15px;
    }

    .c-tile-user-tit h4 {
        font-size: 13px;
    }

    .c-btn-more {
        font-size: 13px;
    }

    .c-about-people-section {
        height: auto;
    }

    .navbar-header .navbar-toggler {
        margin-right: 0px;
        margin-top: 10px;
    }

    .pg-logo img {
        height: 45px;
        margin-left: -10px;
    }

    .pg-logo {
        margin-top: -7px;
        display: block;
    }

    .navigation-search .fa-search {
        position: absolute;
        top: -22px;
        z-index: 100;
        right: 0;
        font-size: 20px;
    }

    .c-about-banner-img .breadcrumb li {
        display: block;
        width: 100%;
        padding: 0px !important;
    }

        .c-about-banner-img .breadcrumb li a {
            padding: 4px 0px;
            display: block;
        }

    .c-about-view-section .breadcrumb li {
        display: block;
        width: 100%;
        padding: 0px !important;
    }

        .c-about-view-section .breadcrumb li a {
            padding: 4px 0px;
            display: block;
        }

    .mb-5, .my-5 {
        margin-bottom: 0rem !important;
    }

    .cw-banner-control h1 {
        font-size: 41px;
        line-height: 42px;
    }

    .cw-banner-control p {
        font-size: 14px;
    }

    .cw-career-control h1 {
        font-size: 28px;
        line-height: 29px;
    }

    .cw-section-inner-container .row .col-md-2 {
        max-width: 100% !important;
    }

    .cw-section-inner-container .cw-row-blocks .col-md-2 {
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .col-md-2 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .cw-section-inner-container .cw-row-blocks:last-child .cw-bg-color-b3 img {
        margin-bottom: 10px;
    }

    .cw-career-control p {
        line-height: 30px;
        font-size: 25px;
    }

    .cw-bg-color-b3 img {
        height: 100%;
    }

    .cw-career-control-s2 .col-sm-6:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px !important;
    }

    .cw-career-control-s2 .col-sm-6:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px !important;
    }

    .cw-sec-bnr-img-s1 img {
        height: auto;
    }

    .cw-bg-color-b4 {
        min-height: auto;
        margin-top: 10px;
    }

    .cw-bg-color-b1 {
       height: auto;
    }

    .cw-career-control-s1 h1 a {
        font-size: 25px;
        line-height: 30px;
    }

    .cw-pl-5 {
        padding: 0px 30px 0px 30px;
    }

    .cw-career-control-s2 .col-sm-4.pl-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .cw-aust-container .cw-banner-txt-s1 .c-banner-heading{
            font-size: 35px;
            line-height: 35px;
    }
    .cw-aust-container .cw-sec-bnr-s1 {
    padding: 0px 0% !important;
}
    .cw-aust-container .col-lg-3.c-about-overview {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
}
    .cw-aust-container .cw-vdo-bnr-cell {
    width: 100%;
    margin: 0 auto;
}
    .cw-bg-color-b4.cw-iframe-control-s2 {
        height:inherit !important;
        padding:0px;
    }
    .cw-bg-color-b4.cw-iframe-control-s2 iframe.cw-frame-video-container {
        height:inherit !important;
    }
    .cw-aust-container .cw-iframe-control-s2{
        padding-bottom: 50.3%;        
    padding-top: 24px;
    height: 0 !important;
}
.cw-aust-container .cw-bg-color-b4.cw-iframe-control-s2 iframe.cw-frame-video-container{
    height: 100% !important;
}
.cw-aust-container .row.hide-for-small-only {
       display:none !important;
    }
}
@media (min-width: 231px) and (max-width: 320px) {
    .c-banner-img {
    padding-top: 16%;  
    padding-bottom: 17%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .c-banner-img .c-banner-heading {
        font-size: 36px;
        line-height: 50px;
        min-height: 104px;
    }

   
    .c-banner-img {
        padding-top: 20%;
    height: 455px !important;
}

    .c-about-banner-img {
        padding-top: 20px;
    }

    .c-banner-img .btn {
        padding: 10px 30px;
    }

    .c-workplace-section .carousel-caption {
        top: 20%;
    }

    .c-news-section .carousel-caption {
        top: 16%;
    }

    .c-about-overview:nth-child(1), .c-about-overview:nth-child(2) {
        border-bottom: 1px solid #dddddd;
    }

    .c-banner-img {
        height: 500px !important;
    }

    .c-how-it-work-section ul {
        font-size: 15px;
    }

    .c-about-people-section {
        height: auto;
    }

    .c-how-it-work-section h2 {
        font-size: 34px;
    }

    .cw-banner-control h1 {
        font-size: 65px;
        line-height: 60px;
    }

    .cw-career-control h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .cw-bg-color-b3 img {
        height: 145px;
    }

    .cw-bg-color-b1 {
        height: auto;
    }

    .cw-bg-color-b4 {
        
    }

    .cw-sec-bnr-img-s1 img {
        height: 325px;
    }

    .cw-career-control p {
        line-height: 32px;
        font-size: 27px;
    }
    .cw-sec-bnr-img-s1 img {
    height: 239px;
}
    .cw-aust-container .cw-vdo-bnr-cell {
    width: 100%;
    margin: 0 auto;
}
    .cw-aust-container .cw-banner-txt-s1 .c-banner-heading{
            font-size: 40px;            
    }
    .cw-aust-container .cw-sec-bnr-s1 {
    padding: 0px 7% !important;
}
   .cw-aust-container .c-about-overview:nth-child(1),.cw-aust-container .c-about-overview:nth-child(2) {
    border-bottom: none;
}
   .cw-aust-container .cw-iframe-control-s2 {
    padding-bottom: 53.1%;
    padding-top: 24px;
    height: 0 !important;
}
   .cw-aust-container .cw-bg-color-b4.cw-iframe-control-s2 iframe.cw-frame-video-container{
    height: 100% !important;
}
   .cw-aust-container .row.hide-for-small-only {
       display:none !important;
    }
   .c-about-banner-img.c-banner-img {
    height: auto!important;
}
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .navbar-static-top .nav > li {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-workplace-section .carousel-indicators, .c-news-section .carousel-indicators {
        bottom: 24%;
    }
}

@media (min-width: 1025px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1281px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 100% !important;
    }
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .c-banner-img {
    padding-top: 30%;
    padding-bottom: 30%;
}
        .c-banner-img.c-about-banner-img {
            padding-top:30px;
        }

}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .cw-bg-color-b1 {
    height: auto;
}
    .c-banner-img {
           padding-top: 23%;   
    padding-bottom: 23%;
    }
    .c-banner-img.c-about-banner-img {
            padding-top:30px;
        }

}
.cw-video-wrapper {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}


.resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

