body {
    background-color: #ffffff;
    font-size: 13px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
}

@media (min-width: 1365px) {
    .container {
        width: 1330px;
    }
}

.main-content, .content-sidebar {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content {
    width: 100%;
}

@media (min-width: 992px) {
    .main-content {
        width: -webkit-calc((100% / 3) * 2);
        width: -moz-calc((100% / 3) * 2);
        width: calc((100% / 3) * 2);
    }
}

.content-sidebar {
    width: 100%;
}

@media (min-width: 992px) {
    .content-sidebar {
        width: -webkit-calc((100% / 3) * 1);
        width: -moz-calc((100% / 3) * 1);
        width: calc((100% / 3) * 1);
    }
}

.header-top {
    border-bottom: 1px solid #f1f2f2;
    border-top: 7px solid #4d4d4d;
}

    .header-top .logo {
        text-align: center;
    }

@media (min-width: 768px) {
    .header-top .logo {
        text-align: left;
    }
}

.header-top a {
    display: inline-block;
    margin: 10px 0;
}

.header-top h3 {
    color: #8e8e8e;
    font-size: 22.72px;
    font-family: 'Oswald-Regular';
    font-weight: normal;
    line-height: 22.72px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header-top h3 {
        margin-top: 25px;
        text-align: right;
    }
}

.main-menu .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
}

.main-menu .navbar {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
}

    .main-menu .navbar .navbar-header .navbar-toggle {
        border-color: #0071c5;
    }

        .main-menu .navbar .navbar-header .navbar-toggle .icon-bar {
            background-color: #0071c5;
        }

    .main-menu .navbar .navbar-collapse .navbar-nav {
        border-color: #8e8e8e;
        border-style: solid;
        border-width: 1px 0 1px;
    }

