/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.10.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




/***
GLOBAL
***/
.dsm-lightbox-custom .mfp-title {
    display: none;
}
.float-left {
    float: left;
}
.jump-block a {
    color: #fff;
    border-bottom: 2px solid #fff;
    transition: all .4s;
}
.jump-block a:hover {
    border-bottom: 2px solid #d7592d;
    transition: all .4s;
}
.et_pb_button:after,
.et_pb_button:before {
    display: none !important;
}
#team-block5 .et_pb_module.et_pb_cta_0_tb_footer.et_pb_promo.et_pb_text_align_center.et_pb_bg_layout_light,
#team-block5 .et_pb_module.et_pb_cta_1_tb_footer.et_pb_promo.et_pb_text_align_center.et_pb_bg_layout_light {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    height: 100%;
    padding: 60px 40px !important;
}
:target:before {
    content:"";
    display:block;
    height:120px; /* fixed header height*/
    margin:-120px 0 0; /* negative fixed header height */
}

/***
NAVIGATION
***/

/***
header-cta
***/
#et-top-navigation {
    *float: left;
}
.et-fixed-header #top-menu .nav-cta {
    padding: 11px 24px !important;
    transition: padding .5s;
}
#top-menu .nav-cta {
    transition: padding .5s;
}
div#et-top-navigation,
#top-menu-nav,
#top-menu {
    *width: 100%;
}
#top-menu li.current-menu-item>a {
    opacity: 1;
    color: #53556a !important;
}
#top-menu li.nav-cta a {
    opacity: 1;
    color: #fff !important;
}
.nav-cta a {
    font-size: 15px;
    font-weight: 700;
}
#top-menu li {
    padding-right: 34px;
}
#desktop-fixed .dvmm_mad_menu,
header#main-header,
header#main-header.et-fixed-header {
    box-shadow: 0px 2px 15px 0px #00000040 !important;
    -webkit-box-shadow: 0px 2px 15px 0px #00000040 !important;
}
.button-grad1  {
    border: solid 2px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(
101deg, #03387d, #30b2af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #f5f6f8 inset !important;
}

body .et_pb_bg_layout_light.et_pb_button:hover,
body .et_pb_bg_layout_light .et_pb_button:hover,
body .et_pb_button:hover {
    border-radius: 50px !important;
}
.vert-center,
.vert-center .et_pb_text_inner {
    margin: auto;
}
#home_header .dsm-entry-meta {
    display: none !important;
}
#home_header a.dsm-readmore-btn.et_pb_button {
    border-bottom: 2px solid #96ceec !important;
    border-width: 0px;
    border-radius: 0 !important;
    transition: letter-spacing .4s;
}
#home_header .dsm_image_carousel .swiper-button-prev,
#home_header .dsm_image_carousel .swiper-button-next {
    opacity: 0;
    transition: opacity .4s;
}
#home_header .dsm_image_carousel:hover .swiper-button-prev,
#home_header .dsm_image_carousel:hover .swiper-button-next {
    opacity: 1;
    transition: opacity .4s;
}
#home_header .block_announce p {
    text-decoration: underline;
    transition: letter-spacing .4s;
}
#home_header .block_announce:hover p {
    letter-spacing: .4px;
    transition: letter-spacing .4s;
}
#home_header .et_pb_slider {
    height: 300px;
    width: 300px;
    display: block;
    overflow: visible;
}
#home_header .et_pb_column_1 .et_pb_module {
    margin: 0 0 0 auto !important;
}
#home_header .et_pb_column_2 .et_pb_module {
    margin: 0 auto 0 0 !important;
}
#home_header .et_pb_column_1,
#home_header .et_pb_column_2 {
    max-width: 300px;
}
#home_header .et_pb_column_0 {
    margin-right: 30px;
}

/* Nav Animation - Hover Scale from center */
#top-menu-nav>ul>li>a:hover {
    opacity: 1;
}
#top-menu a,
.et-fixed-header #top-menu a {
    padding-top: 6px;
}
#top-menu a,
#top-menu li.current-menu-item>a {
    display: block;
    position: relative;
    transition: padding 0 !important;
}
#top-menu a::after,
#top-menu li.current-menu-item>a::after,
#top-menu li.current-page-ancestor>a::after  {
    content: '';
    *position: absolute;
    *bottom: 30px !important;
    *left: 0;
    width: 100%;
    height: 2px;
    background-color: #d7592d;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
    margin-top: 5px;
    display: block;
}
#top-menu a:hover::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
}
#top-menu li.current-menu-item>a::after,
#top-menu li.current-menu-item>a:hover::after,
#top-menu li.current-page-ancestor>a::after,
#top-menu li.current-page-ancestor>a:hover::after {
    transform: translate3d(0, 0.2em, 0);
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
}
#top-menu a::after {
    transform: scale(0);
    transform-origin: center;
    opacity: 1;
}
#top-menu a:hover::after {
    transform: scale(1);
}
/* Fixed nav */
.et-fixed-header #top-menu a::after,
.et-fixed-header #top-menu li.current-menu-item>a::after {
    *bottom: 24px !important;
}
.et-fixed-header #top-menu a,
.et-fixed-header #top-menu li.current-menu-item>a {
    transition: padding 0 !important;
}

/***
MOBILE FULLSCREEN NAV
***/
#mobile-fullscreen #menu-mobile-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    height: 75vh;
}
#mobile-fullscreen #menu-mobile-1 li {
    margin: auto;
}
button.dvmm_popup_close {
    height: 55px;
    width: 55px;
    top: 15px;
    right: 15px;
}
#mobile-fullscreen #menu-mobile-1 li.nav-cta {
    max-width: 250px;
}
#mobile-fullscreen #menu-mobile-1 li a {
    text-transform: none !important;
}
#mobile-fullscreen #menu-mobile-1 .current_page_item a {
    font-weight: bold;
    border-bottom: 2px solid #d7592c;
    padding-bottom: 5px;
}
@media screen and (max-width: 980px) {
.dvmm_placeholder {
    height: 0 !important;
}
}



