/*!
Theme Name: Divi-Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Divi resets
 */
.et_pb_slide_description {
    text-shadow: none !important;
}

/**
 * Common
 */
.et_pb_row.center-vertically {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

h1 {
    font-weight: 800;
}

p {
    margin: 0 0 30px 0;
    padding: 0;
    letter-spacing: -0.5px;
}

p:last-child {
    margin-bottom: 0;
}

.slick-arrow {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.slick-arrow svg {
    display: block;
}

.slick-arrow path {
    transition: 0.25s ease;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s ease;
    z-index: 100;
    height: 85px;
}

#site-header .logo {
    position: relative;
    top: 25px;
    transition: 0.5s ease;
    width: 310px;
    opacity: 1;
}

#site-header .logo img {
    position: absolute;
    z-index: 10;
}

#site-header .logo-mark {
    position: relative;
    top: -1px;
    opacity: 0;
    width: 52px;
}

#site-header .logo-mark img {
    position: absolute;
    z-index: 10;
}

#site-header .main-nav {
    position: absolute;
    top: 35px;
    right: 0;
    background: none !important;
    transition: 0.5s ease;
}

#site-header .main-nav nav > ul {
    align-items: center;
}

#site-header .main-nav nav > ul > li {
    padding: 0;
    margin: 0 0 0 25px;
}

#site-header .main-nav nav > ul > li > a {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    text-decoration: none;
    text-underline-offset: 5px;
    display: inline-block;
    font-weight: 600;
    opacity: 1;
    padding-bottom: 21px;
    padding-top: 21px;
    position: relative;
}

#site-header .main-nav nav > ul > li.current-menu-item > a,
#site-header .main-nav nav > ul > li.current-menu-ancestor > a {
    text-decoration: underline;
}

#site-header .main-nav nav > ul > li > a:before,
#site-header button.toggle-search:before {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    width: 0%;
    transition: 0.35s ease;
}

#site-header button.toggle-search:before {
    bottom: -2px;
}

#site-header .main-nav nav > ul > li > a:after {
    color: #fff;
    top: 21px;
}

#site-header .main-nav nav > ul > li:hover > a:before,
#site-header button.toggle-search:hover:before,
#site-header button.toggle-search:focus:before,
#site-header .main-nav nav > ul > li > a:focus:before,
#site-header .main-nav nav > ul > li > a:hover:before {
    width: 100%;
}

#site-header .main-nav nav > ul > li.contact > a {
    border: solid 2px #fff;
    padding: 12px 20px;
    border-radius: 23px;
}

#site-header .main-nav nav > ul > li.contact > a:focus,
#site-header .main-nav nav > ul > li.contact > a:hover {
    background: #021c5a;
    color: #fff;
    border-color: #021c5a;
}

#site-header .main-nav nav > ul > li.portal > a {
    color: #C1E9FF;
}

#site-header .main-nav nav > ul > li.portal > a:before {
    background: #C1E9FF;
}

#site-header .main-nav nav > ul > li.cta > a:focus,
#site-header .main-nav nav > ul > li.cta > a:hover {
    background: #107bd5;
}

#site-header .main-nav nav > ul > li.contact > a:before {
    display: none;
}

#site-header .main-nav nav > ul > li > ul,
body.error404.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul,
body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul,
body.error404 #site-header .main-nav nav > ul > li > ul,
body.et-db #site-header .main-nav nav > ul > li > ul {
    background: #fff !important;
    border-top-color: #008ad2;
}

#site-header .main-nav nav > ul > li > ul > li {
    padding: 0;
    display: block;
}

#site-header .main-nav nav > ul > li > ul a {
    color: #021C5A;
    width: auto;
    background: none;
    opacity: 1;
    line-height: 18px;
}

#site-header .main-nav nav > ul > li > ul a:focus,
#site-header .main-nav nav > ul > li > ul a:hover {
    /*
     * Jacqui is requesting color, WT wants underline
    color: #0D9CD8;
    */
    text-decoration: underline;
}

#site-header .secondary-nav {
    position: absolute;
    top: -29px;
    right: 0;
    color: #6ba4da;
    font-size: 11px;    
}

#site-header .secondary-nav a {
    color: #6ba4da;
}

#site-header .secondary-nav a:focus,
#site-header .secondary-nav a:hover {
    text-decoration: underline;
    color: #fff;
}

#site-header .mobile_menu_bar {
    margin-top: 10px;
}

#site-header .mobile_menu_bar::before {
    color: #fff;
}

#site-header .site-search {
    position: absolute;
    top: 43px;
    right: 0;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

#site-header .site-search .et_pb_code_inner {
    display: flex;
    align-items: center;
}