@media (min-width: 768px) {
    .main-menu .navbar .navbar-collapse .navbar-nav {
        border: none;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.main-menu .navbar .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #8e8e8e;
}

@media (min-width: 768px) {
    .main-menu .navbar .navbar-collapse .navbar-nav li + li {
        border-top: none;
        border-left: 1px solid #8e8e8e;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .main-menu .navbar .navbar-collapse .navbar-nav li:not(:last-child) {
        padding-right: 10px;
    }
}

.main-menu .navbar .navbar-collapse .navbar-nav li a {
    color: #8e8e8e;
    font-size: 17px;
    font-family: 'Oswald-Light';
    font-weight: normal;
    line-height: 17px;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

@media (min-width: 768px) {
    .main-menu .navbar .navbar-collapse .navbar-nav li a {
        padding: 0;
    }
}

.main-menu .navbar .navbar-collapse .navbar-nav li a:hover, .main-menu .navbar .navbar-collapse .navbar-nav li a:focus {
    background-color: transparent;
    color: #0071c5;
    padding: 10px 15px 10px 20px;
}

@media (min-width: 768px) {
    .main-menu .navbar .navbar-collapse .navbar-nav li a:hover, .main-menu .navbar .navbar-collapse .navbar-nav li a:focus {
        padding: 0;
    }
}

.main-menu .list-inline {
    margin-bottom: 12px;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .main-menu .list-inline {
        text-align: right;
    }
}

.main-menu .list-inline li {
    padding-left: 0;
    padding-right: 0;
}

    .main-menu .list-inline li + li {
        margin-left: 10px;
    }

    .main-menu .list-inline li a {
        background-color: transparent;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #ffffff;
        display: table;
        font-size: 12px;
        height: 20px;
        line-height: 15px;
        text-align: center;
        width: 20px;
    }

        .main-menu .list-inline li a i {
            display: table-cell;
            vertical-align: middle;
        }

        .main-menu .list-inline li a:hover, .main-menu .list-inline li a:focus {
            text-decoration: none;
        }

        .main-menu .list-inline li a.facebook {
            background-color: #3b5998;
        }

        .main-menu .list-inline li a.twitter {
            background-color: #1dcaff;
        }

        .main-menu .list-inline li a.linkedin {
            background-color: #0078B5;
        }

.footer {
    border-top: 5px solid #4d4d4d;
    padding-top: 10px;
}

    .footer p {
        color: #4d4d4d;
        font-size: 12.36px;
        font-family: 'Avenir-Roman';
        font-weight: normal;
        line-height: 15px;
    }

        .footer p.text-left {
            text-align: center;
        }

@media (min-width: 768px) {
    .footer p.text-left {
        text-align: left;
    }
}

.footer p.text-right {
    text-align: center;
}

@media (min-width: 768px) {
    .footer p.text-right {
        text-align: right;
    }
}

.footer p a {
    color: #4d4d4d;
    display: inline-block;
    line-height: 15px;
}

    .footer p a img {
        margin-left: 10px;
    }

.footer p span {
    display: inline-block;
    line-height: 15px;
}

    .footer p span:not(:last-child) {
        padding-right: 6px;
    }

    .footer p span + span {
        border-left: 1px solid #4d4d4d;
        padding-left: 10px;
    }

.home-banner {
    background-attachment: scroll;
    background-color: #ffffff;
   /* background-image: url(../images/home-banner.png);*/ 
    background-position: left top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}

    .home-banner h1 {
        color: #2f3339;
        font-size: 47.66px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 45px;
        margin-bottom: 10px;
        margin-top: 40px;
        text-align: left;
        text-transform: uppercase;
    }

    .home-banner h3 {
        color: #2f3339;
        font-size: 25.33px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 32.78px;
        margin-bottom: 38px;
        margin-top: 0;
        text-align: left;
    }

    .home-banner span {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

        .home-banner span a {
            background-color: white;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: table;
            height: 25px;
            text-align: center;
            width: 25px;
        }

            .home-banner span a i {
                color: #000000;
                display: table-cell;
                font-size: 15px;
                vertical-align: middle;
            }

            .home-banner span a:hover, .home-banner span a:focus {
                text-decoration: none;
            }

.home-banner h1 span{
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

.home-banner h3 span{
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

@media (min-width: 992px) {
    .home-banner:hover span, .home-banner:focus span {
        opacity: 1;
        visibility: visible;
    }
}

.job-search {
    background-color: #eeeeee;
    margin-bottom: 20px;
}

    .job-search h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22.81px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 11px 20px;
    }

    .job-search form {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }

        .job-search form .form-group .form-control {
            border-color: #ffffff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #bfbfbf;
            font-size: 12px;
            font-family: 'Oswald-Regular';
            font-weight: normal;
            height: 29px;
            padding: 0 30px 0 12px;
        }

            .job-search form .form-group .form-control::-webkit-input-placeholder {
                color: #bfbfbf;
                opacity: 1;
            }

            .job-search form .form-group .form-control::-moz-placeholder {
                color: #bfbfbf;
                opacity: 1;
            }

            .job-search form .form-group .form-control::-ms-input-placeholder {
                color: #bfbfbf;
                opacity: 1;
            }

            .job-search form .form-group .form-control:-moz-placeholder {
                color: #bfbfbf;
                opacity: 1;
            }

        .job-search form .form-group a {
            color: #7e7e7e;
            display: inline-block;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            letter-spacing: 1px;
            line-height: 15px;
            margin-bottom: 10px;
        }

        .job-search form .form-group button {
            background-color: white;
            border-color: #6d6d6d;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border-style: solid;
            border-width: 1px;
            color: #5b5b5b;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            height: 28px;
            width: 110px;
        }

.working-at-intel {
    background-color: white;
    border-color: #0071c5;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    position: relative;
}

    .working-at-intel h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22.81px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 11px 40px 11px 20px;
        text-transform: uppercase;
    }

    .working-at-intel .text-box {
        color: #8e8e8e;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 20px;
        padding: 15px;
    }

        .working-at-intel .text-box span {
            
        }

    .working-at-intel .readmore {
        padding: 15px;
        text-align: right;
    }

        .working-at-intel .readmore a {
            background-color: white;
            border-color: #8b8b8b;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border-style: solid;
            border-width: 1px;
            color: #626262;
            display: inline-block;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            height: 30px;
            line-height: 28px;
            text-align: center;
            -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            width: 105px;
        }

            .working-at-intel .readmore a:hover, .working-at-intel .readmore a:focus {
                background-color: #8b8b8b;
                color: white;
                text-decoration: none;
            }

    .working-at-intel .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }

@media (min-width: 992px) {
    .working-at-intel .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.working-at-intel .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .working-at-intel .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .working-at-intel .edit a:hover, .working-at-intel .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .working-at-intel:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.meetourpeople {
    background-color: white;
    border-color: #0071c5;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    position: relative;
}

    .meetourpeople h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22.81px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 11px 40px 11px 20px;
        text-transform: uppercase;
    }

    .meetourpeople .carousel .carousel-indicators {
        bottom: 7px;
        margin-bottom: 0;
    }

        .meetourpeople .carousel .carousel-indicators li {
            background-color: #b5b5b5;
            border: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            height: 8px;
            margin: 0;
            width: 8px;
        }

            .meetourpeople .carousel .carousel-indicators li + li {
                margin-left: 4px;
            }

            .meetourpeople .carousel .carousel-indicators li.active {
                background-color: #b2d40b;
                height: 8px;
                width: 8px;
            }

    .meetourpeople .carousel .item .testymonials {
        padding: 19px 15px 45px 120px;
        position: relative;
    }

        .meetourpeople .carousel .item .testymonials img {
            left: 15px;
            position: absolute;
            top: 15px;
        }

        .meetourpeople .carousel .item .testymonials span {
            color: #8e8e8e;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14.43px;
            font-style: italic;
            font-weight: normal;
            line-height: 19px;
        }

            .meetourpeople .carousel .item .testymonials span:nth-child(2) {
                padding-bottom: 13px;
            }

            .meetourpeople .carousel .item .testymonials span:nth-child(3) {
                font-size: 13.33px;
                font-style: normal;
                font-weight: bold;
            }

            .meetourpeople .carousel .item .testymonials span:nth-child(4) {
                font-size: 13.33px;
                font-style: normal;
                font-weight: normal;
            }

    .meetourpeople .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }

@media (min-width: 992px) {
    .meetourpeople .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.meetourpeople .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .meetourpeople .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .meetourpeople .edit a:hover, .meetourpeople .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .meetourpeople:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.latest-news {
    background-color: white;
    border-color: #0071c5;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 0 6px;
    position: relative;
}

    .latest-news h3 {
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        color: #0071c5;
        font-size: 20px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 21px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .latest-news .news-box {
        padding: 15px 9px;
    }

        .latest-news .news-box span {
            color: #8e8e8e;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
        }

            .latest-news .news-box span:first-child {
                padding-bottom: 10px;
                text-align: left;
            }

            .latest-news .news-box span:nth-child(2) {
                color: #0071c5;
                font-size: 19px;
                font-weight: bold;
                padding-bottom: 10px;
            }

            .latest-news .news-box span:nth-child(3) {
                padding-bottom: 20px;
            }

                .latest-news .news-box span:nth-child(3) a {
                    color: #8e8e8e;
                    font-style: italic;
                }

            .latest-news .news-box span:nth-child(4) {
                text-align: right;
            }

                .latest-news .news-box span:nth-child(4) a {
                    background-color: white;
                    border-color: #8b8b8b;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                    border-style: solid;
                    border-width: 1px;
                    color: #626262;
                    display: inline-block;
                    font-size: 14px;
                    font-family: Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    height: 30px;
                    line-height: 28px;
                    text-align: center;
                    -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    width: 105px;
                }

                    .latest-news .news-box span:nth-child(4) a:hover, .latest-news .news-box span:nth-child(4) a:focus {
                        background-color: #8b8b8b;
                        color: white;
                        text-decoration: none;
                    }

    .latest-news .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }

@media (min-width: 992px) {
    .latest-news .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.latest-news .edit a {
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .latest-news .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .latest-news .edit a:hover, .latest-news .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .latest-news:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.companyvideo {
    background-color: white;
    border-color: #0071c5;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 0 6px;
    position: relative;
}

    .companyvideo h3 {
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        color: #0071c5;
        font-size: 20px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 21px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .companyvideo .video-box {
        padding: 10px 25px;
    }

    .companyvideo .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }

@media (min-width: 992px) {
    .companyvideo .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.companyvideo .edit a {
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .companyvideo .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .companyvideo .edit a:hover, .companyvideo .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .companyvideo:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.latest-jobs {
    background-color: white;
    border-color: #0071c5;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    position: relative;
}

    .latest-jobs h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22.81px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 11px 40px 11px 20px;
        text-transform: uppercase;
    }

    .latest-jobs ul {
        margin-bottom: 0;
        padding: 15px 10px;
    }

        .latest-jobs ul li + li {
            border-top: 1px solid #eeeeee;
            padding-top: 15px;
        }

        .latest-jobs ul li span {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 23px;
        }

            .latest-jobs ul li span:first-child {
                color: #0071c5;
                font-size: 16px;
                font-weight: normal;
            }

            .latest-jobs ul li span:nth-child(2) {
                color: #919191;
                font-size: 12px;
            }

                .latest-jobs ul li span:nth-child(2) span {
                    color: #919191;
                    display: inline;
                    font-size: 15px;
                    font-weight: bold;
                }

            .latest-jobs ul li span:nth-child(3) {
                color: #919191;
                font-size: 12px;
                padding-bottom: 10px;
            }

            .latest-jobs ul li span:nth-child(4) {
                color: #a6a6a6;
                font-size: 15px;
                font-family: 'Avenir-Roman';
                font-weight: normal;
                line-height: 15px;
            }

            .latest-jobs ul li span:nth-child(5) {
                padding-bottom: 15px;
                padding-top: 10px;
            }

                .latest-jobs ul li span:nth-child(5) a {
                    background-color: #b2d40b;
                    -webkit-border-radius: 9px;
                    -moz-border-radius: 9px;
                    border-radius: 9px;
                    color: #6c6c6c;
                    display: inline-block;
                    font-size: 14px;
                    font-family: 'Avenir-Roman';
                    font-weight: normal;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    width: 100px;
                }

                    .latest-jobs ul li span:nth-child(5) a:hover, .latest-jobs ul li span:nth-child(5) a:focus {
                        background-color: #6c6c6c;
                        color: #b2d40b;
                        text-decoration: none;
                    }

        .latest-jobs ul li:last-child span a {
            color: #7e7e7e;
            font-size: 16px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
        }

    .latest-jobs .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }

@media (min-width: 992px) {
    .latest-jobs .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.latest-jobs .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .latest-jobs .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .latest-jobs .edit a:hover, .latest-jobs .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .latest-jobs:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.contactus {
    position: relative;
}

    .contactus h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .contactus .contact-info {
        background-color: white;
        border-color: #9a9a9a;
        border-style: solid;
        border-width: 1px;
        padding: 15px;
    }

@media (min-width: 768px) {
    .contactus .contact-info {
        padding: 20px;
    }
}

.contactus .contact-info .info {
    float: left;
    min-height: 1px;
    width: 100%;
}

@media (min-width: 768px) {
    .contactus .contact-info .info {
        width: -webkit-calc(100% - 260px);
        width: -moz-calc(100% - 260px);
        width: calc(100% - 260px);
    }
}

.contactus .contact-info .info p {
    color: #5f5f5f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.contactus .contact-info .info ul li {
    color: #5f5f5f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}

    .contactus .contact-info .info ul li i {
        margin-right: 4px;
    }

.contactus .contact-info .address {
    border: 1px solid #eeeeee;
    color: #5f5f5f;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    min-height: 1px;
    padding: 48px 0 38px 67px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .contactus .contact-info .address {
        width: 260px;
    }
}

.contactus .contact-info .address i {
    color: #636363;
    font-size: 28px;
    left: 33px;
    line-height: 1;
    position: absolute;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
}

.contactus .edit {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media (min-width: 992px) {
    .contactus .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.contactus .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 22px;
    text-align: center;
    width: 22px;
}

    .contactus .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .contactus .edit a:hover, .contactus .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .contactus:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.banner {
    margin-bottom: 15px;
    position: relative;
}

    .banner .edit {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }

@media (min-width: 992px) {
    .banner .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.banner .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 22px;
    text-align: center;
    width: 22px;
}

    .banner .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .banner .edit a:hover, .banner .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .banner:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.workingwithus h3 {
    background-color: #0071c5;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Oswald-Regular';
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
}

.workingwithus .workingwithus-content {
    background-color: white;
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}

@media (min-width: 768px) {
    .workingwithus .workingwithus-content {
        padding: 25px 40px;
    }
}

.workingwithus .workingwithus-content p {
    color: #8e8e8e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 20px;
}

    .workingwithus .workingwithus-content p span {
        display: block;
        font-size: 15px;
        font-weight: bold;
    }

.latest-jobs-main h3 {
    background-color: #0071c5;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Oswald-Regular';
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
}

.latest-jobs-main .jobs-query {
    padding-bottom: 20px;
    text-align: right;
}

    .latest-jobs-main .jobs-query span {
        display: inline-block;
    }

        .latest-jobs-main .jobs-query span + span {
            border-left: 1px solid #5a5a5a;
            padding-left: 10px;
        }

        .latest-jobs-main .jobs-query span:not(:last-child) {
            padding-right: 6px;
        }

        .latest-jobs-main .jobs-query span a {
            color: #5a5a5a;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            line-height: 12px;
        }

.latest-jobs-main .jobs-search-results {
    color: #5a5a5a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: 25px;
}

.latest-jobs-main .joblist-box {
    background-color: white;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
}

    .latest-jobs-main .joblist-box .jobs-details {
        float: left;
        min-height: 1px;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

        .latest-jobs-main .joblist-box .jobs-details span {
            display: block;
        }

            .latest-jobs-main .joblist-box .jobs-details span:first-child {
                color: #7b7b7b;
                font-size: 17px;
                font-family: 'Oswald-Regular';
                font-weight: normal;
                line-height: 17px;
                text-transform: uppercase;
                padding-bottom: 10px;
            }

                .latest-jobs-main .joblist-box .jobs-details span:first-child span {
                    background-color: #aad81f;
                    border-color: rgba(0,0,0,0.2);
                    border-style: solid;
                    border-width: 1px;
                    color: #ffffff;
                    display: inline-block;
                    font-size: 14px;
                    font-family: 'Avenir-Roman';
                    font-weight: normal;
                    height: 25px;
                    line-height: 23px;
                    margin-left: 50px;
                    text-align: center;
                    text-transform: capitalize;
                    width: 55px;
                }

            .latest-jobs-main .joblist-box .jobs-details span:nth-child(2) {
                color: #5a5a5a;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                line-height: 18px;
                padding-bottom: 10px;
            }

                .latest-jobs-main .joblist-box .jobs-details span:nth-child(2) span {
                    display: inline-block;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 15px;
                    font-weight: bold;
                    padding-bottom: 0;
                    vertical-align: middle;
                }

            .latest-jobs-main .joblist-box .jobs-details span:nth-child(3) {
                color: #757575;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                line-height: 15px;
                padding-bottom: 15px;
            }

            .latest-jobs-main .joblist-box .jobs-details span:nth-child(4) {
                font-size: 15px;
                font-family: 'Avenir-Roman';
                font-weight: normal;
                line-height: 15px;
            }

            .latest-jobs-main .joblist-box .jobs-details span.new {
                color: #aad81f;
            }

            .latest-jobs-main .joblist-box .jobs-details span.behinddayleft {
                color: #fc0000;
            }

    .latest-jobs-main .joblist-box .jobs-apply {
        float: left;
        min-height: 1px;
        width: 100px;
    }

        .latest-jobs-main .joblist-box .jobs-apply span {
            display: block;
        }

            .latest-jobs-main .joblist-box .jobs-apply span:first-child {
                color: #8e8e8e;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 15px;
                font-weight: normal;
                padding-bottom: 30px;
                text-align: right;
            }

                .latest-jobs-main .joblist-box .jobs-apply span:first-child a {
                    color: #0084ff;
                    display: inline-block;
                    margin-left: 8px;
                }

            .latest-jobs-main .joblist-box .jobs-apply span:last-child a {
                background-color: #3ba90d;
                border: 1px solid #3ba90d;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                border-radius: 9px;
                color: #ffffff;
                display: block;
                font-size: 14px;
                font-family: 'Avenir-Roman';
                font-weight: normal;
                height: 26px;
                line-height: 24px;
                text-align: center;
                -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            }

                .latest-jobs-main .joblist-box .jobs-apply span:last-child a:hover, .latest-jobs-main .joblist-box .jobs-apply span:last-child a:focus {
                    background-color: #ffffff;
                    color: #3ba90d;
                    text-decoration: none;
                }

.jobs-pagination ul {
    margin-left: 0;
    text-align: right;
}

    .jobs-pagination ul li a {
        color: #929292;
        font-size: 15px;
        font-family: 'Avenir-Medium';
        font-weight: normal;
    }

    .jobs-pagination ul li.active a {
        color: #373737;
    }

    .jobs-pagination ul li:last-child a {
        color: #373737;
    }

.meetourpeoplemain {
    position: relative;
}

    .meetourpeoplemain h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .meetourpeoplemain .info {
        background-color: white;
        border-color: #9a9a9a;
        border-style: solid;
        border-width: 1px;
        color: #8e8e8e;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 20px;
    }

    .meetourpeoplemain .meetourpeoplemain-list {
        background-color: white;
        border-color: #9a9a9a;
        border-style: solid;
        border-width: 1px;
        height: 158px;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        -webkit-transition: height 0.3s ease-in-out 0s;
        -o-transition: height 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s;
    }

        .meetourpeoplemain .meetourpeoplemain-list:before {
            background-color: #ffffff;
            bottom: 0;
            content: '';
            height: 15px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .meetourpeoplemain .meetourpeoplemain-list .image-box {
            float: left;
            min-height: 1px;
            width: 100%;
        }

@media (min-width: 768px) {
    .meetourpeoplemain .meetourpeoplemain-list .image-box {
        width: 128px;
    }
}

.meetourpeoplemain .meetourpeoplemain-list .text-content {
    float: left;
    min-height: 1px;
    width: 100%;
}

@media (min-width: 768px) {
    .meetourpeoplemain .meetourpeoplemain-list .text-content {
        padding-left: 30px;
        padding-right: 30px;
        width: -webkit-calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: calc(100% - 128px);
    }
}

.meetourpeoplemain .meetourpeoplemain-list .text-content h4 {
    color: #0071c5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.meetourpeoplemain .meetourpeoplemain-list .text-content span {
    color: #8e8e8e;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 15px;
}

.meetourpeoplemain .meetourpeoplemain-list .text-content p {
    color: #8e8e8e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.43px;
    font-weight: normal;
    line-height: 15.88px;
    margin-bottom: 19px;
}

.meetourpeoplemain .meetourpeoplemain-list .arrow-box {
    cursor: pointer;
    display: table;
    height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 25px;
}

    .meetourpeoplemain .meetourpeoplemain-list .arrow-box i {
        color: #f58220;
        display: table-cell;
        font-size: 24px;
        vertical-align: middle;
    }

    .meetourpeoplemain .meetourpeoplemain-list .arrow-box .fa-angle-down {
        display: table-cell;
    }

    .meetourpeoplemain .meetourpeoplemain-list .arrow-box .fa-angle-up {
        display: none;
    }

.meetourpeoplemain .meetourpeoplemain-list.view-full {
    height: auto;
}

    .meetourpeoplemain .meetourpeoplemain-list.view-full .arrow-box .fa-angle-down {
        display: none;
    }

    .meetourpeoplemain .meetourpeoplemain-list.view-full .arrow-box .fa-angle-up {
        display: table-cell;
    }

.meetourpeoplemain .edit {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media (min-width: 992px) {
    .meetourpeoplemain .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.meetourpeoplemain .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 22px;
    text-align: center;
    width: 22px;
}

    .meetourpeoplemain .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .meetourpeoplemain .edit a:hover, .meetourpeoplemain .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .meetourpeoplemain:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.news {
    position: relative;
}

    .news h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .news .news-list {
        background-color: white;
        border-color: #9a9a9a;
        border-style: solid;
        border-width: 1px;
        height: 255px;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 20px 15px;
        position: relative;
    }

        .news .news-list:before {
            background-color: #ffffff;
            bottom: 0;
            content: '';
            height: 15px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .news .news-list .image-box {
            float: left;
            min-height: 1px;
            width: 100%;
        }

@media (min-width: 768px) {
    .news .news-list .image-box {
        width: 225px;
    }
}

.news .news-list .text-box {
    float: left;
    min-height: 1px;
    width: 100%;
}

@media (min-width: 768px) {
    .news .news-list .text-box {
        padding: 0 30px;
        width: -webkit-calc(100% - 225px);
        width: -moz-calc(100% - 225px);
        width: calc(100% - 225px);
    }
}

.news .news-list .text-box h4 {
    color: #0071c5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.news .news-list .text-box p {
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 18px;
}

    .news .news-list .text-box p span {
        display: block;
        font-weight: bold;
    }

.news .news-list .arrow-box {
    cursor: pointer;
    display: table;
    height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 25px;
}

    .news .news-list .arrow-box i {
        color: #f58220;
        display: table-cell;
        font-size: 24px;
        vertical-align: middle;
    }

    .news .news-list .arrow-box .fa-angle-down {
        display: table-cell;
    }

    .news .news-list .arrow-box .fa-angle-up {
        display: none;
    }

.news .news-list.view-full {
    height: auto;
}

    .news .news-list.view-full .arrow-box .fa-angle-down {
        display: none;
    }

    .news .news-list.view-full .arrow-box .fa-angle-up {
        display: table-cell;
    }

.news .edit {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media (min-width: 992px) {
    .news .edit {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
        visibility: hidden;
    }
}

.news .edit a {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    height: 22px;
    text-align: center;
    width: 22px;
}

    .news .edit a i {
        color: #000000;
        display: table-cell;
        font-size: 15px;
        vertical-align: middle;
    }

    .news .edit a:hover, .news .edit a:focus {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .news:hover .edit {
        opacity: 1;
        visibility: visible;
    }
}

.careers {
    position: relative;
}

    .careers h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .careers .panel-group .panel-default {
        background-color: white;
        border: 1px solid #eeeeee;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .careers .panel-group .panel-default .panel-heading {
            background-color: #ffffff;
            border: none;
            padding: 0;
        }

            .careers .panel-group .panel-default .panel-heading .panel-title {
                color: #0071c5;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 15px;
                font-weight: bold;
                line-height: 20px;
                padding: 23px 40px 23px 20px;
                position: relative;
            }

                .careers .panel-group .panel-default .panel-heading .panel-title:after, .careers .panel-group .panel-default .panel-heading .panel-title:before {
                    clear: both;
                    content: '';
                    display: table;
                }

                .careers .panel-group .panel-default .panel-heading .panel-title span {
                    display: block;
                }

                    .careers .panel-group .panel-default .panel-heading .panel-title span:first-child {
                        float: left;
                        text-transform: uppercase;
                    }

                    .careers .panel-group .panel-default .panel-heading .panel-title span:nth-child(2) {
                        color: #6e6e6e;
                        float: right;
                        font-weight: normal;
                    }

                .careers .panel-group .panel-default .panel-heading .panel-title .arrow-box {
                    cursor: pointer;
                    display: table;
                    height: 66px;
                    position: absolute;
                    right: 5px;
                    text-align: center;
                    top: 0;
                    width: 25px;
                }

                    .careers .panel-group .panel-default .panel-heading .panel-title .arrow-box i {
                        color: #f58220;
                        display: table-cell;
                        font-size: 24px;
                        vertical-align: middle;
                    }

                .careers .panel-group .panel-default .panel-heading .panel-title[aria-expanded="false"] .arrow-box .fa-angle-down {
                    display: table-cell;
                }

                .careers .panel-group .panel-default .panel-heading .panel-title[aria-expanded="false"] .arrow-box .fa-angle-up {
                    display: none;
                }

                .careers .panel-group .panel-default .panel-heading .panel-title[aria-expanded="true"] .arrow-box .fa-angle-down {
                    display: none;
                }

                .careers .panel-group .panel-default .panel-heading .panel-title[aria-expanded="true"] .arrow-box .fa-angle-up {
                    display: table-cell;
                }

    .careers .panel-group .panel {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .careers .panel-group .panel + .panel {
            margin-top: 10px;
        }

    .careers .panel-group .panel-body {
        border: none !important;
        padding: 0 15px;
    }

        .careers .panel-group .panel-body .joblist-box {
            background-color: white;
            border-color: #eeeeee;
            border-style: solid;
            border-width: 1px;
            margin-bottom: 10px;
            padding: 15px;
            position: relative;
        }

            .careers .panel-group .panel-body .joblist-box .jobs-details {
                float: left;
                min-height: 1px;
                width: -webkit-calc(100% - 100px);
                width: -moz-calc(100% - 100px);
                width: calc(100% - 100px);
            }

                .careers .panel-group .panel-body .joblist-box .jobs-details span {
                    display: block;
                }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span:first-child {
                        color: #7b7b7b;
                        font-size: 17px;
                        font-family: 'Oswald-Regular';
                        font-weight: normal;
                        line-height: 17px;
                        text-transform: uppercase;
                        padding-bottom: 10px;
                    }

                        .careers .panel-group .panel-body .joblist-box .jobs-details span:first-child span {
                            background-color: #aad81f;
                            border-color: rgba(0,0,0,0.2);
                            border-style: solid;
                            border-width: 1px;
                            color: #ffffff;
                            display: inline-block;
                            font-size: 14px;
                            font-family: 'Avenir-Roman';
                            font-weight: normal;
                            height: 25px;
                            line-height: 23px;
                            margin-left: 50px;
                            text-align: center;
                            text-transform: capitalize;
                            width: 55px;
                        }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span:nth-child(2) {
                        color: #5a5a5a;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        font-weight: normal;
                        line-height: 18px;
                        padding-bottom: 10px;
                    }

                        .careers .panel-group .panel-body .joblist-box .jobs-details span:nth-child(2) span {
                            display: inline-block;
                            font-family: Arial, Helvetica, sans-serif;
                            font-size: 15px;
                            font-weight: bold;
                            padding-bottom: 0;
                            vertical-align: middle;
                        }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span:nth-child(3) {
                        color: #757575;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        font-weight: normal;
                        line-height: 15px;
                        padding-bottom: 15px;
                    }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span:nth-child(4) {
                        font-size: 15px;
                        font-family: 'Avenir-Roman';
                        font-weight: normal;
                        line-height: 15px;
                    }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span.new {
                        color: #aad81f;
                    }

                    .careers .panel-group .panel-body .joblist-box .jobs-details span.behinddayleft {
                        color: #fc0000;
                    }

            .careers .panel-group .panel-body .joblist-box .jobs-apply {
                float: left;
                min-height: 1px;
                width: 100px;
            }

                .careers .panel-group .panel-body .joblist-box .jobs-apply span {
                    display: block;
                    margin-bottom: 15px;
                }

                    .careers .panel-group .panel-body .joblist-box .jobs-apply span:first-child a {
                        background-color: #b2d40b;
                        -webkit-border-radius: 9px;
                        -moz-border-radius: 9px;
                        border-radius: 9px;
                        color: #6c6c6c;
                        display: block;
                        font-size: 14px;
                        font-family: 'Avenir-Roman';
                        font-weight: normal;
                        height: 26px;
                        line-height: 26px;
                        text-align: center;
                        -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    }

                        .careers .panel-group .panel-body .joblist-box .jobs-apply span:first-child a:hover, .careers .panel-group .panel-body .joblist-box .jobs-apply span:first-child a:focus {
                            background-color: #6c6c6c;
                            color: #b2d40b;
                            text-decoration: none;
                        }

                    .careers .panel-group .panel-body .joblist-box .jobs-apply span:last-child a {
                        background-color: #dadada;
                        -webkit-border-radius: 9px;
                        -moz-border-radius: 9px;
                        border-radius: 9px;
                        color: #5d5d5d;
                        display: block;
                        font-size: 14px;
                        font-family: 'Avenir-Roman';
                        font-weight: normal;
                        height: 26px;
                        line-height: 26px;
                        text-align: center;
                        -webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        -moz-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                        transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
                    }

                        .careers .panel-group .panel-body .joblist-box .jobs-apply span:last-child a:hover, .careers .panel-group .panel-body .joblist-box .jobs-apply span:last-child a:focus {
                            background-color: #5d5d5d;
                            color: #dadada;
                            text-decoration: none;
                        }

.page-title {
    position: relative;
}

    .page-title h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

.location-box {
    background-color: #ffffff;
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: relative;
}

    .location-box .brance-logo {
        float: right;
        min-height: 1px;
        width: 100%;
    }

@media (min-width: 768px) {
    .location-box .brance-logo {
        width: 111px;
    }
}

.location-box .text-box {
    float: right;
    min-height: 1px;
    width: 100%;
}

@media (min-width: 768px) {
    .location-box .text-box {
        width: -webkit-calc(100% - 111px);
        width: -moz-calc(100% - 111px);
        width: calc(100% - 111px);
    }
}

.location-box .text-box h3 {
    color: #292828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.location-box .text-box p {
    color: #8c8c8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 0;
}

.share-apply {
    margin-bottom: 10px;
}

    .share-apply .share {
        color: #8e8e8e;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 17px;
        text-align: left;
    }

        .share-apply .share a {
            color: #0084ff;
            display: inline-block;
            margin-right: 6px;
        }

    .share-apply .apply {
        display: block;
        text-align: right;
    }

        .share-apply .apply a {
            background-color: #3ba90d;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            text-align: center;
            width: 105px;
        }

.job-details {
    background-color: white;
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    position: relative;
}

    .job-details h3 {
        background-color: #9a9a9a;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .job-details ul {
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .job-details ul li {
            display: block;
            float: left;
            min-height: 1px;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            width: 50%;
        }

            .job-details ul li:nth-child(2n+2) {
                border-left: 1px solid #eeeeee;
            }

            .job-details ul li span {
                color: #676666;
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: normal;
                line-height: 16px;
            }

                .job-details ul li span:first-child {
                    color: #0071c5;
                    font-weight: bold;
                }

.job-summary {
    background-color: white;
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    position: relative;
}

    .job-summary h3 {
        background-color: #9a9a9a;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
    }

    .job-summary .job-summary-box {
        padding: 15px;
    }

        .job-summary .job-summary-box span {
            color: #676666;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 18px;
        }

        .job-summary .job-summary-box p {
            color: #676666;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            line-height: 18px;
            margin-bottom: 15px;
        }

        .job-summary .job-summary-box ul {
            list-style-position: outside;
            list-style-type: square;
            padding-left: 27px;
        }

            .job-summary .job-summary-box ul li {
                color: #676666;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                font-weight: normal;
                line-height: 18px;
            }

.register {
    position: relative;
}

    .register .previous-details {
        color: #959595;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 10px;
        text-align: right;
    }

        .register .previous-details a {
            color: #ff8c04;
        }

    .register .step1 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 44px;
        margin-bottom: 15px;
        padding: 0 25px;
    }

        .register .step1 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
        }

    .register form {
        background-color: white;
        border-color: #9a9a9a;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 20px;
        position: relative;
    }

        .register form h3 {
            background-color: #eeeeee;
            color: #676666;
            font-size: 17px;
            font-family: 'Oswald-Regular';
            font-weight: normal;
            line-height: 22px;
            margin-bottom: 15px;
            margin-top: 0;
            padding: 10px 20px 10px 20px;
            text-transform: uppercase;
        }

        .register form .form-group {
            margin-bottom: 15px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
        }

            .register form .form-group .form-control {
                background-color: white;
                border-color: #9a9a9a;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border-style: solid;
                border-width: 1px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                color: #676666;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: normal;
            }

                .register form .form-group .form-control::-webkit-input-placeholder {
                    color: #676666;
                    opacity: 1;
                }

                .register form .form-group .form-control::-moz-placeholder {
                    color: #676666;
                    opacity: 1;
                }

                .register form .form-group .form-control::-ms-input-placeholder {
                    color: #676666;
                    opacity: 1;
                }

                .register form .form-group .form-control:-moz-placeholder {
                    color: #676666;
                    opacity: 1;
                }

            .register form .form-group button {
                background-color: #3ba90d;
                border: none;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                border-radius: 9px;
                color: #ffffff;
                font-size: 14px;
                font-family: 'Avenir-Roman';
                font-weight: normal;
                height: 26px;
                line-height: 26px;
                text-align: center;
                width: 105px;
            }

.register-complete {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    position: relative;
}

    .register-complete h3 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-size: 17px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
    }

    .register-complete .register-complete-box {
        padding: 5px 10px 20px;
    }

        .register-complete .register-complete-box .text-box {
            background-color: #dff0d8;
            border-color: #cee2c6 #cee2c6 #cee2c6 #ffd800;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            border-bottom-right-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
            border-style: solid;
            border-width: 1px 1px 1px 10px;
            padding: 15px;
        }

            .register-complete .register-complete-box .text-box span {
                display: block;
            }

                .register-complete .register-complete-box .text-box span:nth-child(1) {
                    color: #626362;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 20px;
                    padding-bottom: 25px;
                }

                    .register-complete .register-complete-box .text-box span:nth-child(1) span {
                        color: #668559;
                        display: inline-block;
                        font-size: 25px;
                        font-family: 'Oswald-Regular';
                        font-weight: normal;
                        line-height: 30px;
                        padding-bottom: 0;
                        text-transform: uppercase;
                    }

                .register-complete .register-complete-box .text-box span:nth-child(2) {
                    color: #626362;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 16.82px;
                    font-weight: normal;
                    line-height: 20px;
                    padding-bottom: 20px;
                }

                .register-complete .register-complete-box .text-box span:nth-child(3) {
                    color: #668559;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 18px;
                    font-weight: normal;
                    line-height: 20px;
                    padding-bottom: 18px;
                    text-transform: uppercase;
                }

                .register-complete .register-complete-box .text-box span:nth-child(4) {
                    color: #626362;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 16.82px;
                    font-weight: normal;
                    line-height: 30.04px;
                }

                    .register-complete .register-complete-box .text-box span:nth-child(4) a {
                        color: #ff1800;
                        font-weight: bold;
                    }

.login-page {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

    .login-page h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 15px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

    .login-page p {
        background-color: #dff0d8;
        border-color: #c6e5f4 #c6e5f4 #c6e5f4 #ffd800;
        border-style: solid;
        border-width: 1px 1px 1px 10px;
        color: #668559;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        line-height: 20px;
        margin-bottom: 30px;
        padding: 11px 15px;
    }

    .login-page form {
        width: 100%;
    }

@media (min-width: 768px) {
    .login-page form {
        width: 475px;
    }
}

.login-page form .form-group {
    position: relative;
}

    .login-page form .form-group .form-control {
        background-color: white;
        border-color: #9a9a9a;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #9a9a9a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 40px;
    }

        .login-page form .form-group .form-control::-webkit-input-placeholder {
            color: #9a9a9a;
            opacity: 1;
        }

        .login-page form .form-group .form-control::-moz-placeholder {
            color: #9a9a9a;
            opacity: 1;
        }

        .login-page form .form-group .form-control::-ms-input-placeholder {
            color: #9a9a9a;
            opacity: 1;
        }

        .login-page form .form-group .form-control:-moz-placeholder {
            color: #9a9a9a;
            opacity: 1;
        }

    .login-page form .form-group label {
        color: #9a9a9a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

    .login-page form .form-group a {
        color: #9a9a9a;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

    .login-page form .form-group button {
        background-color: #0071c5;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 31px;
        line-height: 31px;
        width: 85px;
    }

.step2 {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 0 15px 15px;
}

    .step2 h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step2 h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step2 h5 {
        background-color: #eeeeee;
        color: #676666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 20px;
        padding: 11px 15px;
    }

    .step2 p {
        color: #676666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .step2 p.text-right {
            padding-right: 0;
        }

        .step2 p a {
            background-color: #3ba90d;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            text-align: center;
            width: 90px;
        }

            .step2 p a:hover, .step2 p a:focus {
                text-decoration: none;
            }

.step3 {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
}

    .step3 h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step3 h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step3 p {
        color: #9b9b9b;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .step3 p a {
            background-color: #3ba90d;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            text-align: center;
            width: 100px;
        }

            .step3 p a:hover, .step3 p a:focus {
                text-decoration: none;
            }

.step3questionstart {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
}

    .step3questionstart h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step3questionstart h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step3questionstart form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .step3questionstart h3 {
        color: #9c9c9c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .step3questionstart p {
        color: #9c9c9c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 0;
    }

    .step3questionstart label {
        color: #676666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.64px;
        font-weight: normal;
        line-height: 16.64px;
    }

    .step3questionstart button {
        background-color: #3ba90d;
        border: none;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-family: 'Avenir-Roman';
        font-weight: normal;
        height: 26px;
        line-height: 26px;
        text-align: center;
        width: 100px;
    }

.step3questionfinish {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    position: relative;
}

    .step3questionfinish h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 25px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step3questionfinish h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step3questionfinish p {
        color: #9c9c9c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .step3questionfinish p a {
            background-color: #3ba90d;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            text-align: center;
            width: 100px;
        }

            .step3questionfinish p a:hover, .step3questionfinish p a:focus {
                text-decoration: none;
            }

.step4 {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

    .step4 h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step4 h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step4 p {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .step4 p span {
            display: block;
            float: left;
            width: 50%;
        }

            .step4 p span:first-child {
                color: #676666;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 17px;
                font-weight: normal;
                line-height: 26px;
                text-align: left;
            }

            .step4 p span:last-child {
                text-align: right;
            }

                .step4 p span:last-child a {
                    background-color: #3ba90d;
                    -webkit-border-radius: 9px;
                    -moz-border-radius: 9px;
                    border-radius: 9px;
                    color: #ffffff;
                    display: inline-block;
                    font-size: 14px;
                    font-family: 'Avenir-Roman';
                    font-weight: normal;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    width: 160px;
                }

                    .step4 p span:last-child a:hover, .step4 p span:last-child a:focus {
                        text-decoration: none;
                    }

                    .step4 p span:last-child a.completed {
                        background-color: #dbdbdb;
                        cursor: default;
                        pointer-events: none;
                        width: 110px;
                    }

@media (min-width: 992px) {
    .mathModal .modal-dialog {
        width: 900px;
    }
}

.mathModal .modal-dialog .modal-content {
    border-color: #9a9a9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
}

    .mathModal .modal-dialog .modal-content .modal-header {
        border-bottom: none;
        padding: 0;
        position: relative;
    }

        .mathModal .modal-dialog .modal-content .modal-header h4 {
            background-color: #0071c5;
            color: #ffffff;
            font-size: 22px;
            font-family: 'Oswald-Regular';
            font-weight: normal;
            line-height: 30px;
            margin-bottom: 0;
            margin-top: 0;
            padding: 6px 15px;
        }

        .mathModal .modal-dialog .modal-content .modal-header .close {
            color: #ffffff;
            font-size: 17px;
            height: 100%;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: 0;
        }

    .mathModal .modal-dialog .modal-content .modal-body h4 {
        background-color: #eeeeee;
        color: #6a6a6a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 10px 15px;
    }

    .mathModal .modal-dialog .modal-content .modal-body .questionshow .form-group label {
        color: #9c9c9c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .mathModal .modal-dialog .modal-content .modal-body h3 {
        background-color: #0071c5;
        color: #ffffff;
        font-size: 22px;
        font-family: 'Oswald-Regular';
        font-weight: normal;
        line-height: 30px;
        margin: 0 -15px;
        padding: 6px 15px;
    }

    .mathModal .modal-dialog .modal-content .modal-body .questionform {
        padding-top: 15px;
    }

        .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group {
            background-color: white;
            position: relative;
        }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group.setborder {
                border-color: #eeeeee;
                border-style: solid;
                border-width: 1px;
            }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group h4 {
                background-color: #f8feec;
                color: #000000;
                line-height: 21px;
                padding-left: 50px;
                position: relative;
            }

                .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group h4 span {
                    font-weight: bold;
                }

                .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group h4 .questionnumber {
                    background-color: #0071c5;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    color: #ffffff;
                    display: inline-block;
                    font-size: 17px;
                    line-height: 25px;
                    height: 25px;
                    left: 10px;
                    position: absolute;
                    text-align: center;
                    top: -webkit-calc(50% - 12.5px);
                    top: -moz-calc(50% - 12.5px);
                    top: calc(50% - 12.5px);
                    width: 25px;
                }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .ans-choose {
                padding-left: 50px;
            }

                .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .ans-choose label {
                    color: #353535;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 17px;
                    font-weight: normal;
                    line-height: 25px;
                    position: relative;
                }

                    .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .ans-choose label input[type="radio"] {
                        margin-top: 0;
                        top: -webkit-calc(50% - 6.5px);
                        top: -moz-calc(50% - 6.5px);
                        top: calc(50% - 6.5px);
                    }

                    .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .ans-choose label img {
                        margin-left: 16px;
                    }

                .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .ans-choose .radio + .radio {
                    margin-top: 10px;
                }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group button {
                border: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                color: #ffffff;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14.17px;
                font-weight: normal;
                height: 26px;
            }

                .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group button + button {
                    margin-left: 16px;
                }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .save-next {
                background-color: #ffa800;
                width: 130px;
            }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .backbutton {
                background-color: #b1b1b1;
                width: 160px;
            }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .save {
                background-color: #0071c5;
                width: 52px;
            }

            .mathModal .modal-dialog .modal-content .modal-body .questionform .form-group .finish {
                background-color: red;
                width: 90px;
            }

.step4fnish {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .step4fnish h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .step4fnish h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .step4fnish p {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .step4fnish p span {
            display: block;
            float: left;
            width: 50%;
        }

            .step4fnish p span:first-child {
                color: #676666;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 17px;
                font-weight: normal;
                line-height: 26px;
                text-align: left;
            }

            .step4fnish p span:last-child {
                text-align: right;
            }

                .step4fnish p span:last-child a {
                    background-color: #3ba90d;
                    -webkit-border-radius: 9px;
                    -moz-border-radius: 9px;
                    border-radius: 9px;
                    color: #ffffff;
                    display: inline-block;
                    font-size: 14px;
                    font-family: 'Avenir-Roman';
                    font-weight: normal;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    width: 160px;
                }

                    .step4fnish p span:last-child a:hover, .step4fnish p span:last-child a:focus {
                        text-decoration: none;
                    }

                    .step4fnish p span:last-child a.completed {
                        background-color: #dbdbdb;
                        cursor: default;
                        pointer-events: none;
                        width: 110px;
                    }

    .step4fnish .warning {
        background-color: #dff0d8;
        border-color: #c6e5f4 #c6e5f4 #c6e5f4 #ffd800;
        border-style: solid;
        border-width: 1px 1px 1px 10px;
        color: #626362;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }

        .step4fnish .warning a {
            color: #3c763d;
        }

    .step4fnish .uploadcv-button {
        background-color: #fffbe4;
        color: #6d6c6c;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 25px;
        margin-bottom: 30px;
        padding: 10px 15px;
    }

        .step4fnish .uploadcv-button i {
            color: #ffa600;
            font-size: 25px;
            margin-right: 10px;
        }

        .step4fnish .uploadcv-button span {
            display: block;
            float: right;
        }

            .step4fnish .uploadcv-button span a {
                background-color: #3ba90d;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                border-radius: 9px;
                color: #ffffff;
                display: inline-block;
                font-size: 14px;
                font-family: 'Avenir-Roman';
                font-weight: normal;
                height: 26px;
                line-height: 26px;
                padding-left: 20px;
                padding-right: 20px;
                text-align: center;
            }

                .step4fnish .uploadcv-button span a:hover, .step4fnish .uploadcv-button span a:focus {
                    text-decoration: none;
                }

.uploadcv {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .uploadcv h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .uploadcv h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .uploadcv .warning {
        background-color: #dff0d8;
        border-color: #c6e5f4 #c6e5f4 #c6e5f4 #ffd800;
        border-style: solid;
        border-width: 1px 1px 1px 10px;
        color: #626362;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }

        .uploadcv .warning i {
            color: #ffa200;
            font-size: 20px;
            float: right;
        }

    .uploadcv form .form-group label {
        color: #6e6e6e;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 20px;
    }

    .uploadcv form .form-group .browsefile label {
        background-color: #eeeeee;
        border-color: #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        height: 34px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .uploadcv form .form-group .browsefile label input {
            opacity: 0;
            position: absolute;
            visibility: hidden;
        }

        .uploadcv form .form-group .browsefile label span {
            background-color: #7c7c7c;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 90px;
        }

    .uploadcv form .form-group button {
        background-color: #7c7c7c;
        border: none;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        width: 90px;
    }

    .uploadcv form .form-group a {
        background-color: #3ba90d;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-family: 'Avenir-Roman';
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

        .uploadcv form .form-group a:hover, .uploadcv form .form-group a:focus {
            text-decoration: none;
        }

.summary {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .summary h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .summary h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .summary .warning {
        background-color: #dff0d8;
        border-color: #c6e5f4 #c6e5f4 #c6e5f4 #ffd800;
        border-style: solid;
        border-width: 1px 1px 1px 10px;
        color: #626362;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }

        .summary .warning i {
            color: #ffa200;
            font-size: 20px;
            float: right;
        }

    .summary p {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

        .summary p span {
            color: #676666;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            font-weight: normal;
            line-height: 20px;
        }

            .summary p span:first-child {
                float: left;
            }

            .summary p span:last-child {
                float: right;
            }

    .summary .submitapplication {
        margin-bottom: 20px;
        text-align: right;
    }

        .summary .submitapplication a {
            background-color: #3ba90d;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            color: #ffffff;
            display: inline-block;
            font-size: 14px;
            font-family: 'Avenir-Roman';
            font-weight: normal;
            height: 30px;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }

            .summary .submitapplication a:hover, .summary .submitapplication a:focus {
                text-decoration: none;
            }

    .summary .cancel-application {
        margin-bottom: 20px;
        text-align: left;
    }

        .summary .cancel-application a {
            color: #b8b8b8;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            font-weight: normal;
            line-height: 20px;
        }

            .summary .cancel-application a img {
                margin-right: 5px;
            }

.thankyou {
    background-color: white;
    border-color: #c6e5f4;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .thankyou h4 {
        background-color: #d9edf7;
        border-color: #c6e5f4;
        border-style: solid;
        border-width: 0 0 1px;
        color: #31708f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 10px 20px 10px 20px;
    }

        .thankyou h4 span {
            font-family: 'Oswald-Regular';
            font-weight: normal;
            text-transform: uppercase;
        }

    .thankyou .warning {
        background-color: #dff0d8;
        border-color: #c6e5f4 #c6e5f4 #c6e5f4 #ffd800;
        border-style: solid;
        border-width: 1px 1px 1px 10px;
        color: #626362;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16.82px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 60px;
        padding: 20px 15px 10px;
    }

        .thankyou .warning i {
            color: #ffa200;
            font-size: 20px;
            float: right;
        }

        .thankyou .warning span {
            color: #676666;
            display: block;
            font-size: 15px;
            padding-bottom: 10px;
        }

            .thankyou .warning span:first-child {
                font-size: 22px;
                font-weight: bold;
                line-height: 32px;
                text-transform: uppercase;
            }

    .thankyou .other-jobs {
        padding-bottom: 52px;
        text-align: center;
    }

        .thankyou .other-jobs a {
            color: #b3b3b3;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
        }


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
