/*****     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     *****/

/*****     CONTACT US STRAPLINE CSS START     *****/
.dx-lr-contact-us-wrapper {
    background:#f3f4f4;
    width:100%;
    overflow:hidden;
}

.dx-lr-contact-us-wrapper-inner {
    width:100%;
}

.dx-lr-contact-us {
    position:relative;
}

.dx-lr-contact-us__title {
    color:#000;
    display:block;
    font-family:"proxima-nova";
    font-weight:700;
    font-size:50px;
    line-height:60px;
    padding:24px 24px 0 24px;
    margin:0;
}

.dx-lr-contact-us__form {
    color:#000;
    font-family:"proxima-nova";
    font-size:24px;
    padding:20px;
}

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

    .dx-lr-contact-us__title {
        font-weight:700;
        font-size:70px;
        line-height:80px;
    }

}
/*****     CONTACT US STRAPLINE 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     *****/


/*Page id:553 CSS*/
@media only screen and (min-width: 1024px) {
    .dx-lr-contact-us__form {
        width:50%;
    }
}

.de-widget-legend {
    border:0 !important;
    background-color:#f3f4f4 !important;
}

.de-widget-label {
    color:#000;
    font-family:"proxima-nova";
    font-weight:300 !important;
    font-size:16px;
    line-height:16px;
    padding: 6px 0;
}

#de-widget-optin-check {
    margin: 0 10px 0 0;
}

#de-download-button{
    background-color:#f3b700;
    border:0;
    border-radius:0;
    color:#000;
}

#de-widget-optin {
    font-size:16px !important;
}

.de-widget-checkbox {
    margin-top:20px !important;
}
/*End*/
/*****     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     *****/