#site-header .site-search form {
    background: #fff;
    width: 300px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#site-header .site-search form input {
    border: none;
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 19px;
    color: #1C3253;
    padding: 10px 20px;
    background: none;
}

#site-header .site-search form button {
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
}

#site-header .site-search .close path {
    fill: #fff;
}

body.show-search #site-header .site-search {
    opacity: 1;
    pointer-events: all;
}

body.show-search #site-header .main-nav {
    opacity: 0;
    pointer-events: none;
}

#site-footer a {
    color: #fff;
    text-decoration: none;
}

#site-footer a:not(.btn):focus,
#site-footer a:not(.btn):hover {
    text-decoration: underline;
}

#site-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#site-footer li + li {
    margin-top: 5px;
}

#site-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#site-footer .social-media li + li {
    margin: 0 0 0 20px;
}

#site-footer .btn {
    white-space: nowrap;
}

body.sticky-header #site-header,
body.sticky-header.error404.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section,
body.sticky-header.error404 #site-header,
body.sticky-header.et-db #site-header,
body.sticky-header.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section  {
    background: #008ad2 !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    height: 57px;
    padding-top: 10px;
}

body.sticky-header #site-header .logo,
body.sticky-header.error404 #site-header .logo,
body.sticky-header.et-db #site-header .logo {
    top: 3px;
    /* width: 200px; */
    opacity: 0;
}

body.sticky-header #site-header .logo-mark,
body.sticky-header.error404 #site-header .logo-mark,
body.sticky-header.et-db #site-header .logo-mark {
    opacity: 1;
}

body.sticky-header #site-header .main-nav,
body.sticky-header.error404 #site-header .main-nav,
body.sticky-header.et-db #site-header .main-nav {
    top: -11px;
}

body.sticky-header #site-header .site-search {
    top: -1px;
}

.btn {
    background: #E16033;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 13px 40px;
    border: solid 2px #E16033;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
    top: 0;
    transition: 0.35s ease-out;
    text-shadow: none;
}

/*
.btn:before {
    position: absolute;
    content: "";
    top: calc(100% + 4px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #d95122;
    z-index: -1;
    transition: 0.5s ease-out;
}
*/

.btn.medium {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 20px;
}

.btn:after {
    display: inline-block;
    position: relative;
    top: -1px;
    content: "";
    width: 13px;
    height: 10px;
    background: currentColor;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-mask-image: url(images/right-arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;    
    mask-image: url(images/right-arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
}

.btn:focus,
.btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    transition: 0.35s ease-out !important;
}

.btn:focus:before,
.btn:hover:before {
    top: 0%;
}

.btn:focus:after,
.btn:hover:after {
}

.btn.sml {
    font-size: 15px;
}

.btn.white-outline {
    background: none;
    border-color: #fff;
}

.btn.white-outline:focus,
.btn.white-outline:hover {
    background: #d95122;
    border-color: #d95122;
}

.btn.inline {
    margin: 25px;
}

.btn.pill {
    font-size: 15px;
    line-height: 19px;
    margin: 0 8px 8px 0;
    padding: 7px 10px;
    border-radius: 26px;
    font-weight: 600;
}

.btn.pill:after {
    display: none;
}

.upper-curve-mask,
.callout-banner:before,
.page-title-banner {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    -webkit-mask-size: cover;     
    mask-repeat: no-repeat;
    mask-position: center bottom;
    mask-size: cover;  
}

#home-hero {
    z-index: 1;
}

#home-hero:before,
#home-hero:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#home-hero:before {
    background: url(images/hero.jpg) no-repeat right center;
    background-size: cover;
    -webkit-mask-image: url(images/home-hero-mask.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center bottom;
    mask-image: url(images/home-hero-mask.svg);
    mask-size: cover;
    mask-position: center bottom;
}

#home-hero:after {
    background: url(images/bg-blue-wave-tall.png) no-repeat center calc(100% + 5px);
    background-size: cover;
}

#home-after-hero .et_pb_row,
#home-after-hero .et_pb_column,
#home-after-hero .et_pb_image_wrap {
    position: static;
}

#home-after-hero .photo {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}

#home-after-hero .photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upper-curve-mask {
    -webkit-mask-image: url(images/upper-curve-mask-tall.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    mask-image: url(images/upper-curve-mask-tall.svg);
}

.upper-wave {
    background: url(images/bg-waves-section.webp) no-repeat center top;
    background-size: cover;
}

.upper-curve:before {
    background: url(images/bg-top-curve.png) no-repeat center top;
    background-size: cover;
}

.light-blue-upper-wave:before {
    content: "";
    background: url(images/bg-light-blue-waves.png) no-repeat center center;
    display: block;
    width: 100%;
    padding-bottom: 11%;
    background-size: 100% auto;
}

