/*.hero-single-fix {*/
/*    max-width: calc(1169px + 9%);*/
/*    margin: 0 auto;*/
/*}*/

.career-single-content {
    width: 100%;
    max-width: calc(1169px + 9%);
    padding-right: 10%!important;
    padding-left: 10%!important;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.padding-top {
    padding-top: 40px;
}

.padding-bottom {
    padding-bottom: 40px;
}

.career-single-content .form-container {
    margin-top: 50px;
}

.form-container-center {
    margin-top: 50px;
    width: 100%;
    max-width: calc(1169px + 9%);
    padding-right: 10%!important;
    padding-left: 10%!important;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

/* Career Archive */

.career-posts-container.padding-top {
    padding-top: 20px;
}
    
.career-post-box {
    margin-bottom: 14px;
    box-sizing: border-box;
    padding: 34px;
    background: #f2f6f6;
}

.career-post-box h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.career-post-box .wiecej-btn {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    font-weight: 700;
    background-image: url('../assets/images/arrow-circle.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: right top;
}

.career-post-box .wiecej-btn:hover {
    color: #ff5400;
}

@media screen and (min-width: 768px) {
    .career-post-box h3 {
        font-size: 1.5em;
    }
    .career-posts-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
    }
    .career-post-box {
        margin-bottom: 14px;
        width: calc(50% - 17px);
    }
    .career-post-box:nth-child(odd) {
        margin-right: 34px;
    }
}


.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}