/***
HOME
***/
#home_header .et_pb_column {
    flex: 1;
}
@media screen and (min-width: 480px) and (max-width: 1300px) {
#home_header div#header-animation {
    padding-left: 50px !important;
}
#home_header div#header-animation h1,
#home_header div#header-animation h1 p {
    font-size: 60px !important;
}
}
@media screen and (min-width: 480px) and (max-width: 600px) {
#home_header .et_pb_column_1 .et_pb_module h2 {
    font-size: 18px !important;
}
#home_header .et_pb_column_2 .et_pb_module h2 {
    font-size: 30px !important;
}
#home_header .et_pb_column_1 .et_pb_module.et_pb_text,
#home_header .et_pb_column_2 .et_pb_module.et_pb_text  {
    padding: 0px 20px !important;
}
}
@media screen and (min-width: 480px) and (max-width: 980px) {
#home_header .et_pb_column_1, #home_header .et_pb_column_2 {
    max-width: calc(100vw / 2) !important;
}
#home_header .et_pb_column_1 .et_pb_module,
#home_header .et_pb_column_2 .et_pb_module {
    width: calc(100vw / 2) !important;
    height: calc(100vw / 2) !important;
}
#home_header .et_pb_column_1 .et_pb_module .et_pb_slides,
#home_header .et_pb_column_1 .et_pb_module .et_pb_slides *,
#home_header .et_pb_column_2 .et_pb_module .et_pb_slides,
#home_header .et_pb_column_2 .et_pb_module .et_pb_slides * {
    height: 100% !important;
}
}
@media only screen and (max-width: 1400px) {
    #home_header .et_pb_row_0,
    #home_header .et_pb_column_1,
    #home_header .et_pb_column_2 {
        padding-bottom: 0px !important;
    }
    #home_header .et_pb_column_1 .et_pb_text {
        border-radius: 0px !important;
    }
    #home-block1 {
        margin-top: 0px !important
    }
}
@media only screen and (max-width: 980px) {
#home_header {
    background: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#home_header #header-animation {
    background-image: linear-gradient(1deg,rgba(31,88,142,0.8) 0%,rgba(78,166,178,0.78) 100%), url(https://bbr2.wpengine.com/wp-content/uploads/2021/11/BBR-Website_Photo-Selects_home_hero-tall_small-scaled.jpg);
}
}
#home-block1 .triplet-block h3:before,
#services-block2 .triplet-block h3:before,
#services-sub-block2 .triplet-block h3:before,
#case-study-block4 .triplet-block h3:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #e5ecf1;
    z-index: -1;
    left: -20px;
    top: -15px;
    border-radius: 0 0 99px 0;
}
div#home-block3 {
    background-position: 45vw 0%;
    background-size: 100vw;
}
div#home-block6 {
    background-position: 45vw 0%;
    background-size: 100vw;
}
#home-block3 .dsm_image_carousel .swiper-button-next,
#home-block3 .dsm_image_carousel_1 .swiper-button-next {
    bottom: -60px;
    top: auto;
    right: 0;
}
#home-block6 .dsm_image_carousel .swiper-button-next,
#home-block6 .dsm_image_carousel_1 .swiper-button-next {
    *bottom: -60px;
    *top: auto;
    *left: 120px;
}
#home-block3 .dsm_image_carousel .swiper-button-prev,
#home-block3 .dsm_image_carousel_1 .swiper-button-prev {
    left: auto;
    right: 120px;
    top: auto;
    bottom: -60px;
}
#home-block6 .dsm_image_carousel .swiper-button-prev,
#home-block6 .dsm_image_carousel_1 .swiper-button-prev {
    *right: auto;
    *left: 0px;
    *top: auto;
    *bottom: -60px;
}
@media only screen and (max-width: 980px) {
#home-block3 .swiper-container {
    max-width: 400px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
#home-block3  {
    background-image: url(/wp-content/uploads/2021/09/bg_section3.jpg) !important;
    background-size: auto 660px !important;
    background-position: -50px top !important;    
}
}
@media only screen and (max-width: 980px) {
#home-block3 .et_pb_row .et_pb_column:first-child {
    order: 2;
    margin-top: 100px;
}
#home-block3 .et_pb_row {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
div#home-block3 {
    background-position: -40px 190px;
    background-size: 200%;
    margin: 0px auto;
}
}
#home-block3 .swiper-pagination {
    text-align: right;
    padding-right: 60px;
    z-index: -1;
}
#home-block6 .swiper-pagination {
    *text-align: left;
    *padding-left: 60px;
    z-index: -1;
}
#home-block3 .dsm_image_carousel_1 .swiper-pagination-bullet,
#home-block6 .dsm_image_carousel_1 .swiper-pagination-bullet {
    opacity: .5;
}
#home-block3 .dsm_image_carousel_1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
#home-block6 .dsm_image_carousel_1 .swiper-pagination-bullet.swiper-pagination-bullet-active  {
    opacity: 1;
}
#home-block4 .et_pb_main_blurb_image img[src*=".svg"] {
    height: 140px;
    width: auto;
    margin: auto;
}
#home-block4 .et_pb_blurb_description a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 90%;
    letter-spacing: .5px;
    transition: letter-spacing .5s;
}
#home-block4 .et_pb_blurb_description a::after {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 6px;
    transition: margin .5s;
}
.mfp-gallery .mfp-content:after {
    content: "\e59b";
    display: block;
    position: absolute;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 20px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    text-align: right;
    font-family: 'Font Awesome 6 Pro';
}
#home-block4 .expertise-blocks .et_pb_module.et_pb_blurb:hover .et_pb_blurb_description > p > a {
    letter-spacing: .8px !important;
    transition: all .5s;
}
#home-block4 .expertise-blocks .et_pb_module.et_pb_blurb:hover a::after {
    margin-left: 10px !important;
    transition: margin .5s;
}
#home-block4 .expertise-blocks .et_pb_module.et_pb_blurb {
    box-shadow: 0px 0px 0px 0px #fff, 0px 2px 50px 0px rgba(0, 0, 0, 0.28);
    transition: box-shadow .5s;
}
#home-block4 .expertise-blocks .et_pb_module.et_pb_blurb:hover {
    box-shadow: 0px 0px 0px 5px #fff, 0px 2px 30px 0px rgba(0,0,0,0.58);
    transition: box-shadow .5s;
}
div#home-block5 {
    background-position: -330px 0%;
    background-size: cover;
}
.line-shadow_dark::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #6896ac;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 40px 40px 0 40px;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#home-block6 .line-shadow_light {
    padding: 0 !important;
}
#home-block6 .line-shadow_light::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 60px 60px 60px 0;
    left: -30px;
    bottom: 0;
    visibility: visible;
    z-index: 0;
    opacity: .4;
}
#home-block6 .et_pb_column.et_pb_column_1_2:first-child {
    overflow: hidden !important;
    border-radius: 60px 0 0 0;
}
#home-block3 .swiper-slide.dsm_image_carousel_item{
    transition: transform .4s, visibility .4s;
}
#home-block3 .swiper-slide.dsm_image_carousel_item:hover {
    transform: scale(.98);
    transition: transform .4s, visibility .4s;
}
#home-block3 .swiper-slide.dsm_image_carousel_item:hover:after {
    display: block;
    position: absolute;
    bottom: 18px;
    top: auto;
    color: #fff;
    background: #00000060;
    left: auto;
    right: auto;
    padding: 12px 12px;
    font-size: 12px;
    transition: visibility .4s, transform .4s, display .4s !important;
    visibility: visible !important;
}
#home-block3 .swiper-slide.dsm_image_carousel_item:after {
    visibility: hidden;
    transition: visibility .4s, transform .4s, display .4s !important;
}
#home-block3 .swiper-slide.dsm_image_carousel_item[data-swiper-slide-index="0"]:hover:after {
    content: "Title 0";
}
#home-block3 .swiper-slide.dsm_image_carousel_item[data-swiper-slide-index="1"]:hover:after {
    content: "TABASCO® Email Marketing";
}
#home-block3 .swiper-slide.dsm_image_carousel_item[data-swiper-slide-index="2"]:hover:after {
    content: "Title 2";
}

