@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --page-max-width: 1200px;
    --btn-backgroundcolor: #3FCADB;
    --btn-color: #fff;
    --head-color: #fff;
}

* {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    /*  background: linear-gradient(#1D1A2F85 5%, #1D1A2F 115%); */
    background-repeat: no-repeat;
    min-height: 100vh;
    font-size: 14pt;
}

.mtitle {
    display: none;
}

.btn {
    padding: 10px 20px;
    text-align: center;
    background-color: #ffb84a;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
}

#head {
    background-color: rgba(0, 0, 0, 0.5);
}


#head_logo {
    background: transparent url('../images/logo.png') center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 50px;
    margin: 10px;
}

.menu_drop_content {
    background-color: #2A3550;
}

.jcms_alwayshamburger #head_menu {
    background-color: #2A3550;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    z-index: 31;
    padding-top: 20px;
    width: fit-content;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border-radius: 5px 0 0 5px;
    overflow-x: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.head_menu_item:hover {
    background-color: #607D8B66;
    border-radius: 5px;
}

.dummy:hover {
    background-color: transparent !important;
}

.head_menu_item {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    /* width: 100%; */
    font-size: 1em;
    color: #ADB9D8;
    padding: 10px 20px;
    margin-left: 20px;
    width: 100%;
}

.menumain {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
}

.ctabtn {
    font-weight: bold;
    font-size: 1.5em;
}

.jcms_practiindex_top h1 {
    color: #ddd;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.jcms_practiindex_top h1 span {
    font-weight: bold;
}


.jcms_practiindex2 .camel {
    line-height: 1.3 !important;
}

.indexrow .jcms_row_page {
    width: 20%;
    min-width: 300px;
    max-width: 100%;
    position: relative;
    z-index: 20;
    color: #fff;
}

.indexrow .jcms_ttxtbimg_top {
    min-height: 190px;
    margin: 0 auto -40px auto;
    position: relative;
    z-index: 10;
    max-width: 80%;
    color: #fff;
    text-align: center;
}

.indexrow .jcms_ttxtbimg_top h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0 0;
}

.indexrow .jcms_ttxtbimg_top h1::after {
    content: '•';
    display: block;
    font-size: 2em;
    line-height: .5em;
    margin: 0;
}

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

.indexrow .jcms_ttxtbimg_bottom img {
    max-width: 100%;
}

.indexrow_1 .jcms_ttxtbimg_top {
    background-color: #FFB84A;
}

.indexrow_2 .jcms_ttxtbimg_top {
    background-color: #2DA478;
}

.indexrow_3 .jcms_ttxtbimg_top {
    background-color: #FF3C2E;
}

.indexrow_4 .jcms_ttxtbimg_top {
    background-color: #2481C6;
}



.indexrow .jcms_ttxtbimg_top {
    min-height: 190px;
    margin: 0 auto -40px auto;
    position: relative;
    z-index: 10;
    max-width: 80%;
    color: #fff;
    text-align: center;
}

.indexrow .jcms_infobox_top h1 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0 0;
}

.indexrow .jcms_infobox_top h1::after {
    content: '•';
    display: block;
    font-size: 2em;
    line-height: .5em;
    margin: 0;
    text-align: center;
}

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


.indexrow .jcms_txtrimg_cta {
    max-width: 80%;
    margin: -80px auto 100px auto;
    z-index: 10;
    position: relative;
    background-color: #fff;
    font-size: 1.1em;
}

.indexrow_1 .jcms_txtrimg_cta {
    color: #FFB84A;
}

.indexrow_2 .jcms_txtrimg_cta {
    color: #2DA478;
}

.indexrow_3 .jcms_txtrimg_cta {
    color: #FF3C2E;
}

.indexrow_4 .jcms_txtrimg_cta {
    color: #2481C6;
}

.indexrow_1 {}

.indexrow_2 {}

.indexrow_3 {}

.indexrow_4 {}

/* #foot_menu {
    color: #fff;
    margin-top: 50px;
    display: block;
}
 */
#foot_menu a:hover,
#foot_menu a:active,
#foot_menu a:visited,
#foot_menu a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hamburger {
    filter: invert(0);
}

.jcms_imghead {
    height: 400px;
    max-height: 30vh;
}

.jcms_imghead h1 {
    color: #fff;
    font-weight: bold;
    font-size: 4em;
}

.head_about {
    background-image: url('../images/head_about.png');
    border-bottom: #FFB84A 20px solid;
}

.jcms_title {
    /* color: #fff; */
    text-align: center;
    width: 50%;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.2;

}

.jcms_block_title {
    font-size: 1.2em;
    width: 50%;
    margin: auto;
}

.jcms_left_title {
    text-align: left;
}