.inline-dots {
    margin: 10px 0 30px 0;
    padding: 0 !important;
    list-style-type: none !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inline-dots li {
    display: inline-block;
    vertical-align: middle;
}

.inline-dots li + li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.callout-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.callout-banner:before {
    position: absolute;
    content: "";
    top: 0;
    right: -2px;
    left: -2px;
    height: 200px;
    z-index: 1;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #d9f2fd 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d9f2fd 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#d9f2fd 100%);
    -webkit-mask-image: url(images/callout-banner-mask.svg);      
    mask-image: url(images/callout-banner-mask.svg);      

    flex-direction: column;
    justify-content: space-between;
    justify-self: flex-end;
    align-self: flex-end;
    justify-self: flex-end;
}

.callout-banner h2 {
    margin: 0 0 40px 0;
}

.bottom-blue-curve + .callout-banner:before {
    display: none;
}

.bottom-photo-curve + .callout-banner:before {
    display: none;
}

.page-title-banner h1 {
    letter-spacing: -0.5px;
}

.page-title-banner p {
    letter-spacing: normal;
}

.page-title-banner:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000B26;
    opacity: 0.45;
}

.page-title-banner.light-tint:before {
    opacity: 0.25;
}

.page-title-banner.no-mask:before {
    display: none;
}

.page-title-banner:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/bg-page-title-swoosh.png) no-repeat center bottom;
    background-size: cover;
}

.page-title-banner h1 {
    font-weight: 800 !important;
}

.job-site-tiles {
    display: flex;
    flex-wrap: wrap;
}

.job-site-tiles a {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 120px;
    padding: 20px;
    margin: 20px 25px 0 0;
    border: solid 2px #fff;
    box-shadow: 0 3px 0 rgba(0,0,0,0.15);
}

.job-site-tiles a:focus,
.job-site-tiles a:hover {
    border-color: #008ad2;
}

.core-values-row {
    position: relative;
    min-height: 520px;
    border-radius: 10px;
    overflow: hidden;
}

.core-values-row h3 {
    font-size: 30px;
    line-height: 1.125em;
    margin: 30px 0 20px 0;
    letter-spacing: -0.75px;
}

.core-values-row button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    color: inherit;
    font-weight: inherit;
}

.core-values-row .et_pb_column {
    padding-bottom: 20px;
    transition: 300ms ease;
}

.core-values-row .et_pb_column:hover {
    background-color: rgba(225,96,51,0.92);
}

.core-values-row .et_pb_column:hover .content {
    opacity: 1;
}

.core-values-row .et_pb_column:hover .et_pb_text {
    transform: translateY(0px);
}

.core-values-row .et_pb_text {
    transform: translateY(40px);
    transition: 300ms ease;
}

.core-values-row .content {
    opacity: 0;
    transition: 300ms ease;
}

.core-values-row .value-1 {
    background: #0843A780;
}

.core-values-row .value-2 {
    background: rgba(2,28,90,0.55);
}

.core-values-row .value-3 {
    background: rgba(8,67,167,0.55);
}

.core-values-row .value-4 {
    background: rgba(2,28,90,0.55);
}

.core-values-row .bg {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/core-values.jpg) no-repeat center center;
    background-size: cover;
    transition: 300ms ease;
    transform: scale(1);
}

.core-values-row .bg-1 {
    background-image: url(images/core-value-client-first.jpg);
    opacity: 0;
}

.core-values-row .bg-2 {
    background-image: url(images/core-value-ideation.jpg);
    opacity: 0;
}

.core-values-row .bg-3 {
    background-image: url(images/core-value-resourcefulness.jpg);
    opacity: 0;
}

.core-values-row .bg-4 {
    background-image: url(images/core-value-continuous-improvement.jpg);
    opacity: 0;
}

.core-values-row.rentals .bg {
    background-image: url(images/rentals-0.jpg);
}

.core-values-row.rentals .bg-1 {
    background-image: url(images/rentals-1.jpg);
    opacity: 0;
}

.core-values-row.rentals .bg-2 {
    background-image: url(images/rentals-2.jpg);
    opacity: 0;
}

.core-values-row.rentals .bg-3 {
    background-image: url(images/rentals-3.jpg);
    opacity: 0;
}

.core-values-row.rentals .bg-4 {
    background-image: url(images/rentals-4.jpg);
    opacity: 0;
}

.core-values-row.rentals div.content{
    text-align: center;
}

.core-values-row.rentals ul{
    display: inline-block;
}

.core-values-row.value-1 .bg-1 {
    opacity: 1;
    transform: scale(1.05);
}

.core-values-row.value-2 .bg-2 {
    opacity: 1;
    transform: scale(1.05);
}

