html,
body {
    font-family: "Roboto", sans-serif;
}
.widgeted-main-logo img {
    width: 350px;
    height: auto;
}
.dynamic-divider .uncode-divider-wrap.uncode-divider-wrap-bottom {
    bottom: 100% !important;
}
.dynamic-divider .uncode-divider-wrap.uncode-divider-wrap-top {
    top: 100% !important;
}
@media only screen and (max-width: 959px) {
    .main-container .row-container .triple-top-padding {
        padding-top: 54px;
    }
    .main-container .row-container .triple-bottom-padding {
        padding-bottom: 54px;
    }
    .main-container .row-container .quad-top-padding {
        padding-top: 72px;
    }
    .main-container .row-container .quad-bottom-padding {
        padding-bottom: 72px;
    }
    .main-container .row-container .penta-top-padding {
        padding-top: 90px;
    }
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 90px;
    }
    .main-container .row-container .exa-top-padding {
        padding-top: 108px;
    }
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 108px;
    }
    .main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(:first-child) {
        margin-top: 20px;
    }
    .main-container .row-container .single-h-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .main-container .row-container .triple-top-padding {
        padding-top: 84px;
    }
    .main-container .row-container .triple-bottom-padding {
        padding-bottom: 84px;
    }
    .main-container .row-container .quad-top-padding {
        padding-top: 108px;
    }
    .main-container .row-container .quad-bottom-padding {
        padding-bottom: 108px;
    }
    .main-container .row-container .penta-top-padding {
        padding-top: 132px;
    }
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 132px;
    }
    .main-container .row-container .exa-top-padding {
        padding-top: 156px;
    }
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 156px;
    }
}
.new-footer-block {
    color: #4e4c54;
}
.new-footer-block p {
    color: #4e4c54;
}
.new-footer-block h3,
.new-footer-block .h3 {
    color: #fff;
}
.new-footer-block a {
    color: #4e4c54;
}
.new-footer-block a:hover {
    color: #fff;
}
.new-footer-block .uncode-divider-wrap.uncode-divider-wrap-bottom {
    bottom: 100% !important;
}
.new-footer-block .contact-info-column .widgeted-main-logo {
    max-width: 80%;
    display: inline-block;
    margin-left: -6px;
}
.new-footer-block .footer-contact-info {
    color: #4e4c54;
    margin-bottom: 1rem;
}
.new-footer-block .footer-contact-info a {
    color: rgba(240, 240, 241, 0.8);
}
.new-footer-block .footer-contact-info a:hover {
    color: #fff;
}
@media only screen and (min-width: 570px) {
    .new-footer-block .footer-contact-info {
        margin-top: 40px !important;
        padding-left: 11%;
    }
}
@media only screen and (min-width: 1200px) {
    .new-footer-block .col-lg-5,
    .new-footer-block .col-lg-7 {
        width: 50%;
    }
}
.menu-wrapper {
    position: fixed;
    z-index: 999;
}
.menu-wrapper .menu-container {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-primary .menu-container {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-primary.is_stuck .menu-container {
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-primary .nav-call-us {
    font-family: "Gobold", sans-serif !important;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 17px !important;
    padding: 12px 22px 12px 24px !important;
}
@media only screen and (max-width: 959px) {
    .menu-primary .menu-item-button {
        margin-top: 16px !important;
        margin-bottom: 36px !important;
    }
    .menu-primary .menu-item-button > a {
        text-align: center;
    }
    .menu-container .logo-container {
        padding: 4px 16px 6px !important;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 9, 32, 0)), to(#010920));
        background: linear-gradient(0deg, rgba(1, 9, 32, 0) 0%, #010920 100%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    body.open-overlay-menu .menu-container .logo-container {
        background: #000;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}
@media only screen and (min-width: 960px) {
    .menu-primary .menu-item-button {
        display: none !important;
    }
    .menu-primary .nav-call-us {
        font-size: 18px !important;
        padding: 14px 20px 14px 22px !important;
    }
}
@media only screen and (min-width: 1140px) {
    .menu-primary .menu-item-button {
        display: inline-block !important;
    }
}
#masthead .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
}
#masthead .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children > a {
    position: relative;
}
#masthead .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(35% - 12px);
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    opacity: 0;
    border: 0px solid transparent;
    border-width: 0 8px 12px;
    border-bottom-color: #4e4c54;
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}
#masthead .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children:hover > a:before {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
#masthead .menu-horizontal .navbar-main .menu-smart ul.drop-menu {
    border-top: 8px solid #4e4c54;
    top: calc(85% - 8px) !important;
    background: #f0f0f1;
    border-radius: 0px 0px 4px 4px;
    display: none;
}
#masthead .menu-horizontal .navbar-main .menu-smart ul.drop-menu a {
    color: #1c1d1e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}
#masthead .menu-horizontal .navbar-main .menu-smart ul.drop-menu a:hover {
    color: #00adb4;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#masthead.is_stuck .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
}
#masthead.is_stuck .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children > a {
    position: relative;
}
#masthead.is_stuck .menu-horizontal .navbar-main .menu-smart > li.menu-item-has-children > a:before {
    top: calc(50% - 12px);
}
#masthead.is_stuck .menu-horizontal .navbar-main .menu-smart ul.drop-menu {
    top: calc(100% - 8px) !important;
}
p,
ul,
ol,
li {
    font-weight: 300;
}
p a,
ul a,
ol a,
li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover,
li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: uppercase;
    line-height: 1.25;
    display: block;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h1,
