.button {
    border-radius: 3px;
}
.menu-border-left {
    border: none;
    border-left: 1px solid #eee;
}
.header .logo, .header-compact .logo {
    width: 15rem;
}
.header .v-align-middle > .button:not(.nav-icon) {
    background-color: #1ecd6d;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):hover {
    background-color: #1bb05d;
}
.font-banner {
    font-size: 4.3rem;
    line-height: 5rem;
}
.spectrum {
    background: linear-gradient(230deg, #4a9ba2, #45a227, #0176ff);
    background-size: 600% 600%;

    -webkit-animation: Spectrum 20s ease infinite;
    -moz-animation: Spectrum 20s ease infinite;
    animation: Spectrum 20s ease infinite;
}
@-webkit-keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.feature-2 .feature-image img {
    width: 75%;
}

a:hover, p a:hover, .box a:not(.button):hover, .social-list li a:hover, .team-1 .social-list a:hover, .team-2 .social-list a:hover, .accordion li a:hover, .accordion li.active a, .tabs li a:hover, .tabs li.active a, .tabs li.active a:hover, .blog-masonry .with-background .post-read-more a:hover, .post-info a:hover, .post-info-over a:hover, .post-info-over a:hover span, .post-author-aside a:hover, .post-love a:hover, .post-love a:hover span, .scroll-down a:hover, .widget a:not(.button):hover, .footer a:hover + .post-info .post-date, .footer .navigation a:hover, .footer .social-list a:hover, .footer .footer-bottom a:hover, .accordion.style-1 li.active > a {
    color: #1bb05d;
}
#login .signup-form-container {
    background-color: whitesmoke;
    border-radius: 0;
}
#login .signup-form-container {
    padding: 4rem;
}
#login .form-element {
    border-color: #ddd;
}
.thumbnail:hover .overlay-info, .thumbnail:hover img {
    transform: none;
}
.blank-space .fullscreen-inner {
    background-color: white;
}
.bkg-facebook {
    border-color: #3b5998;
}
p.calltoaction {
    margin-top: 10px;
    margin-bottom: 5px;
}
.login-box .fullscreen-inner {
    padding-top: 7rem;
}
.icon-cst:before {
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: xx-large;
}
.icon-1:before {
    content: '1';
}
.icon-2:before {
    content: '2';
}
.icon-3:before {
    content: '3';
}
.icon-4:before {
    content: '4';
}
.icon-5:before {
    content: '5';
}
.icon-6:before {
    content: '6';
}
.width100 {
    width: 100%;
}
.h60 {
    max-height: 60px;
}
.lang {
    height: 16px;
    box-shadow: 0px 0px 1px gray;
}
.replicable-content, .row.xlarge.replicable-content {
    padding-top: 6rem;
}
.header .navigation > ul > li > a {
    font-size: 1.23rem;
}
.nvideo {
    width: 100%;
    height: 330px;
    background-color: #232323;
}
.font-initial {
    font-size: initial !important;
}
.justify {
    text-align: justify;
}
a, p a, .box a:not(.button) {
    color: #1bb05d;
}
.inherit-position {
    position: inherit;
}
.header .v-align-middle > .button:not(.nav-icon):hover, .header .dropdown > .button:not(.nav-icon):hover, .header .dropdown > .button.active:not(.nav-icon) {
    border-color: gray;
    color: #232323;
    background-color: transparent;
}
.section-dashboard {
    padding-top: 8rem;
}
.render-template {
    display: none;
}
.btn-jobseeker-registration {
    font-size: 2rem;
    font-weight: 800 !important;
}
.head-banner {
    padding-top: 9rem;
}
.company-highlight {
    color: #0176FF !important;
}
img.shadow {
    box-shadow: 1px 0px 13px 0px gray;
}
.left-image-proportional {
    margin-left: -62% !important;
}
.right-image-proportional {
    right: 6%;
    position: relative;
}
.bold {
    font-weight: 500 !important;
}
.super-bold {
    font-weight: bold !important;
}
.field-wrapper>label {
    font-weight: bolder !important;
    font-size: 1.5rem;
}
.large-date {
    padding: 1.4rem 2.5rem !important;
}
.canhide {
    display: none;
}
.social-list li {
    font-size: 1.4rem;
}
.required {
    color: red !important;
}
.add-resume-link {
    color: #227fbb !important;
    font-weight: 500 !important;
}
.center-column {
    float: none;
    margin: 0 auto;
}
.small-text {
    font-size: small !important;
}
.large-text {
    font-size: large !important;
}

.box-no-bottom {
    margin-bottom: 0;
    border-bottom: 0;
}
.step-text {
    margin: 0 0 1rem 0;
}
.line-through {
    text-decoration: line-through !important;
}
.step-description {
    font-size: large;
}