@media screen and (max-width: 479px) {
div#header-animation {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
}
#home_header .et_pb_column_1,
#home_header .et_pb_column_2 {
    width: 100% !important;
    max-width: 100% !important;
}
#home_header p.rw-static-line.slide {
    font-size: 48px !important;
}
#home_header .et_pb_column_1 .et_pb_module,
#home_header .et_pb_column_2 .et_pb_module
#home_header .et_pb_column .et_pb_module,
#home_header .et_pb_slider_0 .et_pb_slide>.et_pb_container,
#home_header .et_pb_slider_1 .et_pb_slide>.et_pb_container,
#home_header .et_pb_slider_0,
#home_header .et_pb_slider_0 .et_pb_slide,
#home_header .et_pb_slider_1,
#home_header .et_pb_slider_1 .et_pb_slide,
#home_header .et_pb_slider .et_pb_module,
#home_header .et_pb_module.et_pb_text.et_pb_text_5 {
    width: 100% !important;
    height: 100vw !important;
}

div#home-block2 {
    margin: 0px auto;
}
#home-block3 .swiper-pagination {
    text-align: center;
    padding-right: 0;
    z-index: -1;
}
#home-block3 .dsm_image_carousel .swiper-button-prev,
#home-block3 .dsm_image_carousel_1 .swiper-button-prev {
    left: 0;
    right: auto;
    top: auto;
    bottom: -60px;
}
}

@media screen and (max-width: 479px) {
body #page-container .et_pb_section .et_pb_section:hover {
    letter-spacing: 1px !important;
}
}


/* Animated hero text */
#main-content .home_hero {
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    color: #fff!important;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.2em;
    overflow: hidden;
}
.animated_text {
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    padding: 0px !important;
    line-height: 79px !important;
}
.animated_text2 {
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    padding: 0px !important;
    line-height: 79px !important;
}
.animated_container {
    height: 90px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
}
.animated_text .item,
.animated_text2 .item {
    margin: 0;
    display: block;
    height: 90px;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #ffffff82;
    text-underline-offset: 8px;
}
#header-animation .et_pb_text_0 h1, .et_pb_text_1 h1 {
    padding: 0px !important;
}
#header-animation .rw-static-line.slide span {
    display: block;
    padding: 0;
}
#header-animation .rw-static-line.slide b {
    top: -4px;
    padding-bottom: 4px;
}
#header-animation .et_pb_module {
    margin-bottom: 0px;
}
#header-animation .et_pb_module b {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #AEE2FF;
    text-underline-offset: 8px;
}
#header-animation .et_pb_column_0 .rw-static-line.slide .rw-words-wrapper {
    overflow: visble;
}
#header-animation .et_pb_text_1 b {
    *animation-delay: .01s;
}
#header-animation .et_pb_text_2 b {
    *animation-delay: .02s;
}




/***
FOOTER
***/
#footer ul#menu-footer-1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
#footer ul#menu-footer-1 li.menu-item {
    padding-left: 0px;
    padding-right: 0px;
    margin: 10px auto;
}
#footer ul#menu-footer-1 li::marker {
    display: none;
}
#footer ul#menu-footer-1 .nav-cta {
    display: inline-block;
    margin-top: 25px !important;
}
#footer h4.title {
    font-family: 'Montserrat';
}
#footer .textwidget.custom-html-widget p {
    padding-bottom: 5px;
}
#footer .widget_custom_html {
    margin-bottom: 36px !important;
}