.core-values-row.value-3 .bg-3 {
    opacity: 1;
    transform: scale(1.05);
}

.core-values-row.value-4 .bg-4 {
    opacity: 1;
    transform: scale(1.05);
}

.cards .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cards .et_pb_column .et_pb_text:last-child {
    max-height: 0px;
    transition: 0.5s ease;
    opacity: 0;
    overflow: hidden;
}

.cards .et_pb_column:hover .et_pb_text:last-child,
.cards .et_pb_column:focus-within .et_pb_text:last-child {
    opacity: 1;
    max-height: 400px;
}

button.plain {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    background: none;
    border: none;
}

.tab-tiles button {
    font-weight: bold;
    color: #021C5A;
}

.tab-tiles .et_pb_column {
    border: solid 2px transparent;
    cursor: pointer;
    overflow: visible;
}

.tab-tiles .et_pb_column:hover,
.tab-tiles .et_pb_column:focus-within:not(.active) {
    border-color: #021C5A;
}

.tab-tiles .et_pb_column.active,
.tab-tiles .et_pb_column:focus-within {
    background: #fff;
}

.tab-tiles .et_pb_column.active:before {
    position: absolute;
    content: "";
    border: solid 14px transparent;
    border-width: 14px 9px;
    border-top-color: #021C5A;
    left: calc(50% - 7px);
    bottom: -42px;
}

.tab-tiles .et_pb_image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.tab-tile-row {
    transition: opacity 1s ease;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.tab-tile-row.active {
    opacity: 1;
    height: auto;
}

.market-slider h3 {
    text-align: left;
    margin: 0 0 20px 0;
}

.market-slider .et_pb_slide {
    cursor: pointer;
}

.market-slider .et-pb-slider-arrows,
.market-slider .et-pb-controllers {
    display: none;
}

.market-slider .et_pb_slider_container_inner {
    vertical-align: bottom;
}

.market-slider .et_pb_slide_description {
    animation-name: none !important;
}

.market-slider-controls .et_pb_text_inner,
.market-slider-controls p {
    display: flex;
    flex-wrap: wrap;
}

.market-slider-controls button {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: solid 2px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s ease;
    margin-right: 15px;
}

.market-slider-controls button:focus,
.market-slider-controls button:hover {
    border-color: #0D9CD8;
}

.market-slider-controls button.active {
    background: #0D9CD8;
}

.market-slider-controls button.active path {
    fill: #fff;
}

.stats {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    text-transform: uppercase;
    text-align: center;
}

.stats > li {
    flex: 1;    
    list-style-type: none;
}

.stats strong {
    display: block;
    font-size: 80px;
    line-height: 1em;
    color: #0D9CD8;
    margin: 0 0 10px 0;
}

.bottom-blue-curve:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background: url(images/bg-bottom-blue-curve.png) no-repeat center bottom;
    background-size: cover;
    height: 100px;
    z-index: 5;
}

.bottom-photo-curve:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat center center;
    background-size: cover;
    -webkit-mask-image: url(images/bottom-curve-mask-tall.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;   
    -webkit-mask-position: center bottom; 
    mask-image: url(images/bottom-curve-mask-tall.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center bottom;
}

.bottom-photo-curve.other-things:before {
    background-image: url(images/bg-other-things.jpg);
}

.project-slider {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    visibility: hidden;
}

.project-slider.slick-initialized {
    visibility: visible;
}

.project-slider h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
}

.project-slider a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.project-slider a:focus,
.project-slider a:hover {
    text-decoration: underline;
}

.project-slider .thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 56.25%;
}

.project-slider .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.5s ease;
}

.project-slider .slick-slide:hover .thumb img,
.project-slider .slick-slide:focus-within .thumb img {
    transform: scale(1.1);
}

.project-slider .location {
    font-weight: bold;
    text-transform: uppercase;
    color: #0D9CD8;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.project-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}

.project-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.project-slider .slick-slide {
    padding: 0 20px;
}

.project-slider .slick-arrow:focus path,
.project-slider .slick-arrow:hover path {
    fill: #fff;
}

#projects {
    display: flex;
    flex-wrap: wrap;
}

#projects > .left {
    width: 300px;
}

#projects > .right {
    width: calc(100% - 300px);
    padding: 0 0 0 50px;
}

#projects > .right h2 {
    font-weight: bold;
}

#projects .filters {
    background-color: #EBF8FF;
    border-radius: 10px;
    padding: 30px;
    font-size: 15px;
    line-height: 19px;
}

#projects .filters h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 23px;
}

#projects .filters h2 button {
    display: none;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

#projects .filters h2 button .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#projects .filters h3,
#projects .filters h3 {
    margin: 0 0 15px 0;
    font-size: 23px;
    font-weight: bold;
}

