.wpcf7-submit{
	cursor: pointer;	
}

.loader{
		display: block;
 		background: #ffffff00 url(ajax-loader.gif) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
}

.hidden{
	display: none !important;
}


/* JOBS ACCORDION */
.offers-wrapper {
    padding-bottom: 50px;
    width: 100%;
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.offer-header {
    border-radius: 8px;
    position: relative;
}
.offer-body {
    padding-bottom: 30px;
}

.offer-item:not(:last-child) {
    margin-bottom: 25px;
}
.offer-item {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 70px 50px 30px;
    position: relative;
}

.offer-link {
    color: #fff;
    background-color: #132041;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 20px 50px 20px 15px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.offer-link.collapsed {
    background-color: #edf2f8;
    color: #000;
}
.offers-wrapper>h2 {
    font-size: 34px;
    margin-bottom: 67px;
    font-weight: 700;
}
.frame {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.15);
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}
.offer-link:hover {

    color: white;
    text-decoration: none;

}

.collapsed.offer-link:hover {

    color: black;
    text-decoration: none;

}

.offer-item > ul {
	  list-style: inside;
    font-size: 16px;
    line-height: 20px;
}

.offer-apply {
    text-decoration: none;
    background-color: #132041;
    border-radius: 20px;
    color: #fff !important;
    font-size: 12px;
    display: block;
    width: 100px;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 22px;
    bottom: 22px;
    cursor: pointer;
}
.offer-item-title {
    font-size: 18px;
    font-weight: 700;
}
.offer-item-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offer-link::before {
    content: "\f068";
    font-family: "Font Awesome"!important;
    display: block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.offer-link.collapsed::before {
    content: "\f067";
}

.cvpopin {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1), 0 0px 0px rgba(0,0,0,.1)  !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.1), 0 0px 0px rgba(0,0,0,.1) !important;
    border-radius: 4px !important;
    padding: 70px 50px !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.career .modal-body button.close-modal::before {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.career .modal-body button.close-modal {
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 18px;
    overflow: hidden;
}