/* Job Single */
.team-box  {
    padding:50px;
}
.team-box .attachment-post-thumbnail,
.team-box .lead {
    margin: 0 0 15px;
}
.team-box p {
    margin: 0;
}
#job ul {
    margin:0 0 30px;
    padding:0 0 30px;
    border-bottom: 2px dotted #0A314C;
}
#job ul li::before {
    background: none;
    content:"◦";
    text-shadow: 0 1px 1px yellow;
    font-size: 1.4em;
    line-height: 20px;
    width: 11px;
    margin: 0 3px 10px 0;
    height: auto;
}
#job .category-tag ul.post-categories {
    border:none;
    margin: 0;
    padding: 0;
}
#job .category-tag ul li {
    list-style: none;
}
#job .category-tag ul li::before {
    display: none;
}
#job .category-tag ul li a {
    text-decoration: none;
    font-style: normal;
    color: #0A314C;
    font-size: 1.5em;
}
#job .category-tag ul li a:hover {
    text-decoration: underline;
}
#job  h1 {
    margin: 0 0 0.67em;
}


/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width:1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width:992px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #benefits .break {display:none;}
    #awards .image {margin: 0 0 10px;}
    #awards .image.ottogroup {height: 50px;}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* Smallest devices */
@media (max-width: 400px) {
    #career-contact span.info {display:none;}
}