#footer #nav_menu-2 {
    margin: 0 auto !important;
    float: none;
}
#footer .nav-cta a {
    color: #fff !important;
}
#footer #newsletter-module h2 {
    color: #d8592e;
    font-size: 22px;
    padding: 0;
}
#footer #newsletter-module p {
    font-size: 16px;
    line-height: 1.6em;
}
#footer #newsletter-module div#et_pb_contact_form_0 {
    margin: 20px auto 0;
}
#footer #newsletter-module .et_pb_button {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 2px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient( 
101deg, #03387d, #30b2af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #ffffff inset!important;
    -webkit-box-shadow: 2px 1000px 1px #ffffff inset !important;
    padding: 12px 40px;
}
#footer #newsletter-module .et_pb_button:hover {
    letter-spacing: 2px;
}
#footer #newsletter-module .et_pb_button:after,
#footer #newsletter-module .et_pb_button:before {
    line-height: .7em;
}
#footer #social-buttons li {
    padding-left: 0px !important;
}
#footer #footer-info {
    float: right;
}
#footer #footer-bottom {
    border-top: 1px solid #a8abb9;
    padding: 40px 0;
}
#footer .newsletter-left {
    width: 68%;
    margin: 0 auto 20px auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    vertical-align: text-top;
}
#footer .newsletter-right {
    width: 32%;
    margin: 0 auto 20px auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    vertical-align: text-top;
    padding: 0 0 0 40px;
}
#footer .newsletter-right img {
    height: 50px;
}
#newsletter-module .hbspt-form .input input,
#newsletter-module-body .hbspt-form .input input,
#newsletter-module input[type="email"]{
    -webkit-appearance: none;
    background-color: #f3f7fa;
    border-color: #f3f7fa;
    width: 100%;
    border-width: 1px;
    border-radius: 0;
    color: #53556a;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 5px;
}
#newsletter-box-small input[type="email"] {
    -webkit-appearance: none;
    background-color: #fff;
    border-color: #f3f7fa;
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    color: #53556a;
    font-size: 14px;
    padding: 16px 16px;
    transition: border-color .3s;
}
#newsletter-box-small label.gfield_label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #53556a !important;
}
#newsletter-box-small input[type="email"]:hover,
#newsletter-box-small input[type="email"]:active {
    -webkit-appearance: none;
    border-color: #d7592c;
    color: #172c60;
    transition: border-color .3s;
}
#newsletter-box-small input.gform_button {
    color: #FFFFFF!important;
    border-color: #d7592d !important;
    background-color: #d7592d!important;
    background-image: none !important;
    background-clip: unset !important;
    box-shadow: none !important;
}
body input.gform_button {
    cursor: pointer !important;
}
body .gform_validation_errors {
    width: 100% !important;
    border: none !important;
    box-shadow: 0 0 0 #ff6d6d;
    border-radius: 5px;
    padding: 20px !important;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background: #ffffff6b;
}
body .gform_validation_errors>h2 {
    font-size: 16px !important;
    font-weight: 700;
    color: #d7592c !important;
    line-height: 21px;
}
body .gform_validation_errors>h2::before {
    color: #d7592c !important;
    line-height: 100%;
    background: none;
    content: "\f06a";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    vertical-align: initial;
}
body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
body .gform_legacy_markup_wrapper .validation_message {
    color: #d7592c !important;
}
body .gform_legacy_markup_wrapper .gfield_error .gfield_label {
    color: #d7592c !important;
}
body div.gform_confirmation_message {
    font-weight: bold;
}
#newsletter-module .hbspt-form .input input:hover,
#newsletter-module .hbspt-form .input input:active,
#newsletter-module-body .hbspt-form .input input:hover,
#newsletter-module-body .hbspt-form .input input:active,
#newsletter-box-small .input input:hover,
#newsletter-box-small .input input:active  {
    border-color: #d7592d;
}
#newsletter-module .hbspt-form label,
#newsletter-module-body .hbspt-form label,
#newsletter-box-small label,
#newsletter-module .gfield_label {
    font-size: 14px;
}
#newsletter-module .hbspt-form .hs-form-field,
#newsletter-module-body .hbspt-form .hs-form-field,
#newsletter-box-small .hs-form-field {
    margin: 0px auto 10px;
}
#newsletter-module label.hs-error-msg,
#newsletter-module-body label.hs-error-msg,
#newsletter-box-small label.hs-error-msg  {
    font-size: 80% !important;
    color: #d7592d;
}
#newsletter-module ul.hs-error-msgs,
#newsletter-module-body ul.hs-error-msgs,
#newsletter-box-small ul.hs-error-msgs  {
    list-style: none;
    padding: 0 5px;
    line-height: 1.2em;
    margin-top: 10px;
}
#newsletter-module input.hs-button.primary.large,
#newsletter-module-body input.hs-button.primary.large,
#newsletter-box-small input.hs-button.primary.large  {
    font-size: 14px;
    font-weight: 700!important;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all .4s;
    cursor: pointer;
}
#newsletter-module input.hs-button.primary.large:hover,
#newsletter-module-body input.hs-button.primary.large:hover,
#newsletter-box-small input.hs-button.primary.large:hover {
    letter-spacing: 2px;
    transition: all .4s;
}
#newsletter-block > div > p {
    display: none;
}
div#newsletter-block {
    order: 2;
}
@media only screen and ( max-width: 980px ) {
#newsletter-block div.gform_confirmation_message p {
    text-align: center;
    font-weight: bold;
}
}
#footer .hbspt-form input.hs-button.primary.large,
#newsletter-module-body .hbspt-form input.hs-button.primary.large {
    border: solid 2px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient( 
101deg, #03387d, #30b2af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset !important;
    color: #03397e;
    border-radius: 99px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 18px 34px;
}
#newsletter-box-small .hbspt-form input.hs-button.primary.large {
    background: #d7592c;
    border: solid 2px #d7592c;
    color: #fff;
    border-radius: 99px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 18px 34px;
    margin-top: 8px;
}
#newsletter-box-small .hs_firstname,
#newsletter-box-small .hs_lastname {
    display: none !important;
}
#footer #menu-footer-1 .footer-bold {
    font-weight: 700;
    font-size: 17px;
    margin: 4px auto 10px !important;
}
#footer #menu-footer-1 li {
    font-size: 15px;
    margin: 3px auto !important;
}
@media screen and (max-width: 479px) {
.hbspt-form .actions {
    text-align: center;
    margin-bottom: 60px;
}
#footer .newsletter-left {
    width: 100%;
    margin: 0 auto 20px auto;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 1;
}
#footer .newsletter-right {
    width: 100%;
    margin: 0 auto 20px auto;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 0;
    padding: 0 0 30px;
}
#footer #newsletter-module .et_pb_column {
    display: flex;
    flex-direction: column;
}
#footer #newsletter-module .et_pb_code {
    order: 2;
}
}



