#customgreenhouse{
    /* font-family: Arial, Helvetica, sans-serif */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*height: 100vh;*/
    padding-left:40px;
}
#grnhse_app{

}
#grnhse_app iframe{
    display: block;
    width: 1px;
    min-width: 100%;
}
.office-head{
    font-weight: 700;
    color: black;
    font-size:21px;
    margin-bottom: 15px;
}
.office-wrap {
    margin-bottom: 25px;
}
.office-wrap .content{
    padding: 0 !important;
}
.job-item{
    margin: 0 0 25px 0;
    cursor:pointer;
}

.job-item span{
    font-size:13px;
    color: #757575;
}
.job-item .job-title{
    margin:0 !important;
    line-height: 13px;
    font-size: 16px;
    font-weight: bold;
    color:#fc0255;
}
.job-item:hover .job-title{
    /*color: #737373 !important;*/
    text-decoration: underline;
}

.hide{
    display:none;
}

.single-job-content{
    font-size:16px;
}
.single-job-content ul li{
    color:black;
    font-family: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    font-size:14px !important;
    font-weight: normal !important;
}
.single-job-content p{
    font-size: 14px;
}
.back-to-board{
    cursor:pointer;
    font-family: 'Tungsten A', 'Tungsten B', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 21px;
    font-size: 23px;
    font-weight: 600;
    background-color: #484848;
    width: 150px;
    padding: 3px 0;
    /* overflow: initial; */
    text-align: center;
    color: white;
    border-radius: 10px;
}
.back-to-board:hover{
    background-color:grey;
}

.back-to-board span.arrow{
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.back-to-board span.left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