#projects .filters a:focus,
#projects .filters a:hover {
    text-decoration: underline;
}

#projects .filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#projects .filters li + li {
    margin-top: 5px;
}

#projects .filters [type="text"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background: #fff;
}

#projects .filters .keywords {
    margin-top: 20px;
}

#projects .filters .group + .group {
    border-top: solid 1px #707070;
    margin-top: 20px;
    padding-top: 20px;
}

#projects .filter-summary {
    background-color: #EBF8FF;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 30px 0;
}

#projects .filter-summary a:focus,
#projects .filter-summary a:hover {
    text-decoration: underline;
}

#project-results {
    margin: 40px 0 0 0;
}

.projects {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.projects > div {
    padding: 0 20px 40px 20px;
    width: 33.3333%;
}

.projects h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
}

.projects a {
    text-decoration: none;
}

.projects a:focus,
.projects a:hover {
    text-decoration: underline;
}

.projects .thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 66%;
}

.projects .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.projects .location {
    font-weight: bold;
    text-transform: uppercase;
    color: #0D9CD8;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.custom-checkbox {
    position: absolute;
    width: 0px;
    height: 0px;
    left: -100000px;
}

.custom-checkbox + label {
    position: relative;
    padding: 0 0 0 25px;
}

.custom-checkbox + label:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: solid 1px #707070;
    background: #fff;
}

.custom-checkbox:checked + label:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #0D9CD8;
}

.pagination {
    border-top: solid 1px #707070;
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 37px;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 37px;
    text-align: center;
    border: solid 1px transparent;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:hover {
    color: #021C5A;
}

.pagination .page-numbers.current {
    border: solid 1px #707070;
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    display: none;
}

#loading .circle {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: #ccc;
    border: 5px solid #008ad2;
    border-radius: 50%;
    overflow: hidden;
}

#loading .wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: #4973ff;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

#loading .wave:before,
#loading .wave:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

#loading .wave:before{
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    animation: animate 5s linear infinite;
}

#loading .wave:after{
    border-radius: 40%;
    background: rgba(255, 255, 255, .5);
    animation: animate 10s linear infinite;
}

@keyframes animate{
    0%{
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100%{
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.header-tint:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000B26;
    opacity: 0.45;
}

.project-header {
    position: relative;
}

.project-header:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/bg-top-curve.png?r=1) no-repeat center bottom;
    background-size: 100% auto;
}

.project-header:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000B26;
    opacity: 0.45;
}

.project-header.light-tint:before {
    opacity: 0.25;
}

.project-header.no-mask:before{
    display:none;
}

.project-sidebar {
    overflow: visible !important;
}

.project-sidebar ul {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

.project-sidebar ul:not(:last-child) {
    margin-bottom: 20px;
}

.project-sidebar a:focus,
.project-sidebar a:hover {
    text-decoration: underline;
}

.project-sidebar h2 {
    font-weight: bold;
}

.project-sidebar a:not(.btn) {
    color: #0843A7;
}

.project-sidebar a:not(.btn):focus,
.project-sidebar a:not(.btn):hover {
    color: #1373C2;
    text-decoration: none;
}

.project-sidebar .icon {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -82px;
    left: calc(50% - 32px);
}

.project-sidebar .group + .group {
    border-top: solid 1px #707070;
    margin-top: 30px;
    padding-top: 30px;
}

.icon-links {
    display: flex;
    flex-wrap: wrap;
    line-height: 22px;
    margin: 30px 0 0 0;    
}

.icon-links a {
    color: #0C77C6;
    display: flex;
    align-items: center;
    max-width: 175px;
    padding: 0 20px 0 0;
    margin: 10px 0 0 0;
}

.icon-links a svg {
    margin-right: 10px;
    min-width: 40px;
}

.icon-links a:focus,
.icon-links a:hover {
    color: #000;
}

.icon-links a:focus path,
.icon-links a:hover path {
    fill: #000;
}

.journey {
    overflow: hidden;
}

.journey .et_pb_column,
.journey .et_pb_text,
.journey .et_pb_text_inner {
    position: static;
}

.journey .number {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #0C77C6;
    font-size: 28px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 32px);
    z-index: 2;
}

.journey .number .space {
    display: none;
}

.journey .et_pb_row:nth-child(2) .number {
    background: #0843A7;
}

.journey .et_pb_row:nth-child(3) .number {
    background: #021C5A;
}

.journey .et_pb_row:nth-child(2) .icon-links a {
    color: #0843A7;
}

.journey .et_pb_row:nth-child(3) .number {
    background: #021C5A;
    z-index: 1;
}

