/*
   CUSTOM BIE CSS
 */

/* Styles for 'Job Posting' Content type - print styles
*/
body, p{
    font-family:sans-serif;
    font-size:14px;
}
.top-border{
    border-top:solid thin #000;
    margin-top:.1rem;
    padding-top:0;
    clear: left;
    margin-bottom: .2rem;
}
.top-border .left,
.top-border-high .left,
.top-border-higher .left,
.top-border-high-mailing .left{
    width:35%;
    float:left;
}

.top-border .right,
.top-border-high .right,
.top-border-higher .right,
.top-border-high-mailing .right{
    width:65%;
    float: right;
}
.top-border .left-full{
    width:100%;
    float:left;
}

.top-border-high{
    border-top:solid thin #000;
    margin-top:.1rem;
    padding-top:0;
    clear: left;
    height:40px;
}
.top-border-higher{
    border-top:solid thin #000;
    margin-top:.1rem;
    padding-top:0;
    clear: left;
    height:60px;
}
.top-border-high-mailing{
    border-top:solid thin #000;
    margin-top:.1rem;
    padding-top:0;
    clear: left;
    height:92px;
}
.img-responsive {
   /* width:200px;
    height:200px*/
    display:none;
}
img.bie-logo-print{
    width: 100px;
    float: left;
    height: 100px;
    display: block;
}
.job-post-sub-head,
.job-post-sub-head p{
    text-align: center;
    font-size: 16px;
    margin-left: 1.5em;
    padding-bottom: 0;
    margin-top:20px;
}

.job-post-cards-grouping{
    background:#fff;
    width: 100%;
}

.field_jobpost_positiontitle{
    float:left;
}

h2.job-post, h1.job-post {
    margin-left:1em;
    text-align:center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size:18px;
}

hr.job-post{
    width:95%;
}

h3.job-post-desc{
    margin-bottom: 0;
    margin-top: 0;
    /*padding: .5em 0 .25em 0;*/
    font-size: 14px;
    text-align: center;
    color: #1a4480;
}

.job-post-cards-grouping .float-left-55{
    float:left;
    width:55.5%;
    height:75px;
}

.job-post-cards-grouping .float-right-40{
    float:right;
    width:40%;
    height:75px;
}

p.clear-job-posting{
    clear: both;
    font-size: 14px;
    margin-top:2em;
}

h3.centered{
    text-align: center;
    text-decoration: underline;
}
.sub-post-card{
    height:120px;
}

.job-post-cards-grouping h3{
    text-decoration: underline;
    margin: 1em 0;
    text-align: center;
}

.job-post-cards-grouping h4{
    font-weight:bold;
    text-decoration: none;
    color:#000;
    font-size:100%;
    text-transform: uppercase;
}

.job-post-cards-grouping p.underline{
    text-decoration: underline;
}

.job-post-cards-grouping p.centered{
    font-weight:bold;
    text-align:center;
}

span.job-post-label-break{
    font-weight:bold;
    text-transform:uppercase;
}
span.job-post-label-inline{
    font-weight:bold;
    text-transform:uppercase;
    float:left;
}
.job-post-screening-form{
    text-align: center;
    background: #F5F5F5;
    padding: 1em 0;

}
.job-post-screening-form i{
    color:#000;
}
.print-area{
    display: inline-block;
    margin-top: 1em;
    margin-right: 1em;
    border: solid thin #ccc;
    margin-left: 80%;
    padding: .5rem 1.3rem;
}
.print-area a{
    text-decoration: none;
}

/* End -- Styles for 'Job Posting' Content type
*/

.usa-skipnav {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    text-decoration: underline;
    background: 0 0;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: .15s ease-in-out;
    z-index: 100;
}