/***
TEAM
***/
#team-block3 .drawer-style.style-1 figcaption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0px 10px;
    background: rgba(35,35,35,.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -moz-transition: -moz-transform .2s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    -moz-transition: transform .2s,opacity .2s,-moz-transform .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s,-moz-transform .2s;
    font-size: unset;
    display: block;
    opacity: 1;
    background: none;
    color: #182d60 !important;
    font-family: 'Montserrat';
}
#team-block3 .drawer-style.style-1 figcaption h3 {
    color: #182d60;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    margin: 16px auto 0;
    order: 1;
}
#team-block3 .awsm-personal-info span {
    order: 2;
    font-family: 'Montserrat';
    color: #4D7589;
    font-size: 12px;
    margin: 4px auto 0;
    letter-spacing: .6px;
}
.awsm-personal-info {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}
#team-block3 .awsm-grid figure img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: #182d6052 5px 3px 15px 0;
    -moz-box-shadow: #182d6052 5px 3px 15px 0;
    box-shadow: #182d6052 5px 3px 15px 0;
    overflow: visible;
}
#team-block3 .awsm-grid figure {
    overflow: visible;
}
#team-block3 .drawer-style.style-1 figcaption::after {
    display: none;
}
#team-block3 .drawer-style.style-1 figure.cs-hover figcaption,
#team-block3 .drawer-style.style-1>.awsm-grid-card.awsm-expanded .awsm-grid-list-item::before,
#team-block3 .no-touchevents .drawer-style.style-1 .awsm-grid-card .awsm-grid-list-item:hover figcaption {
    opacity: 1 !important;
}
#team-block3 .drawer-style.style-1>.awsm-grid-card .awsm-grid-list-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 20px solid #111;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    display: none !important;
}
#team-block3 .drawer-style.style-1 figure img {
    border: 0px solid #fff;
    -webkit-transition: border .2s;
    -moz-transition: border .2s;
    transition: border .2s, transform .3s, box-shadow .5s;
    width: auto !important;
}
#team-block3 .drawer-style.style-1 figure img {
    visibility: visible;
    max-height: 408px !important;
}
#team-block3 .drawer-style.style-1 figure:hover img {
    visibility: hidden;
}
#team-block3 .drawer-style.style-1 figure img.awsm-flip {
    visibility: hidden ;
    position: absolute;
    top: 0;
}
#team-block3 .drawer-style.style-1 figure:hover img.awsm-flip {
    visibility: visible;
}
#team-block3 .drawer-style.style-1 .awsm-expanded figure img {
    transform: scale(1);
    transition: transform .5s, box-shadow .5s, border .2s;
    -webkit-transition: transform .5s, box-shadow .5s, border .2s;
    -moz-transition: transform .5s, box-shadow .5s, border .2s;
    -webkit-box-shadow: #182e6085 5px 7px 22px 0;
    -moz-box-shadow: #182e6085 5px 7px 22px 0;
    box-shadow: #182e6085 5px 7px 22px 0;
    border: 12px solid #fff !important;
}
#team-block3 .drawer-style.style-1 .awsm-expanded figure img {
    visibility: hidden;
    transition: visibility .1s;
}
#team-block3 .drawer-style.style-1 .awsm-expanded figure img.awsm-flip {
    visibility: visible;
    transition: visibility .1s;
    -webkit-box-shadow: #182d6052 5px 3px 15px 0;
    -moz-box-shadow: #182d6052 5px 3px 15px 0;
    box-shadow: #182d6052 5px 3px 15px 0;
}
#team-block3 .drawer-style.style-1 .awsm-expanded figure:hover img {
    transform: scale(1);
    transition: transform .5s, box-shadow .5s;
}
#team-block3 .drawer-style.style-1 .awsm-grid-card.awsm-expanded figure figcaption {
    visibility: hidden;
    height: 0;
    transition: visibility 0s, height 0s !important;
}
#team-block3 .drawer-style.style-1 .awsm-grid-card figure figcaption {
    visibility: visible;
    height: 100%;
    transition: visiblity 1s !important;
}
#team-block3 .drawer-style.style-1 .awsm-grid-card.awsm-expanded .awsm-grid-list-item::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 15px;
    left: 50%;
    margin: 0 0 0 -15px;
}
#team-block3 .awsm-grid-expanded-content, .awsm-grid-expanded-content h2 {
    font-family: 'Montserrat' !important;
}
#team-block3 .awsm-grid-expanded-content p {
    color: #53556a;
    line-height: 1.6em;
    font-size: 15px;
}
#team-block3 .awsm-grid-expanded-content span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4D7589;
    line-height: 13px !important;
}
#team-block3 .drawer-style.style-1 .awsm-details {
    width: 80%;
}
#team-block3 .drawer-style.style-1 .awsm-personal-contact-info {
    width: 20%;
    padding: 100px 0 0 70px;
}
#team-block3 .mCustomScrollBox {
    max-height: none !important;
    height: 100% !important;
}
.mCSB_scrollTools {
    display: none !important;
}
#team-block3 .drawer-style.style-1 .awsm-personal-contact-info .awsm-social-icons span {
    border: 0px solid !important;
}
#team-block3 .drawer-style.style-1 .awsm-grid-padding .awsm-grid-control,
#team-block3 .drawer-style.style-1 .awsm-grid-padding a {
    color: #a0bdca;
}
#team-block3 [class*=" awsm-icon-"],
#team-block3 [class^=awsm-icon-] {
    font-size: 24px;
}
#team-block3 .awsm-social-icons a:hover {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: .7;
    transition: opacity .4s;
}
#team-block3 .awsm-social-icons a {
    opacity: 1;
    transition: opacity .4s;
}
#team-block3 .drawer-style.style-1 .awsm-grid-close::after,
#team-block3 .drawer-style.style-1 .awsm-grid-close::before {
    background: #a0bdca;
    height: 2px;
}
#team-block3 .drawer-style.style-1>.awsm-grid-card {
    padding: 10px 20px;
}
#team-block3 .drawer-style.style-1 figcaption::before {
    display: none;
}
#team-block3 .drawer-style.style-1 .awsm-grid-padding {
    padding: 20px 15px 50px;
}
.awsm-personal-details {
    max-height: none;
    overflow: visible;
}
#team-bio-sidebar h3 {
    font-size: 22px !important;
}
#team-bio-sidebar h3 + p {
    padding-bottom: 0px !important;
}
#team-bio-sidebar .et_pb_text {
    margin-bottom: 20px !important;
}
#team_experience > *:before {
    content: "Account Experience";
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #172c60;
    margin-bottom: 10px;
}
#team-bio-sidebar #team_role > *:before {
    content: "Role";
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #172c60;
    margin-bottom: 10px;
}
#team-bio-sidebar #team_education > *:before {
    content: "Education";
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #172c60;
    margin-bottom: 10px;
}
#team-bio-sidebar #team_education {
    margin-right: 0px !important;
    width: 100% !important;
}
#team-bio-sidebar #team_accreditations > *:before {
    content: "Accreditations & Awards";
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #172c60;
    margin-bottom: 10px;
}
#team-bio-sidebar #team_affiliations > *:before {
    content: "Affiliations";
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #172c60;
    margin-bottom: 10px;
}
#team_role,
#team_education,
#team_accreditations,
#team_affiliations {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#our-values span.et_overlay.et_pb_inline_icon {
    display: none !important;
}
@media screen and (max-width: 980px) {
#team-block3 .awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
#team-block3 .drawer-style.style-1 .awsm-details {
    width: 100%;
    margin-top: 60px;
}
#team-block3 .drawer-style.style-1 .awsm-details h2 {
    font-size: 28px;
    margin-top: 10px;
}
#team-block3 .drawer-style.style-1 .awsm-personal-contact-info {
    width: 100%;
    padding: 20px 0;
}
#team-block3 .awsm-content-scrollbar {
    padding-right: 0;
}
#team-block3 .awsm-grid-show {
    margin-top: -30px;
}
#team-block3 .drawer-style.style-1 .awsm-personal-contact-info .awsm-social-icons a {
    padding: 10px 10px 0 0;
    width: auto;
    margin-top: 20px;
}
}

/***
TEAM INDIVIDUAL PAGES
***/
#share-box a.w-inline-block.social-share-btn {
    color: #fff;
    font-size: 24px;
    margin: 12px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    transition: all .4s;
}
#share-box a.w-inline-block.social-share-btn:hover {
    opacity: .8;
    transition: all .4s;
}
#share-box a.w-inline-block.social-share-btn i {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin: auto;
}
a.w-inline-block.social-share-btn.fb {
    background-color: #3b5998;
}
a.w-inline-block.social-share-btn.tw {
    background-color: #00aced;
}
a.w-inline-block.social-share-btn.lnk {
    background-color: #0077b5;
}
#connect-links A[href="#"],
#connect-links A[href=""] {
    display: none !important;
}
#connect-links span.dsm_icon_list_text {
    padding-left: 15px !important;
}

/***
SERVICES PAGE
***/

#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb:hover a::after {
    margin-left: 10px !important;
    transition: margin .3s;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb {
    box-shadow: 0px 0px 0px 0px #f3f7fa, 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow .4s;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb:hover {
    box-shadow: 0px 0px 0px 4px #f3f7fa, 0px 0px 0px 0px rgba(0,0,0,0.0);
    transition: box-shadow .4s;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb:hover img {
    transform: scale(1.03);
    transition: all .4s;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb img {
    transform: scale(1);
    transition: all .4s;
}
.expertise-blocks .button-grad1 {
    border-width: 2px!important;
    border-color: #084884;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: RGBA(0,0,0,0);
    padding-top: 10px!important;
    padding-right: 30px!important;
    padding-bottom: 10px!important;
    padding-left: 30px!important;
    display: inline-block;
    margin-top: 40px;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb {
    height: 100%;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb .et_pb_blurb_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
#services-block2 .expertise-blocks .et_pb_module.et_pb_blurb .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.expertise-blocks .button-grad1.et_pb_button:hover:after {
    top: 8px;
    right: 4px;
    font-size: 26px;
}
#services-sub-block1 h1 {
    margin-bottom: 20px;
}
div#services-sub-block3 {
    background-position: 6vw 0%;
    background-size: 100vw;
}
#services-sub-block3 .dsm_image_carousel .swiper-button-next {
    bottom: -60px;
    top: auto;
    right: 200px;
}
#services-sub-block3 .dsm_image_carousel .swiper-button-prev {
    left: 200px;
    top: auto;
    bottom: -60px;
}
#services-sub-block3 .swiper-pagination {
    z-index: -1;
}
#services-sub-block5 .et_parallax_bg {
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
}
#services-sub-block2 .capabilities-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
#services-sub-block2 .capabilities-grid .et_pb_blurb {
    min-height: 0 !important;
    flex: 0 0 46%;
    margin-right: 2%;
    margin-left: 2%;
}
@media screen and (max-width: 980px) {
#services-sub-block2 .capabilities-grid .et_pb_blurb {
    min-height: 0;
    flex: 0 0 100%;
    margin-right: auto;
    margin-left: auto;
}
}