/*
.journey .et_pb_row:nth-child(3) .number:before {
    content: "";
    position: absolute;
    bottom: 64px;
    width: 1px;
    height: 5000px;
    border-left: dashed 1px #1C3253;
    left: 33px;
}
*/
.journey .et_pb_row:nth-child(3):before {
    content: "";
    position: absolute;
    top: -5000px;
    width: 1px;
    height: 5000px;
    border-left: dashed 1px #1C3253;
    left: calc(50%);
}

.journey .et_pb_row:nth-child(3) .icon-links a {
    color: #021C5A;
}

.journey .et_pb_row:nth-child(2) .icon-links a:focus,
.journey .et_pb_row:nth-child(2) .icon-links a:hover,
.journey .et_pb_row:nth-child(3) .icon-links a:focus,
.journey .et_pb_row:nth-child(3) .icon-links a:hover {
    color: #000;
}

.js .journey .et_pb_module {
    transition: .75s ease-out;
    opacity: 0;
}

.js .journey .number {
    transition: .75s ease-out;
    transform: scale(0);
}

.js .journey .et_pb_module.active {
    opacity: 1;
}

.js .journey .et_pb_module.active .number {
    transform: scale(1);
}

.containment-callout h3 {
    margin: 30px 0 10px 0;
}

.containment-callout .et_pb_text {
    background-size: 130px auto;
}

ul.two-cols {
    column-count: 2;
    column-gap: 40px;
}

.featured-systems .et_pb_image {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
}

.featured-systems a {
    color: #0843A7;
}

.featured-systems a:focus,
.featured-systems a:hover {
    color: #000;
}

.systems-row .et_pb_image {
    display: flex;
    align-items: center;
    min-height: 300px;
    background: url(images/bg-blue-circle.svg) no-repeat center center;
    background-size: contain;
}

.tabbed-row .tabs button {
    background: #ceecfa;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
    color: #021C5A;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
    transition: 0.25s ease;
}

.tabbed-row .tabs button:focus,
.tabbed-row .tabs button:hover,
.tabbed-row .tabs button.active {
    box-shadow: 0 3px 4px rgba(0,0,0,0.15);
    background: #fff;
}

.tabbed-row .tabs button.active:after {
    position: absolute;
    content: "";
    top: calc(50% - 10px);
    right: -41px;
    border: solid 10px transparent;
    border-width: 10px 16px;
    border-left-color: #021C5A;
}

.tabbed-row .content .et_pb_text {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
    margin: 0 !important;
}

.tabbed-row .content .et_pb_text:not(.active) {
    padding: 0 !important;
}

.tabbed-row .content .et_pb_text.active {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.other-things-row h3 {
    margin: 0 0 20px 0;
}

.other-things-row p:not(:last-child) {
    margin-bottom: 10px;
}

.project-photos .slider {
    margin: 0 0 20px 0;
}

.project-photos .slider.slick-initialized img {
    opacity: 1;
}

.project-photos .slider .photo {
    position: relative;
    padding-bottom: 55%;
    border-radius: 10px;
    overflow: hidden;
}

.project-photos .slider img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.project-photos .thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px -10px;
}

.project-photos .thumbs > div {
    display: flex;
    width: 16.6667%;
    padding: 0 10px 10px 10px;
}

.project-photos .thumbs button {
    width: 100%;
    padding: 0 0 66% 0;
    background: none;
    cursor: pointer;
    transition: 0.25s ease;
    position: relative;
    border: solid 1px #fff;
    border-radius: 8px;
    overflow: hidden;
}

.project-photos .thumbs button:focus,
.project-photos .thumbs button:hover,
.project-photos .thumbs button.active {
    border-color: #0D9CD8;
}

.project-photos .thumbs button.active img {
    opacity: 1;
}

.project-photos .thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.25s ease;
    opacity: 0.5;
}

.contact-form {
    max-width: 500px;
}

.contact-form p {
    margin: 0 0 15px 0;
}
.contact-form label {
    display: block;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
}

.et_pb_gallery.nav-below {
    padding-bottom: 30px;
    overflow: visible;
}

.et_pb_gallery.nav-below .et-pb-controllers {
    bottom: 0;
    line-height: 0;
}

/*
.js .animate-in-up .et_pb_text_inner * {
    opacity: 1;
    transform: translateY(0px);
}
*/

.js .animate-in-up .et_pb_text_inner * {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease-out;
    transition-property: opacity, transform;
}

.js .animate-in-up.active .et_pb_text_inner * {
    opacity: 1;
    transform: translateY(0);
}

.js .animate-in-up .et_pb_text_inner *:nth-child(1) {
}

