/**************FONT****************/

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Calibri-Light.woff') format('woff'), url('fonts/Calibri-Light.ttf') format('truetype'), url('fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('fonts/Calibri.woff') format('woff'), url('fonts/Calibri.ttf') format('truetype'), url('fonts/Calibri.svg#Calibri') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Calibri-Bold.woff') format('woff'), url('fonts/Calibri-Bold.ttf') format('truetype'), url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*************END FONT**************/

/**************SPRITE****************/

.logoHolder a,
.topHeader .dropDownToggle::after,
.headerSearch .searchInner::before,
.subBanner .grayOverlay::after,
.testimonial .testimonialContent::before,
.slideContainer .slideTitle::before,
.contentButton > a::before,
.topButton,
.interviewSteps .stepNumber::after,
.eligibleSteps .stepNumber::after,
.socialIcons > ul > li > a,
.eventListing .listingLink a::after,
.clickablePopup::after {
    background: url(/Areas/BankAudiCareers/images/sprite.png);
}


/**************END SPRITE****************/
html {
    height: 100%;
}

body {
    font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-bottom: 29px;
    min-height: 100%;
}

    body:before, body:after {
        clear: both;
        content: " ";
        display: table;
    }

a {
    color: #000;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    a:hover {
        color: #77787b;
    }

.bodyHolder {
    margin-bottom: 0;
}

    .bodyHolder.marginBot {
        margin-bottom: 90px;
    }

    .bodyHolder > .container, .growContainer {
        margin-top: 20px;
    }

.containerImage {
    text-align: center;
}

.talentImage {
    width: 70%;
}

/************************Structuring**********************/
input[type=submit] {
    cursor: pointer;
}

.logoHolder {
    float: left;
    padding: 11px 0;
}

    .logoHolder a {
        display: block;
        width: 195px;
        height: 28px;
        background-position: 0 0;
    }

.inlineMiddle, .inlinedList > li {
    vertical-align: middle;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
}

.icon, .headerSearch, .mainMenu > ul > li > a {
    position: relative;
}

    .icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

    .headerSearch input[type=text] {
        padding: 2px 0 2px 20px;
        background: transparent;
        border: none;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        position: relative;
        margin-right: 10px;
        font-size: 13px;
    }

    .headerSearch .searchInner::before {
        content: '';
        width: 17px;
        height: 17px;
        position: absolute;
        top: 2px;
        left: 0;
        background-position: 0 -33px;
    }

    .headerSearch input[type=submit] {
        position: absolute;
        right: 1px;
        top: 1px;
        border: 0 none;
        bottom: 1px;
    }