/***
CONTACT PAGE
***/
.et_pb_contact input[type="text"],
.et_pb_contact input[type="email"],
.et_pb_contact input[type="tel"],
.et_pb_contact input[type="url"],
.et_pb_contact textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100% !important;
    border-width: 0;
    border-radius: 0;
    color: #182d60;
    font-size: 14px !important;
    padding: 16px !important;
    border-radius: 5px;
}
.et_pb_contact .gfield_select {
    background-color: #eee;
    width: 100% !important;
    border-width: 0;
    border-radius: 0;
    color: #182d60;
    font-size: 14px !important;
    padding: 16px !important;
}
.contact_form_grad_button button,
.gform_button  {
    border: solid 2px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(
101deg, #03387d, #30b2af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset !important;
    color: #084884 !important;
    font-size: 14px !important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    padding: 18px 34px !important;
    margin-top: 20px;
    letter-spacing: 1px;
    transition: letter-spacing .4s;
}
.contact_form_grad_button button:hover,
.gform_button:hover  {
    letter-spacing: 1.5px;
    padding: 18px 34px;
    transition: letter-spacing .4s;
}
.gform_button {
    border-radius: 50px;
    letter-spacing: 1px;
}
.gfield_html h2 {
    font-size: 23px;
    color: #d7592d!important;
    font-weight: bold;
}
.gform_heading {
    display: none;
}
.gfield-choice-input {
    vertical-align: top !important;
    margin-right: 6px;
}
li.gchoice {
    margin-bottom: 12px !important;
}
.gfield_label {
    font-size: 16px !important;
}
.et_pb_contact input[type="text"],
.et_pb_contact input[type="email"],
.et_pb_contact input[type="tel"],
.et_pb_contact input[type="url"],
.et_pb_contact textarea {
    border: 1px solid #fff;
    transition: border-color .3s;
    border-radius: 5px;
}
.et_pb_contact input[type="text"]:active,
.et_pb_contact input[type="text"]:hover,
.et_pb_contact input[type="email"]:active,
.et_pb_contact input[type="email"]:hover,
.et_pb_contact input[type="tel"]:active,
.et_pb_contact input[type="tel"]:hover,
.et_pb_contact input[type="url"]:active,
.et_pb_contact input[type="url"]:hover,
.et_pb_contact textarea:active,
.et_pb_contact textarea:hover {
    border: 1px solid #d7592c;
    transition: border-color .3s;
}

@media screen and (min-width: 980px) and (max-width: 1300px) {
#contact-block-parallax {
    margin-top: -80px !important;
}
}
@media screen and (min-width: 981px) {
div#contact-block1 {
    background-size: 1300px;
    background-position: 55vw 0;
}
div#contact-block1:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 85%;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2021/12/bbr_contact-header_web-e1639505605371.jpg);
    background-size: cover;
    z-index: 1;
    border-radius: 0 0 0 40px;
    background-position: left center;
    background-repeat: no-repeat;
}
div#contact-block2:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 85%;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2022/10/background3.jpg);
    background-size: cover;
    z-index: 1;
    border-radius: 0 0 0 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

}
@media screen and (max-width: 600px) {
#contact-buttons .et_pb_button {
    width: 250px;
    text-align: center;
    margin: 0 auto 10px !important;
    padding: 0 !important;
}
}


/***
CAREERS PAGE
***/
#careers-block3 .et_pb_blurb {
    margin: auto !important;
    display: flex;
    flex-wrap: nowrap;
    padding: 50px 40px 40px!important;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    width: 100% !important;
}
#careers-block3 .et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    display: flex;
}
#careers-block3 .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#careers-block3 .et_pb_blurb_description {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#careers-block3 .expertise-blocks {
    margin: auto !important;
    width: 90% !important;
}
#careers-block3 .et_pb_blurb h4.et_pb_module_header {
    max-width: 100%;
    margin: auto !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}
