/*****     HEADER CSS START     *****/

.dx-lr-header-wrapper {
    background: #000;
    height: 120px;
    width: 100%;
}

.dx-lr-header-wrapper-inner{
    min-width: 370px;
}

.dx-lr-header {
    background-color: #000;
    position: relative;
    width: 100%;
    z-index: 3;
}

.dx-lr-header__logo {
    display: block;
    float: left;
    height:60px;
    margin: 20px 0 0 0;
    text-decoration: none;
}

.dx-lr-header ul {
    background-color: #000;
    margin: 90px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.dx-lr-header li a {
    color: #fff;
    display: block;
    font-family:"proxima-nova";
    font-size:18px;
    padding: 0 20px;
    text-decoration: none;
}

.dx-lr-header__link--active {
    color: #f3b702;
}

.dx-lr-header__menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.dx-lr-header__menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top:45px;
    padding: 15px 30px 0 0;
    position: relative;
    user-select: none;
}

.dx-lr-header__navicon {
    background: #ffbf00;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 50px;
}

.dx-lr-header__navicon:before,
.dx-lr-header__navicon:after {
    background: #ffbf00;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.dx-lr-header__navicon:before {
    top: 20px;
}

.dx-lr-header__navicon:after {
    top: -20px;
}

.dx-lr-header__menu-btn {
    display: none;
}

.dx-lr-header__menu-btn:checked ~ .dx-lr-header__menu {
    max-height: 340px;
}

.dx-lr-header__menu-btn:checked ~ .dx-lr-header__navicon {
    background: transparent;
}

.dx-lr-header__menu-btn:checked ~ .dx-lr-header__navicon:before {
    transform: rotate(-45deg);
}

.dx-lr-header__menu-btn:checked ~ .dx-lr-header__navicon:after {
    transform: rotate(45deg);
}

.dx-lr-header__menu-btn:checked ~ .dx-lr-header__menu-icon:not(.steps) .dx-lr-header__navicon:before,
.dx-lr-header__menu-btn:checked ~ .dx-lr-header__menu-icon:not(.steps) .dx-lr-header__navicon:after {
    top: 0;
}

/* Responsive Mobile & Tablet */

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

    .dx-lr-header__logo {
        margin: 15px 0 0 15px;
    }

    .dx-lr-header ul {
        padding-top: 60px;
    }

    .dx-lr-header li a {
        font-size:20px;
        font-weight:700;
        color:#fff;
        padding: 15px;
        text-align:right;
    }
}

/* Responsive Desktop */
@media only screen and (min-width: 1024px) {

    .dx-lr-header-wrapper {
        height: 160px;
    }
    
    .dx-lr-header-wrapper-inner{
        max-width: 1024px;
        margin:0 auto;
    }

    .dx-lr-header__logo {
        height:80px;
    }

    .dx-lr-header li {
        float: left;
    }

    .dx-lr-header__menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .dx-lr-header__menu-icon {
        display: none;
    }
}
/*****     HEADER CSS FINISH     *****/

/*****     CORE PILLARS HERO CSS START     *****/
.dx-lr-core-pillars-hero-wrapper {
    position: relative;
    min-width:400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vw;
    min-height:400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dx-lr-core-pillars-hero-wrapper-inner{
    min-width: 400px;
    width: 100%;
}

.dx-lr-core-pillars-hero {
    width: 100%;
}

.dx-lr-core-pillars-hero__title {
    color:#fff;
    font-family:"proxima-nova";
    font-size: 60px;
    font-weight:700;
    line-height: 60px;
    margin: 0 0 20px 0;
    padding: 20px 0 120px 20px;
}

.dx-lr-core-pillars-hero__summary {
    background: #febf00;
    color: #171104;
    font-family: "proxima-nova";
    font-size: 20px;
    padding: 20px;
    position:absolute;
    bottom:0;
    left:0;
    width: calc(100% - 40px);
}

/* Responsive Tablet */
@media only screen and (min-width: 768px) {
    .dx-lr-core-pillars-hero-wrapper {
        height: 60vw;
    }
}

/* Responsive Desktop */
@media only screen and (min-width: 1024px) {
    .dx-lr-core-pillars-hero-wrapper {
        background-size: 100%;
        height: 40vw;
        align-items: center;
        justify-content: center;
    }
    
    .dx-lr-core-pillars-hero-wrapper-inner {
        max-width: 1024px;
        margin: 0 auto;
    }
    
    .dx-lr-core-pillars-hero__title {
        padding: 0;
        font-size: 80px;
        line-height: 80px;
    }

    .dx-lr-core-pillars-hero__summary {
        width: 40%;
        position:relative;
    }

}
/*****     CORE PILLARS HERO CSS FINISH     *****/

/*****     CORE PILLARS COL 3 CSS START     *****/
.dx-lr-core-pillars-col-3-wrapper {
    background:#1a212a;
    width:100%;
    overflow:hidden;
}

.dx-lr-core-pillars-col-3-wrapper-inner {
    width:100%;
}

.dx-lr-core-pillars-col-3 {
    position:relative;
    padding:40px 0;
}

.dx-lr-core-pillars-col-3__title {
    color:#fff;
    font-family:"proxima-nova";
    font-weight:400;
    font-size:50px;
    margin:0;
    text-align:center;
}

.dx-lr-core-pillars-col-3__list {
    display: grid;
    grid-template-columns: 100%;
}

.dx-lr-core-pillars-col-3__list-item {
    position:relative;
    padding:20px;
}

.dx-lr-core-pillars-col-3__list-item-image {
    width:100%;
}

.dx-lr-core-pillars-col-3__list-item-title {
    color:#fff;
    font-family:"proxima-nova";
    font-size:20px;
    margin:10px 0;
}

.dx-lr-core-pillars-col-3__list-item-summary {
    color:#fff;
    font-family:"proxima-nova";
    font-size:16px;
    margin-bottom:20px;
}

.dx-lr-core-pillars-col-3__list-item-cta-container {
    text-align:center;
}

.dx-lr-core-pillars-col-3__list-item-cta {
    background:#febf00;
    color:#000;
    display:inline-block;
    font-family:"proxima-nova";
    font-size:16px;
    border:1px solid #000;
    border-radius:0;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
}

.dx-lr-core-pillars-col-3__list-item-cta::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}