/* .jcms_text {
   
    padding-bottom: 50px;
} */

.history {
    width: 100%;
    max-width: 600px;
    border: 0;
    border-collapse: collapse;
    margin: auto;
    border-bottom: 1px solid #fff;
}

.history th {
    border-bottom: 1px solid #fff;
    padding: 5px;
    text-align: center;
}

.history td {
    padding: 5px;
    text-align: center;
}

.jcms_contact {
    background-color: #1b2d55;
    color: #fff;
}

.jcms_contact_fields {
    width: 100%;
}

/*
unleash
*/

body.unleash {
    background: #fff;
    --page-max-width: 1136px;
    color: #000;
}

.unleash .jcms_title {
    color: #000;
    font-weight: bold;
    max-width: var(--page-max-width);
    margin: 40px auto;
    padding: 0 10px;
}

.unleash .u_head h1 {
    font-size: 25pt;
    color: #fff;
}

.unleash .jcms_title img {
    max-height: 20vh;
}

.unleash .loctitle {
    font-weight: normal;
    font-size: 1.5em;
}

.unleash .loctitle span {
    color: #ff0000;
    font-weight: bold;
}

.unleash .h2title {
    position: relative;
}

.unleash .h2title span {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.unleash .h2title span:nth-child(1) {
    background-color: #FF3C2E;
    z-index: 1;
    margin-left: 15px;
    padding: 10px;
}

.unleash .h2title span:nth-child(2) {
    background-color: #4e5677;
    margin: -10px 15px 0 0;
    padding: 0 0 20px 10px;
    z-index: 2;
}

.unleash .h2text {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.unleash .u_ns .jcms_text {
    text-align: center;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

.gtxt {
    color: #000;
}

.u_bluebg {
    background-color: #2481C6;
    color: #fff;
    padding: 30px 20px;
}

.unleash .jcms_txtrimg_lead {
    min-width: 300px;
}

.unleash .rimgltxtbg {
    max-width: 100%;
    width: 100%;
    background-color: #d3e6f4;
}

.devrow .jcms_text {
    padding: 0;
}

.devrow .jcms_row_page:nth-child(1) video {
    max-width: 100%;
    width: 480px;
    height: 646px;
}

.devrow .jcms_row_page:nth-child(2) {
    min-width: 300px;
    width: calc(100% - 450px);
    margin-left: -30px;
    z-index: 5;
    padding-top: 20px;
}

.unleash .rimgltxt .jcms_ltxtrimg_right {
    text-align: right;
}

.unleash .rimgltxt .jcms_ltxtrimg_right img {
    max-width: 100%;
}

.unleash .rimgltxt .rimgltxtt,
.unleash .rimgltxt .rimgltxtb {
    padding: 30px 30px;
}

.unleash .rimgltxt .rimgltxtt {
    background-color: #2DA478;
    margin-left: 15px;
    color: #fff;
}

.unleash .rimgltxt .rimgltxtt ul {
    list-style-image: url('../images/chkwht.png');
}

.unleash .rimgltxt .rimgltxtt ul li {
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.unleash .rimgltxt .rimgltxtb {
    background-color: #FFB84A;
    margin: -20px 15px 0 0;
    color: #000;
}

.unleash .rimgltxt .rimgltxtb ul {
    list-style-image: url('../images/chkblk.png');
}

.unleash .rimgltxt .rimgltxtb ul li {
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.unleash .rimgltxt .rimgltxtb>span {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 500px;
}

.unleash .fw {
    width: 100%;
}

.unleash .meettheteam {
    margin: 10px auto 10px auto;
}

.unleash .meettheteam2 {
    margin: 10px auto 10px auto;
    color: #000;
    text-align: center;
}

.u_head {
    background-image: url('../images/u_head.png');
    background-position: center bottom;
    margin-top: -80px;
    height: 500px;
    max-height: 40vh;
}

.rimgltxt .jcms_ltxtrimg_left {
    order: 2;
}

.rimgltxt .jcms_ltxtrimg_right {
    order: 1
}

.unleash .uindexrow {
    align-items: stretch;
    margin-top: 40px;
    justify-content: space-between;
}

.unleash .uindexrow .jcms_row_page {
    width: 32%;
    min-width: 300px;
}

.u_indexrow_1,
.u_indexrow_2,
.u_indexrow_3 {
    padding: 15px;
    border-radius: 3px;
    height: 100%;
    font-size: 12pt;
}

.u_indexrow_1 h2,
.u_indexrow_2 h2,
.u_indexrow_3 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}

.u_indexrow_1 ul,
.u_indexrow_2 ul,
.u_indexrow_3 ul {
    padding-left: 15px;
}

.u_indexrow_1 {
    background-color: #3FCADB;
}

.u_indexrow_2 {
    background-color: #2481C6;
}

.u_indexrow_3 {
    background-color: #FF3C2E;
}

.unleash h1.u_title2 {
    font-size: 2em;
    padding: 20px 100px;
    line-height: 1.1em;
}

.unleash h1.u_title2 span:nth-child(1) {
    font-weight: bold;
    color: #2481C6;
}

.unleash h1.u_title2 span:nth-child(2) {
    font-weight: bold;
    color: #FF3C2E;
}

.unleash .bt {
    color: #000;
}

.unleash .obj {
    width: 100%;
    max-width: 100%;
    color: #fff;
    background: #40becd url('../images/objbg.png') center center no-repeat;
    background-size: cover;
    padding: 60px 0 150px 0;
}

.unleash .obj h1 {
    color: #fff;
}

.unleash .jcms_text b {
    font-weight: bold;
}

.u_staff {
    background: #2481C614;
    max-width: 100vw;
    width: 100%;
    padding: 40px 10px;
    justify-content: center;
}

.u_staff .jcms_row_page {
    margin: 20px;
}

.u_staff .jcms_ttxtbimg_top {
    order: 2;
    text-align: center;
}

.u_staff .jcms_ttxtbimg_top h1 {
    font-size: 1em;
    font-weight: bold;
}

.u_staff .jcms_ttxtbimg_bottom {
    text-align: center;
    order: 1;
}

.u_index_v {
    max-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_wrapper iframe video {
    height: auto;
    width: 100%;
}

/* 
.linkedin:active,
.linkedin:hover,
.linkedin:visited,
.linkedin {
    margin: auto;
    display: block;
    text-decoration: none;
    background: transparent url('../images/in.png') center center no-repeat;
    width: 56px;
    height: 56px;
} */

.unleash .resvid {
    margin-top: -150px;
    margin-bottom: 80px;
}

.unleash .resvid video {
    max-width: 100%;
}



.unleash .rescta:active,
.unleash .rescta:hover,
.unleash .rescta:visited,
.unleash .rescta {
    background-color: #2DA478;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    display: block;
    border-radius: 500px;
    width: fit-content;
    margin: 40px auto 80px auto;
    text-decoration: none;
    font-weight: bold;
}

.unleash .startxt {
    font-size: .6em;
    color: #000;
    line-height: 1em;

}

.unleash .jcms_contact h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 40px auto;
    padding: 0 10px;
}

.rightd,
.leftd,
.centered {
    transition: all 1s ease-in allow-discrete;
}

.rightd,
.leftd {
    opacity: 0 !important;
}


@media screen and (max-width: 1300px) {
    .u_staff img {
        max-width: 200px;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 11pt;
    }

    .unleash .uindexrow .jcms_row_page {
        width: 100%;
    }

    .u_staff img {
        max-width: 150px;
    }

    .jcms_alwayshamburger #head_menu {
        position: fixed;
        flex-direction: column;
        justify-content: flex-start;
    }

    .head_menu_item {
        font-size: 1em;
    }

}

@media screen and (max-width: 750px) {

    .jcms_practiindex2 {
        display: none;
    }

    .mtitle {
        display: flex;
        padding: 50px 0;
        justify-content: center;
    }

    #head_logo {
        width: 170px;
    }

    .unleash .rimgltxt .rimgltxtt,
    .unleash .rimgltxt .rimgltxtb {
        width: 100%;
        margin: 0;
    }

    .unleash .devrow .jcms_row_page {
        width: 100%;
    }

    .unleash .devrow .rimgltxt {
        width: 100%;
    }

    .devrow .jcms_row_page:nth-child(2) {
        margin-left: 0;
    }

    .jcms_block_title {
        width: 100%;
        padding: 0 20px;
    }

}

@media screen and (max-width: 600px) {
    body {
        font-size: 11pt;
    }

    .unleash .rimgltxt .jcms_ltxtrimg_right {
        text-align: center;
    }

    .unleash .jcms_title {
        font-size: 1.5em;
    }

    .u_head {
        height: fit-content;
        max-height: 50vh;
    }

    .unleash .u_head h1 {
        font-size: 17pt;
    }

    .unleash #head {
        display: none;
    }

    .unleash .rimgltxt .jcms_ltxtrimg_left {
        order: 2;
    }

    .unleash .rimgltxt .jcms_ltxtrimg_left {
        order: 1;
    }

    .unleash h1.u_title2 {
        font-size: 1.6em;
        padding: 20px 20px;
    }

    .jcms_contact_row_txt {
        justify-content: flex-start;
    }

    .indexrow .jcms_infobox_top h1 {
        font-size: 1.3em;
    }
}