.h1,
h2,
.h2 {
    font-family: "Gobold", sans-serif;
    font-weight: 300;
}
h1 > strong,
.h1 > strong,
h2 > strong,
.h2 > strong {
    font-weight: 600;
}
h2,
.h2 {
    color: #75737e;
}
h3,
.h3 {
    font-family: "Roboto Condensed", sans-serif;
    color: #3c3b40;
    margin-bottom: 0.75rem;
}
h4,
.h4 {
    color: #4e4c54;
}
.wdac-text-white {
    color: #fff;
}
.wdac-text-white h1,
.wdac-text-white .h1,
.wdac-text-white h2,
.wdac-text-white .h2,
.wdac-text-white h3,
.wdac-text-white .h3,
.wdac-text-white h4,
.wdac-text-white .h4,
.wdac-text-white h5,
.wdac-text-white .h5,
.wdac-text-white h6,
.wdac-text-white .h6 {
    color: #fff;
}
.heading-text > p {
    font-weight: 300;
}
.text-bar-background-black span {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
}
.text-bar-background-black.pull-up {
    margin-top: -16px;
}
.text-bar-background-black.pull-down {
    margin-bottom: -16px;
}
@media only screen and (max-width: 959px) {
    h1:not([class*="fontsize-"]),
    .h1:not([class*="fontsize-"]),
    h2:not([class*="fontsize-"]),
    .h2:not([class*="fontsize-"]) {
        font-size: 40px;
    }
    h3:not([class*="fontsize-"]),
    .h3:not([class*="fontsize-"]) {
        font-size: 21px;
    }
    h4:not([class*="fontsize-"]),
    .h4:not([class*="fontsize-"]) {
        font-size: 19px;
    }
}
@media only screen and (max-width: 479px) {
    h1:not([class*="fontsize-"]),
    .h1:not([class*="fontsize-"]),
    h2:not([class*="fontsize-"]),
    .h2:not([class*="fontsize-"]) {
        font-size: 34px;
    }
    h3:not([class*="fontsize-"]),
    .h3:not([class*="fontsize-"]) {
        font-size: 20px;
    }
    h4:not([class*="fontsize-"]),
    .h4:not([class*="fontsize-"]) {
        font-size: 18px;
    }
}
.btn .fa {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    line-height: 1.2;
}
.btn.btn-icon-right .fa {
    margin-left: 12px;
}
.btn.btn-link {
    color: #00adb4;
    font-size: 14px;
}
.btn.btn-lg {
    padding: 12px 22px !important;
    font-size: 16px !important;
}
.btn.btn-lg.btn-icon-right {
    padding-right: 16px !important;
}
.btn.btn-xl {
    padding: 16px 28px !important;
    font-size: 18px !important;
}
.btn.btn-xl.btn-icon-right {
    padding-right: 22px !important;
}
.btn.btn-wdac-white {
    color: #000 !important;
}
.btn.gobold-button {
    font-family: "Gobold", sans-serif !important;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.wdac-form {
    position: relative;
    font-family: "Roboto", sans-serif;
}
.wdac-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wdac-form .gform_body ul.gform_fields {
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wdac-form .gform_body ul.gform_fields .gfield {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    margin-top: 1rem !important;
}
.wdac-form .gform_body ul.gform_fields .gfield .gfield_label {
    color: #acb2bf;
    opacity: 0.35;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 16px;
    pointer-events: none;
    letter-spacing: 0.2px;
    width: calc(100% - 32px);
    display: block;
    z-index: 20;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wdac-form .gform_body ul.gform_fields .gfield .gfield_label .gfield_required {
    display: none;
}
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300 !important;
    height: 52px;
    font-family: "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(60, 59, 64, 0.6);
    margin: 0 !important;
    padding: 14px 15px !important;
    border-radius: 0px;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input:focus,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea:focus {
    outline: none !important;
}
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input:-webkit-autofill,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input:-webkit-autofill:hover,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input:-webkit-autofill:focus,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container input:-internal-autofill-selected,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea:-webkit-autofill,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea:-webkit-autofill:hover,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea:-webkit-autofill:focus,
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea:-internal-autofill-selected {
    background-color: #4e4c54 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #4e4c54 inset;
}
.wdac-form .gform_body ul.gform_fields .gfield .ginput_container textarea {
    height: 200px;
}
.wdac-form .gform_body ul.gform_fields .gfield.gfield_error .ginput_container input,
.wdac-form .gform_body ul.gform_fields .gfield.gfield_error .ginput_container textarea {
    border-color: #700 !important;
}
.wdac-form .gform_body ul.gform_fields .gfield.on .ginput_container input,
.wdac-form .gform_body ul.gform_fields .gfield.on .ginput_container textarea {
    background-color: #3c3b40 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wdac-form .gform_body ul.gform_fields .gfield.show .gfield_label {
    font-size: 10px;
    top: 4px;
    color: #f6f6f8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wdac-form .gform_body ul.gform_fields .gfield.show .ginput_container input,
.wdac-form .gform_body ul.gform_fields .gfield.show .ginput_container textarea {
    padding-top: 25px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wdac-form .gform_body ul.gform_fields .gfield.show .ginput_container textarea {
    padding-top: 20px !important;
}
.wdac-form .gform_body ul.gform_fields .gfield.show.gfield_error .ginput_container input,
.wdac-form .gform_body ul.gform_fields .gfield.show.gfield_error .ginput_container textarea {
    border-color: transparent !important;
}
.wdac-form .gform_footer {
    min-height: 80px;
    margin-top: 12px;
}
.wdac-form .gform_footer .wdac-iconwrap {
    float: right;
    position: relative;
    font-family: "uncodeicon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}
.wdac-form .gform_footer .wdac-iconwrap:before {
    content: "\f0da";
    position: absolute;
    right: 18px;
    top: calc(50% - 12px);
}
.wdac-form .gform_footer .wdac-iconwrap:after {
    content: "";
    display: table;
    clear: both;
}
.wdac-form .gform_footer .wdac-iconwrap input[type="submit"] {
    display: inline-block;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    border-radius: 2px;
    outline: none;
    white-space: pre-wrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 16px 36px 16px 24px !important;
    font-size: 18px;
    line-height: 24px;
    margin: 0 !important;
}
.wdac-form .gform_footer .wdac-iconwrap input[type="submit"]:hover,
.wdac-form .gform_footer .wdac-iconwrap input[type="submit"]:focus {
    background: rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (min-width: 960px) {
    .wdac-form .gform_body ul.gform_fields .gfield.gf_left_half {
        width: calc(50% - 0.5rem);
    }
    .wdac-form .gform_body ul.gform_fields .gfield.gf_right_half {
        width: calc(50% - 0.5rem);
    }
}
.hero-background.lion-hologram {
    background-image: url("../images/home-banner-graphic.jpg");
    background-repeat: no-repeat;
    background-position: 52% -35vh;
    background-size: auto 150vh;
}
.hero-background.lion-hologram:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#010920), to(rgba(1, 9, 32, 0)));
    background: linear-gradient(0deg, #010920 0%, rgba(1, 9, 32, 0) 100%);
}
.hero-background.hero-overlay:after,
.hero-background.hero-overlay-dark:after,
.hero-background.blog-hero-overlay:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(1, 9, 32, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(1, 9, 32, 0) 50%);
}
.hero-background.blog-hero-overlay:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(0, 0, 0, 0.7)), color-stop(52%, rgba(1, 9, 32, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 12%, rgba(1, 9, 32, 0) 52%);
}
.hero-background.hero-overlay-dark:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#010920), to(rgba(1, 9, 32, 0)));
    background: linear-gradient(0deg, #010920 0%, rgba(1, 9, 32, 0) 100%);
}
.hero-background > .row {
    height: 85vh;
    min-height: 420px;
    max-height: 600px;
    z-index: 2;
}
.dynamic-hero .dynamic-hero-subhead,
.blog-hero .dynamic-hero-subhead {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}
.dynamic-hero .dynamic-hero-subhead > *,
.blog-hero .dynamic-hero-subhead > * {
    max-width: 600px;
}
.dynamic-hero > .row,
.blog-hero > .row {
    height: 80vh;
    min-height: 400px;
    max-height: 480px;
}
.blog-hero > .row {
    height: 60vw;
    min-height: 400px;
}
.condensed-hero > .row {
    height: 40vw;
    min-height: 300px;
}
.hero-content .hero-text > *,
.hero-content .blog-hero-text > * {
    color: #fff;
    text-shadow: 0px 6px 24px #010920;
}
.hero-content .hero-text h1,
.hero-content .blog-hero-text h1 {
    font-weight: 300;
}
.hero-content .hero-text h1,
.hero-content .hero-text h2,
.hero-content .hero-text h3,
.hero-content .hero-text h4,
.hero-content .hero-text h5,
.hero-content .hero-text p,
.hero-content .blog-hero-text h1,
.hero-content .blog-hero-text h2,
.hero-content .blog-hero-text h3,
.hero-content .blog-hero-text h4,
.hero-content .blog-hero-text h5,
.hero-content .blog-hero-text p {
    color: #fff;
}

.ss-social-icons-container li a {color: #000 !important;}
.ss-social-icons-container li a:hover {color: #fff !important;}

.w3eden a {
	color: #000 !important;
	text-decoration: underline;
}
.dl-container {
    padding-top: 10px;
    background-color: #eee;
    margin-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    }
@media only screen and (min-width: 768px) {
    .hero-content .hero-text p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 959px) {
    .hero-background.lion-hologram > .row {
        padding-top: calc(180px - 10%) !important;
        padding-bottom: 10px !important;
    }
    .dynamic-hero .background-inner {
        background-position: calc(60% - 25vw) 65% !important;
        background-size: auto 150% !important;
    }
    .dynamic-hero > .row,
    .blog-hero > .row,
    .condensed-hero > .row {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 960px) {
    .hero-background.lion-hologram {
        background-position: 12% 47%;
        background-size: 150vw auto;
    }
    .hero-background.lion-hologram:after {
        background: linear-gradient(60deg, #010920 0%, rgba(1, 9, 32, 0) 100%);
    }
    .hero-background > .row {
        max-height: 720px;
    }
    .hero-background.hero-overlay:after,
    .hero-background.hero-overlay-dark:after,
    .hero-background.blog-hero-overlay:after {
        background: linear-gradient(210deg, rgba(0, 0, 0, 0.7) 0%, rgba(1, 9, 32, 0) 50%);
    }
    .hero-background.blog-hero-overlay:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(1, 9, 32, 0)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(1, 9, 32, 0) 50%);
    }
    .hero-background.hero-overlay-dark:after {
        background: linear-gradient(60deg, #010920 0%, rgba(1, 9, 32, 0) 100%);
    }
    .dynamic-hero > .row {
        min-height: 480px;
        max-height: 680px;
    }
    .blog-hero > .row {
        max-height: 580px;
    }
    .condensed-hero > .row {
        max-height: 480px;
    }
    .hero-content .hero-text > *,
    .hero-content .blog-hero-text > * {
        text-shadow: 4px 6px 24px rgba(1, 9, 32, 0.25);
    }
    .hero-content .hero-text p,
    .hero-content .blog-hero-text p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .hero-content .hero-text h1 {
        font-size: 68px;
        line-height: 78px;
    }
    .hero-content .hero-text p {
        font-size: 22px;
        line-height: 33px;
    }
    .hero-content .blog-hero-text .post-info-box {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1440px) {
    .hero-content .hero-text h1 {
        font-size: 72px;
        line-height: 80px;
    }
    .hero-content .hero-text p {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-background.lion-hologram {
        background-position: -24% 47%;
        background-size: 125vw auto;
    }
}
.vimeography-main {
    display: block !important;
    width: 100% !important;
}
.vimeography-main .vimeography-player {
    display: block !important;
    width: 100% !important;
}
.vimeography-main .video-wrapper {
    display: block !important;
    width: 100% !important;
}
.vimeography-thumbnails {
    display: none !important;
}
.text-left-empty-right {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.infoblock-content {
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.background-overlay > .row,
.background-overlay-darken > .row,
.background-overlay-simple > .row {
    z-index: 1;
}
.background-overlay:after,
.background-overlay-darken:after,
.background-overlay-simple:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 9, 32, 0.75)), to(rgba(1, 9, 32, 0)));
    background: linear-gradient(0deg, rgba(1, 9, 32, 0.75) 0%, rgba(1, 9, 32, 0) 100%);
}
.background-overlay-darken:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.background-overlay-simple:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 9, 32, 0.9)), to(rgba(1, 9, 32, 0.05)));
    background: linear-gradient(0deg, rgba(1, 9, 32, 0.9) 0%, rgba(1, 9, 32, 0.05) 100%);
}
.post-wrapper .post-footer {
    border: none;
}
.post-wrapper .post-share {
    border: none;
}
.post-wrapper .post-share .detail-container {
    margin-left: 0;
}
@media only screen and (max-width: 569px) {
    .text-left-empty-right .row-background .background-inner {
        background-position: left center !important;
    }
}
@media only screen and (min-width: 960px) {
    .background-overlay:after {
        background: linear-gradient(60deg, rgba(1, 9, 32, 0.75) 0%, rgba(1, 9, 32, 0) 100%);
    }
}
.col-widgets-sidebar .custom-html-widget {
    line-height: 1.5;
    font-size: 15px;
}
.col-widgets-sidebar .custom-html-widget ul:not(.no-list) {
    list-style: disc;
    padding: 0px 0px 0px 18px;
}
.col-widgets-sidebar .custom-html-widget ul:not(.no-list) li {
    margin-bottom: 8px;
}
.recent-posts-block.archive-hero-post {
    padding-left: 36px;
    padding-right: 36px;
}
.recent-posts-block.archive-posts-grid {
    margin-top: 36px !important;
}
.recent-posts-block .t-entry-title {
    text-transform: none !important;
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}
.recent-posts-block .t-entry-title a {
    color: #75737e !important;
    font-weight: 300 !important;
}
.recent-posts-block .t-entry-readmore a {
    color: #75737e;
    font-size: 16px !important;
}
.recent-posts-block > * > * {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    height: auto !important;
}
.recent-posts-block > * > * > .tmb {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    height: unset !important;
}
.recent-posts-block > * > * > .tmb .t-inside {
    height: calc(100% - 36px);
}
.recent-posts-block > * > * > .tmb .t-inside .t-entry-text {
    position: unset;
    padding-bottom: 32px;
}
.recent-posts-block > * > * > .tmb .t-inside .t-entry-text * {
    position: unset;
}
.recent-posts-block > * > * > .tmb .t-inside .t-entry-text .t-entry-readmore {
    position: absolute;
    bottom: 16px;
}
@media only screen and (min-width: 636px) {
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-text .t-entry-text-tc {
        padding: 36px;
    }
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-text .t-entry-readmore {
        bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-visual {
        height: 100%;
        float: left;
        width: calc(50% - 18px) !important;
    }
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-visual .dummy {
        padding-top: 60% !important;
    }
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-visual img {
        position: absolute;
        top: 0;
        bottom: unset;
        left: 50%;
        right: unset;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-text {
        float: left;
        width: calc(50% + 18px) !important;
    }
}
@media only screen and (min-width: 1200px) {
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-text .t-entry-text-tc {
        padding: 44px;
    }
    .recent-posts-block.archive-hero-post > * > * > .tmb .t-inside .t-entry-text .t-entry-readmore {
        bottom: 40px;
    }
    .recent-posts-block.archive-posts-grid {
        margin-top: 44px !important;
    }
    .recent-posts-block.archive-posts-grid > * > * {
        margin-right: -44px;
    }
    .recent-posts-block.archive-posts-grid > * > * > .tmb {
        padding-right: 44px;
    }
    .recent-posts-block.archive-posts-grid > * > * > .tmb .t-inside {
        margin-top: 44px !important;
        height: calc(100% - 44px) !important;
    }
    .recent-posts-block.archive-posts-grid > * > * > .tmb .t-inside .t-entry-text .t-entry-text-tc {
        padding: 24px;
    }
    .recent-posts-block.archive-posts-grid > * > * > .tmb .t-inside .t-entry-text .t-entry-readmore {
        bottom: 20px;
    }
}
@media only screen and (max-width: 569px) {
    .page-body.case_study .post-body .row-inner > *:first-child {
        border-bottom: 1px solid rgba(78, 76, 84, 0.1);
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 960px) {
    .page-body.case_study .post-body .row-inner .post-content {
        padding-right: 64px;
        border-right: 1px solid rgba(78, 76, 84, 0.1);
    }
}
.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.icon-box .icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.icon-box .icon-box-icon img {
    display: block;
    margin: 0;
}
.icon-box .icon-box-icon .fa-adjust {
    height: 1rem;
}
.icon-box .icon-box-icon .fa-adjust:before {
    display: none !important;
}
.icon-box .icon-box-icon .icon-media {
    width: auto;
    max-width: 100%;
}
.icon-box .icon-box-heading > * {
    margin-top: 0;
}
.icon-box .icon-box-content h1,
.icon-box .icon-box-content .h1,
.icon-box .icon-box-content h2,
.icon-box .icon-box-content .h2,
.icon-box .icon-box-content h3,
.icon-box .icon-box-content .h3,
.icon-box .icon-box-content h4,
.icon-box .icon-box-content .h4,
.icon-box .icon-box-content h5,
.icon-box .icon-box-content .h5,
.icon-box .icon-box-content h6,
.icon-box .icon-box-content .h6 {
    margin: 0 0 0.5rem;
}
.icon-box.icon-box-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 24px 0 0;
    position: relative;
}
.icon-box.icon-box-top .icon-box-content {
    padding: 0 10% 40px;
}
.icon-box.icon-box-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.icon-box.icon-box-left .icon-box-icon {
    width: 80px !important;
    margin: 0;
}
.icon-box.icon-box-left .icon-box-icon img {
    margin-left: -7px;
}
.icon-box.icon-box-left .icon-box-content {
    padding-left: 5px;
    line-height: 1.25;
}
.service-icon-boxes {
    padding-top: 10px;
}
.service-icon-boxes .icon-box:before,
.service-icon-boxes .icon-box:after {
    content: "";
    position: absolute;
    width: calc(100% - 120px);
    height: 1px;
    left: 60px;
    top: 100%;
    background-color: rgba(78, 76, 84, 0.1);
}
.service-icon-boxes .icon-box:after {
    left: 100%;
    top: 60px;
    width: 0px;
    height: calc(100% - 120px);
}
.service-icon-boxes .icon-box:last-child:before {
    height: 0;
}
.service-icon-boxes .uncont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.spaced-icons .icon-box .icon-box-icon {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.anonymous-section .row-background .background-inner {
    background-position: 100% 50% !important;
}
.side-by-side-blocks .side-by-side-textblock .uncell {
    padding: calc(5% + 60px) 36px calc(5% + 72px) !important;
}
@media only screen and (min-width: 570px) {
    .anonymous-section .row-background .background-inner {
        background-position: 65% 50% !important;
    }
}
@media only screen and (min-width: 768px) {
    .service-icon-boxes .icon-box {
        width: 50%;
    }
    .service-icon-boxes .icon-box:after {
        width: 1px;
    }
    .service-icon-boxes .icon-box:nth-child(2n):after {
        width: 0;
    }
    .service-icon-boxes .icon-box:nth-last-child(2):before {
        height: 0;
    }
}
@media only screen and (max-width: 959px) {
    .side-by-side-blocks .side-by-side-imageblock .uncell {
        height: calc(70vw + 100px) !important;
    }
    .side-by-side-blocks .side-by-side-imageblock .uncell .background-inner {
        background-position: 50% 25% !important;
    }
}
@media only screen and (min-width: 960px) {
    .icon-box.icon-box-left {
        margin-top: 44px !important;
    }
    .icon-box.icon-box-left .icon-box-icon {
        width: 120px !important;
    }
    .icon-box.icon-box-left .icon-box-icon img {
        margin-top: -5px;
    }
    .icon-box.icon-box-left .icon-box-icon .fa-adjust {
        height: 2rem;
    }
    .icon-box.icon-box-left .icon-box-content p {
        font-size: 20px;
        line-height: 1.375;
    }
    .anonymous-section .row-background .background-inner {
        background-position: 50% 50% !important;
    }
    .side-by-side-blocks .side-by-side-textblock .uncell {
        padding: calc(12% + 108px) calc(24% - 64px) calc(12% + 64px) !important;
        vertical-align: middle !important;
    }
    .side-by-side-blocks .side-by-side-imageblock .uncell .background-inner {
        background-position: 50% 30% !important;
    }
}
@media only screen and (min-width: 1200px) {
    .service-icon-boxes .icon-box {
        width: calc(100% * 1 / 3.001);
    }
    .service-icon-boxes .icon-box:nth-child(2n):after {
        width: 1px;
    }
    .service-icon-boxes .icon-box:nth-child(3n):after {
        width: 0;
    }
    .service-icon-boxes .icon-box:nth-last-child(3):before {
        height: 0;
    }
    .icon-box.icon-box-left {
        margin-top: 56px !important;
    }
    .icon-box.icon-box-left .icon-box-icon {
        width: 120px !important;
    }
    .icon-box.icon-box-left .icon-box-icon img {
        margin-top: -6px;
    }
    .icon-box.icon-box-left .icon-box-content p {
        font-size: 20px;
        line-height: 1.375;
    }
    .anonymous-section .col-lg-5,
    .anonymous-section .col-lg-7 {
        width: 50%;
    }
}
@media only screen and (min-width: 1440px) {
    .side-by-side-blocks > .row .row-inner {
        min-height: 900px;
    }
}
.tfg-tab {
    -webkit-box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    top: 25% !important;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(60deg, #000 0%, #1c1d1e 100%);
    display: none !important;
}
.tfg-tab .tfg-tab-stub {
    background-color: #a00;
}
.tfg-tab .tfg-tab-content {
    background-color: transparent;
}
.tfg-tab .tfg-tab-title {
    margin: 0;
}
.tfg-tab .tfg-tab-subtitle {
    margin: 0;
}
.tfg-tab .tfg-tab-phone {
    text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
    .tfg-tab {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
/*# sourceMappingURL=theme.css.map */
