.cta .cta-content .submitcv {
    position: relative;
    display: flex; width: 100%;
    align-items: center;
}
.submitcv i {
    margin-right: 15px;
    margin-top: 4px;
}
.submitcv > span {
    width: 100%;
}
.cta .cta-content .submitcv {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.cta .cta-content a {
    text-align: right;
    padding: 20px 0;color: #fff;
    display: flex;
    justify-content: center;
}
#cta-links {
    position: relative;
    width: 100%;
    bottom: 0;
}
.cta {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
 .cta a {
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    color: #fff;
   
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #3e424a;
}
.cta .cta-content svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin: 0 15px 0 0;
}

.cta .cta-content:first-of-type {
    border-right: 3px solid #fff;
}
 .cta .cta-content {
    width: 50%;
}
.cta .cta-content a:hover {
    background: #5abbb5;color: #fff;
}
@media (max-width: 450px){
.cta .cta-content {
    width: 100%;
}
.cta {
    display: inline-block;
}

.cta .cta-content:first-of-type {
    border-right: none;
    border-bottom: 3px solid #fff;
}
}


.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity 0.15s linear;
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;z-index: 9999;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.fade .modal-dialog {
    max-width: 60% !important;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
@media (max-width: 568px){
.modal.fade .modal-dialog {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    border-bottom: 0;padding: 10px 30px !important;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal.fade .modal-dialog .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}

button.close {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:0;cursor: pointer;
    margin:0rem -0.2rem -1rem auto;
}
button.close:hover, button.close:focus {
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
}
#popupSubmitVacancy .modal-dialog .modal-content .modal-header .modal-title h3{
    display: block;
    font-size: 22px;
    border-bottom: solid 1px #ddd;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    color: #5abbb5 !important;
    text-transform: uppercase;
}
.modal-body form {
    padding: 0 15px;
}
.dynamic-form form label {
    font-size: 14px;
    font-weight: 600;
    color: #585857;
    margin: 0 0 10px 0;
}
.dynamic-form h3 {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    color: #5abbb5;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.dynamic-form h3 {
    display: block;
    font-size: 22px;
    color: #5abbb5;
    text-transform: none;
}
.dynamic-form form .hs-button{width:160px;}
.dynamic-form form .form-actions input:hover {
    background: #3e424a;
}
.dynamic-form form .inputs-list>li label {
    display: inline-flex; align-items: flex-start;}
.dynamic-form form .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0 !important;
    font-size: 14px;
}
.dynamic-form form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0px !important;
    line-height: 1.2;
    margin-top: -3px;
}
.modal-open {
    overflow: hidden;
}
.modal.fade.show {
    background: rgba(0,0,0,.5);
}