﻿body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #43454c;
    font-size: 12px;
}
.intranet {
    background: none;
}

    .intranet .container {
        width: 980px;
        margin: 0 auto;
    }

.main-header {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

div.leftcol {
    float: right;
    margin-top: auto;
    width: auto;
    text-align: right;
}

.intranet div.topheader {
    background-image: url("../img/logo.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 50px;
    text-align: right;
    width: 270px;
    margin-top: auto;
    float: left;
}

.image-header {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
.image-header .title{
    /*height: 168px;*/
    padding-top: 17%;
    height: 0;
}
    .image-header .title > div{
        margin-top: -10%;
}
        div .content{
    width: 100%;
    display:inline-block;
}
.col-left{
    width: 70%;
    float: left;
    padding-right: 15px;
}
.info-block {
    margin-bottom: 30px;
    clear: both;
}
.col-right {
    width: 30%;
    float: right;
    padding-left: 15px;
}
.page-title, .jobtitle {
    font-size: 28px;
    font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
    color: #002e6a;
    line-height: 32px;
    margin-bottom: 20px;
}
.page-second-title {
    font-size: 18px;
    font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
    color: #002e6a;
}
.page-subtitle {
    font-size: 16px;
    font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
    color: #002e6a;
}
#templateMainContent_joblistLocation h2{
    display: none;
}
ul.jobs{
    list-style-type: none;
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.jobs li {
    height: 46px;
}
.jobs li a{
    background-color: #ecebeb;
    height: 46px;
    color: #002e6a;
    font-size: 14px;
    padding: 14px 30px;
    width: 100%;
    display: block;
}
    .jobs li a:hover {
        background-color: #002e6a;
        color: #fff!important;
    }
.jobs a.jobLink {
    width: 100%;
}
.jobs a.jobLink:hover {
    color: #fff;
}
    div .content ul > li {
    margin-bottom: 2px;
}
a.tipsLink {
    color: #e23011;
    text-decoration: underline;
}
.info-block .form span input {
    width: 100%;
    height: 35px;
    padding: 0 8px;
    margin-bottom: 16px;
    border: 1px solid #ecebeb;
}
.info-block .form button, .info-block .form span input[type="submit"] {
    font-size: 14px;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 0px solid #002e6a;
    color: white;
    background: #002e6a;
    background: linear-gradient(#517098, #002e6a);
    background: -moz-linear-gradient(#517098, #002e6a);
    background: -o-linear-gradient(#517098, #002e6a);
    background: -webkit-linear-gradient(#517098, #002e6a);
}
a .btn-lft{
    font-size: 14px;
    height: 38px;
    width:100%;
    padding: 0px 8px;
    margin-bottom: 6px;
    margin-top: 6px;
    border-radius: 4px;
    border: 1px solid #e23011;
    color: white;
    background: #e23011;
    background: linear-gradient(#e67360, #e23011);
    background: -moz-linear-gradient(#e67360, #e23011);
    background: -o-linear-gradient(#e67360, #e23011);
    background: -webkit-linear-gradient(#e67360, #e23011);
    cursor: pointer;
}
div.footer {
    background: none;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #002e6a;
    border-top: 1px solid #989898;
    padding-top: 30px;
}
div.footer:after {
    background: none;
    right: auto;
}
    div.footer:before {
        background: none;
        right: auto;
    }
    div .footer .star-logo {
        float: left;
    }
    div.footer .corporate-links {
        display: inline-block;
    }
        div.footer .corporate-links a{
            padding: 0 10px;

        }
    div.footer .social-media {
        display: inline-block;
        float: right;
    }
            div.footer .social-media a{
                float: right;
                margin: 5px 5px;
                cursor: pointer;
                height: 30px;
                width: 40px;
                display: block;
            }
        div.footer .social-media a img {
            width: 20px;
        } 
            div.footer .star-logo {
                width: 258px;
            }

.recruiter-badge {
    background-color: #fafafa;
    padding: 8px 0 8px 8px;
    min-height: 95px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.recruiter-id {
    border-bottom: 1px solid #e1e3e5;
    padding-bottom: 8px;
    margin-left: 85px;
}
.recruiter-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    overflow: hidden;
}
.sub-title {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    overflow: hidden;
}
.recruiter-contact {
    margin-top: 8px;
    color: #002e6a;
}
.recruiter-contact img {
    width: 14px;
    margin-right: 8px;
}
.recruiter-img {
    width: 77px;
    height: 77px;
    border-radius: 40px;
    float: left;
    background-size: cover;
    background-position: center;
    border: 7px solid #e1e1e1;
    margin-right: 10px;
}
.applyButton{
    float: right;
    font-size: 14px;
    height: 38px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e23011;
    color: white;
    background: #e23011;
    background: linear-gradient(#e67360, #e23011);
    background: -moz-linear-gradient(#e67360, #e23011);
    background: -o-linear-gradient(#e67360, #e23011);
    background: -webkit-linear-gradient(#e67360, #e23011);
    cursor: pointer;
    margin-right: 0px;
}

#templateMainContent_jobDescription h3, #templateMainContent_jobDescription strong {
    color: #002e6a;
}
#templateMainContent_jobDescription ul {
    padding-left: 15px;
    list-style-position: outside;
}
@media only screen and (max-width: 768px){
    .image-header {
        margin-bottom: 15PX;
    }
    .col-left{
        width: 100%;
        padding-right: 0;
    }
    .jobs{
        margin-right: -10px;
        margin-left: -10px;
    }
    ul.jobs li a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding: 15px 10px;
    }
    .col-right{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    div.footer .social-media {
        float: none;
        margin-top: 15px;
    }
    div.footer .star-logo {
        width: 100%;
        float: none;
        display: block;
    }
        div.footer .corporate-links {
            float: none;
            display: block;
            margin-top: 15px;
        }
    div.redpart, div.menu{
        padding: 0;
        width: 50%;
    }
    div.leftcol{
        margin-top: 10px;
    }
}
.jobEmailSubscriptionWidget{
    padding: 0;
    width: 100%;
    float: none;
    border: none;
}
.jobEmailSubscriptionWidget .fieldset {
    padding: 0;
}