.js .animate-in-up .et_pb_text_inner *:nth-child(2) {
    transition-delay: 0.1s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(3) {
    transition-delay: 0.2s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(4) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(5) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(6) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(7) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(8) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(9) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(10) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(11) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(12) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(13) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(14) {
    transition-delay: 0.3s;
}

.js .animate-in-up .et_pb_text_inner *:nth-child(15) {
    transition-delay: 0.3s;
}

.perks-row .animate-in-up {
    background-size: 0 auto;
    transition: 1s ease-out;
}

.perks-row .animate-in-up.active {
    background-size: 50px auto;
}

.js .animate-modules-in-up .et_pb_module {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease-out;
    transition-property: opacity, transform;
}

.js .animate-modules-in-up.active .et_pb_module {
    opacity: 1;
    transform: translateY(0);
}

.js .animate-modules-in-up .et_pb_module:nth-child(2) {
    transition-delay: 0.1s;
}

.js .animate-modules-in-up .et_pb_module:nth-child(3) {
    transition-delay: 0.2s;
}

.social-callout-header {
    display: flex;
    justify-content: space-between;
}

.social-callout-header h2 {
    padding: 0;
    margin: 0;
}

.social-callout-header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -16px 16px -16px;
    padding: 12px 16px;
    border-bottom: solid 1px #cfd9de;
}

.social-callout-header-2:hover,
.social-callout-header-2:focus-within {
    background: #e8f5fd;
}

.social-callout-header-2 h2 {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 27px;
}

.social-callout-header-2 h2 a {
    text-decoration: none;
    color: rgb(15, 20, 25);
    font-weight: 900;
}

.social-callout-header-2 h2 a:focus,
.social-callout-header-2 h2 a:hover {
    text-decoration: underline;
}

.social-callout-header-2 .right a {
    display: inline-block;
    background: rgb(15, 20, 25);
    padding: 6px 16px;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-radius: 30px;
}


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

    #site-header {
        padding: 0 2%;
    }

    #site-header > .et_pb_row {
        max-width: 100%;
        width: 100%;
    }

    #site-header .main-nav nav > ul > li {
        margin-left: 15px;
    }

    .core-values-row h3 {
        font-size: 24px;
    }

}

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

    .projects > div {
        width: 50%;
    }

}

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

    .social-callout-header-2 .right a .on {
        display: none;
    }

}

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

    .core-values-row h3 {
        font-size: 20px;
    }

}

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

    #site-header .logo {
        width: 200px;
        top: 41px;
    }

}

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

    #site-header .main-nav nav > ul > li {
        margin-left: 10px;
    }

    #site-header .main-nav nav > ul > li > a {
        font-size: 13px;
    }

    #projects > .left {
        width: 100%;
        margin: 0 0 40px 0;
    }

    #projects > .right {
        width: 100%;
        padding: 0;
    }

    #projects .filters h2 span:not(.arrow) {
        display: none;
    }

    #projects .filters h2 button {
        display: flex;
        align-items: center;
    }

    #projects .filters h2 button .arrow {
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    #projects .filters.expanded h2 button .arrow {
        transform: rotate(180deg);
        top: 2px;
    }

    #projects .filters .content {
        max-height: 0px;
        overflow: hidden;
    }

    #projects .filters.expanded .content {
        max-height: none;
        overflow: visible;
    }

    .core-values-row h3 {
        font-size: 18px;
    }

}

