/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Akkurat', sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
p, b, a, small,label{
  font-family: 'Akkurat', sans-serif !important;
  /*font-family: 'AkkuratLight', sans-serif !important;*/
  font-size: 13px;
  line-height: 25px;
}
strong{
  font-family: 'AkkuratBold', sans-serif !important;
  font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'AkkuratBold', sans-serif !important;
  margin-bottom:15px !important;
  font-weight: 800 !important;
}
h1{
  font-size: 42px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 15px;
}
h6{
  font-size: 13px;
}
body.single h1{
  font-size: 40px !important;
  color:#e22500 !important;
   line-height: 45px;
    margin-top: 20px;
}
body.single h2{
  font-size: 22px !important;
}
body.single h3{
  font-size: 19px !important;
}
body.single h4{
  font-size: 17px !important;
}
body.single h5{
  font-size: 15px !important;
}
body.single h6{
  font-size: 13px !important;
}
.autocomplete_results {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    border: 1px solid #eee;
    position: absolute;
    top: 34px;
    font-size: 14px;
    width: 80%;
    display: none;
}
.result_auto a{
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: block;
    text-decoration: none !important;
}
form.search_910 {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 9px;
    left: 30px;
}
.search_910 input {
    border-bottom: 1px solid #fff !important;
    border-left: 0;
    border-top: 0;
    padding-left: 0;
    border-right: 0;
    font-size: 0.75rem !important;
}
button, .btn {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 13px;
   /* font-weight: 600 !important;*/
    text-align: center;
    padding: 9px 20px;
    font-family: 'AkkuratBold', sans-serif !important;
    letter-spacing: 0.6px;
}
.btn span.plane {
    margin-right: 5px;
}
.btn.btn_blue{
   background: #0853e3 !important;
   color:#fff !important;
   border:1px solid #0853e3 !important;
}
.btn.btn_blue:hover{
   background: #286cef !important;
   color:#fff !important;
   border:1px solid #286cef !important;
}
.btn.btn_blue_border{
   background: #fff !important;
   color:#0853e3 !important;
   border:1px solid #0853e3 !important;
}
.btn.btn_blue_border:hover{
   background: #fff !important;
   color:#000 !important;
   border:1px solid #000 !important;
}
.btn.btn_white_border {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.btn.btn_white_border:hover {
    color: #000 !important;
    background: #fff !important;
  /*  border: 1px solid #000 !important;*/
}
.btn.btn_black_border {
    color: #000 !important;
    border: 1px solid #000 !important;
}
.btn.btn_black_border:hover{
    color: #e22500 !important;
    background: #fff !important;
    border: 1px solid #e22500 !important;
}
.btn.btn_red {
  background: #e22500 !important;
  color:#fff !important;
  border:1px solid #e22500 !important;
}
.btn.btn_red:hover {
  background: #eb3815 !important;
  color:#fff !important;
  border:1px solid #eb3815 !important;
}
img.img_hover{
  display: none;
}
.btn:hover img.img_default{
  display: none;
}
.btn:hover img.img_hover{
  display: inline-block;
}
input,textarea,select{
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 13px !important;
  border-radius:0 !important;
  color: #000;
  height: 40px!important;
}
input::placeholder,textarea::placeholder,select::placeholder{
  font-size: 13px;
}
.span_modal{
  cursor: pointer;
}
.no_marge{
  margin-bottom: 8px !important;
}
.block_flex{
  display: flex;
  max-width: 3100px;
  margin:0 auto;
}
.block_left,
.block_right{
  display: inline-block;
  width: 50%;
}
.block_padding{
  padding: 40px;
}
.white,.white p,.white h1,.white h2,.white h3,.white h4,.white h5,.white h6{
  color:#fff;
}
.white input,.white select{
  border-color:#fff;
  color:#fff !important;
  background:none !important;
}
.blue_dark{
  background:#031A4D;
}
.blue_light{
  background:rgba(8,83,227,0.05);
}
.cover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block_two_third{
  width: 65%;
}
.block_one_third{
  width: 35%;
}
.height_100{
  height: 100%;
}
.height_50{
  height: 50%;
}
.table_box{
  display: table;
  width: 100%;
}
.table_cell{
  display: table-cell;
  vertical-align: middle;
}
#mobilemenu_bar {
    max-width: 50px;
    height: 32px;
    padding-top: 8px;
}
.menu_is_opened {
    max-width: 100% !important;
    height: 42px !important;
}
html {
    padding-top: 105px;
}
.col_marge_set{
  margin-bottom: 30px;
}
/*Header*/
.search_togl {
    display: inline-block;
    margin-right: 14px;
    font-size: 20px;
    color: #a5a4a4;
    position: relative;
    top: 5px;
    cursor: pointer;
}
#search_modal h2 {
    font-size: 30px;
    text-align: left;
    color: #fff;
}
#search_modal label, form.search-form label {
    max-width: 430px;
    width: 80%;
}
#search_modal button.search-submit, form.search-form button.search-submit {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #0853e3 !important;
    border: none;
    font-size: 18px !important;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.modal-open .fixedbar {
    z-index: 9;
}
#search_modal input, form.search-form input {
    font-family: 'Akkurat', sans-serif !important;
    background: #fff !important;
    padding: 10px;
    height: 39px;
    padding-left: 15px;
}
button.search-submit i {
    position: relative;
    right: 0px;
    bottom: 1px;
}
#search_modal .modal-content {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
#search_modal .modal-body {
    padding: 0 !important;
}
.mobile_topbar {
    text-align: right;
}
.fixedbar {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
a.header_logo {
    margin-left: -15px;
}
.headerbar {
    box-shadow: 0px 3px 4px rgba(0,0,0,0.12);
    padding:0 40px;
    background:#fff;
}
.menu_box + a.dropdown-item {
    display: none;
}
a.col_link {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #000;
    text-decoration: none;
}
.header_dynamic ul a {
    text-decoration: none;
}
.full_dropdown a.dropdown-toggle.nav-link + ul.dropdown-menu.show {
    width: 685px;
    margin: -1px 0 0 0;
    padding: 15px 20px !important;
    border-radius: 0;
    border: none;
    margin-left: -9px;
    min-width: auto;
}
.dropdown-item.active, .dropdown-item:active{
  color:#e22500 !important;
}
ul.dropdown-menu.show {
    border-radius: 0;
    width: auto;
    padding: 5px 5px;
    margin: 0;
    margin-left: -5px;
    border: none;
}
.dropdown-item{
  padding: 0 12px !important;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px !important;
  color: #000;
  text-decoration: none;
}
#location_term .dropdown.show {
    background: rgba(8,83,227,0.05);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.menu_title {
    /*font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    color: #e22500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
a.col_link:hover,
.dropdown-item:hover{
  color: #e22500 !important;
}
a.nav-link{
  border-bottom: 2px solid #fff;
  font-family: 'AkkuratBold', sans-serif !important;
}
a.nav-link:hover,.nav-link.act{
  border-bottom: 2px solid #e22500;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 2px solid #e22500;
}
.dropdown-toggle.act::before{
    transform: rotate(180deg);
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-toggle::before {
    content: " ";
    background-image: url(images/arrow_bottom_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    position: relative;
    z-index: 999;
    background-position: center;
    display: inline-block;
    float: right;
    top: 7px;
    margin-left: 6px;
}
.topbar {
    background: #031c4c;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 400;
    padding: 0 40px;
}
.topbar_right,.headerbar_right{
  text-align: right;
}
.topbar a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.topbar_right a:last-child {
    padding-right: 0;
    border: none;
}
a.header_logo img,
a.footer_logo img {
    max-width: 180px;
}
a.header_logo,a.footer_logo {
    display: inline-block;
}
input.search-field.form-control {
    border: 0 !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    padding: 10px 10px 7px 10px !important;
    margin-bottom: 0;
}
.input-group-prepend.col-rounded {
    width: 100%;
}
.headerbar input{
    font-size:13px !important;
}
button.search-submit {
    background: #fff;
    border: 0 !important;
    border-radius: 0;
    color: #838383;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
}
.search_toggle {
    background: #fff;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0;
    color: #838383;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    position: relative;
    right: 30px;
    top: 3px;
    font-size: 18px;
}
.headerbar_right{
  position: relative;
}
.header_dynamic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position:relative;
}
.header_dynamic ul {
  display: flex;
  height: 480px;
  position: relative;
}
.header_dynamic li {
  flex: 2;
  transition: all 500ms ease;
  padding: 2%;
}
.header_dynamic li:hover {
   flex: 3;
   color: rgba(255, 255, 255, 1);
}
.header_dynamic_left:hover .header_dynamic_overlay,
.header_dynamic_right:hover .header_dynamic_overlay{
  opacity: 0 !important;
}
.header_dynamic:hover .header_dynamic_overlay{
  opacity: 10;
}
.header_dynamic_overlay {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.header_dynamic li {
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  overflow:hidden;
  height: 480px;
  position: relative;
}
.header_dynamic {
    height: 480px;
    position: relative;
}
li.header_dynamic_left {
    text-align: right;
    color: #fff;
    position: relative;
}
li.header_dynamic_right {
    text-align: left;
    color: #fff;
    position: relative;
}
p.h_sub {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -3px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
h2.h_title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.header_dynamic_content_left, .header_dynamic_content_left p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 400px;
    float: left;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.header_dynamic_content_right, .header_dynamic_content_right p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 400px;
    float: right;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.header_dynamic .container {
    height: 100%;
    display: table;
}
.container_inner {
    vertical-align: middle;
    display: table-cell;
}
.dynamic_content{
  display: none;
  /*visibility: hidden;
  position: absolute;*/
}
.header_dynamic_left:hover .dynamic_content,
.header_dynamic_right:hover .dynamic_content{
  /*visibility: visible;
  position: relative;*/
  display: inline-block;
}
.header_dynamic_left:hover h2.h_title,
.header_dynamic_right:hover h2.h_title{
  color: #e22500;
}
.header_dynamic .btn img {
    width: 15px;
    margin-left: 5px;
}
/*Content*/
header.entry-header,
footer.entry-footer{
  display: none;
}
.container_marge{
  height: 60px;
}
.block_1_title h2, .block_1_title p {
    margin-bottom: 0 !important;
}
.block_1_column {
    padding: 50px 0;
}
.topbar, .headerbar, .header_dynamic, footer, .container,.footer_copyright,.block_8,.block_12,.footerbar,.block_1,.block_6,.posts_container,.block_18,.block_14,.block_24,.block_25 {
    max-width: 3100px;
    margin: 0 auto;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6,.white,.white p {
    color: #fff;
}
.block_filter select option {
    color: #000;
}
input#age {
    width: 89px;
}
.block_filter input, .block_filter input::placeholder {
    color: #fff;
}
.block_filter input,.block_filter select{
  border-color: #eee !important;
}
.block_filter select {
    color: #fff;
    background: none;
    padding: 10px 20px;
    margin-bottom: 7px;
}
.block_filter span {
    margin-right: 5px;
    display: inline-block;
}
.block_filter {
    margin-top: 20px;
}
.block_filter .btn {
    height: 40px;
    position: relative;
    top: 4px;
    line-height: 19px;
}
p.vacature_titel {
    font-size: 18px;
/*    font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 0;
}
a.vacature_link {
    color: #000;
    text-decoration: none;
   /* font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    float: right;
}
.block_2_list a i,.block_11_list a i {
    float: right;
    color: #e22500;
    display: flex;
    height: 33px;
    align-items: center;
}
.block_2_list div:last-child a,.block_11_list div:last-child a {
    border: none;
}
.block_2_list a,.block_11_list a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0 7px 0;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    width: 100%;
}
.red_label{
    background-color:#e22500;
    color:#fff;
    padding:5px 10px;
    display:block;
    width:115px;
    margin-bottom:0!important;
}
.vac_content a{
    color: #fff!important;;
    text-decoration: underline;
}
h2.title_type_1.title_max {
    max-width: 173px;
}
.title_type_1{
  font-size: 30px;
  line-height: 37px;
}
/*.content_type_1,.content_type_1 p{
  font-size: 15px;
  line-height: 20px;
}*/
/*Mobile menu*/
#mobilemenu_bar {
    background: #031c4c;
}
#mobilemenu_menu {
    background: #eee !important;
}
ul#mobilemenu_menu_ul li a {
    color: #000;
}
#mobilemenu_menu.left{
    width:100%;
}
#mobilemenu_menu.mobilemenu_levels a.mobilemenu_parent_item {
    border-left: 1px solid #031c4c !important;
}
#mobilemenu_menu.mobilemenu_levels ul li {
    border-bottom: 1px solid  #031c4c  !important;
    border-top: 0px solid  #031c4c  !important;
}
#mobilemenu_menu a:hover{
    background: #031c4c  !important;
    color: #fff !important;
}
#mobilemenu_menu .mobilemenu_icon_par{
    color: #031c4c !important;
}
#mobilemenu_menu.mobilemenu_levels ul li ul {
    border-top: 1px solid #031c4c  !important;
}
.small_height{
  height: 10px;
  display: block;
}
.block_3_post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
    min-height: 300px;
}
.block_3_post_content {
    position: absolute;
    color: #ffffff;
    line-height: 18px;
    padding: 15px;
    bottom: 0;
}
.block_4_case {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative;
}
.block_4_case_inner {
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: 100%;
}
.block_5_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 140px;
    margin-bottom: 10px;
}
p.block_5_title {
    font-size: 14px;
  /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 2px;
}
.block_5_content, .block_5_content p {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 20px;
}
.block_5 .btn {
    display: block;
}
.block_6_maps iframe {
    width: 100%;
    min-height: 450px;
    margin-bottom: -9px;
    height: 100%;
}
h2.block_6_title {
    margin-bottom: 0 !important;
    font-size: 60px;
    margin-top: -10px;
}
.block_6_maps{
  height: 100%;
}
p.block_6_subtitle {
    color: #e22500;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 0 !important;
    font-size: 20px;
}
.block_6_blue .btn {
    margin-top: 15px;
}
.block_6_blue {
    padding: 60px;
    background: #031A4D;
    height: 100%;
}
.block_6_blue .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #e22500;
    margin: 10px 0 0 0 !important;
    padding: 3px 10px;
    color: #e22500;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    background: #fff;
}
.block_6_maps p {
    margin-bottom: 0;
    height: 100%;
}
.block_6_blue textarea,.modal textarea{
    height: 85px !important;
    margin-top: -4px !important;
}
.modal .col-lg-12 label{
  width: 100%;
}
.block_6_blue  span.wpcf7-not-valid-tip {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-top: -9px;
    color:#e22500;
}
.leadform.lastlead a{
  cursor: pointer;
}
.leadform.lastlead a {
    text-decoration: underline;
}
.block_6_blue label {
    width: 100%;
}
.block_6_blue textarea, .block_6_blue input {
  color:#fff !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  padding: 5px 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
.block_6_blue textarea::placeholder,.block_6_blue input::placeholder{
  opacity: 0.4983259;
  color: #ffffff;
  line-height: 17px;
}
.section_a {
    margin-bottom: 45px;
    margin-top: 45px;
    padding: 0 40px;
}
.block_6 h3{
  margin-bottom: 3px !important;
}
.block_6_info, .block_6_info p {
    line-height: 22px;
}
.block_6_links i {
    color: #e22500;
    margin-right: 5px;
}
.block_6_info p:last-child {
    margin-bottom: 0;
}
.block_6_links a{
  display: block;
  text-decoration: none;
  color:#000;
  line-height: 22px;
}
.block_6 h3,.block_5 h3 {
    font-size: 19px;
}
.block_6_blue label span{
  /*  font-weight: 600;*/
  font-family: 'AkkuratBold', sans-serif !important;
  letter-spacing: 0.5px;
}
.block_8 h1, .block_8 h2, .block_8 h3, .block_8 h4, .block_8 h5, .block_8 h6, .block_8 p {
    margin-bottom: 0 !important;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.block_8 p {
    font-size: 15px;
}
.block_8 {
    min-height: 179px;
    padding: 30px 0px;
}
.block_comment_box {
    position: relative;
    padding: 30px;
    background: #fff;
    max-width: 700px;
    box-shadow: -7px 7px rgba(0,0,0,0.15);
}
.block_comment_box:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: -19px;
    bottom: 0;
    content: '';
}
.block_comment_box select, input {
    margin-bottom: 10px;
}
.date_icon {
    position: absolute;
    right: 8px;
    top: 8px;
}
.block_comment_box h2 {
    color: #0853E3;
}
.row_wg {
    margin-top: 20px !important;
}
.row_wn {
    margin-top: 30px !important;
}
.input_p_r{
  padding-right: 10px;
}
#startdate span {
    background: none !important;
    border-radius: 0;
    border-color: #000;
    color: #000;
    font-size: 13px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.submit_b22{
  display: none;
}
.calc_again i {
    font-size: 11px;
    margin-right: 3px;
}
.input_error span, .input_error,.input_error::placeholder,
.block_filter .input_error span, .block_filter .input_error,.block_filter .input_error::placeholder,.block_comment_box select.input_error::placeholder,.block_comment_box select.input_error {
    color: #e22500 !important;
    opacity: 10;
}
.calc_step_3 .btn {
    height: 40px;
}
.calc_step_1 .select_function,.calc_step_3 .select_function,.block_filter .select_function{
  display: none;
}
/*.calc_step_2 .leadform,.calc_step_4 .leadform {
    margin-top: 0;
}*/
.leadform.lastlead p:last-child {
    margin-bottom: -15px;
}
.calculator_title_4 {
    font-size: 18px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 27px;
}
.calculator_finish, .finish_employee {
    color: #0853e3;
    font-size: 57px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 63px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.leadform {
    line-height: 20px;
}
.leadform a {
    text-decoration: underline;
    color: #000;
}
.calc_step_2_btns {
    margin-bottom: 10px;
}
.finish_employee_lead {
    color: #0853e3;
    font-size: 22px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 27px;
    letter-spacing: -0.616px;
}
.calculator_title_2 {
    font-size: 21px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 20px;
}
.calc_again {
    color: #393939;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.calc_step_2,.calc_step_4{
  display: none;
}
.block_flex .btn, .banner_btns .btn, .block_24_inner .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.calc_step_2_btns a,.calc_step_4_btns a{
  margin-right: 10px;
}
.calc_step_1 .btn {
    margin-top: 10px;
}
.site-content ul{
  list-style: none;
  padding-left: 0;
}
.content_type_1 p a {
    font-size: 15px;
    color:#0853E3;
    text-decoration: underline;
}
.block_7 .block_content a{
    color:#0853E3;
    text-decoration: underline;
}
.site-content li:before {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.single_post_content ul{
  list-style: none;
  padding-left: 0;
}
hr.m_line {
    margin-top: 0px;
}
hr.m_line_m{
  margin-top: 25px;
  margin-bottom: 20px;
}
.block_content.rond ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(images/Oval.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 10px;
}
.block_content.check ul li:before{
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.single_post_content ol li:before,
footer li:before{
    display: none !important;
}
.single_post_content iframe {
    max-width: 684px;
    margin-bottom: 10px;
    width: 100%;
}
div#content ul{
  line-height: 30px;
}
.block_filter input,.block_filter select,.block_filter .selectdiv:after{
  opacity: 0.5;
}
.block_filter input:focus,.block_filter select:focus,.block_filter .selectdiv.filter_focus:after,.block_filter .selectdiv.filter_focus select{
  opacity: 10;
}
.block_8 h1, .block_8 h2, .block_8 h3, .block_8 h4, .block_8 h5, .block_8 h6 {
    margin-bottom: 2px !important;
}
.dynamic_content .btn {
    position: relative;
    z-index: 999;
}
.block_comment_box h2 {
    font-size: 65px;
    line-height: 65px;
}
.block_3 input{
  background: #eee;
}
.block_3 input {
    border:none;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    color: #000!important;
    background: #eee !important;
}
.block_3 input::placeholder {
    border:none;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    color: #777 !important;
}
.block_3 .email_footer{
  background: #eee !important;
}
.block_comment_box select,.block_comment_box input {
    border-color: #000 !important;
    color: #000 !important;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.block_9_filter .input-group-prepend span {
    background: none !important;
    border-radius: 0;
    margin-right: 0;
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
}
.leadform {
    margin-bottom: 10px;
    margin-top: 10px;
}
table.block_9_filter {
    margin-bottom: 5px;
}
table.block_9_filter tr td {
    padding-bottom: 5px;
    padding-right: 5px;
}
.form-control{
  border: 1px solid #000;
  color: #000;
}
.block_10_link, .block_11_link {
    color: #000 !important;
    border: 1px solid #000;
    display: inline-block;
    padding: 3px 10px;
    margin-right: 5px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    text-decoration: none !important;
    margin-bottom: 5px;
}
.block_11_right_1 {
    background: rgba(8,83,227,0.05);
}
.label_10 {
    background: #e22500;
    color: #fff;
    padding: 2px 15px;
    display: inline-block;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.block_12 {
    padding: 0 40px;
}
a.block_12_link {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 20px;
    color: #000;
    text-decoration: none;
    border: solid 1px #eaeaea;
    background: #fff;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.pages_box {
    margin-top: 20px;
}
a.block_12_link.active,a.block_12_link:hover{
    background: #0853e3;
    color: #fff;
}
a.filter_cat {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    border: solid 1px #eaeaea;
    background: #fff;
    padding: 5px 20px;
    color: #000;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    text-decoration: none;
}
a.filter_cat.active,a.filter_cat:hover {
    background: #0853e3;
    color: #fff;
}
.filter_btns {
    display: block;
    margin: 10px 0 5px 0;
}
.knowledge_cat img {
    width: 10px;
    margin-right: 4px;
}
.knowledge_cat img {
    width: 10px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
h3.knowledge_title, h3.a_product_title {
    font-size: 14px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 5px !important;
}
.knowledge_thumb,.a_product_thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
    position: relative;
    padding: 20px;
}
.a_product_thumb {
    background-position: top;
}
.knowledge_inner,.a_product_inner {
    padding: 20px;
}
.knowledge_box{
  height: 380px;
}
.p_get_short_description {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 20px;
}
.knowledge_box, .a_product_box {
    display: inline-block;
    width: 20%;
    /* border-left: solid 1px #eaeaea; */
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    float: left;
}
.knowledge_excerpt,.a_product_excerpt {
    color: #8c8c8c;
    line-height: 20px;
}
.knowledge_label {
    display: inline-block;
    background: #e22500;
    color: #fff;
    padding: 2px 12px;
    position: absolute;
    bottom: 60px;
    left: 20px;
}
.a_product_label {
    display: inline-block;
    background: #e22500;
    color: #fff;
    padding: 2px 12px;
    position: absolute;
    bottom: 22px;
    left: 20px;
}
table.filter_attr {
    margin-bottom: 0;
    width: auto;
}
.knowledge_cat {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 12px;
    position: absolute;
    bottom: 20px;
}
a.knowledge_link,a.a_product_link {
    color: inherit;
    text-decoration: none;
}
.load_more_txt {
    margin-bottom: 10px;
}
.load_more {
    margin-top: 50px;
    display: block;
}
.breadcrumbs_cst i {
    margin-left: 5px;
    margin-right: 5px;
    color: #797979;
}
.breadcrumbs_cst a {
    color: #000;
}
.breadcrumbs_cst {
    margin: 25px 0 18px 0;
    line-height: 18px;
}
.single_post_thumbnail {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single_post_meta {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.single_post_meta a {
    color: #000;
    font-weight: normal;
    margin-left: 10px;
}
h2.single_post_title {
    color: #d53100;
    font-size: 40px;
   /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 45px;
    margin-top: 20px;
}
.button_block a{
  margin-right: 5px;
  margin-bottom: 5px;
}
.thumbnail_author {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.t_author {
    color: #e22500;
    font-size: 14px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.c_author, .c_author p {
    line-height: 22px;
}
.c_author p:last-child {
    margin-bottom: 0;
}
.social_links_a i {
    color: #e22500;
    margin-right: 2px;
}
.social_links_a a {
    color: #000;
    text-decoration: none;
    margin-right: 15px;
}
.social_links_a {
    margin-top: 15px;
}
.author_box {
    border: solid 1px #eaeaea;
    padding: 10px;
    margin-bottom: 35px;
}
.relevant_box a i {
    float: right;
    color: #e22500;
    display: flex;
    height: 33px;
    align-items: center;
}
.job_seps .job_sep:last-child{
  display: none;
}
.relevant_box {
    margin-bottom: 30px;
}
.relevant_box a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0 7px 0;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    width: 100%;
}
.relevant_box div:last-child a {
    border: none;
}
.block_content.rond ul, .block_content.check ul {
    list-style: none;
    padding-left: 2px;
    line-height: 30px;
}
.job_thumb_label {
    display: inline-block;
    background: #e22500;
    color: #fff;
    padding: 2px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:12px;
}
.label_mob{
  display: none;
}
a.job_l {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    text-decoration: none;
    color: #000;
    float: right;
}
.relevant_box hr:last-child {
    display: none;
}
h4.widget_title.job_t {
    margin-bottom: 20px !important;
}
.close_modal {
    cursor: pointer;
    position: absolute;
    right: 17px;
}
.modal-dialog {
    width:100% !important;
}
.job_thumb_widget {
    height: 100px;
    position: relative;
}
.job_title_widget {
    font-size: 14px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 18px;
    text-decoration: underline !important;
    padding: 0 !important;
    margin: 0 !important;
}
h4.widget_title {
    margin-bottom: 10px !important;
    font-size: 18px;
    line-height: 22px;
}
.block_yt iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.block_yt,.block_yt p {
    height: 100%;
}
.certificaat_img {
    height: 55px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.certificaten_prev {
    position: absolute;
    left: 0;
    top: 18%;
    font-size: 25px;
    color:#E22500;
    z-index: 99;
    cursor: pointer;
}
.certificaten_next {
    position: absolute;
    right: 0;
    top: 18%;
    font-size: 25px;
    color:#E22500;
    z-index: 99;
    cursor: pointer;
}
.certificaten .slick-list {
    width: 90%;
    margin: 0 auto;
}
.certificaten {
    margin-top: 45px;
}
.block_17_right {
    padding: 40px;
    height: 100%;
}
.section_b form {
    max-width: 530px;
}
/*#header_middle{
  display: none;
}*/
h2.single_product_title {
    color: #d53100;
    font-size: 40px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.single_product_crosses hr:last-child {
    display: none;
}
.single_product_meta {
    color: #666666;
    margin-bottom: 10px;
}
a.start_breadcrumb {
    color: #666666;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    position: relative;
    bottom: 1px;
}
.current_breadcrumb {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    position: relative;
    bottom: 1px;
}
a.file_download i {
    color: #d53100;
    margin-right: 2px;
}
.download_box {
    background: rgba(8,83,227,0.05);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.download_box h5 {
    margin-bottom: 0 !important;
}
a.file_download {
    color: #000;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
}
.banner_img {
    padding: 60px 40px;
    color: #fff;
    margin-bottom: 15px;
}
.banner_img h2 {
    margin-bottom: 0!important;
    font-size: 40px;
    line-height: 53px;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.banner_content p, .banner_content {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}
.meta_dta a {
    float: right;
    color: #000;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.cross_thumb {
    height: 115px;
    position: relative;
}
.cross_label {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.a_product_box {
    min-height: 470px;
    position: relative;
}
.a_product_box .a_product_tags {
    position: absolute;
    bottom: 20px;
}
.cross_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: underline !important;
    display: block;
    color: #000 !important;
}
.cross_tag {
    background: #eaeaea;
    display: inline-block;
    padding: 1px 10px;
    color: #727272;
    float: right;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 3px;
    margin-left: 3px;
}
.jobs_advice {
    text-align: right;
}
.jobs_advice span {
    margin-right: 20px;
   /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.block_18,.block_14 {
    padding: 15px 40px;
}
.a_product_tag {
    background: #eaeaea;
    display: inline-block;
    padding: 1px 10px;
    color: #727272;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_product_excerpt {
    margin-bottom: 10px;
}
.single_product_thumb.cover {
    height: 180px;
    position: relative;
    margin-top: 9px;
    background-position: top;
}
div#videoModal .modal-content {
    background: none;
    border: none;
}
.modal iframe {
    width: 100%;
    height: 500px;
}
div#videoModal .modal-dialog {
    max-width: 1000px;
}
.single_video{
  margin-top: 9px;
}
.single_product_thumb i {
    color: #fff;
    width: 100%;
    font-size: 45px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    justify-content: center;
}
.video_cover{
  cursor: pointer;
}
.video_inner{
  display: none;
}
.video_inner iframe {
    height: 290px;
    position: relative;
}
.row_sla{
  border: none !important;
}
.single_product_info {
    border: solid 1px #eaeaea;
    padding: 15px 30px 25px 30px !important;
}
.single_product_info select {
    border: none;
    padding: 0;
    margin-left: -1px;
}
.single_product_info a {
    color: #000;
    text-decoration: underline;
    padding: 7px 10px;
}
.single_product_info_p {
    padding: 7px 10px;
}
.single_product_info .row {
    border-bottom: solid 1px #eaeaea;
    height: 40px;
}
.single_product_info .row:last-child {
    border-bottom:0;
}
.row_btn .btn_blue {
    margin-right: -3px;
}
.row_btn .btn {
    width: 50%;
    display: inline-block;
    height: 34px;
}
.modal-open .modal {
    z-index: 99999;
}
.row_btn {
    margin-top: 11px;
}
.row_btn a {
    text-decoration: none;
}
.row_social a i {
    color: #666666;
    font-size: 15px;
}
.row_social {
    border-top: 0 !important;
    border: solid 1px #eaeaea;
    padding: 5px 0 3px 0;
    margin-top: 0;
    text-align: center;
}
.row_social a {
    margin: 0 30px;
    display: inline-block;
}
button#dropdown_location {
    background: none;
    color: #0853e3;
    padding: 0;
    border: none;
    width: 100%;
    text-align: left;
    padding: 7px 10px;
}
button#dropdown_location i {
    color: #0853e3;
    float: right;
    font-size: 15px;
    position: relative;
    top: 5px;
}
button#dropdown_location:before{
  display: none;
}
.single_product_info .dropdown .dropdown-menu a{
  color:#000 !important;
  text-decoration: none;
}
.single_product_info .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    max-height: 150px;
    overflow-y: scroll;
    margin-top: -2px;
}
.single_product_info .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.single_product_info .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #fff; 
}
.single_product_info .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #000; 
}
.single_product_info .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.selectdiv {
    position: relative;
}
select#range_selec {
    background: url(images/chevron_down_grey-square.svg) no-repeat 100% !important;
}
select#range_selec:focus {
    background: url(images/chevron_up_grey-square.svg) no-repeat 100% !important;
}
.selectdiv.diwhite select{
  background: url(images/arrow-white-down.png) no-repeat 97% !important;
}
.selectdiv select {
  background: url(images/arrow-black-down.png) no-repeat 97% !important;
}
select::-ms-expand {
  display: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
  appearance: none;
}
table.filter_attr .btn {
    height: 40px;
    line-height: 16px;
}
table.filter_attr select,table.filter_attr input {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    letter-spacing: 0.2px;
    color:#000 !important;
    border-color:#d8d5d5 !important;
    height: 39px !important;
}
/*.zipcode_filter .selectdiv {
    width: 140px;
    padding-right: 40px;
    right: 17px !important;
    border-left: 1px solid #d8d5d5 ;
}
.zipcode_filter .selectdiv:after{
  right: 17px !important;
}
select#range_selec{
  position: relative;
  background: linear-gradient(to right, white 65%, #e2e2e2 35%);
  background-size: 101% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;  
  width: 140px;
}*/
table.filter_attr input::placeholder{
  color:#7f7f7f !important;
}
.zipcode_filter input::placeholder {
    color: #000;
}
select{
  cursor: pointer;
}
.filter_attr td{
  padding-right: 10px;
}
.zipcode_filter select {
    border-left: 0;
}
.block_3_post_title {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    letter-spacing: 0.6px;
}
.block_19 h2 {
    color: #0853e3;
    margin-bottom: 5px !important;
}
.step_desc_col p {
    color: #0853e3;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin: 0;
}
p.step_titl {
    margin-top: 25px;
}
.step_desc_content, .step_desc_content p {
    color: #000;
    font-weight: 400;
}
.block_19_btns {
    margin: 50px 0;
}
.block_19 .block_content {
    max-width: 500px;
    margin: 0 auto 40px auto;
    line-height: 20px;
}
div#step_0 {
    border: 1px solid #0853e3;
    background: #fff;
    z-index: 99;
}
.step_desc {
    padding: 40px;
    position: relative;
}
.step_19 {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.step_desc img {
    position: relative;
    z-index: 99;
    max-width: 150px;
    object-fit: contain;
    height: 95px;
}
.step_line_dsc {
    height: 1px;
    background: #000;
    left: 0;
    top: 36%;
    position: absolute;
    width: calc(100% - 155px);
}
.empty_results{
  padding: 0 40px;
}
.a_product_label img,.cross_label img,.job_thumb_label img{
    width: 13px;
    margin-right: 6px;
}
.no_cut {
    background-size: contain;
}
.zipcode_filter {
    position: relative;
    top: 5px;
}
.job_related .comma_c{
  display: inline-block;
  padding-right: 2px;
}
.job_related .comma_c:last-child{
  display: none;
}
.mobile_topbar a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 0;
}
.container.search_page ul li:before {
    display: none;
}
.block_2_list ul li:before,
.block_11_list ul li:before {
    display: none;
}
.block_2_list ul,.block_11_list ul{
  list-style: disc;
  padding-left: 20px;
}
.block_2_list ul li, .block_2_list ul li div,.block_11_list ul li, .block_11_list ul li div, .block_11_list ul li a , .block_2_list ul li a {
    display: inline-block;
}
.container.search_page ul {
    list-style: disc;
    padding-left: 20px;
}
.e404_title{
  color: #0853e3;
  font-size: 40px;
 /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.e404_content a {
  color: #0853e3;
  text-decoration: underline;
}
.e404_content {
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 20px;
}
.block_20_thumb {
    height: 100%;
    min-height: 450px;
}
.block_20_yt p, .block_20_yt iframe {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: 450px;
}
.center_banner {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.banner_btns{
  margin-top: 15px;
}
.cb_center .banner_btns {
    text-align: center;
}
.block_flex .btn,.banner_btns .btn,.block_24_inner .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.block_24_inner, .block_25_inner {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 80px 15px;
}
.block_25 label,.block_26_form label {
    width: 100%;
    text-align: left;
}
.block_25_def label,.block_26_form label{
  color: #fff;
}
.block_25 label span, .block_26_form label span,.modal label span{
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    letter-spacing: 0.5px;
}
.block_25_def textarea, .block_25_def input,.block_26_form textarea, .block_26_form input {
    color: #fff !important;
}
.block_25 textarea, .block_25 input,.block_26_form textarea, .block_26_form input,.modal textarea, .modal input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    padding: 5px 0;
    margin-top: -10px;
    margin-bottom: 10px;
}
.block_25_def textarea::placeholder,.block_25_def input::placeholder,
.block_26_form textarea::placeholder,.block_26_form input::placeholder{
  opacity: 0.4983259;
  color: #ffffff;
  line-height: 17px;
}
.block_26_form textarea,.block_25_def textarea {
    height: 85px !important;
    margin-top: -4px !important;
}
.block_25.blue_light textarea::placeholder,.block_25.blue_light input::placeholder{
  opacity: 0.4983259;
  color: #000;
  line-height: 17px;
}
.block_25_inner button,.block_26_form button {
    float: left;
}
.block_25_inner .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,.block_26_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.modal .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #e22500;
    margin: 10px 0 0 0 !important;
    padding: 3px 10px;
    color: #e22500;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    background: #fff;
}
.block_25_inner  span.wpcf7-not-valid-tip,.block_26_form  span.wpcf7-not-valid-tip,.modal  span.wpcf7-not-valid-tip {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-top: -9px;
    color:#e22500;
}
.block_26 form {
    max-width: 530px;
}
.sticky_box {
    position: sticky;
    top: 159px;
}
.b_right:hover{
  background-position: left bottom;
  border: 1px solid #286cef;
  color: #fff !important;
}
.b_right:hover + .b_left{
  border: 1px solid #286cef;
  background-position: left bottom;
  color: #286cef !important;
}
.b_left:focus,.b_right:focus{
  color: #286cef !important;
  background:#fff !important;
}
.b_left {
    background: linear-gradient(to right, white 50%, #286cef 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #286cef;
    margin: 0;
    color: #fff !important;
    float: left;
    transition: all .18s ease-out;
}
.b_right{
  background: linear-gradient(to right, #286cef 50%, white 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  border: 1px solid #286cef;
  margin: 0;
  color: #286cef !important;
  float: right;
  transition: all .18s ease-out;
}
/*body.single-product {
    overflow-y: hidden;
}
body.single-product #scrollable_content{
  overflow-y: auto;
}*/
.block_4_overlay,.block_3_overlay {
    background: linear-gradient(45deg, #00000099, #00000000);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search_types {
    margin-bottom: 30px;
}
.search_thumb {
    height: 150px;
    margin-bottom: 15px;
}
.search_box h5 {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    margin-bottom: 3px !important;
}
.search_box {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 20px;
    min-height: 300px;
}
.search_box a{
  text-decoration: none;
  color: inherit;
}
a.btn.btn_blue_border.active{
      background: #0853e3 !important;
    color: #fff !important;
    border: 1px solid #0853e3 !important;
}
/*Footer*/
.footer_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #e22500;
    margin: 10px 0 0 0 !important;
    padding: 3px 10px;
    color: #e22500;
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    background: #fff;
}
.footer_form  span.wpcf7-not-valid-tip {
    /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
    color:#e22500;
}
.footer_form .btn {
    width: 100%;
}
.footer_form input {
    border: none;
    padding: 10.5px 20px;
}
footer {
    background: #031A4D;
    padding: 50px 0 15px 0;
    color: #fff;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer a{
    color: #fff !important;
    text-decoration: none;
}
footer .col p{
  margin-bottom: 0;
}
.footer_social {
    margin-top: 3px;
}
.footer_social a {
    width: 26px;
    height: 26px;
    border: solid 1px rgba(255,255,255,0.26);
    display: inline-block;
    text-align: center;
}
.footer_copyright p{
  margin-bottom: 0;
}
.footer_copyright {
    background: #031A4D;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px 0;
}
.footer_copyright a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
.footerbar_contact a strong {
    color: #e22500;
}
.footerbar_contact a i{
   color: #e22500;
   margin-right: 5px;
}
.footerbar_contact a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color:#000 !important;
    font-weight: 400;
    text-decoration: none;
}
.footerbar_contact a.font_bold{
  /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
}
.footerbar_contact,
.footerbar_contact_right{
  display: inline-block;
}
.footerbar {
    padding: 20px 0 15px 0;
    border-top: 1px solid #eeeeee;
}
.topbar_right a {
    border: none;
}
.topbar_right a:last-child {
    font-family: 'AkkuratBold', sans-serif !important;
    color: #e0e0e0;
}
/*CSS @media Rules*/
@media (min-width: 768px) and (max-width: 1200px){ 
  .knowledge_box, .a_product_box{
    width: 33.33%;
  }
}
@media (max-width: 576px) {  
}

@media (max-width: 768px) {
  body.search .container_marge:first-child,
  body.error404 .container_marge:first-child {
      height: 25px;
  }
  .footerbar_contact_right{
    display: none;
  }
  .footer_form input {
      width: calc(100% - 15px);
  }
  .footer_form .col-5 {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
  .footer_form .col-7 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .block_12 {
      padding: 0 25px;
  }
  .block_6_blue {
      padding: 25px 25px;
  }
  .author_box .col-3,.author_box .col-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .thumbnail_author {
      height: 150px;
      width: 150px;
      margin-bottom: 10px;
  }
  .relevant_box a i {
       float: none; 
      display: inline-block;
  }
  .single_post_content .btn {
      margin-bottom: 5px;
  }
  .calculator_title_2 {
      margin-top: 20px;
  }
  .single_product_info {
      line-height: 16px;
  }
  .single_product_info .row .col-6:last-child {
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }
  .single_product_info .row .col-6:first-child {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
  }
  .row_social a {
      margin: 0 15px;
  }
  .single_product_info {
      padding: 10px !important;
  }
  h2.single_product_title,h2.single_post_title {
    font-size: 30px;
    line-height: 35px;
}
  .block_3 input {
      width: calc(100% - 13px);
  } 
  .block_padding,.block_4_case_inner{
      padding: 25px;
  } 
  .block_3 .col-7 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .row_titles .col {
      flex: 100%;
  }
  a.vacature_link {
      float: none;
  }
  .block_8 h1, .block_8 h2, .block_8 h3, .block_8 h4, .block_8 h5, .block_8 h6 {
    font-size: 30px;
}
  .block_comment_box h2 {
      font-size: 30px;
      line-height: 31px;
  } 
  .calculator_finish, .finish_employee {
      font-size: 32px;
      line-height: 36px;
  }
  .cross_thumb{
    height: 200px
  }
  .block_18, .block_14 {
      padding: 15px;
  }
  table.filter_attr {
      width: 100%;
  }
  .filter_attr td {
      display: block;
      width: 100%;
      padding: 0 0 10px 0;
  }
  .knowledge_box, .a_product_box{
    width: 100% !important;
  }
  .knowledge_box{
    width: 100%;
  }
  .block_5_img {
      height: 250px;
  }
  .col_marge_767{
    margin-bottom: 30px;
  }
  .header_dynamic ul,
  .header_dynamic li,
  .header_dynamic{
    height: 300px;
  }
}
@media (min-width: 991px) {
  #calc_step_4{
      position: absolute;
      top:0;
  }
  .container.e404 {
      padding: 150px 0;
  }
  .title_height {
      display: block;
      height: 45px;
  }
  .col_line {
      background: #EAEAEA;
      height: 100%;
      width: 1px;
      position: absolute;
      left: 80%;
      top: 0;
  }
  .footerbar_contact a {
      margin-right: 10px;
  }
  .mobile_topbar{
    display: none;
  }
  .block_1_column {
      border-right: 1px solid #EAEAEA;
  }
  .copy_right{
    text-align: right;
  }
}
@media (max-width: 1600px) {
  .section_a{
    padding:0;
  }
  .topbar,.headerbar{
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .knowledge_box, .a_product_box{
    width: 50%;
  }
  .breadcrumbs_cst {
      margin-top: -20px !important;
  }
  #search_modal .modal-content {
      padding: 20px !important;
  }
  h2.block_6_title{
    margin-top: -20px;
  }
  .step_desc_col{
    margin-bottom: 50px;
  }
  .step_desc {
    padding: 20px 40px;
    position: relative;
}
  p.step_titl {
      margin-top: 15px;
  }
  #calc_step_4 {
      position: absolute;
      top: 300px;
  }
  .job_thumb_widget {
      height: 200px;
  }
  .cross_tag {
      float: none;
      margin-top: 5px;
      margin-left: 0;
      margin-right: 3px;
  }
  a.job_l {
      float: none;
      margin-top: -20px !important;
      display: block;
      margin-bottom: 10px;
  }
  .cross_title,a.job_title_widget {
      margin-top: 10px !important;
  }
  .input_p_r{
    padding: 0;
  }
  .headerbar_right form.search-form.hide_mob{
    display: none !important;
  }
  .step_line_dsc{
    display: none;
  }
  .section_a{
    padding: 0;
  }
  /*html {
      padding-top: 165px !important;
  }*/
  .headerbar {
      padding: 8px 15px;
  }
  .headerbar_right .btn {
      background: none !important;
      padding: 0;
      color: #0853e3 !important;
      border: none !important;
      /*  font-weight: 600;*/
    font-family: 'AkkuratBold', sans-serif !important;
      margin: 0;
      display: block;
      text-align: right;
  }
  .headerbar_right .btn:hover{
    background: none !important;
    color: #0853e3 !important;
    border: none !important;
  }
  .mob_btns {
      margin: 10px 0;
  }
  .col_marge_991{
    margin-bottom: 30px !important;
  }
  .section_a {
    margin-bottom: 30px;
    margin-top: 0;
}
  footer .col {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
  }
  a.footer_logo {
      display: block;
      margin-bottom: 15px;
  }
    .block_1 {
      padding: 40px 0 10px 0;
  }
   .block_1_column {
      padding: 0;
      margin-bottom: 35px;
  }
  .topbar{
    font-size: 11px;
  }
  .topbar_right{
    text-align: left;
  }
  .topbar a {
      border: none;
  }
  .desk_topbar{
    display: none;
  }
}
@media (min-width: 1200px) {  
  .block_5 .container{
    max-width: 1000px;
  }
  .margin_right{
    margin-right: -1px;
  }
  .container {
      max-width: 1440px;
  }
  .container_700{
     max-width: 700px;
  }
  .container_1760{
    max-width: 1760px;
  }
  .container_1612{
    max-width: 1612px;
  }
  ul#menu-hoofdmenu {
      margin-left: 20px;
  }
  a.nav-link {
      font-size: 13px !important;
/*      font-weight: 600 !important;*/
      padding: 5px 12px 21px 12px !important;
  }
  header #main-nav {
      position: relative;
      top: 12px;
  }
  .headerbar form.search-form {
      width: 280px !important;
  }
}
.block_left.left_mobile{
  display: none;
}
@media (max-width: 1300px) {
  .block_18 .col-lg-8, .block_18 .col-lg-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .block_18 .col-lg-8 {
      -ms-flex-order: 2;
      order: 2;
  }
  .jobs_advice{
    text-align: left;
    margin-bottom: 20px;
  } 
}
@media (max-width: 1200px) {
  .block_left.left_desk{
    display: none !important;
  }
  .block_left.left_mobile{
    display: block !important;
  }
  .block_flex {
      display: block;
  }
  .block_left, .block_right, .block_half,.block_one_third,.block_two_third {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1245px) { 
  html {
      padding-top: 104px !important;
  }
}
@media (max-width: 1432px) { 
  .step_line_dsc{
    width: calc(100% - 150px);
  }
}
@media (min-width: 1245px) and (max-width: 1500px) { 
  a.nav-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
  .breadcrumbs_cst {
      margin-top: 40px;
  }
  /*html {
      padding-top: 150px;
  }*/
  .headerbar form.search-form {
      right: 307.9px;
  }
  ul#menu-hoofdmenu{
    margin-left: -15px !important;
  }
  #header_middle{
    display: block;
  }
  #header_middle a {
      display: block;
      margin: 15px 0 5px 0;
  }
  #header_middle a img{
    max-width: 145px;
  }
  a.header_logo {
     /* display: none;*/
     margin-right: 15px;
  }
  .headerbar .col-lg-9 {
      -ms-flex: 0 0 70% !important;
      flex: 0 0 70% !important;
      max-width: 70% !important;
  }
  .headerbar .col-lg-3 {
      -ms-flex: 0 0 30% !important;
      flex: 0 0 30% !important;
      max-width: 30% !important;
  }
}
@media (max-width: 1245px) { 
  .topbar {
      padding-left: 60px !important;
  }
  .headerbar form.search-form {
      width: 272px;
  }
  .headerbar .col-lg-9{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .headerbar .col-lg-3 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 1211px) { 
  .footerbar_contact_right {
      float: right;
  }
}
@media (max-width: 1210px) { 
  .footerbar_contact_right {
      margin-top: 15px;
  }
}
@media (max-width: 1400px) { 
  .block_3_2{
    margin:0;
  }
  .block_3 .col-lg-6 {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
}
@media (max-width: 1500px) {
  .a_product_box{
    min-height: 490px;
  }
  .col_line {
      left: 87%;
  }
}
@media (max-width: 1245px) {
  .col_line {
      left: 95%;
  }
  .label_desk{
    display: none;
  }
  .label_mob {
      display: inline-block;
      position: relative;
      left: 0;
      bottom: 0;
      margin-bottom: 4px;
      margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .topbar a {
      font-size: 11px !important;
  }
}
iframe.__cb_theme_modern.__cb_plugin_chat,
iframe.__cb_theme_modern.__cb_plugin_goals,
iframe.__cb_theme_banner.__cb_plugin_chat,
iframe.__cb_theme_banner.__cb_plugin_goals {
width: 390px!important;
height: 450px!important;
}
iframe.__cb_theme_modern.__cb_plugin_chat.minimized,
iframe.__cb_theme_banner.__cb_plugin_chat.minimized {
bottom: -410px!important;
}
/*@media (min-width: 1550px) {
  .p_225{
    padding-left: 225px !important;
    padding-right: 225px !important;
  }
  .p_65{
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .p_110{
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .p_left_110{
      padding-left: 110px !important;
  }
  .p_right_110{
      padding-right: 110px !important;
  }
  .p_left_65 {
      padding-left: 65px !important;
  }
  .p_right_65 {
      padding-right: 65px !important;
  }
}*/