@import url("../fonts/inconsolata/inconsolata.css");

p.slider-code {
    font-family: Inconsolata, "Courier New", monospace;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .img_list {
        height: 14px !important;
        overflow: hidden;
        min-height: inherit;
    }
}

ul#contacts_footer li {
    color: rgba(255, 255, 255, 0.3);
}

.course_list_desc a {
    color: #222;
}

.course_list_desc a:hover {
    text-decoration: underline !important;
    color: #ec8709;
}

p.apply-for {
    margin-top: 50px;
}

.jobs-position-list {
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: inherit;
}

.jobs-position-list label {
    font-family: inherit;
    font-weight: normal;
}

.jobs-position-list .job-reference {
    font-family: Inconsolata, "Courier New", monospace;
    color: #999;
}

.job-application-socials label {
    display: none;
}

.job-application-resume .btn-primary {
    background-color: #636363;
    border-color: #636363;
}

.job-application-resume span.error {
    top: -35px;
    right: -15px;
}

.confirmation-message .indent_title_in i.icon-ok-circled2-1 {
    color: #91bf3e;
}

.confirmation-message .indent_title_in i.icon-cancel-circled {
    color: #bd3e3e;
}

.application-release {
    text-align: center;
    color: #a3a3a3;
    font-size: 10px;
}