
.my-sizer-element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.box {
    position: relative;
    width: 25%;
    margin-left: 2.5%;
    height: 100px;
    margin-top: 20px;
    float: left;
    background: lightyellow;
}

.pagination ul {
    margin: 10px auto;
    text-align: center;
}

.pagination li {
    margin: 10px 1px;
    width: 30px;
    display: inline-block;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
    padding: 5px;
}

.pagination li.active {
    background-color: #b7273b;
    color: white;
}

.pagination li.inactive {
    background-color: #eee;
    color: black;
}

.pagination li.inactive:hover {
    background-color: #ddd;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 2px 5px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 15px
}
.card:hover{
    box-shadow: 0 2px 15px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    height: 200px;
    overflow-y: auto;
    /* background: rgba(249, 249, 249, 0.7); */
}
.card-header h4{
    color: #b7273b;
    padding-top: 0;
 }
.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.25em;
}

.card-text {
    clear: both;
    margin-top: 1em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .7);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    /* width: 25px;
    height: 25px; */
    margin: 0;
    border: 1px solid #fff;
    /* border-radius: 50%; */
}

.profile-inline {
    position: absolute;
    top: 0px;
    right: 5px;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    /* margin-right: 30px; */
    vertical-align: top;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}
/* .job-mark-icon {
    font-size: 1.55em;
    font-weight: 1000;
    color: #b7273b;
    padding: 0 5px;
    text-align: center;
    border: 1px solid rgba(183, 39, 59, 0.4);
} */

.profile.profile-inline i{
    color: #b7273b;
    font-size: 1.5em;
}
.card-text p {
    margin: 0
}
a.btn-primary {
    background: #b7273b;
    color: white;
    border-color: #b7273b;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: bold;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary:active:focus{
    background: #972031;
    border-color: #972031;
}
.float-right{
    float: right;
}
body {
    background: #faf9f5;
    font: 13px/1.5 'OpenSansRegular', arial, tahoma, sans-serif;
}
.content_block_article{
    padding: 0;
    padding-bottom: 20px;
}
.search-vacancies-icon{
    color: white
}
button.search-vacancies-button{
    position: absolute;
    right: 0;
    padding: 10px 15px;
}
.search-vacancies-input{
    padding-right: 50px !important;
}
div.apply-now {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
div.apply-now > a.apply_online {
    max-width: 250px;
    text-align: center;
}
div.apply-now > a.apply_online > p {
    text-align: center;
    width: 100%;
    margin: 0;
}