/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ol, ul {
    list-style: none;
}

.text ol{
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 1em;
}

.text ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1em;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong,
b,
.strong,
.bold {
    font-weight: 700;
}

button, input {
    outline: none !important;
}

button {
    cursor: pointer;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand,
input::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
}

.clear {
    clear: both;
}

img, video {
    height: auto;
    max-width: 100%;
    display: block;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.item {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.loading * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.container {
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

button {
    margin: 0;
    background: transparent;
    padding: 0;
    font: inherit;
}


/** COMMON **/
body, html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    color: #000000;
    line-height: 1.375em;

}

.container-1 {
    padding: 50px 0px;
}

.wrapper-1 {
    max-width: 1440px;
    padding: 0px 70px;
}

.wrapper-2 {
    max-width: 1240px;
    padding: 0px 70px;
}


/** SPACING **/
.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.m-35 {
    margin: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.m-55 {
    margin: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.m-65 {
    margin: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.m-75 {
    margin: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.m-85 {
    margin: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.m-95 {
    margin: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.p-105 {
    padding: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.m-105 {
    margin: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.p-115 {
    padding: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.m-115 {
    margin: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.p-125 {
    padding: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.m-125 {
    margin: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.p-130 {
    padding: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.m-130 {
    margin: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.p-135 {
    padding: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.m-135 {
    margin: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.p-140 {
    padding: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.m-140 {
    margin: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.p-145 {
    padding: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.m-145 {
    margin: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}


/** MAX WIDTH **/
.mw-0 {
    max-width: 0px;
}

.mw-25 {
    max-width: 25px;
}

.mw-50 {
    max-width: 50px;
}

.mw-75 {
    max-width: 75px;
}

.mw-100 {
    max-width: 100px;
}

.mw-125 {
    max-width: 125px;
}

.mw-150 {
    max-width: 150px;
}

.mw-175 {
    max-width: 175px;
}

.mw-200 {
    max-width: 200px;
}

.mw-225 {
    max-width: 225px;
}

.mw-250 {
    max-width: 250px;
}

.mw-275 {
    max-width: 275px;
}

.mw-300 {
    max-width: 300px;
}

.mw-325 {
    max-width: 325px;
}

.mw-350 {
    max-width: 350px;
}

.mw-375 {
    max-width: 375px;
}

.mw-400 {
    max-width: 400px;
}

.mw-425 {
    max-width: 425px;
}

.mw-450 {
    max-width: 450px;
}

.mw-475 {
    max-width: 475px;
}

.mw-500 {
    max-width: 500px;
}

.mw-525 {
    max-width: 525px;
}

.mw-550 {
    max-width: 550px;
}

.mw-575 {
    max-width: 575px;
}

.mw-600 {
    max-width: 600px;
}

.mw-625 {
    max-width: 625px;
}

.mw-650 {
    max-width: 650px;
}

.mw-675 {
    max-width: 675px;
}

.mw-700 {
    max-width: 700px;
}

.mw-725 {
    max-width: 725px;
}

.mw-750 {
    max-width: 750px;
}

.mw-775 {
    max-width: 775px;
}

.mw-800 {
    max-width: 800px;
}

.mw-825 {
    max-width: 825px;
}

.mw-850 {
    max-width: 850px;
}

.mw-875 {
    max-width: 875px;
}

.mw-900 {
    max-width: 900px;
}

.mw-925 {
    max-width: 925px;
}

.mw-950 {
    max-width: 950px;
}

.mw-975 {
    max-width: 975px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1025 {
    max-width: 1025px;
}

.mw-1050 {
    max-width: 1050px;
}

.mw-1075 {
    max-width: 1075px;
}

.mw-1100 {
    max-width: 1100px;
}

.mw-1125 {
    max-width: 1125px;
}

.mw-1150 {
    max-width: 1150px;
}

.mw-1175 {
    max-width: 1175px;
}

.mw-1200 {
    max-width: 1200px;
}

.mw-1225 {
    max-width: 1225px;
}

.mw-1250 {
    max-width: 1250px;
}

.mw-1275 {
    max-width: 1275px;
}

.mw-1300 {
    max-width: 1300px;
}

.mw-1325 {
    max-width: 1325px;
}

.mw-1350 {
    max-width: 1350px;
}

.mw-1375 {
    max-width: 1375px;
}

.mw-1400 {
    max-width: 1400px;
}

.mw-1425 {
    max-width: 1425px;
}

.mw-1450 {
    max-width: 1450px;
}

.mw-1475 {
    max-width: 1475px;
}

.mw-1500 {
    max-width: 1500px;
}

.mw-1525 {
    max-width: 1525px;
}

.mw-1550 {
    max-width: 1550px;
}

.mw-1575 {
    max-width: 1575px;
}

.mw-1600 {
    max-width: 1600px;
}

.mw-1625 {
    max-width: 1625px;
}

.mw-1650 {
    max-width: 1650px;
}

.mw-1675 {
    max-width: 1675px;
}

.mw-1700 {
    max-width: 1700px;
}

.mw-1725 {
    max-width: 1725px;
}

.mw-1750 {
    max-width: 1750px;
}

.mw-1775 {
    max-width: 1775px;
}

.mw-1800 {
    max-width: 1800px;
}

.mw-1825 {
    max-width: 1825px;
}

.mw-1850 {
    max-width: 1850px;
}

.mw-1875 {
    max-width: 1875px;
}

.mw-1900 {
    max-width: 1900px;
}

.mw-1925 {
    max-width: 1925px;
}

.mw-1950 {
    max-width: 1950px;
}

.mw-1975 {
    max-width: 1975px;
}

.mw-2000 {
    max-width: 2000px;
}

.mw-2025 {
    max-width: 2025px;
}

.mw-2050 {
    max-width: 2050px;
}

.mw-2075 {
    max-width: 2075px;
}

.mw-2100 {
    max-width: 2100px;
}

.mw-2125 {
    max-width: 2125px;
}

.mw-2150 {
    max-width: 2150px;
}

.mw-2175 {
    max-width: 2175px;
}

.mw-2200 {
    max-width: 2200px;
}

.mw-2225 {
    max-width: 2225px;
}

.mw-2250 {
    max-width: 2250px;
}

.mw-2275 {
    max-width: 2275px;
}

.mw-2300 {
    max-width: 2300px;
}

.mw-2325 {
    max-width: 2325px;
}

.mw-2350 {
    max-width: 2350px;
}

.mw-2375 {
    max-width: 2375px;
}

.mw-2400 {
    max-width: 2400px;
}

.mw-2425 {
    max-width: 2425px;
}

.mw-2450 {
    max-width: 2450px;
}

.mw-2475 {
    max-width: 2475px;
}

.mw-2500 {
    max-width: 2500px;
}

.mw-2525 {
    max-width: 2525px;
}

.mw-2550 {
    max-width: 2550px;
}

.mw-2575 {
    max-width: 2575px;
}

.mw-2600 {
    max-width: 2600px;
}

.mw-2625 {
    max-width: 2625px;
}

.mw-2650 {
    max-width: 2650px;
}

.mw-2675 {
    max-width: 2675px;
}

.mw-2700 {
    max-width: 2700px;
}

.mw-2725 {
    max-width: 2725px;
}

.mw-2750 {
    max-width: 2750px;
}

.mw-2775 {
    max-width: 2775px;
}

.mw-2800 {
    max-width: 2800px;
}

.mw-2825 {
    max-width: 2825px;
}

.mw-2850 {
    max-width: 2850px;
}

.mw-2875 {
    max-width: 2875px;
}

.mw-2900 {
    max-width: 2900px;
}

.mw-2925 {
    max-width: 2925px;
}

.mw-2950 {
    max-width: 2950px;
}

.mw-2975 {
    max-width: 2975px;
}

.mw-3000 {
    max-width: 3000px;
}


/** COLORS **/
/** Color: black-1 **/
.clr-black-1 {
    color: #000000 !important
}

.bg-black-1 {
    background-color: #000000 !important
}

.clr-media-black-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--audio .plyr__control:hover,
.clr-media-black-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-black-1 .plyr__control--overlaid:focus,
.clr-media-black-1 .plyr__control--overlaid:hover,
.clr-media-black-1 .plyr__control--overlaid,
.clr-media-black-1 .plyr--video .plyr__control:hover {
    background: #000000 !important;
}

.clr-media-black-1 .plyr--full-ui input[type=range] {
    color: #000000 !important;
}

/** Color: white-1 **/
.clr-white-1 {
    color: #FFFFFF !important
}

.bg-white-1 {
    background-color: #FFFFFF !important
}

.clr-media-white-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--audio .plyr__control:hover,
.clr-media-white-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-white-1 .plyr__control--overlaid:focus,
.clr-media-white-1 .plyr__control--overlaid:hover,
.clr-media-white-1 .plyr__control--overlaid,
.clr-media-white-1 .plyr--video .plyr__control:hover {
    background: #FFFFFF !important;
}

.clr-media-white-1 .plyr--full-ui input[type=range] {
    color: #FFFFFF !important;
}

/** Color: blue-1 **/
.clr-blue-1 {
    color: #2661A2 !important
}

.bg-blue-1 {
    background-color: #2661A2 !important
}

.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--audio .plyr__control:hover,
.clr-media-blue-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-blue-1 .plyr__control--overlaid:focus,
.clr-media-blue-1 .plyr__control--overlaid:hover,
.clr-media-blue-1 .plyr__control--overlaid,
.clr-media-blue-1 .plyr--video .plyr__control:hover {
    background: #2661A2 !important;
}

.clr-media-blue-1 .plyr--full-ui input[type=range] {
    color: #2661A2 !important;
}

/** Color: blue-2 **/
.clr-blue-2 {
    color: #0C86B6 !important
}

.bg-blue-2 {
    background-color: #0C86B6 !important
}

.clr-media-blue-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-blue-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-blue-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-blue-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-blue-2 .plyr--audio .plyr__control:hover,
.clr-media-blue-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-blue-2 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-blue-2 .plyr__control--overlaid:focus,
.clr-media-blue-2 .plyr__control--overlaid:hover,
.clr-media-blue-2 .plyr__control--overlaid,
.clr-media-blue-2 .plyr--video .plyr__control:hover {
    background: #0C86B6 !important;
}

.clr-media-blue-2 .plyr--full-ui input[type=range] {
    color: #0C86B6 !important;
}

/** Color: gray-1 **/
.clr-gray-1 {
    color: #F8F8F8 !important
}

.bg-gray-1 {
    background-color: #F8F8F8 !important
}

.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-1 .plyr--audio .plyr__control:hover,
.clr-media-gray-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-1 .plyr__control--overlaid:focus,
.clr-media-gray-1 .plyr__control--overlaid:hover,
.clr-media-gray-1 .plyr__control--overlaid,
.clr-media-gray-1 .plyr--video .plyr__control:hover {
    background: #F8F8F8 !important;
}

.clr-media-gray-1 .plyr--full-ui input[type=range] {
    color: #F8F8F8 !important;
}

/** Color: purple-1 **/
.clr-purple-1 {
    color: #942581 !important
}

.bg-purple-1 {
    background-color: #942581 !important
}

.clr-media-purple-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-purple-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-purple-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-purple-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-purple-1 .plyr--audio .plyr__control:hover,
.clr-media-purple-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-purple-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-purple-1 .plyr__control--overlaid:focus,
.clr-media-purple-1 .plyr__control--overlaid:hover,
.clr-media-purple-1 .plyr__control--overlaid,
.clr-media-purple-1 .plyr--video .plyr__control:hover {
    background: #942581 !important;
}

.clr-media-purple-1 .plyr--full-ui input[type=range] {
    color: #942581 !important;
}

.block,
.brick {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-in,
.background-overlay {
    height: 100%;
    width: 100%;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.columns,
.form-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    /*height: 1px;*/
}

.column,
.form-column {
    display: table-cell;
    vertical-align: top;
    /*height: 100%;*/
    position: relative;
}

.column-in,
.form-column-in {
    position: relative;
    /*height: 100%;*/
}

.visual {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-space {
    padding: 0px !important;
}

.no-space-top {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.no-space-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.item {
    display: block;
    float: left;
}

.es-slider-items .item {
    float: none;
}

.column {
    display: table-cell;
    vertical-align: top;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

.tt-uppercase {
    text-transform: uppercase;
}


.op-0 {
    opacity: 0
}

.op-5 {
    opacity: 0.05
}

.op-10 {
    opacity: 0.10
}

.op-15 {
    opacity: 0.15
}

.op-20 {
    opacity: 0.20
}

.op-25 {
    opacity: 0.25
}

.op-30 {
    opacity: 0.30
}

.op-35 {
    opacity: 0.35
}

.op-40 {
    opacity: 0.40
}

.op-45 {
    opacity: 0.45
}

.op-50 {
    opacity: 0.50
}

.op-55 {
    opacity: 0.55
}

.op-60 {
    opacity: 0.60
}

.op-65 {
    opacity: 0.65
}

.op-70 {
    opacity: 0.70
}

.op-75 {
    opacity: 0.75
}

.op-80 {
    opacity: 0.80
}

.op-85 {
    opacity: 0.85
}

.op-90 {
    opacity: 0.90
}

.op-95 {
    opacity: 0.95
}

.op-100 {
    opacity: 1
}


.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.component p {
    margin-bottom: 1em;
}

.component p:last-child {
    margin-bottom: 0px !important;
}


/** TRANSITIONS **/
.nav-toggle,
.nav-toggle-in-content::before,
.input-row,
.input-row label {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/** COMPONENTS **/
.title-1 {
    font-size: 2.5em;
    line-height: 1.375em;
}

.title-2 {
    font-size: 1.875em;
    line-height: 1.367em;
}

.title-3 {
    font-size: 1.250em;
    line-height: 1.350em;
}

.text-1 {
    font-size: 1em;
    line-height: 1.375em;
}

.text-2 {
    font-size: 1em;
    line-height: 1.875em;
}

.text-3 {
    font-size: 1.125em;
    line-height: 1.778em;
}

.button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.button-in {
    position: relative;
    padding: 13px 20px;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 25px;
    transition: all 220ms ease-in-out;
    font-weight: 600;
}

.button-in svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    position: relative;
    top: -1px;
}

.button.button-2 .button-in {
    border-color: #F0F0F0;
}

.button.button-1:hover .button-in {
    background-color: #FFF !important;
    color: #0C86B6 !important;
}

.button.button-2:hover .button-in {
    background-color: #F0F0F0 !important;
    color: #2661A2 !important;
}

.button.button-3:hover .button-in {
    background-color: #FFF !important;
    color: #2661A2 !important;
}

.button.button-3 .button-in path,
.button.button-1 .button-in path {
    transition: all 220ms ease-in-out;
}

.button.button-1:hover .button-in path {
    stroke: #0C86B6;
}

.button.button-3:hover .button-in path {
    stroke: #2661A2;
}

.search-in {
    position: relative;
}

.search-in input {
    display: block;
    width: 100%;
    margin: 0;
    background: transparent;
    font: inherit;
    border: none;
    outline: none;
    color: #2661A2;
    height: 50px;
    border-bottom: 2px solid #2661A2;
    padding-top: 10px;
}

.search-in label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 10px;
    color: #0C86B6;
}

.arrows-in {
    display: flex;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
}

.arrow svg {
    display: block;
}

.arrow:hover {
    background-color: #0c86b6 !important;
}

.label-in {
    padding: 9px 10px;
}

.social-logos {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 1px #2661A2 solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: space-between;
}

.play-1 {
    cursor: pointer;
}

.content-video:hover .play-in,
.play-1:hover .play-in {
    background-color: #0C86B6 !important;
}

.play-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;

    transition: background-color 250ms ease-in-out;
}

.pagination-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #EDEDED;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: border-color 250ms ease-in-out;
}

.pagination-item:hover {
    border-color: #2661A2;
}

.pagination-in .arrow {
    margin-bottom: 15px;
}

.pagination-in .arrow-left {
    margin-right: 30px;
}

.pagination-in .arrow-right {
    margin-left: 15px;
}

/** LOOPS **/
.loop-news-1 {
    margin: 0px -25px;
}

.item-news-1 {
    padding: 0 25px;
    width: 25%;
}

.item-news-1 {
    width: auto !important;
    float: none;
}

.item-news-1 a {
    display: block;
    width: 350px;
}

.item-news-1 .item-image {
    position: relative;
    padding-top: 57.14%;
}

.item-news-1 .label-1 {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
}

.item-news-1 .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 50px 30px 30px;
    border: 1px solid #EDEDED;
    border-top: none;
}

.item-news-1 .item-content .text-1 {
    margin-bottom: 10px;
}

.item-news-1 .item-content .title-3 {
    margin-bottom: 30px;
}

.loop-blog-1 {
    margin: 0px -25px;
}

.item-blog-1 {
    padding: 25px;
    width: 33.333%;
}

.item-blog-1 a {
    display: block;
}

.item-blog-1 .item-image {
    position: relative;
    padding-top: 57.14%;
}

.item-blog-1 .label-1 {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
}

.item-blog-1 .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 50px 30px 30px;
    border: 1px solid #EDEDED;
    border-top: none;
}

.item-blog-1 .item-content .text-1 {
    margin-bottom: 10px;
}

.item-blog-1 .item-content .title-3 {
    margin-bottom: 30px;
}

.item-logos-1 {
}

.item-logos-1 {
    padding: 0 50px;
}

.item-logos-1 .item-in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tickercontainer {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

ul.newsticker {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

ul.newsticker li {
    float: left;
    margin: 0 50px;
    padding: 0;
}

.item-events-1 {
}

.item-events-1 {
    float: none;
}

.item-events-1 .item-in {
    display: block;
    width: 350px;
    margin-left: 50px;
}

.item-events-1 .item-image {
    position: relative;
    padding-top: 57.14%;
}

.item-events-1 .label-1 {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
}

.item-events-1 .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 50px 30px 30px;
    border: 1px solid #EDEDED;
    border-top: none;
}

.item-events-1 .item-content .text-1 {
    margin-bottom: 10px;
}

.item-events-1 .item-content .title-3 {
    margin-bottom: 30px;
}

.label-with-date {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: -20px;
}

.label-with-date .label-1 {
    position: static;
    transform: none;
    text-align: center;
}

.item-date {
    position: relative;
    padding-top: 100%;
    min-width: 100px;
    line-height: 1;
}

.item-date-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.item-date span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}


/** PARTS **/


/** SECTIONS **/
/** SECTION: TOP **/

.header-out {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: #FFF;
}

.header-in {
    position: relative;
}

.header-in > .wrapper {
    position: static;
}

@media all and (min-width: 1024px) {
    .header-in > .wrapper {
        padding-right: 0;
    }
}

.header-inner {
    display: flex;
    /*align-items: center;*/
}

.header-left {
    width: 240px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 35px;
    padding-right: 30px;
}

.header-logo {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: -65px;
}


.header-logo img {
    width: 100%;
    height: auto;
    max-width: 275px;
}
.bg-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-nav {
    flex-grow: 1;
}

.header-right > .component {
    margin-left: 50px;
}

.header-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-align: right;
    justify-content: flex-end;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.header-buttons .component {
    margin-left: 20px;
}

.header-buttons .component:first-child {
    margin-left: 0;
}

.header-buttons a img {
    max-width: 20px;
    margin: 0 auto;
}

.header-buttons .button img ~ span {
    border-color: transparent transparent #2661A2 transparent !important;
}

.button-img .button.button-2:hover .button-in {
    background: #fff !important;
    color: #2661A2 !important;
}

.header-nav-in {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}

.nav-item {
    padding: 35px 5px;
}

.nav-item > a {
    display: block;
    transition: color 200ms ease-in-out;
}

.header-dropdown-column > a.active .title,
.nav-item > a:hover,
.nav-item > a.active {
    color: #0C86B6 !important;
}

.nav-item > a svg > g > g {
    transition: stroke 200ms ease-in-out;
}

.nav-item > a:hover svg > g > g {
    stroke: #0C86B6;
}

.header-lang-container {
    display: none;
}

.header-lang {
    display: flex;
    align-items: center;
}

.header-lang select {
    cursor: pointer;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 16px;
    color: #2661A2;
    margin: 0;
    padding: 0;
    outline: none;
    padding-right: 10px;
}

.header-nav .header-lang {
    position: absolute;
    justify-content: center;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #0C86B6;
    z-index: 2;
}

.header-nav .header-lang svg > g > g {
    stroke: #FFF;
}

.header-nav .header-lang select {
    color: #FFF;
}

.header-msg-in {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 23%;
}

.header-msg-close {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.header-msg-close svg {
    display: block;
}

.nav-toggle {
    cursor: pointer;
    margin: 0;
    overflow: visible;
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    color: #2661A2;
}

.nav-toggle-in {

}

.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #2661A2;
    /*position: absolute;*/
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    content: "";
    display: block;
    /*margin-top: 15px;*/
}

.nav-toggle-in-content::after {
    /*bottom: -9px;*/
    /*top: 16px;*/
    margin-top: 15px;
}

.nav-open .nav-toggle-in-content {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.nav-open .nav-toggle-in-content::after {
    transform: translate3d(0, -17px, 0) rotate(-90deg);
    top: 19px;
}

/** SECTION: BRICKS **/
.archive-selected {
    position: relative;
    padding-bottom: 100px;
}

.archive-selected > .overlay {
    width: auto;
    top: -9999px;
    left: 75px;
    right: 75px;
    bottom: 250px;
    height: auto;
}

.archive-selected .column-1 {
    width: 545px;
    padding-bottom: 80px;
}

.archive-selected .column-2 {
    padding-left: 100px;
}

.archive-selected .column-2 .column-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-selected-item .item-in {
    display: block;
    position: relative;
    padding-top: 100%;
}

.archive-selected .item-top .blog-selected-item {
    max-width: 500px;
    margin-left: auto;
}

.archive-selected .item-bottom {
    max-width: 400px;
    margin-top: 100px;
}

.item-top .blog-selected-item .item-in {
    padding-top: 70%;
}

.item-bottom .blog-selected-item .item-in {
    padding-top: 75%;
}

.item-bottom .blog-selected-item .title-2 {
    font-size: 20px;
}

.blog-selected-item .item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.blog-selected-item .overlay {
    background-image: linear-gradient(188deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.36) 75%, rgba(0, 0, 0, 0.65) 97%);
}

.blog-selected-item .item-content .title-2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

.blog-selected-item .item-content .label-1 {
    margin-bottom: 10px;
}

.blog-selected-item .item-content .label-in {
    display: inline-block;
}

.archive-top {
    position: relative;
}

.archive-top .overlay {
    width: auto;
    left: 0;
    right: -9999px;
}

.archive-top-in {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 170px;
    padding: 20px 0 20px 50px;
}

.archive-top-left {
    margin-right: 40px;
    flex-shrink: 0;
}

.archive-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.archive-top .filter-item {
    display: block;
    cursor: pointer;
    padding: 10px 25px;
}

.archive-top .filter-item.active {
    padding: 10px 15px;
}

.archive-top .filter-item.active .filter-item-in {
    background-color: #0c86b6;
    padding: 9px 10px;
}

.archive-bottom {
    margin-top: 75px;
}

.archive-pagination {
    margin-top: 25px;
    text-align: center;
}

.archive-pagination .pagination-1 {
    display: inline-block;
}

.archive-bottom .pagination-in {
    justify-content: center;
}

.label-in {
    margin-bottom: 0 !important;
}

.brick-blog-selected-1 .brick-top {
    margin-bottom: 50px;
}

.brick-blog-selected-1 .arrows-1 {
    margin-top: 50px;
}

.brick-blog-single-1 .column-1 .column-in,
.brick-blog-single-1 .column-2 .column-in {
    position: relative;
}

.brick-blog-single-1 .column-1 .column-in .visual {
    height: 600px;
}

.brick-blog-single-1 .column-1 {
    width: 850px;
}

.column-right-bottom {
    background-color: #0c86b6;
    vertical-align: bottom;
    padding: 50px 30px;
    width: 270px;
}

.blog-socials {
    margin-left: 50px;
    margin-bottom: 55px;
    max-width: 220px;
    /*margin-top: -60px;*/
    /*    de margin top eraf wanneer de overige socials eraf zijn */
}

.brick-blog-single-1 .column-2 .text-3 {
    margin-top: 110px;
    margin-left: 50px;
}

.brick-blog-single-1 .column-2 .author .text-3 {
    margin-top: 0;
    margin-left: 0;
}

.brick-blog-single-1 .column-2 .author {
    padding-left: 50px;
}

.brick-blog-single-1 .column-2 .author-in {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brick-blog-single-1 .column-2 .author-in .image {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

.brick-blog-single-1 .column-2 .author-in .image img {
    height: auto;
}

.brick-blog-single-1 ul li {
    position: relative;
    padding-left: 218px;
}

.brick-blog-single-1 ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0c86b6;
    position: absolute;
    left: 200px;
    top: 15px;

}

.blog-list-bottom {
    padding: 100px 0;

}

.blog-list-bottom .title {
    padding-left: 200px;
}

.blog-title {
    max-width: 850px;
}

.blog-list-bottom .visual {
    width: 1100px;
    height: 815px;
    z-index: -1;
    left: 162px;
    bottom: 0;
    top: auto;
}

.blog-data {
    margin-bottom: 80px;
}

.brick-contact-1 .column-1 {
    width: 500px;
}

.contact-info {
    padding: 70px;
}

.form-image-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: -80px;
    margin-top: 80px;
}

.contact-info .contact-logo,
.contact-info .bottom-left-text,
.contact-info-content {
    margin-bottom: 30px;
}

.contact-info .bottom-left-text {
    justify-content: flex-start;
}

.contact-info .bottom-left-text .weekdays {
    margin-right: 50px;
}

.brick-contact-1 .socials-1 {
    margin-top: 50px;
    padding-right: 50px;
}

.brick-contact-1 .socials-1 .logo-container {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.brick-contact-1 .socials-1 .logo-container a {
    margin-left: 33px;
    margin-bottom: 33px;
}

.shorten-content .component-group {
    max-width: 650px;
}

.contact-logo img {
    max-height: 50px;
}

.brick-contact-1 .column-2 .column-in {
    margin-top: 80px;
    padding: 55px 70px 70px;
}

.contact-safety {
    display: flex;
    align-items: center;
}

.contact-safety-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}

.content-in.no-padding {
    padding: 0 !important;
}

.content-in {
    position: relative;
    padding: 100px 80px 100px 100px;
}

.component.component-small {
    max-width: 650px;
}

.component.component-smaller {
    max-width: 600px;
}

.content-blocks .column-1 {
    padding-bottom: 55px;
}

.content-blocks .column-2 {
    width: 270px;
    vertical-align: bottom;
}

.content-blocks .column-2 .column-in {
    height: auto;
}

.content-video,
.content-slider {
    position: relative;
    margin-left: -200px;
}

.content-slider .arrows-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-slider .slide {
    padding-top: 70.59%;
}

.content-blocks-block {
    position: relative;
    padding-top: 100%;
}

.content-blocks-block-in {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-blocks-block-image .content-blocks-block-in {
    justify-content: center;
}

.content-blocks-block-text .content-blocks-block-in {
    padding: 30px;
}

.content-video .play-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.content-video .video {
    height: auto !important;
    padding-top: 70.59%;
}

.content-video .video.video-loaded {
    position: relative;
    z-index: 1;
    background: #000 !important;
}

.content-video .video.video-loaded > .plyr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.component-list-type-1 li {
    position: relative;
    padding-left: 40px;
}

.component-list-type-1 li::before {
    content: url("data:image/svg+xml,%3Csvg width='11px' height='7.875px' viewBox='0 0 11 7.875' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check' transform='translate(0.5 0.5)'%3E%3Cpath d='M10 0L3.125 6.875L0 3.75' id='Path' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3C/svg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #0c86b6;
    left: 0;
    top: 3px;
    position: absolute;
    line-height: 0;
}

.component-list-type-2 li {
    position: relative;
    padding-left: 18px;
}

.component-list-type-2 li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0c86b6;
    left: 0;
    top: 13px;
    position: absolute;
}

.animated-title {
    font-size: 150px;
    line-height: normal;
    white-space: nowrap;
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

@media screen and (max-width: 1380px) {
    .content-video, .content-slider {
        margin-left: -130px;
    }
}

.calendar-bottom {
    position: relative;
}

.calendar-bottom-out.add-offset {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.calendar-bottom-in {
    position: relative;
    padding: 50px 0;
}

.calendar-bottom-in .item:last-child {
    margin-right: 50px;
}

.calendar-bottom-in .arrow {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-bottom-in .arrow.arrow-left {
    display: none;
}

.brick-featured-half-1 .column-1 .column-in {
    height: auto;
    padding-top: 100%;
}

.featured-half-quote-name {
    margin-top: 20px;
}

.featured-half-quote {
    margin-left: -33.333%;
    padding: 25px 0 35px 50px;
}

.featured-half-content {
    padding: 30px;
}

.quote-icon {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 210px;
}

.slide {
    position: relative;
}

.brick-featured-1 {
    overflow: visible;
    margin-bottom: 80px;
}

.featured-content {
    max-width: 465px;
    min-height: 250px;
}

.featured-title {
    margin-bottom: 30px;
}

.featured-text {
    max-width: 300px;
}

.quick-search {
    margin-top: -80px;
    position: relative;
    bottom: -80px;
}

.quick-search-in {
    padding: 55px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 1120px;
    margin-left: auto;
}

.quick-search-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.quick-search-select select {
    border: 0;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
}

.quick-search-select select option{
    color: #000;
}

.quick-search-btn {
    flex-shrink: 0;
}

.quick-search-btn.disabled {
    cursor: not-allowed;
}

.quick-search-btn.disabled .button-3 {
    pointer-events: none;
}

.quick-search-btn .button-3 .button-in {
    border: none;
}

.brick-featured-1 .background-image::after {
    content: '';
    background-image: linear-gradient(250deg, rgba(238, 238, 238, 0.00) 20%, #2661A2 98%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brick-jobs-archive-1 .archive-top-left {
    margin-right: 200px;
}

.brick-jobs-archive-1 .calendar-top {
    margin-left: 75px;
}

.brick-jobs-archive-1 .columns .overlay {
    z-index: -1;
    top: 170px;
    left: 70px;
    right: -9999px;
}

.brick-jobs-archive-1 .column {
    display: block;
}

.brick-jobs-archive-1 .columns,
.brick-jobs-archive-1 .column-2 {
    display: block;
    margin-top: 50px;
}

.brick-jobs-archive-1 .column-in .text-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brick-jobs-archive-1 .column-in {
    display: flex;
    margin-left: 75px;
    align-items: center;
}

.job-text {
    padding: 0 0 0 30px;
}

.brick-jobs-archive-1 .column-in img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.brick-jobs-archive-1 .column-2 {
    padding-bottom: 50px;
}

.jobs-single-top {
    position: relative;
}

.jobs-single-top .column-1 {
    width: 500px;
}

.jobs-single-top .overlay {
    width: auto;
    right: -9999px;
    left: 145px;
    height: auto;
    top: -999px;
    bottom: -100px;
}

.jobs-single-bottom,
.content-block-in,
.jobs-single-top .columns {
    position: relative;
    z-index: 1;
}

.jobs-single-top .column-2 {
    padding-left: 70px;
}

.jobs-slider {
    position: relative;
}

.jobs-slider .arrows-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.jobs-slide {
    position: relative;
    padding-top: 100%;
}

.jobs-single-top .socials-1 {
    margin-bottom: 30px;
}

.jobs-single-top .logo-container {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jobs-single-top .logo-container a {
    display: block;
    margin: 0 20px 20px 0;
}

.content-block {
    position: relative;
    padding: 100px 0 100px 100px;
}

.content-block .overlay {
    width: auto;
    left: 0;
    right: -9999px;
}

.jobs-single-bottom {
    margin-top: 200px;
    /*max-width: 650px;*/
    margin-left: 200px;
}

.brick-kennisbank-archive-1 .column-1 {
    width: 340px;
}

.brick-kennisbank-archive-1 .column-1 .column-in {
    padding: 70px 60px 70px 60px;
}

.faq-top .component {
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.faq-container {
    height: 830px;
    padding-top: 70px;
    padding-left: 70px;
    overflow-x: hidden;
    overflow-y: auto;
}

.faq-filter {
    position: relative;
    z-index: 1;
}

.faq-filter-top {
    margin-bottom: 50px;
}

.faq-filter-item {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.faq-filter-item.active {
    font-weight: 500;
    padding-left: 36px;
}

.faq-filter-item::before {
    content: url("data:image/svg+xml,%3Csvg width='16.263428px' height='16.263428px' viewBox='0 0 16.263428 16.263428' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='arrow-up-right' transform='matrix(0.70710677 0.70710677 -0.70710677 0.70710677 8.131714 1.0605469)' filter='url(%23filter_1)'%3E%3Cpath d='M-3.05176e-05 10L9.99997 0' id='Path' fill='none' fill-rule='evenodd' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M-3.05176e-05 0L9.99997 0L9.99997 10' id='Path' fill='none' fill-rule='evenodd' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 13px;
    display: none;
}

.faq-filter-item.active::before {
    display: block;
}

.faq-filter-bottom {
    margin-top: 50px;
}

.faq-top {
    display: flex;
    align-items: center;
    min-height: 170px;
    position: relative;
    padding: 30px 0 30px 45px;
    margin-left: 75px;
}

.faq-top .overlay {
    width: auto;
    left: 0;
    right: -9999px;
}

.faq-item {
    background: #F8F8F8;
    margin-bottom: 50px;
}

.faq-item-top .text-1 {
    transition: color 200ms ease-in-out;
}

.opened .faq-item-top {
    background: #0c86b6;
}

.opened .faq-item-top .text-1 {
    color: #FFF !important;
}


.faq-item-top {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 10px 30px;
    cursor: pointer;
    user-select: none;
    transition: background 200ms ease-in-out;
}

.faq-item-bottom {
    display: none;
    padding: 20px 30px;
}

.faq-item-top > .component {
    flex-grow: 1;
    margin-right: 30px;
}

.faq-item-icon {
    flex-shrink: 0;
}

.faq-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.faq-item-icon span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #0c86b6;
    transition: all 200ms ease-in-out;
}

.faq-item-icon span:last-child {
    height: 16px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.opened .faq-item-icon span {
    background: #FFF;
}

.opened .faq-item-icon span:last-child {
    left: 30px;
}

.faq-empty {
    display: none;
}

.faq-item .highlight {
    background: #2661A2;
    color: #FFF;
}

.map {
    height: 720px;
}

.locations-top {
    margin-left: 75px;
}

.locations-bottom .column-1 {
    width: 500px;
}

.location-item {
    display: none;
}

.location-item.active {
    display: block;
}

.location-cover {
    margin-left: -70px;
}

.location-cover-in {
    position: relative;
    padding-top: 33.33%;
}

.location-content {
    padding: 70px 30px 30px 0;
}

.location-content .overlay {
    z-index: -1;
    width: auto;
    right: 0;
    left: -70px;
}

.location-content-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location-content-left {
    margin-right: 30px;
    padding-bottom: 40px;
}

.brick-locations-1 .column-1 .column-in {
    height: auto;
}

.location-content .text-1 {
    line-height: 1.350em;
}

.brick-services-single-1 .services-top-image,
.brick-services-single-1 .column-1 .visual {
    z-index: -1;
}

.brick-services-single-1 .column-1 .column-in {
    padding: 30px;
}

.brick-services-single-1 .text-in {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.brick-services-single-1 .text-in .text {
    max-width: 270px;
}

.services-single-bottom-text {
    margin: 0 100px;
}

.services-socials {
    display: flex;
    align-items: center;
    max-width: 410px;
    justify-content: space-between;
    padding-top: 160px;
}

.brick-services-single-1 .column-2 .column-in {
    padding-left: 30px;
}

.services-socials .logo-container {
    width: 220px;
}

.services-single-visual {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: -1;
}

.brick-services-single-1 .columns {
    margin-top: -125px;
    margin-bottom: 100px;
}

.services-socials .social-logos.whatsapp,
.services-socials .social-logos.send-mail,
.services-socials .social-logos.get-link {
    border: none;
    background-color: #2661A2;
}

.text-in-button {
    margin-left: 15px;
    margin-top: 20px;
}

.services-socials-in {
    padding-right: 10px;
}

.brick-team-selected-1 .column-1 {
    width: 305px;
}

.brick-team-selected-1 .column-2 .visual {
    z-index: -1;
}

.brick-team-selected-1 .job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brick-team-selected-1 .job-title a {
    margin-right: 30px;
}

.brick-team-selected-1 .column-2 {
    padding-top: 70px;
}

.brick-team-selected-1 .column-2 .column-in {
    padding: 50px;
}

.brick-testimonials-1 .column-1 {
    width: 350px;
    height: 350px;
    padding-bottom: 80px;
}

.slider-container-testimonials {
    padding: 75px 50px;
}

.brick-testimonials-1 .column-2 {
    padding-top: 80px;
}

.brick-testimonials-1 .column-2 .visual {
    z-index: -1;
}

.brick-testimonials-1 .column-1 .visual {
    opacity: 0;
    transition: opacity 350ms ease-in-out;
}

.brick-testimonials-1 .column-1 .visual.active {
    opacity: 1;
}

.slider-text-in {
    margin-bottom: 20px;
}

.brick-cta-1 .columns .column-2 {
    padding-top: 80px;
}

.brick-cta-1 .columns .column-in {
    /*max-height: 350px;*/
    height: auto;
    padding: 69px;
}

.brick-cta-1 .columns .column-1 {
    padding-bottom: 70px;
}


.services-selected-right {
    padding: 30px 50px 30px 30px;
    margin-bottom: 70px;
    height: auto;
}

.services-top .column-in {
    position: static;
}

.services-top .column-2 {
    width: 404px;
}

.services-top .column-1 {
    padding-top: 100px;
}

.services-top .column-1 .column-in {
    margin-left: -70px;
}

.brick-services-selected-1 .overlay {
    z-index: -1;
}

.services-bottom-left .column-1 {
    width: 400px;
}

.services-bottom-left .column-1 .column-in {
    padding: 80px 20px 50px 50px;
}

.services-bottom-left .column-2 .column-in {
    padding-left: 80px;
    height: 830px;
    overflow-x: hidden;
    overflow-y: auto;
}

.column-1-sticky {
    position: sticky;
    top: 180px;
}

.column-1-sticky ul li {
    position: relative;
    cursor: pointer;
}

.column-1-sticky ul li.active {
    margin-left: 40px;
}

.column-1-sticky ul li.active::before {
    content: url("data:image/svg+xml,%3Csvg width='16.263428px' height='16.263428px' viewBox='0 0 16.263428 16.263428' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='arrow-up-right' transform='matrix(0.70710677 0.70710677 -0.70710677 0.70710677 8.131714 1.0605469)' filter='url(%23filter_1)'%3E%3Cpath d='M-3.05176e-05 10L9.99997 0' id='Path' fill='none' fill-rule='evenodd' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M-3.05176e-05 0L9.99997 0L9.99997 10' id='Path' fill='none' fill-rule='evenodd' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3C/svg%3E");
    left: -40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.brick-services-selected-1 {
    overflow: visible;
}

body, html {
    overflow-x: visible;
}

.service-section {
    padding-top: 70px;
}

.service-section > .component:last-child {
    margin-bottom: 0 !important;
}

/** SECTION: BOTTOM **/
.brick-footer-1 .column-1 {
    width: 310px;
    vertical-align: bottom;
}

.brick-footer-1 .column-1 .column-in {
    padding: 70px 69px 70px 0;
    /*height: auto;*/
}

.brick-footer-1 .overlay {
    z-index: -1;
}

.brick-footer-1 .column-1 .overlay {
    width: auto;
    left: -9999px;
}

.brick-footer-1 .column-2 .overlay {
    width: auto;
    right: -9999px;
}

.bottom-left-logos img {
    max-height: 50px;
}

.bottom-left-logos,
.bottom-left-text {
    display: flex;
    justify-content: space-between;
}

.brick-footer-1 .column-2 {
    padding-top: 70px;
    vertical-align: middle;
}

.bottom-vhm-logo {
    margin-bottom: 30px;
}

.bottom-vhm-logo img {
    max-height: 40px;
}

.brick-footer-1 .column-2 .column-in {
    /*display: flex;*/
    padding: 70px 0 70px 70px;
    /*height: auto;*/
}

.brick-footer-1 .footer-bottom .column-2 {
    padding-top: 0;
}

.brick-footer-1 .footer-bottom .column-2 .column-in {
    display: flex;
    height: auto;
    padding-left: 15px;
    justify-content: flex-end;
}

.footer-columns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-column {
    margin-right: 70px;
    margin-bottom: 30px;
}

.footer-column:first-child {
    margin-right: 80px;
}

.footer-bottom-row-in-right a:last-of-type,
.footer-column:last-of-type {
    margin-right: 0;
}

.footer-column-title {
    margin-bottom: 20px;
}

.footer-bottom-rows {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-bottom-row:first-child {
    flex-shrink: 0;
    margin-right: 30px;
}

.footer-bottom-row-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.footer-bottom-row-in-left,
.footer-bottom-row-in-right {
    margin-bottom: 20px;
}

.footer-bottom-row-in-left {
    margin-right: 80px;
}

.footer-bottom-row-in-left a[href^="tel"] {
    font-size: 1.334em;
}

.footer-bottom-row-in-right .logo-container {
    margin-bottom: -33px;
}

.footer-bottom-row-in-right a {
    margin-right: 33px;
    margin-bottom: 33px;
}

.footer-nav a {
    display: block;
    margin-bottom: 10px;
}

.footer-nav a:last-of-type {
    margin-bottom: 0;
}

.list-right-side,
.list-left-side {
    padding-right: 15px;
}

.bottom-links {
    display: flex;
    padding: 25px 0;
    /*justify-content: space-between;*/
}

.bottom-links-first {
    margin-right: 95px;
}

.bottom-link-second {
    margin-right: 67px;
}

.bottom-link-third {
    margin-right: 100px;
}

.bottom-link-fourth {
    margin-right: 50px;
}

.brick-footer-1 .footer-bottom .column-1 {
    vertical-align: middle;
    width: 40%;
}

.brick-footer-1 .footer-bottom .column-in {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-right: 30px;
    align-items: center;
}

.footer-top .contact-right-side {
    justify-self: flex-end;
}

.footer-bottom .contact-right-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.footer-bottom .contact-right-side > .component {
    margin: 0 50px 10px 0 !important;
}

.footer-bottom .contact-right-side > .component:last-child {
    margin-right: 0 !important;
}

.footer-bottom .column-1 .text {
    white-space: nowrap;
}

.contact-right-side .social-logos.send-mail,
.contact-right-side .social-logos.whatsapp,
.contact-right-side .social-logos.get-link {
    display: none;
}

@media screen and (max-width: 1360px) {
    .brick-footer-1 .column-2 .column-in {
        padding: 50px 0 50px 40px;
    }

    .footer-bottom .column-1 .text {
        white-space: normal;
    }
}

.brick-contact-1 .column-2 {
    padding-right: 80px;
}

.contact-safety-right {
    margin-right: 75px;
}

.gform_wrapper .gfield_required {
    color: #0C86B6 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #0c86b6 !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_radio {
    margin-top: 15px;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice {
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice:last-child {
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice input {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    float: left;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice label {
    color: #2661A2;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::after {
    content: '';
    position: absolute;
    border-radius: 100%;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
    width: 21px;
    height: 21px;
    border: 2px solid #2661A2;
    left: 0;
    top: 0;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice label::after {
    width: 13px;
    height: 13px;
    background: #0c86b6;
    top: 6px;
    left: 6px;
    opacity: 0;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked ~ label::after {
    opacity: 1;
}

textarea {
    outline: none !important;
}

.gform_wrapper.gravity-theme * {
    border: none;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 0 !important;
    background: transparent;
}

.gform_confirmation_message {
    font-weight: 600;
    font-size: 20px;
    color: #2661A2;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.large {
    border: none !important;
    border-bottom: 2px solid #2661A2 !important;
    background-color: #F8F8F8;
    color: #2661A2;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    font-family: inherit;
}

.gform_wrapper.gravity-theme .gfield input.large::placeholder,
.gform_wrapper.gravity-theme .gfield select.large::placeholder,
.gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
    color: #2661A2;
}

footer .column-2 ul a:hover {
    color: #0c86b6;
}

.socials-1 .logo-container a:hover {
    background-color: #2661A2;
    border: none;
    transition: 200ms ease-in-out;
}

.socials-1 .logo-container a:hover svg > g > g {
    fill: #FFF;
}


.nav-item > a {
    display: flex;
    align-items: center;
    font-weight: 500;
    border-radius: 30px;
    padding: 15px 20px;
    transition: ease-in-out 200ms background-color;
}

.nav-item:hover > a,
.nav-item.sub-desktop-open > a {
    background-color: #F8F8F8;
}

.nav-item > a svg {
    display: block;
    margin-left: 10px;
    transition: ease-in-out 200ms transform;
}

.nav-item:hover > a svg,
.nav-item.sub-desktop-open > a svg {
    transform: rotate(180deg);
}

.nav-item:hover .dropdown-overlay,
.nav-item:hover .header-dropdown {
    display: block;
}

.dropdown-overlay {
    display: none;
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.has-header-msg .dropdown-overlay {
    top: 180px;
}


.header-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 1;
    overflow-y: scroll;
    background: #F8F8F8;
}

.header-dropdown-out {
    background: #F8F8F8;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 400px;
}

.header-dropdown-in {
    display: flex;
    padding: 0;
}

.header-dropdown-column {
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-dropdown-column.column-featured {
    padding-right: 70px;
    width: 580px;
    flex-shrink: 0;
}

.header-dropdown-column.column-featured-small {
    flex: 1;
}

.header-dropdown-column.column-featured-small .dropdown-link {
    padding-right: 70px;
}

.header-dropdown-column.column-quick-links {
    width: 250px;
    max-width: 250px;
    flex-shrink: 0;
}

.menu-item-featured {
    display: flex;
    gap: 30px;
}

.menu-item-featured .f-left {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    position: relative;
}

.menu-item-featured .f-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.menu-item-featured .f-text {
    margin-bottom: 30px;
}

.dropdown-link {
    margin-bottom: 30px;
}

.dropdown-link:last-child {
    margin-bottom: 0;
}

.dropdown-link a {
    position: relative;
    display: block;
}

.dropdown-link-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -46px;
    width: 46px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out background-color 200ms;
}

.dropdown-link a:hover .dropdown-link-arrow {
    background-color: #fff;
}

.dropdown-link a .dropdown-link-title {
    transition: color 200ms ease-in-out;
}

.dropdown-link a:hover .dropdown-link-title {
    color: #0c86b6 !important;
}

.dropdown-link-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.35em;
}

.sub-sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #F8F8F8;
    z-index: 1;
    width: 250px;
    height: 100%;
}

.sub-sub-menu:hover,
.dropdown-link.has-subsub:hover .sub-sub-menu {
    display: block;
}

.quick-link-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.dropdown-link-title img {
    margin-right: 10px;
    flex-shrink: 0;
    height: 20px;
}

.quick-link {
    margin-bottom: 10px;
    line-height: 22px;
    display: block;
    transition: ease-in-out color 200ms;
}

.quick-link:last-child {
    margin-bottom: 0;
}

.quick-link:hover {
    color: #2661A2 !important;
}

.header-dropdown-content {
    flex-grow: 1;
    margin-right: 0;
    padding: 0;
}

.header-dropdown-content-in {
    max-width: 270px;
    margin-left: auto;
    padding: 30px;
}

.socials-2 .logo-container .social-logos {
    background-color: #2661A2;
    border: none;
}

.socials-2 .logo-container .social-logos:hover {
    background-color: #FFFFFF;
    border: #2661A2 1px solid;
    transition: 200ms ease-in-out;
}

.socials-2 .logo-container .social-logos:hover svg > g > g {
    stroke: #2661A2;
}

.socials-2 .logo-container .social-logos.whatsapp:hover svg > g > g {
    stroke: none;
    fill: #2661A2;
}

.copy-message {
    position: absolute;
    display: none;
    pointer-events: none;
    white-space: nowrap;
    line-height: normal;
    text-decoration: none;
    margin-top: 10px;
    left: 110px;
    background: #2661A2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.copy-message.visible {
    display: block;
}

.component p a {
    text-decoration: underline;
}

footer .component p a {
    text-decoration: none;
}

span.page-numbers {
    border-color: #0C86B6;
    color: #0C86B6;
    font-weight: 500;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #EDEDED;
    color: #2661A2;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: border-color 250ms ease-in-out;
}

.nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -15px;
    justify-content: center;
}

.nav-links a {
    text-decoration: none;
    color: inherit;
}

.nav-links a:hover {
    border-color: #2661A2;
}

.nav-links .next {
    margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
    background-color: #2661A2 !important;
}

.nav-links .prev {
    margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
    background-color: #2661A2 !important;
}

.nav-toggle-in-content {
    position: relative;
    margin-bottom: 10px;
}

.nav-open .nav-toggle-in-content {
    position: relative;
    left: -5px;
}

html {
    margin-top: 0 !important;
}

#wpadminbar {
    opacity: 0.4;
}

.loop-blog-2 {
    margin: 0 -15px;
}

.item-blog-2 {
    width: 25%;
    padding: 25px 15px;
}

.item-blog-2 .item-in {
    display: block;
}

.item-blog-2 .item-in:hover .item-title .title {
    text-decoration: underline;
}

.item-blog-2 .item-image {
    position: relative;
    padding-top: 66.23%;
    margin-bottom: 30px;
}

.item-blog-2 .item-date {
    padding: 0;
    min-width: 0;
    line-height: normal;
    margin-bottom: 10px;
}

.item-blog-2 .item-title {
    margin-bottom: 20px;
}

.brick-services-single-1 .column-1 {
    width: 600px;
}

.gform_wrapper .gform_validation_errors {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #c02b0a;
    border-radius: 0;
}

.gform_wrapper .gform_validation_errors > h2 {
    display: flex;
    align-items: center;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
    position: static;
    flex-shrink: 0;
    margin-right: 5px;
}

.header-nav-scroll-cta {
    display: none;
}

.back-to-sub,
.back-to-menu {
    display: none;
}

.arrow.hide-arrow-events {
    display: none !important;
}

/*Vacancy overview*/
.section-vacancy-archive-heading {
    padding: 50px 0;
}

.section-vacancy-archive-heading .container, .section-vacancy-archive-loop .container {
    max-width: 1300px;
    margin: 0 auto;
    width: 95%;
}

.section-vacancy-archive-heading .container > img {
    max-height: 400px;
    object-fit: cover;
}

.section-vacancy-archive-heading .container .content {
    background-color: #0C86B6;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: 70px;
    margin-top: -8em;
}

.section-vacancy-archive-heading .container .content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .75em;
}

.section-vacancy-archive-loop {
    padding: 50px 0;
}

.section-vacancy-archive-loop .container .vacancies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
}

.section-vacancy-archive-loop .vacancy {
    padding: 30px;
    background: #F8F8F8;
    position: relative;
    padding-bottom: 100px;
    transition: background .3s ease-in-out;
}

.section-vacancy-archive-loop .vacancy:hover {
    background: #0C86B6;
}

.section-vacancy-archive-loop .vacancy h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: .75em;
    color: #2661A2;
    transition: color .3s ease-in-out;
}

.section-vacancy-archive-loop .vacancy:hover h2 {
    color: #fff;
}

.section-vacancy-archive-loop .overlay-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-vacancy-archive-loop .vacancy .content {
    font-size: 16px;
    line-height: 1.875;
    color: #2661A2;
    overflow: hidden;
    transition: color .3s ease-in-out;
}

.section-vacancy-archive-loop .vacancy:hover .content {
    color: white;
}

.section-vacancy-archive-loop .vacancy .meta {
    padding: 2em 0 1em;
    color: #2661A2;
    transition: color .3s ease-in-out;
}

.section-vacancy-archive-loop .vacancy:hover .meta {
    color: white;
}

.section-vacancy-archive-loop .vacancy .meta .icon-map-marker {
    font-size: 20px;
    width: 18px;
    margin-left: -2px;
}

.section-vacancy-archive-loop .vacancy .meta > li {
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    gap: .75em;
}

.section-vacancy-archive-loop .vacancy a.btn {
    border: 1px solid #2661A2;
    display: block;
    width: fit-content;
    position: absolute;
    color: #2661A2;
    transition: color .3s ease-in-out;
    margin-top: .5em;
    padding: 1em 2em;
    bottom: 30px;
    left: 30px;
}

.section-vacancy-archive-loop .vacancy:hover a.btn {
    color: white;
    border-color: white;
}

.section-vacancy-archive-loop .vacancy a.btn:before {
    content: '';
    width: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: background .3s ease-in-out;
    height: 10px;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #2661A2 50%, #2661A2 100%);
}

.section-vacancy-archive-loop .vacancy:hover a.btn:before {
    background: linear-gradient(135deg, transparent 0%, transparent 50%, white 50%, white 100%);
}

.brick-jobs-single-1 main {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
}

.gform_wrapper .fileupload-text {
    cursor: pointer;
    padding: .75em 1.5em;
    color: #2661A2;
    width: fit-content;
    margin-top: .5em;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
}

.gform_wrapper .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper .ginput_container_fileupload input {
    display: none;
}

.brick-jobs-single-1 main .left img {
    object-fit: cover;
    max-height: 500px;
}

.brick-jobs-single-1 main .left {
    max-width: 500px;
}

.brick-jobs-single-1 main .right {
    flex: 1;
    padding: 14px 0;
}

.brick-jobs-single-1 main .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5em 1.5em;
    color: #2661A2;
}

.brick-jobs-single-1 main .meta li {
    display: flex;
    align-items: center;
    gap: .5em;
}

.brick-jobs-single-1 main .meta .icon-map-marker {
    font-size: 20px;
    width: 18px;
    margin-left: -2px;
}

.brick-jobs-single-1 main h1 {
    color: #0C86B6;
    margin-top: 55px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.brick-jobs-single-1 main .content {
    color: #2661A2;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.875;
}

.brick-jobs-single-1 main a.btn {
    border: 1px solid #2661A2;
    display: block;
    width: fit-content;
    position: relative;
    color: #2661A2;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    margin-top: .5em;
    padding: 1em 2em;
}

.brick-jobs-single-1 main a.btn:hover {
    color: white;
    background-color: #2661A2;
}

.brick-jobs-single-1 main a.btn:before {
    content: '';
    width: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: background .3s ease-in-out;
    height: 10px;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #2661A2 50%, #2661A2 100%);
}

.brick-jobs-single-1 main a.btn:hover:before {
    background: linear-gradient(135deg, transparent 0%, transparent 50%, white 50%, white 100%);
}

.brick-jobs-single-1 .jobs-single-bottom {
    margin-top: 100px;
}

@media (min-width: 768px) {
    .brick-jobs-single-1 ~ .brick-contact-1 .contact-info-content .text {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.4;
    }
}

.brick-jobs-single-1 ~ .brick-contact-1 .contact-logo {
    margin-bottom: 0;
}

.brick-jobs-single-1 ~ .brick-contact-1 .socials-1 {
    display: none;
}

.brick-jobs-single-1 ~ .brick-contact-1 .socials {
    display: block !important;
}

.brick-jobs-single-1 ~ .brick-contact-1 .socials .logo-container {
    display: flex;
    margin-top: 50px;
    margin-right: 50px;
    justify-content: flex-end;
    gap: 20px;
}

.brick-jobs-single-1 ~ .brick-contact-1 .button-in {
    border: 1px solid #2661A2;
    display: block;
    width: fit-content;
    position: relative;
    color: #2661A2;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    padding: 1em 2em;
    border-radius: 0;
}

.brick-jobs-single-1 ~ .brick-contact-1 .bz_submit:hover .button-in {
    color: white !important;
    background-color: #2661A2 !important;
}

.brick-jobs-single-1 ~ .brick-contact-1 .button-in:before {
    content: '';
    width: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: background .3s ease-in-out;
    height: 10px;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #2661A2 50%, #2661A2 100%);
}

.brick-jobs-single-1 ~ .brick-contact-1 .bz_submit:hover .button-in:before {
    background: linear-gradient(135deg, transparent 0%, transparent 50%, white 50%, white 100%);
}

.brick-jobs-single-1 ~ .brick-contact-1 textarea {
    background: transparent;
    padding: .5em 0;
    border-bottom: 2px solid #2661A2 !important;
    color: #2661A2;
    line-height: 1.875;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.cookie-popup-bottom-right {
    width: auto;
    display: inline-block;
}

.accept-cookies {
    display: inline-block;
    vertical-align: middle;
}

/*
Search overlay
*/

.search-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    cursor: pointer;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 220ms ease-in-out;
}

@media all and (max-width: 767px){
    .search-icon.desktop {
        display: none;
    }

    .search-icon.mobile{
        position: absolute;
        top: 30px;
        right: 30px;
        background-color: #FFFFFF;
        border: none;
    }
}

@media all and (min-width: 768px){
    .search-icon.mobile {
        display: none;
    }
}

.search-icon:hover {
    background-color: #F0F0F0;
}

.search-icon svg {
    width: 15px;
    fill: #2661A2;
}

.close-search {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
}

.close-search svg {
    width: 15px;
    fill: #FFFFFF;
}

.search-overlay {
    background-color: #0C86B6;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#search-container form {
    display: flex;
    padding: 0;
}

#search-container form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    margin: 0;
    min-width: 30vw;
    font-size: 20px;
    font-weight: 500;
}

@media all and (max-width: 981px){
    #search-container form input {
        min-width: 50vw;
    }
}

#search-container form input::placeholder {
    color: #FFFFFF;
}

#search-container form button {
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    cursor: pointer;
    margin-top: -15px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 220ms ease-in-out;
}

#search-container form button:hover {
    background-color: #F0F0F0;
}

#search-container form button svg {
    width: 15px;
    fill: #2661A2;
}


#search-container form {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

#section-search-results {
    padding: 60px 0;
}

#section-search-results ul.tabs {
    border-bottom: 2px solid #0C86B6;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    list-style: none;

    width: 100%;
    margin: 3em 0;
}

#section-search-results ul.tabs li {
    color: #0C86B6;
    cursor: pointer;
    display: inline-block;
    flex-basis: 100px;
    flex-grow: 1;
    font-weight: 500;
    margin: 0;
    position: relative;
    max-width: 50%;
}

#section-search-results ul.tabs li > span, #section-search-results ul.tabs li > span a {
    display: block;
    margin: 0;
    text-align: center;
    padding: .5em 0;
}

@media all and (max-width: 767px) {
    #section-search-results ul.tabs li {
        font-size: 15px;
    }
}

#section-search-results .tab_last {
    border-right: 1px solid #333;
}

#section-search-results ul.tabs li.active {
    background-color: #0C86B6;
    border-radius: 3px 3px 0 0;
    color: #fff;

}

#section-search-results .tab_container {
    border-top: none;
    width: 100%;
}

#section-search-results .tab_content {
    display: none;
}

#section-search-results .tab_drawer_heading {
    display: none;
}

#section-search-results .search-item {
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}