#careers-block3 .careers-blub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}
div#gform_confirmation_message_19 {
    text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 980px) {
#careers-block3 .et_pb_blurb {
    margin: auto 15px 30px !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
}
#careers-block3 .expertise-blocks {
    margin: auto !important;
    width: 90% !important;
}
#careers-block3 .et_pb_blurb h4.et_pb_module_header {
    max-width: 90%;
    margin: auto !important;
}
}
@media screen and (max-width: 600px) {

#careers-block3 .et_pb_blurb {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}


/***
WORK PAGE
***/
.esg-absolute.eg-bbr-element-9 {
    width: 170px;
    text-shadow: 3px 3px 5px #00000047;
}
.esg-grid .esg-filter-wrapper.esg-fgc-1 {
    margin-bottom: 20px;
}
.esg-grid * {
    font-family: 'Montserrat';
}
.esg-grid .esg-filterbutton {
    border-right: 0px solid rgba(0,0,0,0.15) !important;
}
.esg-grid .esg-filterbutton span {
    color: #53556a;
    font-size: 15px;
    opacity: .5;
    transition: opacity .4s;
}
.esg-grid .esg-filterbutton.selected span,
.esg-filterbutton.selected > span > span {
    opacity: 1;
    border-bottom: 2px solid #d7592d;
}
.esg-grid .esg-filterbutton span:hover {
    opacity: 1;
    transition: opacity .4s;
}
.esg-grid .esg-bottom .eg-bbr-element-7 {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #084884 !important;
    padding: 12px 20px;
    border-radius: 99px;
    margin: 10px 18px 18px 10px;
    transition: all .4s;
    background: #084884;
}


#work-block2 article.esg-filters.esg-singlefilters {
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#work-block2 article#work-grid .esg-filter-wrapper.dropdownstyle.esg-fgc-1:hover,
#work-block2 article#work-grid .esg-filter-wrapper.dropdownstyle.esg-fgc-1:active {
    border-radius: 5px 5px 0 0;
}
#work-block2 article#work-grid .esg-filter-wrapper.dropdownstyle.esg-fgc-1 .esg-selected-filterbutton{
    margin-bottom: 0 !important;
    font-size: 15px !important;
    text-align: left;
}
#work-block2 article#work-grid .esg-filterbutton-last.esg-filterbutton {
    padding-right: 0;
    margin-right: 0;
}
#work-block2 article#work-grid .esg-filterbutton {
    margin-bottom: 0px !important;
}
#work-block2 article#work-grid .esg-filter-wrapper.esg-fgc-1 {
    height: 22px;
}
#work-block2 article#work-grid  .esg-filter-wrapper.dropdownstyle.esg-fgc-1:last-child  {
    border-left: 1px solid #a9aab56e;
    padding-left: 10px;
    margin-left: 0px !important;
}
#work-block2 article#work-grid .esg-filter-wrapper.dropdownstyle.esg-fgc-1 .esg-dropdown-wrapper .esg-filterbutton {
    margin: 15px auto;
    text-align: center;
}
.esg-grid .esg-selected-filterbutton.esg-mobile-filter-button span {
    display: none !important;
}
.esg-filter-wrapper:first-child .esg-selected-filterbutton.esg-mobile-filter-button::before {
    content: "Category";
    color: #53556a;
    font-size: 15px;
    opacity: .5;
    transition: opacity .4s;
    font-family: 'Montserrat';
}
.esg-filter-wrapper:last-child .esg-selected-filterbutton.esg-mobile-filter-button::before {
    content: "Industry";
    color: #53556a;
    font-size: 15px;
    opacity: .5;
    transition: opacity .4s;
    font-family: 'Montserrat';
}
#case-study-block3 .case-study-image-gallery .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
#work-block2 .forcenotvisible {
    visibility: visible !important;
}
#project-block1 .project-blocks .project-blocks-grid {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
#project-block3 .project-block-row .et_pb_blurb {
    display: inline-flex;
    align-content: flex-end;
    align-items: center;
}
.project-block-row .et_pb_blurb_content img:hover {
    transform: scale(1.02);
    transition: transform .4s;
}
.project-block-row .et_pb_blurb_content img {
    transform: scale(1);
    transition: transform .4s;
}
#project-block2 {
    background-size: 100% 50%;
    background-position: center bottom;
}
#work-newsletter input[type="email"] {
    background-color: rgba(255,255,255,0.3);
    -webkit-appearance: none;
    width: 100% !important;
    color: #182d60;
    font-size: 14px !important;
    padding: 16px !important;
    border-radius: 5px;
    color: #fff !important;
}
#work-newsletter label.gfield_label,
#work-newsletter .gfield_required {
    color: #fff !important;
}
#work-newsletter input[type="email"]::placeholder {
    color: #fff !important;
}
#work-newsletter input.gform_button {
    color: #FFFFFF!important;
    border-color: #d7592d !important;
    background-color: #d7592d!important;
    background-image: none !important;
    background-clip: unset !important;
    box-shadow: none !important;
}
@media screen and (min-width: 600px) and (max-width: 980px) {
#project-block1 .project-blocks .project-blocks-grid {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
}
@media screen and (min-width: 980px) {
#case-study-block3 .case-study-image-gallery .et_pb_module.et_pb_blurb {
    max-width: 45% !important;
}
#case-study-block3 .case-study-image-gallery .et_pb_module.et_pb_blurb:nth-child(2n+2) {
    margin-top: 120px !important;
}
}
@media screen and (max-width: 980px) {
#esg-grid-1-1 .tp-esg-item[data-skin="bbr"] .esg-transition[data-transition="esg-linehorizontal"]:before {
    background: none !important;
}
#case-study-block3 .case-study-image-gallery .et_pb_column {
    justify-content: center;

}
.esg-bottom a.eg-bbr-element-7 {
    display: none !important;
}
}
@media screen and (max-width: 600px) {
#project-block1 .project-blocks .project-blocks-grid {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
}




/***
CASE STUDY PAGES
***/
#case-study-block1 video {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}
#case-study-block1 .et_parallax_bg {
    background-position: bottom center;
}
#case-study-block3 .et_pb_main_blurb_image span {
    box-shadow: #182d6052 5px 3px 15px 0;
    -webkit-box-shadow: #182d6052 5px 3px 15px 0;
    -moz-box-shadow: #182d6052 5px 3px 15px 0;
}
#case-study-header h1 {
    margin-bottom: 12px;
}
#case-study-block4 .et_pb_testimonial_content:after {
    content: '"';
}
@media screen and (max-width: 980px) {
body #case-study-block2 .et_pb_column {
    margin-left: auto !important;
    margin-right: auto !important;
}
#case-study-block4 .et_pb_testimonial_0_tb_body.et_pb_testimonial {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

/***
OUR STORY PAGE
***/
#our-story-block1 .et_parallax_bg_wrap:before {
    content: "";
    background: #00000030;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#our-story-block1 .et_parallax_bg {
    background-position: bottom center;
}
#our-story-block1 h1 {
    margin-bottom: 20px;
}
div#our-story-block6 {
    background-size: 160vw;
    background-position: 0vw 0;

}

/***
NEWS PAGE
***/
.et-blog-css-grid.clearfix article {
    margin-bottom: 20px !important;
}
.et_pb_section.category-archive-posts .et-blog-css-grid.clearfix article {
    margin-bottom: 40px !important;
}
#news-categories-header .et_parallax_bg {
    background-position: center -150px;
}
.et-blog-css-grid article {
    transition: all ease-in-out .5s !important;
    margin-bottom: 0px !important;
}
.et-blog-css-grid article:hover {
    box-shadow: 0px 0px 0px 6px #f3f7fa, 0px 0px 0px 0px rgb(0 0 0 / 0%);
    transition: all ease-in-out .5s !important;
}
.et_pb_module.news-latest-large article a.entry-featured-image-url img {
    transform: scale(1.0);
    transition: all ease-in-out .5s;
}
.et_pb_module.news-latest-large article:hover a.entry-featured-image-url img {
    transform: scale(1.01);
    transition: all ease-in-out .5s;
}
.dsm-blog-carousel-wrapper article img,
.et-blog-css-grid article img {
    transform: scale(1.0);
    transition: all ease-in-out .5s;
}
.et-blog-css-grid article .et_pb_image_container a,
.et-blog-css-grid article .et_pb_image_container {
    margin-bottom: 0px !important;
}
.et-blog-css-grid article .et_pb_image_container {
    overflow: hidden !important;
}
.et-blog-css-grid article p.post-meta {
    padding-top: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.et-blog-css-grid h2.entry-title {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
}
.et-blog-css-grid article,
.dsm-blog-carousel-wrapper article .dsm-entry-wrapper,
.et_pb_module.news-latest-large article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.et-blog-css-grid article a.entry-featured-image-url,
.dsm-blog-carousel-wrapper article .dsm-entry-wrapper a.entry-featured-image-url,
.et_pb_module.news-latest-large article a.entry-featured-image-url {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0px;
}
#news-sub-block2 a.entry-featured-image-url {
    margin-bottom: 30px;
}
.archive.category .et-blog-css-grid article,
.archive.category .dsm-blog-carousel-wrapper article .dsm-entry-wrapper,
.archive.category .et_pb_module.news-latest-large article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
}
.archive.category .et-blog-css-grid article,
.archive.category .dsm-blog-carousel-wrapper article .dsm-entry-wrapper,
.archive.category .et_pb_module.news-latest-large article {
    justify-content: flex-start;
    height: 100%;
}