@media screen and (max-width: 980px) {
    
    body.mobile-nav {
        overflow: hidden;
    }

    #site-header > div.et_pb_row {
        width: 80%;
    }

    #site-header .main-nav {
        left: 0;
    }

    #site-header .et_mobile_menu {
        background: #fff !important;
        max-height: calc(100vh - 90px);
        overflow-y: scroll;
        padding: 10px 30px;
    }

    #site-header .et_mobile_menu a {
        color: #313b4e;
    }

    #site-header .et_mobile_menu a:focus,
    #site-header .et_mobile_menu a:hover {
        text-decoration: underline;
    }

    #site-header .et_mobile_menu > li > a {
        border-bottom: none;
        padding: 7px 0;
        opacity: 1;
        background: none;
        font-weight: bold;
    }

    #site-header .et_mobile_menu > li > ul a {
        padding: 5px 0;
        border: none;
        background: none;
        opacity: 1;
    }

    #site-header .mobile_menu_bar {
        margin-right: -11px;
    }

    #site-footer .social-media {
        justify-content: center;
    }

    #home-after-hero .photo {
        /* margin: 0 -12.5%; */
        position: static;
    }

    #home-after-hero .photo > .et_pb_image_wrap  {
        display: block;
    }

    #home-after-hero .photo img {
        position: static;
    }
    
    .cards .et_pb_column {
        padding-top: 200px;
    }

    .cards .et_pb_column .et_pb_text:last-child {
        max-height: none;
        opacity: 1;
    }

    .journey .number {
        left: 0;
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    /*
    .journey .et_pb_row:nth-child(3) .number:before {
        left: 20px;
        bottom: 20px;
    }
    */
    .journey .et_pb_row:nth-child(3):before {
        left: 20px;
        bottom: 20px;
    }

    #page-container .core-values-row {
        background-color: transparent !important;        
    }

    #page-container .core-values-row h3 {
        font-size: 23px;
        padding: 0;
        margin: 0;
    }

    #page-container .core-values-row button {
        cursor: pointer;
    }

    #page-container .core-values-row p:not(:last-child) {
        margin-bottom: 5px;
    }

    #page-container .core-values-row .bg {
        display: none;
    }

    #page-container .core-values-row .et_pb_column {
        margin-bottom: 10px !important;
        padding: 30px !important;
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    #page-container .core-values-row .et_pb_column:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: no-repeat center center;
        background-size: cover;
    }

    #page-container .core-values-row .et_pb_column:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: #0843A780;
        transition: 0.25s ease;
    }

    #page-container .core-values-row .et_pb_column.value-1:before {
        background-image: url(images/core-value-client-first.jpg);
    }

    #page-container .core-values-row .et_pb_column.value-2:before {
        background-image: url(images/core-value-ideation.jpg);
    }

    #page-container .core-values-row .et_pb_column.value-3:before {
        background-image: url(images/core-value-resourcefulness.jpg);
    }

    #page-container .core-values-row .et_pb_column.value-4:before {
        background-image: url(images/core-value-continuous-improvement.jpg);
    }

    #page-container .core-values-row.rentals .bg {
        background-image: url(images/rentals-1.jpg);
    }

    #page-container .core-values-row.rentals .et_pb_column.value-1:before {
        background-image: url(images/rentals-1.jpg);
    }

    #page-container .core-values-row.rentals .et_pb_column.value-2:before {
        background-image: url(images/rentals-2.jpg);
    }

    #page-container .core-values-row.rentals .et_pb_column.value-3:before {
        background-image: url(images/rentals-3.jpg);
    }

    #page-container .core-values-row.rentals .et_pb_column.value-4:before {
        background-image: url(images/retals-4.jpg);
    }

    #page-container .core-values-row .et_pb_text {
        transform: translateY(0px);
        z-index: 1;
    }

    #page-container .core-values-row .content {
        max-height: 0px;
        overflow: hidden;
    }

    #page-container .core-values-row .et_pb_column:hover:after,
    #page-container .core-values-row .et_pb_column.active:after {
        background: rgba(225,96,51,0.90);
    }

    #page-container .core-values-row .et_pb_column.active .content {
        max-height: 1000px;
        opacity: 1;
        margin-top: 10px;
    }

}

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

    .project-slider {
        padding: 0 0 60px 0;
        margin: 0 -20px;
    }

    .project-slider .slick-arrow {
        top: auto;
        bottom: 0;
        left: auto;
        right: calc(50% + 15px);
    }

    .project-slider .slick-arrow.slick-next {
        right: auto;
        left: calc(50% + 15px);
    }

    .stats {
        flex-wrap: wrap;
    }

    .stats > li {
        flex: auto;
        width: 100%;
    }

    .stats > li + li {
        margin-top: 20px;
    }

}

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

    .projects > div {
        width: 100%;
    }

}

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

    .tab-tiles .et_pb_column {
        display: flex;
        align-items: center;
        padding: 10px 20px !important;
        margin: 0 0 10px 0 !important;
    }

    .tab-tiles .et_pb_column:before {
        display: none;
    }

    .tab-tiles .et_pb_image {
        margin: 0;
        min-height: 1px;
        width: 40px;
        margin-right: 15px;
    }

    .tab-tiles .et_pb_image img {
        max-height: 30px;
        margin: 0 auto;
        display: block;
    }

    .stats {
        font-size: 16px;
    }

    .stats strong {
        font-size: 50px;
    }

    .project-photos .thumbs > div {
        width: 25%;
        padding: 0 5px 10px 5px;
    }

}

.wt-featured-event h3,
.wt-featured-event h4 {
    font-weight: 700;
}

.wt-featured-event a:focus,
.wt-featured-event a:hover {
    text-decoration: underline;
}

.wt-featured-event__thumb,
.wt-event__thumb{
    margin-bottom: 4.242%;
}

.wt-event a:focus,
.wt-event a:hover {
    text-decoration: underline;
}

.wt-event:not(:last-of-type){
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #1c3253;
}

@media screen and (max-width: 980px) {
    .wt-featured-event__thumb {
        margin-bottom: 30px;
    }
}