@charset "UTF-8";
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/proximanova-bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/proximanova-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 1.0417vw !important;
    font-family: "Proxima Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p, li {
    line-height: 1.875;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5em !important;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.1042vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1 {
    font-size: 3.125vw !important;
    margin-bottom: 0;
}
h2 {
    font-size: 2.5vw !important;
    margin-bottom: 1.8229vw !important;
}
h1, h2 {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
select::-ms-expand {
    display: none;
}
a.btn, input[type="submit"], .btn a, #header-container > div > div > div:last-child ul li.button a, sticky-header-container > div > div > div:last-child ul li.button a {
    font-size: 0.9375vw;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0.8854vw 1.5625vw;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--lp-red);
    min-width: 9.375vw;
    line-height: 1;
    border-radius: 0.2083vw;
    text-transform: uppercase;
    border: none;
}
#header-container > div > div > div:last-child ul li.button a, #sticky-header-container > div > div > div:last-child ul li.button a {
   font-size: 0.94vw !important;
   padding: 0.63vw 1.04vw !important;
   min-width: 9.38vw !important;
   border-radius: 0.2083vw !important;
      line-height: 1.42857143 !important;
}
a.btn.transparent {
    background-color: transparent;
    color: #fff;
    border: 0.0521vw solid #fff;
    padding: 0.8333vw 1.5625vw;
}
a.btn:hover, .btn a:hover, input[type="submit"]:hover {
    background-color: #fff;
    color: var(--lp-red);
}
.container {
    max-width: 62.5vw !important;
}
.container.wide-container {
    max-width: 72.9167vw !important;
}
.container.ultra-wide-container {
    max-width:88.54vw !important;
}
.container.xlarge-container {
    max-width: 73.44vw !important;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
#header-container > div > div > div:last-child, .#sticky-header-container > div > div > div:last-child {
    width: calc(100% - 11.4583vw) !important;
    padding-left: 1.56vw !important;
    text-align: right;
}
.header-logo, #sticky-header-container > div > div > div:first-child, #header-container > div > div > div:first-child {
    width: 11.46vw !important;
}
.default-page {
    padding-top: 2.6042vw;
    padding-bottom: 2.6042vw;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    line-height: 1.2;
    font-family: Proxima Nova, sans-serif;
}
.default-page h2 {
    font-size: 2.5vw;
}
.default-page h3 {
    font-size: 1.875vw;
}
.default-page h4 {
    font-size: 0.9375vw;
}
.default-page h5 {
    font-size: 0.8333vw;
}
.default-page h6 {
    font-size: 0.7292vw;
}
.default-page ul, .default-page ol {
    padding-left: 0.7813vw;
    padding-bottom: 1.875vw;
}
.default-page ul li {
    position: relative;
    padding-left: 1.0417vw;
}
.default-page li {
    margin-bottom: 0.2604vw;
}
.default-page ul li:before {
    position: absolute;
    content: '•';
    display: block;
    left: 0;
    color: #b37769;
}
.single .default-page {
    padding-top: 0;
    padding-bottom: 0;
}
img.alignleft {
    float: left;
    margin-right: 4.6875vw;
}
img.alignright {
    float: right;
    margin-left: 4.6875vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
section.dark, footer.dark {
    background-color: var(--lp-dark);
    color: #fff;
}
section.red {
    background-color: var(--lp-red);
    color: #fff;
}
section.grey {
    background-color: var(--lp-grey);
}
/*---Microlite Landing Page---*/
:root {
    --lp-red: #ba0100;
    --lp-dark: #131415;
    --lp-grey: #f2f2f2;
}
.cell-bg-after:after, .cell-bg-before:before {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.cell-bg-after:after {
    width: 14.0625vw;
    height: 28.5938vw;
    background-image: url(assets/img/bg/cells_bg_right.png);
    right: 0;
}
.cell-bg-before:before {
    width: 7.2917vw;
    height: 21.6667vw;
    background-image: url(assets/img/bg/cells_bg_left.png);
    left: 0;
}
.stylized-list li {
    position: relative;
    padding-left: 1.5625vw;
}
.stylized-list li:before {
    content: '';
    clip-path: polygon(0 33%, 50% 0, 100% 33%, 100% 66%, 50% 100%, 0 66%);
    background-color: var(--lp-red);
    display: block;
    left: 0;
    width: 0.7292vw;
    height: 0.8333vw;
    position: absolute;
    top: 0.5208vw;
}
/*header*/
header {
    z-index: 3;
    position: relative;
}
#header-container > div > div {
    justify-content: space-between;
}
.header-logo, #sticky-header-container > div > div > div:first-child, #header-container > div > div > div:first-child {
    max-width: 11.4583vw;
}
.header-nav {
    padding: 1.0417vw 0;
}
#header-container {
    background: transparent !important;
}
header ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header-container ul.menu > li:not(.button) > a,
#sticky-header-container ul.menu > li:not(.button) > a{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
    font-size: 0.9375vw !important;
    white-space: nowrap;
}
#sticky-header-container ul.menu > li:not(.button) > a {
    color: #000 !important; 
}
#header-container ul.menu > li:not(.button) > a:hover, .sub-menu > li >  a:hover {
    color: var(--lp-red) !important;
}
.sub-menu > li >  a {
    color: #000 !important;
}
#sticky-header-container > div > div {
    justify-content: space-between;
}
#sticky-header-container > div > div > div:last-child ul li:not(:last-of-type),
#header-container > div > div > div:last-child ul li:not(:last-of-type) {
    margin-right: 1.04vw !important;
}
/*Footer*/
.footer-logo img{
    max-width: 5.73vw;
}
.footer-nav {
    padding: 3.3854vw;
}
.footer-address, .footer-social {
    width: 33%;
}
.footer-address p {
    margin-bottom: 0;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
}
.footer-social ul {
    display: flex;
}
.footer-social ul li:not(:last-child) {
    margin-right: 1.0417vw;
}
.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.0833vw;
    height: 2.0833vw;
    background-color: #fff;
    color: #131415;
    font-size: 1.6667vw;
    border-radius: 0.2083vw;
}
.footer-social ul li a:hover {
    background-color: var(--lp-red);
    color: #fff;
}
.footer-address {
    line-height: 1.5;
}
.footer-address a {
    color: var(--lp-red);
}
.footer-address a:hover {
    color: #fff;
}
.lp-hero {
    padding-top: 14.5833vw;
    padding-bottom: 11.4583vw;
    color: #fff;
    margin-top: -7.7708vw;
}
.lp-hero.cell-bg-after:after {
    bottom: -15.625vw;
}
.lp-hero-content {
    padding-right: 45%;
}
.lp-hero-content h1 {
    font-size: 3.125vw;
    line-height: 1;
    margin-bottom: 1.0417vw;
}
.lp-hero-content p {
    margin-bottom: 3.3854vw;
    font-size: 1.25vw;
}
.lp-hero-content ul {
    display: flex;
}
.lp-hero-content ul li:not(:last-child) {
    margin-right: 1.0417vw;
}
.lp-image-text {
    padding-bottom: 3.6458vw;
}
.custom-features .flex > .half:first-child {
    margin-top: -3.6458vw;
}
.custom-features .flex > .half:last-child {
    padding-top: 3.6458vw;
    padding-left: 3.3854vw;
}
.lp-image-text img {
    clip-path: polygon(100% 0, 100% 87%, 72% 100%, 0 100%, 0 0);
    width: 100%;
}
section.lined-bg {
    background-image: url(assets/img/bg/lines_bg.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
}
.custom-features.cell-bg-before:before {
    bottom: -10.8333vw;
}
.lp-products {
    padding-top: 4.6875vw;
    padding-bottom: 4.1667vw;
}
.lp-products-list {
    margin-left: -0.7813vw;
    margin-right: -0.7813vw;
}
.lp-products-list-item-wrapper {
    padding-left: 0.7813vw;
    padding-right: 0.7813vw;
    padding-bottom: 1.5625vw;
    width: 33.3333%;
}
.lp-products-list-item {
    -webkit-background-size: cover;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 87%, 72% 100%, 0 100%, 0 0);
    aspect-ratio: 1;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-left: 2.0833vw;
    padding-right: 2.8646vw;
    padding-bottom: 1.5625vw;
    position: relative;
}
.lp-products-list-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}
.lp-products-list-item-content {
    position: relative;
}
.lp-products-list-item h3 {
    text-transform: uppercase;
    margin-bottom: 1.0417vw;
    min-height: 2.8125vw;
    font-size: 1.0417vw;
}
.lp-products-list-item p {
    margin-bottom: 0;
}
.lp-products.cell-bg-after:after {
    bottom: -10.9375vw;
}
.lp-why {
    padding-top: 5.2083vw;
    padding-bottom: 4.1667vw;
    color: #fff;
}
.lp-why .flex > .half:first-child {
    padding-right: 3.125vw;
}
.lp-why .flex > .half:last-child {
    padding-left: 3.125vw;
}
.lp-why .flex > .half:last-child li {
    margin-bottom: 0.7813vw;
}
.lp-features {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    background-position: bottom -40% center !important;
    background-color: #fff;
}
.lp-features h2, .lp-features p, .lp-features h3 {
    color: #000;
}
.lp-features.cell-bg-before:after {
    top: 5.2083vw;
}
.lp-features-list {
    margin-left: -0.7813vw;
    margin-right: -0.7813vw;
}
.lp-features-list-item-wrapper {
    width: 25%;
    padding-left: 0.7813vw;
    padding-right: 0.7813vw;
    padding-bottom: 1.5625vw;
}
.lp-features-list-item {
    aspect-ratio: 1;
    background-image: url(assets/img/bg/border.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 2.0833vw;
    padding-left: 2.0833vw;
    padding-right: 2.0833vw;
}
.lp-features-list-item span {
    display: flex;
    align-items: flex-end;
    height: 2.8646vw;
    margin-bottom: 4.1667vw;
}
.lp-features-list-item h3 {
    text-transform: uppercase;
    font-size: 1.0417vw;
    margin-bottom: 0;
}
.lp-expertise {
    padding: 3.6458vw 0;
}
.lp-expertise.cell-bg-after:after {
    bottom: -10.6771vw;
}
.lp-expertise .flex > .half:first-child {
    padding-right: 3.125vw;
}
.lp-projects {
    padding-top: 4.6875vw;
    padding-bottom: 3.6458vw;
    background-color: #fff;
}
.lp-projects p, .lp-projects h2 {
    color: #000;
}
.lp-projects p {
    margin-bottom: 1.5em !important;
}
.lp-projects .flex > .half:last-child {
    padding-left: 4.4271vw;
}
.lp-projects-slider {
    clip-path: polygon(100% 0, 100% 87%, 72% 100%, 0 100%, 0 0);
}
.lp-projects-slider-item {
    aspect-ratio: 16/10;
    -webkit-background-size: cover;
    background-size: cover;
}
.lp-related-links {
    padding-top: 2.3438vw;
    padding-bottom: 1.5625vw;
}
.lp-related-links-list {
    margin-left: -0.7813vw;
    margin-right: -0.7813vw;
}
.lp-related-links-list-item-wrapper {
    padding-left: 0.7813vw;
    padding-right: 0.7813vw;
    padding-bottom: 1.5625vw;
    width: 33.3333%;
}
.lp-related-links h4 {
    text-transform: uppercase;
    font-size: 1.25vw;
    margin-bottom: 1.4583vw;
    color: #000;
}
.lp-related-links-list-item {
    text-transform: uppercase;
    font-size: 0.7813vw;
    color: #000;
    padding: 0.8854vw 0.2604vw;
    width: 100%;
    display: block;
    border-radius: 0.2083vw;
    border: 0.0521vw solid var(--lp-red);
    text-align: center;
    line-height: 1;
}
.lp-related-links-list-item:hover {
    color: #fff;
    background-color: var(--lp-red);
}
.lp-cta {
    padding-top: 5.9896vw;
    padding-bottom: 3.9063vw;
}
.lp-cta .center-text {
    max-width: 42.7083vw;
}
.lp-cta h2 {
    margin-bottom: 1.5625vw !important;
}
.lp-cta p {
    font-size: 1.25vw;
    margin-bottom: 2.6042vw;
    line-height: 1.23;
}
.header-logo-black {
    display: none;
}
.post-type-archive-case_study .header-logo-black, .single-case_study .header-logo-black{
    display: block;
}
.post-type-archive-case_study .header-logo-white,.single-case_study .header-logo-white {
    display: none;
}
.post-type-archive-case_study .menu-main-menu-container > ul > li:not(.btn) > a,
.single-case_study .menu-main-menu-container > ul > li:not(.btn) > a {
    color: #000;
}
.case-study-hero {
    padding-top: 11.46vw;
    padding-bottom: 7.55vw;
    background-image: url(assets/img/bg/case_study_bg.jpg);
    margin-top: -6.51vw;
}
.case-study-list {
    background-color: var(--lp-grey);
    padding: 5.21vw ;
}
.case-study-card a {
    display: block;
    aspect-ratio: 1;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.case-study-card a span {
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.case-study-card a:hover {
    transform: translateY(-0.26vw);
}
.case-study-card a:hover span {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.case-study-card a h3 {
    position: absolute;
    display: flex;
    width: 100%;
    height: 3.39vw;
    padding: 0 1.56vw;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.04vw;
    color: #fff;
    background-color: rgba(0,0,0, 0.75);
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}
.case-study-load-more-wrap {
    text-align: center;
    padding-top: 1.56vw;
}
.case-study-grid > div {
    padding-bottom: 1.56vw;
}
.case-study-load-more {
    background-color: transparent;
    height: 2.6vw;
    text-transform: uppercase;
    border-width: 36.46vw;
    font-size: 0.94vw;
    border: 0.1vw solid var(--lp-red);
    color: #000;
    border-radius: 0.21vw;
    padding: 0 2.08vw;
    font-weight: 700;
    cursor: pointer;
}
.case-study-load-more:hover {
    background-color: var(--lp-red);
    color: #fff;
}
.case-study-list.cell-bg-before:before {
    top: 28%
}
.case-study-hero-filters {
    width: 19.27vw;
}
.case-study-filter-field--search {
    position: relative;
    height: 3.13vw;
    border: 0.05vw solid #000;
    border-radius: 0.21vw;
    margin-bottom: 0.52vw;
}
.case-study-filter-field--search input[type="text"] {
    width: 100%;
    height: 100%;
    padding-left: 1.56vw;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 0.94vw;
    border: none;
    background-color: transparent;
}
.case-study-filter-field--search button {
    background-image: url(assets/img/icons/search.png);
    background-size: 0.94vw 0.99vw;
    background-position:center;
    font-size: 0;
    background-color: transparent;
    width: 3.13vw;
    height: 3.13vw;
    position: absolute;
    right: 0;
    border: none;
}

.case-study-hero-filters ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
.case-study-hero-filters :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
.case-study-hero-filters ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
.case-study-hero-filters :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000;
}
.case-study-hero-filters ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #000;
}

.case-study-hero-filters ::placeholder { /* Most modern browsers support this now. */
    color:    #000;
}
.js-case-study-filter-select {
    padding-left: 1.46vw;
    height: 3.13vw;
    border: 0.05vw solid #000;
    border-radius: 0.21vw;
    font-weight: 700;
    font-size: 0.94vw;
    width: 100%;
    text-transform: uppercase;
}
.case-study-gallery__item {
    height: 26.04vw;
    padding: 0 0.78vw 1.56vw 0.78vw;
}
.case-study-gallery__item:nth-child(1) {
    width: 100%;
    height: 40.1vw;
}
.case-study-gallery__item:nth-child(2),
.case-study-gallery__item:nth-child(3),
.case-study-gallery__item:nth-child(4),
.case-study-gallery__item:nth-child(6) {
    width: 33.3333%;
}
.case-study-gallery__item:nth-child(5) {
    width: 66.6666%;
}
.case-study-gallery__item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.single-case-study-gallery {
    padding-top: 5.21vw;
    padding-bottom: 3.65vw;
}
.single-case-study-gallery.cell-bg-after:after {
    top: 50%
}
.single-case-study-gallery.cell-bg-before:before {
    top: 98.5%
}
.case-study-featured {
    padding-top: 5.21vw;
    padding-bottom: 4.69vw;
}
.single-case-study-hero-thumbnail {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.single-case-study-hero {
    background-color: #000;
    color: #fff;
}
.single-case-study-hero .flex {
    padding: 4.69vw 0;
}
.single-case-study-hero .flex > .half {
    padding-right: 4.17vw;
}
.single-case-study-hero.cell-bg-before:before {
    top: 95%;
}
.single-case-study-hero h1 {
    margin-bottom: 2.08vw;
}
.single-case-study-hero-meta li {
    border-bottom: 0.05vw solid #292c2e;
    display: flex;
    font-size: 1.04vw;
    padding:1.04vw 0;
}
.single-case-study-hero-meta li strong {
    text-transform: uppercase;
    width: 35%;
}
.single-case-study-hero-meta li span {
    width: 65%;
}
#interior-header-container {
    display: none;
}
.wrap a:not(.button) {
    text-decoration: none !important;
}
.page-id-1236 .lp-why::before, .page-id-1272 .lp-why::before {
    content: "";
    background-color: #000000a1;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    height: 100%;
    inset: 0;
}
.page-template-lp-template  #call-to-action-container {
    display: none !important;
}
.lp-products {
    background-color: #fff;
}
.lp-products h2 {
    color: #000;
}
.wrap, .container-fluid {
    max-width: unset !important;
}
section.lp-hero.cell-bg-after::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
/*Responsive*/
@media (max-width: 966px) {
    .single-case-study-hero-meta li strong {
        text-transform: uppercase;
        width: 45%;
    }
    .single-case-study-hero-meta li span {
        width: 55%;
    }
    .case-study-hero {
        padding-top: 200px;
        padding-bottom: 50px;
        margin-top: -125px;
    }
    .case-study-list {
        padding: 50px 0;
    }
    .case-study-card a:hover {
        transform: translateY(-5px);
    }
    .case-study-card a h3 {
        position: absolute;
        display: flex;
        width: 100%;
        height: 65px;
        padding: 0 20px;
        font-size: 18px;
    }
    .case-study-load-more-wrap {
        padding-top: 30px;
    }
    .case-study-grid > div {
        padding-bottom: 30px;
    }
    .case-study-load-more {
        height: 50px;
        font-size: 18px;
        border: 2px solid var(--lp-red);
        padding: 0 40px;
    }
    .case-study-list.cell-bg-before:before {
        top: 28%
    }
    .case-study-hero-filters {
        width: 100%;
    }
    .case-study-filter-field--search {
        position: relative;
        height: 60px;
        border: 1px solid #000;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .case-study-filter-field--search input[type="text"] {
        width: 100%;
        height: 100%;
        padding-left: 30px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        border: none;
        background-color: transparent;
    }
    .case-study-filter-field--search button {
        background-image: url(assets/img/icons/search.png);
        background-size: 18px 19px;
        background-position:center;
        font-size: 0;
        background-color: transparent;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        border: none;
    }
    .js-case-study-filter-select {
        padding-left: 28px;
        height: 60px;
        border: 1px solid #000;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        width: 100%;
        text-transform: uppercase;
    }
    .case-study-gallery__item {
        height: 300px;
        padding: 0 5px 10px 5px;
    }
    .case-study-gallery__item:nth-child(1) {
        width: 100%;
        height: 470px;
    }
    .case-study-gallery__item:nth-child(2),
    .case-study-gallery__item:nth-child(3),
    .case-study-gallery__item:nth-child(4),
    .case-study-gallery__item:nth-child(6) {
        width: 33.3333%;
    }
    .case-study-gallery__item:nth-child(5) {
        width: 66.6666%;
    }
    .single-case-study-gallery {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .single-case-study-gallery.cell-bg-after:after {
        top: 50%
    }
    .single-case-study-gallery.cell-bg-before:before {
        top: 98.5%
    }
    .case-study-featured {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .single-case-study-hero-thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        position: relative;
        right: unset;
        top: unset;
        background-size: cover;
        background-position: center;
    }
    .single-case-study-hero .flex {
        padding: 40px 0;
    }
    .single-case-study-hero .flex > .half {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .single-case-study-hero h1 {
        margin-bottom: 20px;
        font-size: 42px;
    }
    .single-case-study-hero-meta li {
        border-bottom: 1px solid #292c2e;
        font-size: 20px;
        padding:10px 0;
    }
    .container.ultra-wide-container {
        max-width:1700px !important;
    }
    .container.xlarge-container {
        max-width: 1380px;
    }
    #mobile-menu-toggle {
        display: block;
        z-index: 999;
    }
    .menu-main-menu-container {
        display: none;
    }
    #mobile-menu-toggle {
        width: 32px;
        z-index: 999;
        position: relative;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 3px;
        background-color: var(--lp-red);
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #mobile-menu {
        max-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        padding: 80px 0 130px 0;
        z-index: 8;
        width: 100%;
        background-color: #fff;
    }
    #mobile-menu > nav li.btn a {
        width: 100%;
        max-width: 370px;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 20px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color:var(--lp-red);
        font-size: 28px !important;
        width: 100%;
        letter-spacing: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu > nav > ul > li > .sub-menu {
        background-color: #14377d;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li:not(:last-child) {
        margin-bottom: 20px;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li > a {
        color: #fff;
        font-size: 20px !important;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    .lp-projects-slider {
        margin-bottom: 30px !important;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .mobile {
        display: block !important;
    }
    .footer-logo img{
        max-width: 110px;
    }
    body {
        font-size: 20px !important;
    }
    .flex {
        min-height: 2px;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 36px !important;
        margin-bottom: 30px !important;
    }
    a.btn, input[type="submit"], .btn a, #header-container > div > div > div:last-child ul li.button a, sticky-header-container > div > div > div:last-child ul li.button a {
        font-size: 18px;
        padding: 17px 30px;
        min-width: 180px;
        border-radius: 4px;
    }
    a.btn.transparent {
        border: 1px solid #fff;
        padding: 16px 30px;
    }
    .container {
        max-width: 1200px !important;
    }
    .container.wide-container {
        max-width: 1400px !important;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-page h2 {
        font-size: 48px;
    }
    .default-page h3 {
        font-size: 36px;
    }
    .default-page h4 {
        font-size: 18px;
    }
    .default-page h5 {
        font-size: 16px;
    }
    .default-page h6 {
        font-size: 14px;
    }
    .default-page ul, .default-page ol {
        padding-left: 15px;
        padding-bottom: 36px;
    }
    .default-page ul li {
        padding-left: 20px;
    }
    .default-page li {
        margin-bottom: 5px;
    }
    img.alignleft {
        margin-right: 90px;
    }
    img.alignright {
        margin-left: 90px;
    }
    .cell-bg-after:after {
        width: 270px;
        height: 549px;
    }
    .cell-bg-before:before {
        width: 140px;
        height: 416px;
    }
    .stylized-list li {
        padding-left: 30px;
    }
    .stylized-list li:before {
        width: 14px;
        height: 16px;
        top: 10px;
    }
    .header-logo {
        max-width: 220px;
    }
    .header-nav {
        padding: 20px 0;
    }
    .menu-main-menu-container > ul > li > a {
        font-size: 18px;
    }
    .menu-main-menu-container > ul > li:not(:last-child) {
        margin-right: 35px;
    }
    .lp-hero {
        padding-top: 180px;
        padding-bottom: 200px;
        margin-top: -140px;
        text-align: center;
    }
    .lp-hero.cell-bg-after:after {
        bottom: -300px;
    }
    .lp-hero-content h1 {
        font-size: 42px !important;
        margin-bottom: 20px;
    }
    .lp-hero-content p {
        margin-bottom: 65px;
        font-size: 22px;
    }
    .lp-hero-content {
        padding-right: 0;
    }
    .lp-hero-content ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .lp-hero-content ul li {
        margin: 10px !important;
    }
    .lp-image-text {
        padding-bottom: 70px;
    }
    .custom-features .flex > .half:first-child {
        margin-top: -70px;
        margin-bottom: 30px;
    }
    .custom-features .flex > .half:last-child {
        padding-top: 0;
        padding-left: 0;
    }
    .custom-features.cell-bg-before:before {
        bottom: -208px;
    }
    .lp-products {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .lp-products-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .lp-products-list-item-wrapper {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .lp-products-list-item {
        padding-left: 40px;
        padding-right: 55px;
        padding-bottom: 30px;
    }
    .lp-products-list-item h3 {
        margin-bottom: 20px;
        min-height: 54px;
        font-size: 20px;
    }
    .lp-products.cell-bg-after:after {
        bottom: -210px;
    }
    .lp-why {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .lp-why .flex > .half:first-child {
        padding-right: 0;
    }
    .lp-why .flex > .half:last-child {
        padding-left: 0;
    }
    .lp-why .flex > .half:last-child li {
        margin-bottom: 15px;
    }
    .lp-features {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .lp-features.cell-bg-before:after {
        top: 100px;
    }
    .lp-features-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .lp-features-list-item-wrapper {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .lp-features-list-item {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .lp-features-list-item span {
        height: 55px;
        margin-bottom: 80px;
    }
    .lp-features-list-item h3 {
        font-size: 20px;
    }
    .lp-expertise {
        padding: 70px 0;
    }
    .lp-expertise.cell-bg-after:after {
        bottom: -205px;
    }
    .lp-expertise .flex > .half:first-child {
        padding-right: 60px;
    }
    .lp-projects {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .lp-projects .flex > .half:last-child {
        padding-left: 0;
    }
    .lp-related-links {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .lp-related-links-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .lp-related-links-list-item-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        width: 100%;
    }
    .lp-related-links h4 {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .lp-related-links-list-item {
        font-size: 15px;
        padding: 17px 5px;
        border-radius: 4px;
        border: 1px solid var(--lp-red);
    }
    .lp-cta {
        padding-top: 115px;
        padding-bottom: 75px;
    }
    .lp-cta .center-text {
        max-width: 820px;
    }
    .lp-cta h2 {
        margin-bottom: 30px !important;
    }
    .lp-cta p {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .footer-nav {
        padding: 65px;
    }
    .footer-nav .flex > div {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-logo a {
        display: block;
        margin: 0 auto;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-social ul li:not(:last-child) {
        margin-right: 20px;
    }
    .footer-social ul li a {
        width: 40px;
        height: 40px;
        font-size: 32px;
        border-radius: 4px;
    }
}
@media (max-width: 768px) {
    .lp-features-list-item span {
        margin-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .lp-products-list-item-wrapper {
        width: 100%;
    }
    .lp-features-list-item {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .lp-features-list-item h3 {
        font-size: 14px;
    }
    .cell-bg-after:after, .cell-bg-before:before {
        display: none !important;
    }
}
