html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.scrollme-y {
    overflow-y: auto;
}

.content {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}

section.dashboard-area {
    max-width: 1660px;
    margin: 0 auto;
    padding: 102px 60px 46px;
}

article.post {
    cursor: pointer;
}

article.post .post-content img {
    width: auto;
}

label[for=id_i_agree] {
    margin-left: 20px;
}

input#id_i_agree {
    width: auto;
    position: absolute;
    top: 7px;
}

.info dl {
    overflow: initial;
}

.eh-form h1 {
    margin-top: 24px;
}

.eh-form label {
    opacity: 0.65;
    font-size: small;
}

.eh-form button.btn {
    border-radius: 200px;
    width: 75%;
    margin: 12px 0 0 0;
}

.subscribe-job .eh-form button.btn {
    margin: -36px 0 0 0;
}

.submit-vacancy .eh-form button.btn {
    margin: -36px 0 0 0;
}

.eh-form input:not([type=file]) {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #00000044;
    width: 75%;
}

.eh-form .eh-form-bottom {
    width: 75%;
    text-align: center;
    padding: 24px 0 36px 0;
    font-size: medium;
}

.eh-form .jcf-select {
    width: 75%;
    height: 36px;
    margin-bottom: -24px;
}

.eh-form .jcf-select-text {
    margin: 3px 18px;
}

.eh-form input[type=file] {
    /*position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;*/
}

@media (max-width: 767px) {
    .eh-form button.btn {
        width: 100%;
    }

    .eh-form input {
        width: 100%;
    }

    .eh-form .eh-form-bottom {
        width: 100%;
    }
}

.submit-vacancy .eh-form {
    padding-bottom: 48px;
}

.subscribe-job ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: -12px;
    margin-bottom: -24px;
}

.subscribe-job ul li label {
    position: relative;
    padding-left: 18px;
}

.subscribe-job ul li input[type=checkbox] {
    width: auto;
    display: inline;
    position: absolute;
    left: 0;
    top: 4px;
}

.subscribe-job .eh-form {
    padding-bottom: 48px;
}

.eh-premium-upgrade-boxes {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .eh-premium-upgrade-boxes {
        flex-direction: column;
    }

    .eh-premium-upgrade-boxes .info {
        margin-bottom: 24px;
    }
}

.eh-premium-upgrade-boxes .info {
    padding-bottom: 36px;
}

.eh-premium-upgrade-boxes .btn {
    border-radius: 200px;
    width: 100%;
}

.eh-premium-upgrade-1 {

}

.eh-premium-upgrade-2 {

}

.eh-index-promoted {
    position: absolute;
    top: -28px;
    left: -34px;

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 34px;
}

.eh-index-promoted:before, .eh-index-promoted:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.eh-index-promoted:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.eh-browse-post {
    position: relative;
    overflow: initial;
}

.eh-browse-promoted {
    position: absolute;
    top: -28px;
    left: -34px;

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 34px;
}

.eh-browse-promoted:before, .eh-browse-promoted:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.eh-browse-promoted:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.eh-details-promoted {
    position: absolute;
    top: -28px;
    right: -34px;

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 34px;
}

.eh-details-promoted:before, .eh-details-promoted:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #93bc46;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.eh-details-promoted:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}