/* Responsive Desktop */
@media only screen and (min-width: 1024px) {
    .dx-lr-core-pillars-col-3-wrapper-inner {
        max-width: 1024px;
        margin:0 auto;
        padding:0;
    }

    .dx-lr-core-pillars-col-3__list {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        column-gap:5%;
    }

    .dx-lr-core-pillars-col-3__list-item-cta-container {
        text-align:left;
    }
}
/*****     CORE PILLARS COL 3 CSS FINISH     *****/

/*****     CLIENTS CSS START     *****/

    .dx-lr-clients-wrapper {
        background: #19212a;
        width: 100%;
    }

    .dx-lr-clients-wrapper-inner{
        min-width: 400px;
        padding: 40px 0;
        text-align:center;
    }

    .dx-lr-clients {
        width: 100%;
    }

    .dx-lr-clients__title {
        color:#ffbf00;
        font-family:"proxima-nova";
        font-size:26px; 
    }

    .dx-lr-clients__list  {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        max-height: 100vh;
    }

    .dx-lr-clients__list-item {
        background: #fff;
        margin:15px;
        width: 132px;
        height:132px;
    }

    .dx-lr-clients__logo {
        height:100%;
        width:100%;
        text-align:center;
        max-height:100%;
        max-width:100%;
    }

    /* Responsive Desktop */
    @media only screen and (min-width: 1024px) {
        .dx-lr-clients-wrapper-inner {
            max-width: 1024px;
            margin:0 auto;
        }
    }

/*****     CLIENTS CSS FINISH     *****/

/*****     FOOTER CSS START     *****/

.dx-lr-contact-wrapper {
    background: #f3f4f4;
    width: 100%;
    padding:20px 0;
}

.dx-lr-contact-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.dx-lr-contact__logo {
    display: block;
    height:40px;
    margin: 20px 0 0 20px;
}

.dx-lr-contact__office-list::after {
    content: '';
    display: block;
    clear: both;
}

.dx-lr-contact__office-list-item {
    color: #8b8f93;
    font-family:"proxima-nova";
    font-size:16px;
    float:left;
    padding:0 20px;
}

.dx-lr-contact__office-list-item-address-line {
    display:block;
}

.dx-lr-contact__office-list-item-telephone {
    display:block;
    margin-top:10px;
}

.dx-lr-contact__office-list-item-email {
    display:block;
}

.dx-lr-contact__social-media-list {
    margin: 20px 0 0 20px;
}
a.dx-lr-contact__social-media-list-item {
    padding: 0px 0px 0px 10px;
}
.dx-lr-footer-wrapper {
    background: #19212a;
    width: 100%;
}

.dx-lr-contact-wrapper-inner,
.dx-lr-footer-wrapper-inner {
    overflow:hidden;
}

.dx-lr-footer {
    width: 100%;
}

.dx-lr-footer__menu {
    clear: none;
    float: left;
    max-height: none;
}

.dx-lr-footer ul {
    background-color: #19212a;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.dx-lr-footer li {
    float: left;
}

.dx-lr-footer li a {
    color: #fff;
    display: block;
    font-family:"proxima-nova";
    font-size: 16px;
    padding: 0 20px;
    text-decoration: none;
}

.dx-lr-footer__copyright {
    color: #fff;
    display: inline-block;
    font-family:"proxima-nova";
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align:center;
    width:100%;
}

/* Responsive Mobile & Tablet */

@media only screen and (max-width: 1024px){

}

/* Responsive Desktop */
@media only screen and (min-width: 1024px) {

    .dx-lr-contact-wrapper-inner,
    .dx-lr-footer-wrapper-inner {
        max-width: 1024px;
        margin:0 auto;
    }

    .dx-lr-contact__logo-container {
        width:20%;
        float:left;
    }

    .dx-lr-contact__office-list{
        width:60%;
        float:left;
    }

    .dx-lr-contact__social-media-list {
        float:right;
    }

    .dx-lr-contact__social-media-list {
        display:inline-block;
        margin:150px 0 0 0;
    }

    .dx-lr-footer__copyright {
        float:right;
        width:auto;
        margin:10px 0;
    }

}

/*****     FOOTER CSS FINISH     *****/

body {
        padding:0;
        margin:0;
    }/*****     SITE CSS START     *****/

body {
    padding: 0;
    margin: 0;
}

@import url("https://p.typekit.net/p.css?s=1&k=fvw2unc&ht=tk&f=139.140.175.176.143.144.147.148.156.157.161.162&a=1359600&app=typekit&e=css");

@font-face {
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display:auto;font-style:italic;font-weight:400;
}
/*****     SITE CSS FINISH     *****/