.mainMenu > ul {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

    .mainMenu > ul > li > a {
        position: relative;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .mainMenu > ul > li > a::before {
            content: "";
            width: 1px;
            height: 20px;
            background: #ffffff;
            position: absolute;
            left: -45px;
            top: 5px;
        }

    .mainMenu > ul > li:first-child > a::before, .mainMenu > ul > li:last-child > a::before {
        content: none;
    }


    .mainMenu > ul > li:hover {
        background-color: #FFFFFF;
    }

        .mainMenu > ul > li:hover > a {
            color: #000000;
        }

    .mainMenu > ul > li.active > a {
        font-weight: 400;
        position: relative;
    }

        .mainMenu > ul > li.active > a::after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #ffffff;
        }

    .mainMenu > ul > li, .mainMenu > ul {
        display: inline-block;
    }

        .mainMenu > ul > li {
            padding: 12px 25px;
            margin: 0 20px;
            position: relative;
        }

            .mainMenu > ul > li:last-child {
                margin: 0;
            }

.mainMenu ul li {
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .mainMenu ul li a {
        font-size: 22px;
        font-weight: 300;
        color: #ffffff;
        display: block;
    }

.mainMenu > ul > li > a li > a {
    padding: 12px 25px;
}

.mainMenu > ul > li:hover > .ddSecondLevel {
    opacity: 1;
    visibility: visible;
}

.ddSecondLevel > ul > li:hover > a {
    color: #77787b !important;
}

.languagesMain {
    margin-right: 25px;
}

.ddSecondLevel {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    box-shadow: 0px 8px 2px -4px rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    visibility: hidden;
}

    .ddSecondLevel > ul {
        padding: 15px 0;
    }

        .ddSecondLevel > ul > li {
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

            .ddSecondLevel > ul > li > a {
                color: #000000 !important;
                font-size: 16px;
                font-weight: 400;
                border-bottom: 1px solid #e4e4e4;
                padding: 15px 0;
                margin: 0 25px;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }

            .ddSecondLevel > ul > li:last-child > a {
                border-bottom: none;
            }

.mainMenu > ul > li > a::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: #FFFFFF;
}

.mainMenu > ul > li > a {
    position: relative;
    font-weight: 300;
}

    .mainMenu > ul > li > a:focus::after {
        height: 2px;
    }

.mainMenu > ul > li.hasSubmenu > a::after {
    content: none;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.topHeader {
    padding: 8.5px 0;
    background: #f1f1f1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}

    .topHeader .floatRight {
        padding: 2px 0;
    }

.bottomHeader {
    background: #77787b;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 45px;
    z-index:3;
}

.stickyHeader {
    padding: 0;
    opacity: 0;
}

    .stickyHeader + .bottomHeader {
        top: 0;
    }

        .stickyHeader + .bottomHeader > .breadcrumbContainer {
            top: 91px;
            visibility: hidden;
            opacity: 0;
        }

.roundedImage {
    border-radius: 50%;
}

/************************Structuring**********************/

.topHeader {
    background-color: #000000;
}

    .topHeader .inlinedList, .topHeader .inlinedList > li {
        position: relative;
    }

        .topHeader .inlinedList a {
            color: #ffffff;
            position: relative;
        }

        .topHeader .inlinedList > li {
            padding: 0 6px;
        }

            .topHeader .inlinedList > li::before {
                content: '';
                width: 1px;
                height: 12px;
                position: absolute;
                top: 3px;
                left: -2px;
                background-color: #FFFFFF;
            }

            .topHeader .inlinedList > li:first-child::before {
                content: none;
            }

        .topHeader .inlinedList a::after {
            content: '';
            width: 0;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .topHeader .inlinedList > li:hover > a::after, .topHeader .inlinedList > li.active > a::after {
            width: 100%;
        }

    .topHeader .inlinedList {
        padding: 5px 0;
    }

    .topHeader .dropDownToggle {
        display: inline-block;
        padding: 2.5px 51px 2.5px 45px;
        position: relative;
        border: 1px solid #ffffff;
        border-radius: 13px;
    }

.dropDownMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in;
    padding: 5px 19px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 38.3%;
    min-width: 61.7%;
    overflow: hidden;
    max-width: 61.5%;
}

    .dropDownMenu a > span {
        color: #000;
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .dropDownMenu li {
        padding: 5px 0;
        border-bottom: 1px solid;
    }

        .dropDownMenu li:last-child {
            border: none;
        }

        .dropDownMenu li a {
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

            .dropDownMenu li a:hover span {
                color: #77787b;
            }

    .topHeader .dropDownToggle:hover + .dropDownMenu, .dropDownMenu:hover {
        visibility: visible;
        opacity: 1;
        background-color: #ffffff;
    }

.topHeader .dropDownToggle::after {
    content: '';
    width: 7px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 18px;
    background-position: 0 -28px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.topHeader .dropDown label {
    margin-right: 10px;
}

.topHeader .dropDown a {
}

.topHeader .dropDown label, .topHeader .dropDown a {
    color: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.topHeader .dropDown > a:hover {
    border-radius: 13px 13px 0 0;
    color: #000000;
    background-color: #ffffff;
}

.topHeader .dropDown a:hover::after {
    background-position: -7px -28px;
}

.topHeader .dropDown a.hovered {
    border-radius: 13px 13px 0 0;
    color: #000000;
    background-color: #ffffff;
}

    .topHeader .dropDown a.hovered::after {
        background-position: -7px -28px;
    }

.whiteRoundBtn a::after {
    content: none !important;
}

.whiteRoundBtn {
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 16px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    padding: 0 !important;
}

li.whiteRoundBtn a {
    font-weight: 700;
}

.whiteRoundBtn:hover {
    background-color: #77787b !important;
    border: 1px solid #ffffff !important;
}

.searchInner .whiteRoundBtn:hover {
    background-color: #000000 !important;
}

    .whiteRoundBtn:hover > a, .searchInner .whiteRoundBtn:hover a {
        color: #ffffff !important;
        background: none !important;
    }

.whiteRoundBtn > a {
    color: #77787b !important;
    padding: 3px 20px !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.searchInner .whiteRoundBtn {
    display: inline-block;
    vertical-align: bottom;
}

    .searchInner .whiteRoundBtn a {
        padding: 3px 9px !important;
        color: #000000 !important;
    }

.breadcrumbContainer {
    background-image: url(/Areas/BankAudiCareers/images/breadcrumb-overlay1.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: fixed;
    top: 136px;
    display: inline-flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    visibility: visible;
    opacity: 1;
}


.breadcrumb li {
    display: table-cell;
    padding: 8px 9px 9px 25px;
    background-color: #FFFFFF;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

    .breadcrumb li::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: #FFFFFF;
        border-width: 18.5px;
        margin-top: -18.5px;
    }

.stickyHeader .breadcrumbContainer {
    top: 111px;
    transition: all 0.2s linear;
}

.breadcrumb li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

    .breadcrumb li:nth-child(2)::after {
        border-left-color: rgba(255, 255, 255, 0.8) !important;
    }

    .breadcrumb li:nth-child(2):nth-last-child(2)::after {
        border-left-color: rgba(255, 255, 255, 0.6) !important;
    }

.breadcrumb li.currentPage {
    background-color: rgba(255, 255, 255, 0.5);
}

    .breadcrumb li.currentPage::after {
        border-left-color: rgba(255, 255, 255, 0.5);
    }

.breadcrumb li:nth-last-child(3):nth-child(2) {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.breadcrumb li:nth-child(2):nth-last-child(3)::after {
    border-left-color: rgba(255, 255, 255, 0.5) !important;
}

.breadcrumb li:nth-child(3):nth-last-child(2) {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

    .breadcrumb li:nth-child(3):nth-last-child(2)::after {
        border-left-color: rgba(255, 255, 255, 0.6) !important;
    }

.breadcrumb li a {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .breadcrumb li a:hover {
        color: rgba(229, 155, 30, 1);
    }
/*******************Main Styling********************/

/*****************Slider****************/

.mainBanner {
    position: relative;
    margin-top: 136px;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -ms-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
    height: 500px;
}

.noMarginTop {
    margin-top: 0;
}

.fullBg {
    background-size: cover;
}

.sliderHeight {
    height: 500px;
}

.mainBanner .flexLoader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

    .mainBanner .flexLoader:before, .mainBanner .flexLoader:after {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .mainBanner .flexLoader .fa-spin {
        display: inline-block;
        vertical-align: middle;
        font-size: 50px;
    }

.loaderContent i {
    font-size: 30px;
}

.flexslider .slides > li {
    background-size: cover;
    z-index: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}
.flexslider {
    background-image: none!important;
}
.overlayLeft {
    height: 500px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}

.overlayRight {
    height: 500px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
    width: 100%;
    float: right;
}
/*****************Slider****************/


.subBanner {
    position: relative;
    width: 100%;
    top: -100px;
    z-index: 1;
}

    .subBanner .joinTeam {
        padding-right: 0;
    }

    .subBanner .joinInternship {
        padding-left: 0;
    }

    .subBanner img {
        width: 100%;
        height: auto;
    }

.joinInternship > div, .joinTeam > div {
    position: relative;
}

.subBanner a:hover > .grayOverlay {
    width: 97%;
}

    .subBanner a:hover > .grayOverlay::after {
        opacity: 0;
    }

.subBanner .grayOverlay {
    position: absolute;
    width: 50%;
    height: 99%;
    background-color: rgba(255,255,255,0.80);
    top: 0;
    -webkit-transition: width 0.1s ease-in-out;
    -moz-transition: width 0.1s ease-in-out;
    -ms-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
}

    .subBanner .grayOverlay::after {
        content: '';
        width: 20px;
        height: 38px;
        background-position: -18px -33px;
        position: inherit;
        right: -20px;
        top: 40%;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.subBanner h3 {
    font-size: 26px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    position: relative;
    top: 87px;
}

    .subBanner h3 span {
        font-weight: 700;
    }

.titleSection {
    position: relative;
    margin-bottom: 25px;
}

.pageTitle {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
    background-image: url(/Areas/BankAudiCareers/images/gray-line.jpg);
    background-repeat: repeat-x;
    background-position: 0 27px;
}

    .pageTitle > span {
        padding-right: 10px;
        background-color: #FFFFFF;
    }

.listingDescription {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

    .listingDescription span {
        font-weight: 700;
    }

    .listingDescription .emphasisDescription {
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
    }

.detailedEvent .eventContainer {
    border-bottom: none;
}

.blockTitle {
    background-color: #77787b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 9px 20px;
}

.blockHead {
    position: relative;
    margin-bottom: 15px;
}

    .blockHead::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background-color: #77787b;
    }

.contentTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contentItem {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}

    .contentItem:last-child {
        margin-bottom: 0;
    }

    .contentItem > ul li {
        padding-left: 8px;
        position: relative;
        word-break: break-all;
    }

        .contentItem > ul li::before {
            content: '';
            width: 4px;
            height: 1px;
            background-color: #000000;
            position: absolute;
            top: 10px;
            left: 0;
        }

a {
    cursor: pointer;
}

.contentItem .contentLink a, .eventListing .listingDate a, .contentLink a {
    font-style: italic;
    color: #77787b;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .contentItem .contentLink a:hover, .eventListing .listingDate a:hover, .contentLink a:hover {
        color: #0084a1;
    }

    .contentItem .contentLink a::after, .eventListing .listingDate a::after, .contentLink a::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #f2d1a8;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .contentItem .contentLink a:hover::after, .eventListing .listingDate a:hover::after, .contentLink a:hover::after {
        background-color: #3999ae;
    }

.testimonial .testimonialContent {
    position: relative;
    top: 20px;
}

    .testimonial .testimonialContent::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        width: 26px;
        height: 23px;
        background-position: -19px -71px;
    }

.testimonial .testimonialImage {
    width: 170px;
    height: 170px;
    border-radius: 85px;
    border: 1px solid #77787b;
    position: relative;
}

    .testimonial .testimonialImage img {
        position: absolute;
        top: 8px;
        left: 8px;
        border-radius: 50%;
        width: 90%;
        height: 90%;
    }

.testimonial .testimonialQuote {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 45px;
}

    .testimonial .testimonialQuote > span {
        font-style: normal;
        margin-top: 10px;
        display: inline-block;
    }

        .testimonial .testimonialQuote > span > span {
            font-style: normal;
            font-weight: 700;
        }

.contentContainer {
    margin-bottom: 60px;
}

.slideContainer {
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: none;
    margin-bottom: 0;
}

    .slideContainer.selectedContainer {
        margin-bottom: 35px;
    }

.lastContainer {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 35px;
}

    .lastContainer.selectedContainer {
        padding-bottom: 25px;
    }

.slideContainer .slideTitle {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slideTitle.selectedTitle {
    font-weight: 700;
    color: #77787b;
    margin-bottom: 15px;
}

    .slideTitle.selectedTitle::before {
        transform: rotateZ(180deg);
    }

.slideContainer .slideTitle::before {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    background-position: -45px -71px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contentButton {
    background-color: #0084a1;
    border-radius: 18px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .contentButton > a {
        display: block;
        text-align: center;
        padding: 10px 30px 10px 60px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        position: relative;
    }

    .contentButton:hover {
        background-color: #77787b;
    }

    .contentButton > a::before {
        content: '';
        width: 19px;
        height: 21px;
        position: absolute;
        top: 8px;
        left: 37px;
        background-position: 0 -71px;
    }

.undergraduates .contentButton > a::before {
    left: 30px;
}

.contentStep > ul > li {
    display: inline-block;
    margin-bottom: 20px;
}

.noMarginContainer {
    margin-bottom: 0 !important;
}

.believeSteps.contentStep > ul > li {
    text-align: center;
}

.believeSteps .stepContent {
    left: 0;
}

.believeSteps ul {
    margin-bottom: 35px;
}

.contentStep > ul > .col-md-6 {
    width: 33.4%;
}

.undergraduates .contentStep > ul > .col-md-6 {
    min-height: 90px;
}


.stepNumber {
    background-color: #0084a1;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 19px;
    border-radius: 25px;
    display: inline-block;
}

.stepContent {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
    max-width: 300px;
}

.stepTitle {
    font-weight: 700;
    font-size: 16px;
    color: #0084a1;
}

.stepDescription {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.topButton {
    width: 53px;
    height: 53px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-position: -57px -33px;
    transition: opacity 0.2s linear;
}

    .topButton a {
        display: block;
        height: inherit;
    }

.visible {
    visibility: visible;
    opacity: 1;
}

.hidden {
    display: none;
}

.hide {
    visibility: hidden;
    opacity: 0;
}

.leftQuote {
    padding-left: 13px;
    position: relative;
}

    .leftQuote::before {
        content: '';
        width: 5px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #0084a1;
    }

.careerTimeline > ul {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.careerTimeline ul li {
    display: table-cell;
    text-align: center;
}

.careerTimeline .timelineYear {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}


.careerTimeline .timelineEmployee {
    font-size: 16px;
    line-height: 15px;
}

    .careerTimeline .timelineEmployee span {
        font-size: 26px;
        color: #0084a1;
        font-weight: 700;
    }

.circleHolder {
    display: flex;
    align-items: center;
    height: 99px;
}

.careerTimeline .timelineCircle {
    text-align: center;
    width: 15px;
    height: 15px;
    background-color: #0084a1;
    border-radius: 7.5px;
    margin: 0 auto;
}

.interviewSteps .stepNumber {
    padding: 25px;
    position: relative;
    margin-bottom: 10px;
}

    .interviewSteps .stepNumber::after {
        content: '';
        position: absolute;
        top: 15px;
        left: 13px;
    }

    .interviewSteps .stepNumber.onTime::after {
        background-position: -110px -33px;
        width: 24px;
        height: 21px;
    }

    .interviewSteps .stepNumber.resume::after {
        background-position: -134px -33px;
        width: 20px;
        height: 19px;
        left: 14px;
    }

    .interviewSteps .stepNumber.doubleCheck::after {
        background-position: -154px -33px;
        width: 22px;
        height: 21px;
        left: 13px;
    }

    .interviewSteps .stepNumber.presentation::after {
        background-position: -176px -33px;
        width: 25px;
        height: 21px;
        left: 12px;
    }

    .interviewSteps .stepNumber.clearConcise::after {
        background-position: -201px -33px;
        width: 23px;
        height: 22px;
        top: 14px;
        left: 13px;
    }

    .interviewSteps .stepNumber.relax::after {
        background-position: -224px -33px;
        width: 17px;
        height: 20px;
        left: 16px;
    }

    .interviewSteps .stepNumber.noFormal::after {
        background-position: -241px -33px;
        width: 23px;
        height: 20px;
        left: 13px;
    }

.interviewSteps li {
    width: 159px;
    text-align: center;
    padding: 0 8px;
    position: relative;
}

    .interviewSteps li::after {
        content: '';
        height: 40px;
        width: 1px;
        background-color: #bcbcbc;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .interviewSteps li:last-child::after {
        content: none;
    }

.interviewSteps .stepContent, .eligibleSteps .stepContent {
    position: inherit;
    top: 0;
    left: 0;
}

.eligibleSteps .stepContent {
    text-align: center;
    max-width: 215px;
}

.eligibleSteps .stepTitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.eligibleSteps {
    text-align: center;
}

    .eligibleSteps .stepNumber {
        padding: 49px;
        border-radius: 49px;
        margin: 0 31% 15px 31%;
        position: relative;
    }

        .eligibleSteps .stepNumber::after {
            content: '';
            width: 44px;
            height: 51px;
            position: absolute;
        }

        .eligibleSteps .stepNumber.bachelor::after {
            background-position: 0 -94px;
            top: 22px;
            left: 27px;
        }

        .eligibleSteps .stepNumber.academic::after {
            background-position: 0 -145px;
            width: 54px;
            height: 48px;
            top: 23px;
            left: 22px;
        }

        .eligibleSteps .stepNumber.language::after {
            background-position: 0 -193px;
            width: 57px;
            height: 42px;
            top: 27px;
            left: 21px;
        }

.contentItem > ul.bulletList li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #000000;
    position: absolute;
    top: 8px;
    left: 0;
}

.calendar {
    margin-bottom: 20px;
}

.engageImage {
    position: relative;
    top: -13px;
}

    .engageImage img {
        border-radius: 50%;
    }

.calendar .loader img {
    width: auto;
}

.engage .contentContainer {
    margin-bottom: 30px;
}

.socialIcons > ul > li {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 17px;
}

    .socialIcons > ul > li:last-child {
        margin-right: 0;
    }

    .socialIcons > ul > li.youtube > a {
        background-position: -57px -86px;
    }

    .socialIcons > ul > li.facebook > a {
        background-position: -122px -86px;
    }

    .socialIcons > ul > li.linkedin > a {
        background-position: -188px -86px;
    }

    .socialIcons > ul > li > a {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .socialIcons > ul > li > a:hover {
            filter: grayscale(100%);
        }

.socialDescription {
    margin-bottom: 15px;
}

.rightContainer {
    margin-top: 26px;
}

.eventListing .listingItemLI {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.eventListing li a {
    font-size: 16px;
    color: #000000;
}

.eventListing .listingDate {
    margin-bottom: 10px;
}

    .eventListing .listingDate a {
        font-style: normal;
    }

.eventListing .listingDescription {
    margin-bottom: 15px;
}

.eventListing .listingLink a {
    color: #77787b;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .eventListing .listingLink a:hover {
        color: #0084a1;
    }

    .eventListing .listingLink a::after {
        content: '';
        width: 6px;
        height: 8px;
        background-position: -134px -55px;
        position: absolute;
        top: 7px;
        right: -11px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .eventListing .listingLink a:hover::after {
        background-position: -134px -63px;
    }

.addCalendarButton {
    background-color: #515151;
    position: relative;
    top: -16px;
}

    .addCalendarButton > a::before {
        width: 23px;
        height: 20px;
        background-position: -264px -33px;
        left: 28px;
    }

.eventButtons li {
    display: block;
}

.eventDetail {
    font-size: 16px;
}

    .eventDetail span {
        font-weight: 700;
    }

    .eventDetail > div, .eventDetail > h4 {
        margin-bottom: 10px;
    }

.eventTitle {
    text-transform: uppercase;
    font-weight: 700;
}

    .eventTitle a {
        color: #000000;
    }

.eventContainer {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.eventButtons {
    position: relative;
    top: 10px;
}

.pastEvents .eventButtons {
    position: relative;
    top: 30px;
}

.topEvent h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.topEvent .eventDate {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

    .topEvent .eventDate::after {
        content: '';
        width: 1px;
        height: 15px;
        background-color: #000000;
        position: absolute;
        top: 3px;
        right: 0;
    }

    .topEvent .eventDate:nth-child(2) {
        padding-left: 0;
    }

    .topEvent .eventDate:nth-child(3)::after {
        content: none;
    }

.topEvent {
    margin-bottom: 10px;
}

.gallery > .row .col-md-6:nth-child(even) {
    padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.gallery > .row .col-md-6:nth-child(odd) {
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.gallery > .row > .col-md-6 > .row > .col-md-6 {
    max-height: 186px;
}

.clickableMap {
    position: relative;
    text-align: center;
}

    .clickableMap .darkOverlay {
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: none;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        z-index: -1;
    }

.darkOverlay.shown {
    z-index: 0;
    opacity: 1;
}

.clickablePopup a {
    color: #FFFFFF;
    position: relative;
}

.clickablePopup::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background-position: -343px -220px;
    cursor: pointer;
}

.clickablePopup a::after {
    content: "";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
}

.clickablePopup a:hover::after {
    width: 100%;
}

.clickablePopup {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    background: #77787b;
    padding: 50px;
    font-size: 20px;
    font-weight: 400;
    visibility: none;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: -1;
}

.closePopup {
    width: 10px;
    height: 10px;
    position: absolute !important;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 1;
}

    .closePopup::after {
        content: none !important;
    }

.shown {
    visibility: visible;
    opacity: 1;
    z-index: 0;
}

.careerTimeline {
    margin-bottom: 40px;
    background: url(/Areas/BankAudiCareers/images/dotted-line.png) repeat-x 0 130px;
    background-position-y: 68px;
}

.namePop {
    font-weight: 700;
}

/************FOOTER*********************/

.footer {
    background-color: #000000;
    padding: 7px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 29px;
}

    .footer, .footer a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
    }

        .footer a:hover {
            text-decoration: underline;
        }

@media screen and (min-width:0\0) {

    .contentStep > ul > li {
        display: inline-table;
    }

    .circleHolder {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .careerTimeline .timelineCircle {
        position: relative;
    }

    .careerTimeline > ul > li:nth-child(1) .timelineCircle {
        left: 30px;
    }

    .careerTimeline > ul > li:nth-child(2) .timelineCircle {
        left: 27px;
    }

    .careerTimeline > ul > li:nth-child(3) .timelineCircle {
        left: 23px;
    }

    .careerTimeline > ul > li:nth-child(4) .timelineCircle {
        left: 19px;
    }

    .careerTimeline > ul > li:nth-child(5) .timelineCircle {
        left: 14px;
    }

    .careerTimeline > ul > li:nth-child(6) .timelineCircle {
        left: 12px;
    }

    .careerTimeline > ul > li:nth-child(7) .timelineCircle {
        left: 9px;
    }
}

/********************* HISHAM ********************/
.loaderHolder {
    position: relative;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loaderContent {
    background: url(/Areas/BankAudiCareers/images/bg.png);
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

    .loaderContent td {
        text-align: center;
        vertical-align: middle;
    }

.pages {
    height: 32px;
    width: 15%;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
}

    .pages a {
        color: #FEFEFE !important;
        font-size: 26px;
        text-decoration: none;
    }

.monthname {
    font-size: 20px;
    color: #FEFEFE;
    background-color: #222222;
    text-transform: uppercase;
    height: 50px;
}

    .monthname td {
        vertical-align: middle;
    }

.dayname {
    font-size: 14px;
    text-transform: uppercase;
    color: #FEFEFE;
    padding: 10px 0px;
    font-weight: bold;
    text-decoration: none;
    background-color: #515151;
}

.daynb, .otherdaynb, .curday, .hasevent {
    height: 38px;
    vertical-align: middle !important;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.otherdaynb {
    color: #BEBEBE;
    background-color: #EBEBEB;
}

.curday {
    border: 1px solid #77787b;
}

.hasevent {
    background: url(/Areas/BankAudiCareers/images/haseventback.png) no-repeat center 85%;
    cursor: pointer;
}

    .hasevent.pastDate {
        background: url(/Areas/BankAudiCareers/images/haspasteventback.png) no-repeat center 85%;
        cursor: pointer;
    }

    .hasevent a {
        text-decoration: none;
        cursor: pointer;
        padding: 12px;
    }

    .daynb:hover, .curday:hover, .hasevent:hover {
        background-color: #515151 !important;
        color: #ffffff;
    }

    .hasevent:hover, .hasevent.pastDate:hover {
        background: #515151 url(/Areas/BankAudiCareers/images/haseventback-on.png) no-repeat center 85%;
        color: #ffffff;
    }

.calEventList {
    display: none;
}

/*****HIDING ISSUES******/

.mainBanner img {
    display: none;
}

.searchInner {
    position: relative;
}

    .searchInner .errorMessage {
        color: #77787b;
        position: absolute;
        bottom: -35px;
        background: #ffffff;
        padding: 3px;
    }

        .searchInner .errorMessage::before {
            content: "";
            position: absolute;
            border-color: rgba(255, 255, 255, 0);
            border: solid transparent;
            border-bottom-color: #fff;
            border-width: 10px;
            top: -20px;
            left: 30px;
            margin-left: -10px;
            width: 0;
            height: 0;
        }

.bigFancyTitle {
    font-size: 21px;
    color: #000;
    margin-bottom: 15px;
}

.labelRedirect {
    font-size: 12px;
    padding-left: 0;
}

    .labelRedirect input[type=checkbox] {
        margin-right: 10px;
    }

#navigatingOut {
    padding: 10px;
    width: 400px;
}

.popupContinue {
    margin-top: 30px;
}

    .popupContinue li {
        float: left;
        margin-right: 20px;
    }

        .popupContinue li a {
            padding: 7px 20px;
            background-color: #0d1123;
            border: 0;
            text-align: center;
        }

        .popupContinue li a {
            min-width: 100px;
            color: #ffffff;
        }

            .popupContinue li a:hover {
                background-color: #d65e27;
            }

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.menuToggle {
    display: none;
}

.headerSearch input[type=text] {
    border-radius: 0;
    -webkit-appearance: none;
}

.listingTestimonial:nth-child(2n+1) .col-md-2, .listingTestimonial:nth-child(2n+1) .col-md-10 {
    float: right;
}
.gallery img{display:block;}
.fancybox-margin {
    margin-right: none;
}



/**Video modification on 18/5/2017 **/

.mainBanner .slides .sliderHeight {
	width: 255px;
   
    z-index: 3;
    min-height: 115px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 200px;
    left: 485px;
}
.mainBanner .slides .sliderHeight h6 {
	color: #FFF;
	font-size: 28px;
	font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	 border-left: 2px solid #FFF;
    padding-left: 15px;
	margin-bottom: 25px;
}
.mainBanner .slides .sliderHeight h6 span {
width: 100%;
display: block;
font-weight: 700;
text-transform: capitalize;
}
.mainBanner .slides, .mainBanner .slides li {height: 500px;}
.overlayRight, .overlayLeft {
	width: 300px;
}
.overlayLeft {left: 0;}
.overlayRight{right: 0;}
.blueBtn{
margin-top: 25px;
border: 1px solid transparent;
background-color: #0084a1;
color: #FFF;
text-align: center;
width: 220px;
font-size: 16px;
padding: 6px 30px;
font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
transition:all linear 300ms;
-moz-transition:all linear 300ms;
-webkit-transition:all linear 300ms;

}
.blueBtn:hover {
	border: 1px solid #0084a1;
	background-color: transparent;
}
.blueBtn:hover a, .blueBtn a:hover {
	transition:all linear 300ms;
	-moz-transition:all linear 300ms;
	-webkit-transition:all linear 300ms;
}
.blueBtn a {
	color: #FFF;
	font-size: 16px;
	font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	    width: 100%;
    display: block;
}
.blueBtn span {position: relative; padding-left: 30px;vertical-align: top; }
.blueBtn span:before {
	background-image:url(/Areas/BankAudiCareers/images/playIcon.png);
	background-repeat: no-repeat;
	content:'';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}
.containerVideo {display:none;}

.bodyHolder .mainBanner .slides, .bodyHolder .mainBanner .slides li {
    height: 635px;
} 

.bodyHolder.marginBot .mainBanner .slides, .bodyHolder.marginBot .mainBanner .slides li {
    height: 500px;
} 
.subBanner {top: 0;}

@media all and (max-width: 1440px) {
.mainBanner .slides .sliderHeight {left: 215px;}
}
@media all and (max-width: 1336px) {
.mainBanner .slides .sliderHeight {left: 210px;}
}
@media all and (max-width: 1280px) {
.mainBanner .slides .sliderHeight {left: 174px;}
}
@media (max-width: 1024px) {
    .mainBanner .slides .sliderHeight {
        left: 116px;
    }
}


.mainMenu .whiteRoundBtn{background: none;}
.mainMenu .whiteRoundBtn a{color: #ffffff !important;}
.mainMenu .whiteRoundBtn:hover{background: #ffffff !important; border-radius:16px 16px 0 0;}
.mainMenu .whiteRoundBtn:hover > a{color: #77787b !important; }
.whiteRoundBtn .ddSecondLevel {max-width: inherit; min-width: inherit; width: 138px;left: -1px;right: -1px;background: #ffffff;}
    .whiteRoundBtn .ddSecondLevel a {color:#000000 !important;}

.form {
    color:#7d7c7c;
}
.invisibleClassWhite {
	font-size: 1px;
	text-indent: -9999px;
	display: none !important;
}
.invisibleClassWhite {
	color: white;
}
.form a.submit, .form input.submit {
	float: right;
}
.form .blocLeft, .form .blocRight {
    float: left;
}
.form ul li span, .form .lowerSection span, span.fieldName {
    display: block;
}
.form a.submit, .form input.submit {
    color: #ffffff;
}
.form a.submit:hover, .form input.submit:hover {
    background-color: #d65e27;
}
.form .blocLeft ul li, .form .blocRight ul li, .form .lowerSection {
    margin-bottom: 15px;
}
.form a.submit, .form input.submit, span.fieldName {
    font-size: 16px;
}
.form .lowerSection span, span.fieldName {
    margin-bottom: 7px;
}
.form .blocLeft, .blocLeft.fiedHolder {
	width: 47%;
	padding-right: 6%;
}
.form .blocRight, .blocRight.fiedHolder {
	width: 47%;
}
.form .blocLeft input, .form .blocRight input, .form .blocLeft select, .form .blocRight select {
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form .blocLeft input, .form .blocRight input, .form .blocLeft select, .form .blocRight select {
    width: 100%;
	border: 1px solid #d6d6d6;
	padding: 5px;
}
.fiedHolder input, .fiedHolder select, .fiedHolder textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
}
.form .blocLeft input[type=radio], .form .blocRight [type=radio] {
	height: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.form .lowerSection textarea, .fiedHolder textarea {
	height: 190px;
}
.form li.required, .form .lowerSection span.required, .form .lowerSection.required, .form .required span.fieldName, .form .required div.fieldName {
	color: #ce1111;
}
.form .required input, .form .required textarea, .form .required select {
	border: 1px solid #ce1111;
}
.form a.submit, .form input.submit, .msgContent a.submit, .buttons li a, .formBtn, .submit {
	padding: 7px 20px;
	background-color: #0d1123;
	border: 0;
	text-align: center;
}
.form .blocRight, .form .blocLeft {
    width:50%;
}
.clearFix {
	clear: both;
}
.contentButton.noDownload > a {
    padding:10px 30px 10px 30px;
}
.contentButton.noDownload > a::before {
    content:'';
    display:none;
}
.popupContinue.formSuccess {
    margin-top:20px;
}
.fancybox-video.submit {
    background-color: transparent;
}
#Referral {
    margin-bottom: 10px;
}

.applyNowButton {
    padding: 3px 20px !important;
    font-size: 22px;
    cursor: default !important;
}

    .applyNowButton:hover {
        color: #77787b;
    }

.callender .datepicker--nav-title, .callender .datepicker--nav-title i {
    font-size: 20px;
    color: #FEFEFE;
    text-transform: uppercase;
}
.callender .datepicker--nav {
    background-color: #222222;
    height: 50px;
    border:none;
}
.callender  .datepicker--nav-title:hover {
    background-color: transparent;
}
.calendar .datepicker--content {
    margin:0px;
    padding:0px;
}
.calendar .datepicker--days-names {
    margin:0px;
}
.calendar .datepicker--day-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #FEFEFE;
    padding: 10px 0px;
    font-weight: bold;
    text-decoration: none;
    background-color: #515151;
}
.calendar .datepicker--cell-day.-other-month-, .calendar .datepicker--cell-year.-other-decade- {
    height: 38px;
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: normal;
    
    text-decoration: none;
    color: #BEBEBE;
    background-color: #EBEBEB;
    border-radius:initial !important;
    cursor:none;
    pointer-events:none;
}
.calendar .datepicker--cell {
    height: 38px ;
    vertical-align: middle ;
    background-color: #ffffff ;
    font-size: 14px ;
    font-weight: normal ;
    color: #000000 ;
    text-decoration: none ;
    border-radius: initial ;
}
    .calendar .datepicker--cell:hover {
        background-color: #515151 !important;
        color: #ffffff !important;
    }
.calendar .datepicker {
    width: 100%;
}
.containsevent {
    background: #000000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 14px;
}
.DOB {
    position:relative;
}
.DOB .datepicker {
    width: 100%;
    left: 0px;
    opacity: 1;
    border-radius:initial !important;
    box-shadow:none !important;
    z-index:1;
}
     .ui-datepicker .ui-datepicker-header {
        background-color: transparent !important;
        border: none !important;
    }

.ui-datepicker-month {
    margin-right: 10px !important;
}
 .ui-state-default {
    border: 1px solid transparent !important;
    text-align: center;
}
.AplicationForm {
    position:relative;
}
.AplicationForm .flexLoader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

    .AplicationForm .flexLoader:before, .AplicationForm .flexLoader:after {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .AplicationForm .flexLoader .fa-spin {
        display: inline-block;
        vertical-align: middle;
        font-size: 50px;
        color: #000;
    }
.fancybox-close {
    right: 12px !important;
}