.et-blog-css-grid article h2.entry-title,
.dsm-blog-carousel-wrapper article .dsm-entry-wrapper header.dsm-entry-header,
.et_pb_module.news-latest-large article h2 {
    order: 1;
    padding-top: 0px;
}
.et_pb_module.news-latest-large article .post-content  {
    order: 2;
}
.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '3 .column.size-1of3' !important;
}
#news-sub-block2 .et_pb_column_2_5 article {
    margin-bottom: 30px;
}
#news-sub-block2 .et_pb_column_2_5 article p.post-meta {
    padding-top: 15px !important;
}
.et_pb_post_content h2,
.et_pb_post_content h3 {
    margin-bottom: 14px;
    line-height: 1.2em;
}
.et_pb_post_content p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 6px;
}
.et_pb_post_content h4 {
    margin-top: 26px;
}
.et-blog-css-grid > div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}
.et-blog-css-grid .et_pb_post {
    align-self: start;
}
.et-blog-css-grid .entry-featured-image-url {
    padding-top: 56.25%;
}
.et-blog-css-grid .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
}
.et-blog-css-grid > div > div {
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 0; */
    /* transform: translate(0%, 150%); */
    /* background-color: #e7edf3; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.et-blog-css-grid > div > div div {
    height: 100%;
    width: 100%;
}
.et-blog-css-grid > div > div .alignleft a,
.et-blog-css-grid > div > div .alignright a {
    color: #172c60;
    background-color: #e7edf3;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.et-blog-css-grid > div > div div .alignleft,
.et-blog-css-grid > div > div div .alignright {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media only screen and ( min-width: 981px ) {
.et_pb_gutters3 .cu-blog .column.size-1of3 {
    width: 31%!important;
    margin-right: 3.5% !important;
}
.et_pb_gutters3 .cu-blog .column.size-1of3:last-child {
    margin-right: 0% !important;
}
body #main-content .et_pb_menu_0_tb_body.et_pb_menu ul li.current-menu-item a {
    color: #fff !important;
    font-weight: bold !important;
}
.dsm-blog-carousel-wrapper article:hover img,
.et-blog-css-grid article:hover img  {
    transform: scale(1.03);
    transition: all ease-in-out .5s;
}
#services-sub-block2 > div {
    margin-top: -140px;
    padding-top: 140px !important;
}
}

@media only screen and ( max-width: 980px ) {
.single-post .et_pb_row.et_pb_row_1_tb_body {
    margin: 0 auto !important;
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
}
.single-post .et_pb_section_2_tb_body.et_pb_section {
    padding-top: 0px !important;
}
}




@media print {
    h1.entry-title {
        font-size: 40px !important;
    }
}



@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
}
@-webkit-keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
   }
    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
   }
    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
   }
    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
   }
    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
   }
    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
   }
}
@-o-keyframes opacity {
    0%, 100% {
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
}
@-o-keyframes change {
    0%, 12.5%, 100% {
        transform: translate3d(0, -75%, 0);
   }
    25%, 37.5% {
        transform: translate3d(0, -50%, 0);
   }
    50%, 62.5% {
        transform: translate3d(0, -25%, 0);
   }
    75%, 87.5% {
        transform: translate3d(0, 0%, 0);
   }
}
@-moz-keyframes opacity {
    0%, 100% {
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
}
@-moz-keyframes change {
    0%, 12.5%, 100% {
        transform: translate3d(0, -75%, 0);
   }
    25%, 37.5% {
        transform: translate3d(0, -50%, 0);
   }
    50%, 62.5% {
        transform: translate3d(0, -25%, 0);
   }
    75%, 87.5% {
        transform: translate3d(0, 0%, 0);
   }
}
@keyframes opacity {
    0%, 100% {
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
}
@keyframes change {
    0%, 12.5%, 100% {
        transform: translate3d(0, -75%, 0);
   }
    25%, 37.5% {
        transform: translate3d(0, -50%, 0);
   }
    50%, 62.5% {
        transform: translate3d(0, -25%, 0);
   }
    75%, 87.5% {
        transform: translate3d(0, 0%, 0);
   }
}
@keyframes change2 {
    0%, 14.5%, 100% {
        transform: translate3d(0, -75%, 0);
   }
    27%, 39.5% {
        transform: translate3d(0, -50%, 0);
   }
    52%, 64.5% {
        transform: translate3d(0, -25%, 0);
   }
    77%, 89.5% {
        transform: translate3d(0, 0%, 0);
   }
}



/***
HAMBURGER MENU
***/

/*align the hamburger menu to the right right*/

.pa-fullscreen-menu .et_pb_menu__wrap {
	justify-content: flex-end !important;
}


/*hide the desktop version of the menu*/

.pa-fullscreen-menu .et_pb_menu__wrap .et_pb_menu__menu {
	display: none !important;
}


/*show the mobile version of the menu on desktop*/

.pa-fullscreen-menu .et_pb_menu__wrap .et_mobile_nav_menu {
	display: block !important;
	align-items: center !important;
}


/*style the opened menu*/

.pa-fullscreen-menu .opened #mobile_menu1 {
	width: 100vw !important;
	position: fixed !important;
	top: 0em !important;
	left: 0vw !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
}


/*style the closed menu*/

.pa-fullscreen-menu .closed #mobile_menu1 {
	background-color: #fff !important;
	text-align: center !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}


/*remove the bullet points from the list items*/

.pa-fullscreen-menu #mobile_menu1 li {
	list-style: none !important;
	text-align: center !important;
	width: 100%
}


/*move the menu to the top above other elements*/

.pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}


/*change the opened menu icon*/

.pa-fullscreen-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before {
	content: "\4d" !important;
}


/*make the hamburger menu fixed position on mobile*/

.pa-fullscreen-menu .opened .mobile_menu_bar {
	position: fixed !important;
}


/*remove the default blue border top on the mobile menu*/

.pa-fullscreen-menu .et_mobile_menu {
	border-top: none;
}


/*remove the default background color on menu items*/

.pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*remove the default hover background color and adjust opacity*/

.et_mobile_menu li a:hover {
	background-color: transparent;
	opacity: 1;
}


/*remove the default border bottom on menu items*/

.pa-fullscreen-menu .et_mobile_menu li a {
	border-bottom: none;
}




/* Custom Video Popup */
/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
	top: 0px !important;
	position: fixed !important;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}

.video_popup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*
.video_popup a:before {
    content: 'play';
    cursor: pointer;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 54.5px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0a2a3b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #0a2a3b;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none!important;
}

/*
.video_popup:not(.no_icon):hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
*/
.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}
#case-study-block3 .video_popup img {
    transform: scale(1);
    transition: transform .4s;
}
#case-study-block3 .video_popup:hover img {
    transform: scale(1.02);
    transition: transform .5s;
}

.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}

@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }
    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }
    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }
    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }
}