/*
Theme Name: SA Law
Theme URI: https://salaw.com/
DESCRIPTION: SA Law custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / realityhouse.co.uk
Author URI: https://realityhouse.co.uk
Tags: SA Law
*/

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}

blockquote { border-left: 6px solid var(--almond); padding-left: 18px; margin: 10px 0 35px 12px;}
blockquote p:last-child { padding: 0;}

.single-post blockquote { border-left: none; border-top: 2px solid var(--green); border-bottom: 2px solid var(--green); padding: 30px 0; margin: 0 0 30px 0; }
.single-post blockquote p:first-of-type { font-weight: 600; font-style: italic; font-size: 1.5rem; line-height: 120%; }

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-Light.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('/wp-content/themes/salaw/fonts/PublicSans-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/salaw/fonts/PublicSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

:root {
  --publicsans: "Public Sans", sans-serif;
  --black: #1C1C1C;
  --black2: #3D3935;
  --grey: #4B4B4B;
  --green: #535435;
  --white: #F1EEE9;
  --almond: #E7CEB5;

}

/**

bold 700
semibold 600
medium 500
regular 400
light 300

**/

@view-transition {navigation: auto;}

/* general */

#overall-wrapper { /* overflow:hidden; */ }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--black2); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--almond); }
body *::-webkit-scrollbar { width: 5px; }

/** below copied to wp-admin.css - START **/

body { font: 400 1.125rem/150% var(--publicsans); background: var(--white); color: var(--grey); }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler { color: var(--black); }
h1, .h1_styler { font-size: 3.75rem; text-transform: uppercase; font-weight: 700; line-height: 120%; letter-spacing: 2px; /** 60px **/ } 
h2, .h2_styler { font-size: 2.5rem; text-transform: uppercase; font-weight: 400; line-height: 120%; letter-spacing: 1px; /** 40px **/ } 
h3, .h3_styler { font-size: 1.75rem; /** text-transform: uppercase; **/ font-weight: 600; line-height: 120%; /** 28px **/ } 
h4 {  }
h5 {  }
p {  }
a { color: var(--grey); text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 30px 0; border: 1px solid var(--black2); }
table td, table th { padding: 10px 15px; border: 1px solid var(--black2); }
table th { background: var(--black2); font-weight: bold; text-align: left; color: var(--white); border-color: var(--white); }

hr {  }

::-moz-selection { background-color: var(--black2); color: var(--white); }
::selection { background-color: var(--black2); color: var(--white); }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.heading_label { font-weight: 300; font-size: 1rem; line-height: 120%; text-transform: uppercase; letter-spacing: 0.1em; padding: 0 0 35px 0; color: var(--black); }
.feature_box { background: var(--almond); padding: 20px 25px; margin: 0 0 25px 0; }
.feature_box, .feature_box * { color: var(--green);}
.button_cta, .sf-field-submit input { display:inline-block; font-weight: 600; padding:10px 14px; text-align:center; text-decoration: none; color:var(--white); border: 2px solid var(--black2); background: var(--black2); text-transform: uppercase; }
.button_cta:hover, .sf-field-submit input:hover { background: var(--green); border-color: var(--green); color: var(--almond);}
.button_cta.button_cta_inverse { background: var(--white); color: var(--black) !important; border-color: var(--white);}
.button_cta.button_cta_inverse:hover { background: var(--almond); border-color: var(--almond); }

.button_holder { margin:0;padding:15px 0 0 0;list-style: none; list-style-image: none; display: flex; justify-content: center; gap: 25px; flex-wrap: wrap;}
.button_holder li { margin:0; padding:0;}

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 48px;          max-width: 2040px; }
.container_capped { max-width:1096px; }

input, textarea, #header_main, #header_main *, .team_grid li article > div, .team_grid li article > div *, .team_grid li article > div::after, .team_grid li article .people_img::after, .insights_grid li article .post_img::after, #submenu_services, #header_main nav, #submenu_search, .builder_imgtxt_img > img, .builder_imgtxt_hover_link, #submenu_careers, .builder_vacancies ul li article, .builder_vacancies ul li article *, .builder_faq_right li h3 * { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

/** #submenu_services, #header_main nav, #submenu_search { transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; } **/

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font: inherit; }
input.text, select, textarea,  .sf-field-search input { margin: 0; outline: none; color: var(--black2); width: 100%; display: block; padding: 18px 17px 18px 17px; font-size: 1rem; line-height: 130%; font-weight: 400; letter-spacing: normal; border: none; background: var(--white); border-bottom: 2px solid var(--almond); }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.sf-field-submit input { padding: 13px 14px; width: 156px; cursor: pointer;}

::-webkit-input-placeholder { color: var(--black2) !important; }
:-moz-placeholder { /* Firefox 18- */ color: var(--black2) !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: var(--black2) !important; }
:-ms-input-placeholder { color: var(--black2) !important; }

* { text-underline-offset: 2px; }

/** contact form **/

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/salaw/images/arrow-down.svg) calc(100% - 18px) 50% no-repeat var(--white); padding-right: 52px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 28px 0; justify-content: space-between; /** max-width: 380px;  **/ }
.form_list li { margin: 0; padding:  0; display: block; width: calc(50% - 12px); }
.form_list li label { display: none; }
.form_list li .text, .form_list li textarea, .form_list li select { border-color: var(--black2); background-color: #fff; }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
    .form_subscribe .form_list li .text.wpcf7-not-valid { border-color: var(--white) !important; }
.form_list li textarea { height: 150px; }
.form_list li.form_textarea, .form_list li.form_accept, .form_list li.form_button { width: 100%;}
.form_list li.form_accept label { display: flex; gap: 10px; }
.form_list li.form_accept label input { width: 16px; height: 16px; margin: 5px 0 0 0; }
.form_list li.form_accept .wpcf7-list-item { margin: 0; }
.form_list li.form_button input { padding: 11px 18px; min-width: 204px; }
.form_list li.form_button { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px 0; }

.form_list.form_list_dark li .text { background: transparent; border-color: var(--white); color: var(--white); }
.form_list.form_list_dark li .text::-webkit-input-placeholder { color: var(--white) !important; }
.form_list.form_list_dark li .text:-moz-placeholder { /* Firefox 18- */ color: var(--white) !important; }
.form_list.form_list_dark li .text::-moz-placeholder {  /* Firefox 19+ */ color: var(--white) !important; }
.form_list.form_list_dark li .text:-ms-input-placeholder { color: var(--white) !important; }

.gform-theme--foundation .ginput_complex input, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select, .gform-theme--framework textarea:not(#g-recaptcha-response) { 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    font: inherit !important; 
    margin: 0 !important; 
    outline: none !important; 
    color: var(--black2) !important; 
    width: 100% !important; 
    display: block !important; 
    padding: 28px 17px 28px 17px !important; 
    font-size: 1rem !important; 
    line-height: 130% !important; 
    font-weight: 400 !important; 
    letter-spacing: normal !important; 
    border: none !important; 
    background: var(--white) !important; 
    border-bottom: 2px solid var(--black2) !important; 
    background-color: #fff !important; box-shadow: none !important;
 }
 .gform-theme--foundation .gfield select { padding-top: 18px !important; padding-bottom: 18px !important; height: auto !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; display: block !important; width: 100% !important; background: url(/wp-content/themes/salaw/images/arrow-down.svg) calc(100% - 18px) 50% no-repeat var(--white) !important; padding-right: 52px !important; background-color: #fff !important; }
 .gform-theme--foundation .gfield select::-ms-expand { display: none !important; }

.gform_button.button { font: inherit !important; box-shadow: none !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important;  display:inline-block !important; font-weight: 600 !important; padding:10px 14px !important; text-align:center !important; text-decoration: none !important; color:var(--white) !important; border: 2px solid var(--black2) !important; background: var(--black2) !important; text-transform: uppercase !important; }
.gform_button.button:hover { background: var(--green) !important; border-color: var(--green) !important; color: var(--almond) !important; }

input[type="submit"] { cursor: pointer; }

.sf-field-search input { padding-left: 56px; background-image: url(/wp-content/themes/salaw/images/icon-search.svg); background-position: 18px 50%; background-repeat: no-repeat;}

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #299f00 !important; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600 !important; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; bottom: 0; right: -0; z-index: 10; z-index: 3; background: url(/wp-content/themes/salaw/images/pagination-arrow-left-dark.svg) center no-repeat; border: none; outline: none; text-indent: -9999px; width: 46px; height: 46px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow { right: 46px; }
.slick-next.slick-arrow { background-image: url(/wp-content/themes/salaw/images/pagination-arrow-right-dark.svg); }
.slick-arrow.slick-disabled { opacity: 0.5; }

.slick-dots { margin: 0; padding: 35px 0 0 0; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 14px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 10px; height: 10px; line-height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: var(--cian); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 0; display: flex; gap: 0 10px; align-items: center; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible;  display: none;}
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active {  }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: var(--black); position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: var(--white); font-size:17px; line-height: 17px; font-weight:400; font-weight:300; letter-spacing: -0.01em; }

/** header **/

#header_main { border-bottom: 1px solid var(--white); border-bottom: 1px solid #BBBBBB; position: fixed; left: 0; top: 0; right: 0; background: var(--white); z-index: 9999; }
#header_main .container { height: 83px; display: flex; justify-content: space-between; align-items: center; gap: 0 72px;  gap: 0 42px; }
#header_main #logo_salaw { text-indent: -9999px; overflow: hidden; line-height: 7px; display: block; width: 197px; height: 25px; background: url(/wp-content/themes/salaw/images/SALaw_Black.svg) center no-repeat; background-size: 197px 25px;}
#header_main ul { margin: 0; padding: 30px 0; list-style: none; list-style-image: none; display: flex; gap: 0 62px; }
#header_main ul li { margin: 0; padding: 0; font-weight: 300; font-size: 1rem; line-height: 120%; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;}
#header_main ul li a { color: var(--black); text-decoration: none; padding: 1px 0; display: block; border-bottom: 1px solid transparent;}
#header_main ul li a:hover, #header_main ul li a.active { border-bottom: 1px solid;}
#header_main ul li.menu_search a { text-indent: -9999px; width: 22px; height: 22px; text-indent: -9999px; overflow: hidden; background: url(/wp-content/themes/salaw/images/icon-search.svg) center no-repeat; }
.scrolling #header_main {    /** background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); **/
    /**
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    **/
}
#header_main #button_pay { display: flex !important; position: absolute; top: 0; bottom: 0; right: 0; border-left: 1px solid #BBBBBB; padding: 10px; align-items: center; justify-content: center; width: 85px; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 0.7rem; line-height: 120%; font-weight: 500; }
#header_main #button_pay:hover { color: var(--white); background: var(--black);}
#header_main nav { padding-right: 85px; }

    #header_main ul.landing_menu { gap: 0 25px; align-items: center;}
    #header_main ul.landing_menu li { font-weight: 500; }
    #header_main ul.landing_menu li .button_cta { background: transparent; border: 1px solid var(--black); letter-spacing: normal; padding: 5px 10px; }
    #header_main ul.landing_menu li .button_cta:hover { background: var(--black); color: var(--white);}

#submenu_services, #submenu_search, #submenu_careers { opacity: 0; visibility: hidden; z-index: -1; pointer-events: none; position: fixed; right: 0; width: 100%; top: 83px; max-height: calc(100svh - 83px); overflow: auto; background: var(--white);    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12); }
#submenu_services .container, #submenu_careers .container { padding: 24px 24px 24px 48px; display: flex; }
#submenu_services_menu .heading_label { padding: 0 0 25px 5px;}
#submenu_services_menu .heading_label a { text-decoration: none;}
#submenu_services_menu .heading_label a:hover { text-decoration: underline;}
#submenu_services_menu { width: 63%; padding-right: 24px; border-right: 1px solid #BBBBBB; }
#submenu_services_latest { width: 37%; display: flex; flex-direction: column; justify-content: flex-end; padding: 75px 0 0 24px; position: relative; }
#submenu_services_menu_business { border-bottom: 1px solid #BBBBBB; padding: 15px 0 23px 0; margin: 0 0 35px 0; }
#submenu_services_menu ul, #submenu_careers_menu ul { margin: 0; padding: 0; list-style: none; list-style-image: none;    display: grid; grid-template-columns: repeat(1, 1fr); gap: 0 35px; }
#submenu_services_menu ul li, #submenu_careers_menu ul li { margin: 0; padding: 0; font-weight: 600; line-height: 120%; text-transform: uppercase;}
#submenu_services_menu ul li a, #submenu_careers_menu ul li a { color: var(--black); text-decoration: none; display: block; padding: 12px 5px; }
#submenu_services_menu ul li a:hover, #submenu_careers_menu ul li a:hover { padding: 12px 10px; background: var(--almond); color: var(--green); }
#submenu_services_menu #submenu_services_menu_business ul { grid-template-columns: repeat(2, 1fr); }
#submenu_services_menu #submenu_services_menu_individuals { width: calc(50% - 17.5px);}
#submenu_services_latest ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 46px 0;      height: 100%; }
#submenu_services_latest ul li { margin: 0; padding: 0;     flex-grow: 1;}
#submenu_services_latest ul li article, .bkg_almond, .bkg_green { position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--almond);       height: 100%;}
#submenu_services_latest ul li article *, .bkg_almond * { color: var(--green);}
#submenu_services_latest ul li article a, #submenu_careers_infoxx article a { position: absolute; top: 0; left: 0; right: 0; bottom:0; text-indent: -9999px; overflow: hidden; }
#submenu_services_latest ul li article p:not(.heading_label):not(.heading_title) { font-size: 1rem; line-height: 150%; font-weight: 400; padding: 0; }
#submenu_services_latest ul li article p.heading_title, #submenu_careers_info article p.heading_title { font-weight: 700; font-size: 1.5rem; line-height: 120%; text-transform: uppercase; }
#submenu_services_latest ul li:nth-child(even) article, .bkg_green { background: var(--green); }
#submenu_services_latest ul li:nth-child(even) article *, .bkg_green * { color: var(--almond); }

.menu-open-services #submenu_services, .menu-open-search #submenu_search, .menu-open-careers #submenu_careers { opacity: 1; visibility: visible; z-index: 99; pointer-events: auto; }

#submenu_search { max-height: unset; min-height: calc(75svh - 83px); padding: 24px 0; display: flex; align-items: center; }
#submenu_search .container { }
#submenu_search .container > form, #submenu_search .container > p { max-width: 745px; margin: 0 auto;}
#submenu_search .container > p { text-align: center; padding: 0; font-weight: 300; font-size: 2rem; line-height: 120%; letter-spacing: -0.01em; }
#submenu_search .searchandfilter ul { padding: 50px 0 0 0;}

#submenu_services_latest button, #submenu_search .submenu_search_close, #submenu_careers_info button { position: absolute; top: 0; right: 0; background: url(/wp-content/themes/salaw/images/icon-close.svg) right no-repeat; padding: 2px 38px 0 0; cursor: pointer; font-weight: 700; line-height: 120%; letter-spacing: 2px; text-transform: uppercase; }
#submenu_search .submenu_search_close { top: 24px; right: 48px; }

#submenu_careers_menu { width: 36%; padding-right: 24px; border-right: 1px solid #BBBBBB; }
#submenu_careers_menu ul { max-width: 170px; margin-left: auto; }
#submenu_careers_info { width: 64%; padding-left: 24px; padding-left: 50px; padding-right: 135px; position: relative; }
#submenu_careers_info article { position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--green); height: 100%; }
#submenu_careers_info article * { color: var(--white);}
#submenu_careers_info article > div { display: flex; align-items: flex-end; gap: 40px; justify-content: space-between;}
#submenu_careers_info article > div > div { max-width: 500px; }
#submenu_careers_info article > div > div > p:last-child { padding: 0;}
#submenu_careers_info article .submenu_careers_link { padding: 0; text-align: right;}
#submenu_careers_info article .submenu_careers_link a { text-transform: uppercase; text-decoration: none; padding: 0 30px 0 0; background: url(/wp-content/themes/salaw/images/pagination-arrow-right-light-w.svg) no-repeat 100% 50%; }
#submenu_careers_info article .submenu_careers_link a:hover { text-decoration: underline;}

#overall-wrapper {position: relative;}
#overall-wrapper::after { opacity: 0; content:""; position:absolute; inset:0; background: rgba(0, 0, 0, 0.6); pointer-events:none; z-index:-1; }
.menu-open #overall-wrapper::after { opacity: 1; z-index: 1; }

#section_main { padding: 82px 0 0 0;}

.page-template-template-services-parent:not(.scrolling) #header_main, .page-template-template-about:not(.scrolling) #header_main { background: transparent; }
.page-template-template-services-parent:not(.scrolling) #header_main #logo_salaw, .page-template-template-about:not(.scrolling) #header_main #logo_salaw {background-image: url(/wp-content/themes/salaw/images/SALaw_Offwhite.svg); }
.page-template-template-services-parent:not(.scrolling) #header_main ul li a, .page-template-template-about:not(.scrolling) #header_main ul li a, .page-template-template-services-parent:not(.scrolling) #header_main #button_pay, .page-template-template-about:not(.scrolling) #header_main #button_pay { color: var(--white);}
.page-template-template-services-parent:not(.scrolling) #header_main ul li.menu_search a, .page-template-template-about:not(.scrolling) #header_main ul li.menu_search a { background-image: url(/wp-content/themes/salaw/images/icon-search-w.svg); }
.page-template-template-services-parent:not(.scrolling) .hamburger-inner, .page-template-template-services-parent:not(.scrolling) .hamburger-inner::after, .page-template-template-about:not(.scrolling) .hamburger-inner, .page-template-template-about:not(.scrolling) .hamburger-inner::after { background-color: var(--white);}
.page-template-template-services-parent #section_main, .page-template-template-about #section_main { padding: 0;}

/** homepage banner **/

#page_banner article { background-position: center; background-size: cover; background-repeat: no-repeat;       position: relative;}
#page_banner .container { min-height: calc(100svh - 82px); display: flex; align-items: flex-end; background: rgba(0,0,0,0.5);       position: relative; z-index: 1; }
#page_banner .container * { color: var(--white);}
#page_banner .page_banner_content { padding: 60px 0; max-width: 800px; }
#page_banner .page_banner_content .h2_styler, #page_banner .page_banner_content h2 { padding: 0 0 10px 0;}
#page_banner .page_banner_content p:last-of-type { padding: 0;}
#page_banner article video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;}
#page_banner .slick-arrow { right: 25px; bottom: auto; top: 50%; transform: translateY(-50%); background-image: url(/wp-content/themes/salaw/images/pagination-arrow-right-light.svg); background-size: 30px auto; }
#page_banner .slick-prev.slick-arrow { left: 25px; background-image: url(/wp-content/themes/salaw/images/pagination-arrow-left-light.svg); }
#page_banner .slick-dots { position: absolute; bottom: 0; padding: 0 0 20px 0; width: 100%; }
#page_banner .slick-dots li { line-height: 2px;}
#page_banner .slick-dots li button { height: 3px; width: 40px; background: rgba(255,255,255,0.25);}
#page_banner .slick-dots li button:hover, #page_banner .slick-dots li.slick-active button { background: var(--white); }
#page_banner .button_cta { border-color: var(--white);}

.builder_search { background: var(--black2); }
.builder_search form { max-width: 1190px; display: flex; margin: 0 auto; flex-wrap: wrap; gap: 20px 0;}
.builder_search .screen-reader-text { display: none;}
.builder_search h2 { width: 100%; padding: 0 0 5px 0; color: var(--white); text-transform: none; font-weight: 400;}
.builder_search label { flex-grow: 1; margin: 0 35px 0 0; }
.builder_search label input[type="search"] { width: 100%; border: 1px solid var(--white); background: var(--white) url(/wp-content/themes/salaw/images/icon-search.svg) no-repeat 15px 50%; padding: 15px 14px 15px 50px; height: 100%;}
.builder_search input[type="submit"] { width: 225px; padding: 15px 14px; }

.relevanssi-live-search-result p, .relevanssi-live-search-result-status p { padding: 5px 25px !important; }
.relevanssi-live-search-result p a, .relevanssi-live-search-result-status p a { text-decoration: none !important;}
.relevanssi-live-search-result p a:hover, .relevanssi-live-search-result-status p a:hover { text-decoration: underline !important;}
.relevanssi-live-search-no-results, .relevanssi-live-search-didyoumean { padding: 20px 25px !important;}
.relevanssi-live-search-didyoumean { padding-top: 0 !important;}

/** banners **/

.banner_services_parent { min-height: 70svh; position: relative; color: var(--white); background-color: var(--green); background-position: center; background-repeat: no-repeat; background-size: cover; font-weight: 600; font-size: 6.875rem; line-height: 120%; letter-spacing: 2px; text-transform: uppercase; padding-top: 120px; padding-bottom: 120px; display: flex; flex-direction: column; justify-content: center;}
.banner_services_parent span { display: block; opacity: 0.7;}
.banner_services_parent::after { content: ""; position: absolute; bottom: 73px; left: 48px; right: 48px; height: 1px; background-color: var(--white); }

.banner_services .heading_label, .banner_insights .heading_label { display: block; }
.banner_services:not(.has_img) { padding: 110px 85px; }
.banner_services:not(.has_img) { background: var(--green); text-align: center; }
.banner_services:not(.has_img) * { color: var(--almond);}
.banner_services:not(.has_img) h1 { max-width: 950px; margin: 0 auto; padding: 0;}
.banner_services.has_img { background-position: 100% 50%; background-size: cover; background-repeat: no-repeat; padding: 0; }
/**
.banner_services.has_img { background-position: 100% 50%; background-size: cover; background-repeat: no-repeat; padding: 0;         background-size: 68% auto; }
.banner_services_content { padding: 110px 455px 110px 85px; background: url(/wp-content/themes/salaw/images/bkg_banner_service.png) top left no-repeat; background-size: 1120px auto; width: 1120px;         display: flex; flex-direction: column; justify-content: center;        height: 60svh; max-height: 600px;}
.banner_services_content * { color: var(--white);}
.banner_services_content h1 { padding: 0;}
**/

.banner_services { position: relative;}
.banner_services_content_plain { min-height: 60svh; padding-top: 80px; padding-bottom: 80px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 2;}
.banner_services_content_plain * { color: var(--white); text-align: center;}
.banner_services_content_plain h1 { padding: 0; max-width: 850px; margin: 0 auto; }

/**
@media all and (min-width: 1530px) and (max-width: 2100px) {
    .banner_services.has_img { background-size: calc(100% - 590px) auto; }
}
**/

.banner_people_list, .banner_contact, .banner_basic { padding: 118px 93px; font-weight: 600; font-size: 6.875rem; line-height: 120%; letter-spacing: 2px; color: var(--black2); border-bottom: 2px solid var(--black2); }
.banner_contact {display: flex; align-items: center; min-height: 42svh; }
.banner_basic { padding: 48px; display: flex; align-items: center; min-height: 30svh;}

.banner_insights { padding: 70px 168px 70px 168px; /** background: url(/wp-content/themes/salaw/images/bkg_banner_insights_dark.png) top left no-repeat; background-color: var(--almond); background-size: 1348px auto; **/ background: var(--green); min-height: 370px; display: flex; flex-direction: column; justify-content: center; }
.banner_insights * { color: var(--almond);}
.banner_insights h1 { padding: 0;}
.banner_insights h1, .banner_insights span { max-width: 650px;}
.page-id-195 .banner_insights { /** background-image: url(/wp-content/themes/salaw/images/bkg_banner_insights_light.png); **/ background: var(--almond); }
.page-id-195 .banner_insights * { color: var(--green);}

.banner_about { background: var(--green); padding: 0 0 56px 0; }
.banner_about * { color: var(--almond);}
.banner_about h1 { padding: 170px 0 90px 0; border-bottom: 2px solid var(--white); font-weight: 600; font-size: 6.875rem; line-height: 120%; letter-spacing: 2px; }
.banner_about h1 span { display: block; /* max-width: 920px; */ }
    .banner_about_no_intro h1 { border: none; padding-bottom: 40px;}
.banner_about_intro { padding: 150px 0 0 0; max-width: 862px;}
.banner_about_intro h2 { padding: 0;}

.banner_post { padding-top: 80px; padding-bottom: 80px; display: flex; align-items: center; background: var(--green); }
.banner_post * { color: var(--white);}
@media all and (min-width: 1500px) {
    .banner_post { padding-left: 104px; padding-right: 104px; }
}
.banner_post span { display: block; /** max-width: 2000px; margin: 0 auto; **/ position: relative; z-index: 2;       max-width: 1230px; }
.banner_post.has_img { position: relative; min-height: 70svh; background-position: center; background-size: cover; background-repeat: no-repeat;}
.banner_post.has_img::after, .banner_services.has_img::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); pointer-events: none; z-index: 1; }

#breadcrumbs { padding-top: 45px; padding-bottom: 45px; text-align: right; font-weight: 500; font-size: 1rem; line-height: 130%; }
#breadcrumbs * { color: var(--grey);}
#breadcrumbs a { text-decoration: none;}
#breadcrumbs a:hover { text-decoration: underline;}
#breadcrumbs strong { font-weight: 500; color: var(--black);}

.single-post #breadcrumbs { padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid #BBBBBB; margin-bottom: 80px;}

/** builder services **/

.builder_padding_no { padding-top: 0 !important; padding-bottom: 0 !important;}
.builder_padding_no-top { padding-top: 0 !important;}
.builder_padding_no-bottom { padding-bottom: 0 !important;}

.builder_impact { padding: 118px 0; }
.builder_impact h2, .builder_impact p { max-width: 800px; max-width: 58.5%;}

.builder_imgtxt { padding: 80px 0; }
    .builder_border_top-bottom { border-top: 1px solid var(--black2); border-bottom: 1px solid var(--black2); }
    .builder_border_top { border-top: 1px solid var(--black2); }
    .builder_border_bottom { border-bottom: 1px solid var(--black2); }
.builder_imgtxt .container, .builder_2cols .container, .builder_profile_cols .container, .builder_content_quote, .builder_team_contact .container, .builder_boxes_intro { display: flex; justify-content: space-between;}
.builder_imgtxt .container .builder_imgtxt_img, .builder_2cols .container .col, .builder_profile_cols .container .col, .builder_content_quote .col, .builder_boxes_intro .col { margin-bottom: -25px; width: 50%; }
.builder_imgtxt .container .builder_imgtxt_img > img { width: 100%; height: auto; min-height: 100%; object-fit: cover; object-position: center; }
.builder_imgtxt .container .builder_imgtxt_txt { padding-right: 160px; width: 50%; display: flex; flex-direction: column; justify-content: space-between; }
.builder_imgtxt .container .builder_imgtxt_txt > div { /** margin-bottom: -25px; **/ width: 100%; }
.builder_imgtxt .container .builder_imgtxt_txt > div p:last-child { padding-bottom: 0;}
.builder_imgtxt .container .builder_imgtxt_txt > div .js_scrollbar { max-height: 600px;}
.builder_imgtxt_img-txt .container { flex-direction: row-reverse;}
.builder_imgtxt_img-txt .container .builder_imgtxt_txt { padding-left: 160px; padding-right: 0; }
.builder_2cols .container .col:first-of-type, .builder_boxes_intro .col:first-of-type { padding-right: 160px;}
.builder_profile_cols .container .col { width: calc(50% - 16px);}

    .builder_imgtxt_hover_link { padding: 12.5px 0 12.5px 29px; border-left: 3px solid transparent; }
    .builder_imgtxt_hover_link.active { border-color: var(--green);}
    .builder_imgtxt_hover_link h3 { padding: 0;}
    .builder_imgtxt_hover_link p { padding: 25px 0 0 0; }
    .builder_imgtxt_hover_mob { display: none;}
    .builder_imgtxt.hover .container .builder_imgtxt_img > img { /** min-height: unset; height: 0; visibility: hidden; overflow: hidden; **/ opacity: 0;        position: absolute; top: 0; left: 0; height: calc(100% - 25px); min-height: calc(100% - 25px); width: 100%;  }
    .builder_imgtxt.hover .container .builder_imgtxt_img > img.active { /** height: auto; visibility: visible; **/ opacity: 1;  }
    .builder_imgtxt.hover .container .builder_imgtxt_img { position: relative;}

.builder_bkg_almond { background: var(--almond); }
.builder_bkg_green { background: var(--green); } /** only used on awards atm **/
.builder_bkg_green * { color: var(--almond);}

/** builder sticky content / quote panels **/

.builder_content_quotes .container { border-top: 1px solid #BBB;  border-bottom: 1px solid #BBB; position: relative; }
.builder_content_quotes .bkg_almond, .builder_content_quotes .bkg_green { height: auto;}
.builder_content_quote { padding-top: 75px; padding-bottom: 75px; flex-wrap: wrap; position: sticky; top:150px; background: var(--white); }
.builder_content_quote .heading_label { width: 100%;}
.builder_content_quote .col { margin-bottom: 0;}
.builder_content_quotes_info { padding: 12.5px 29px; border-left: 3px solid var(--green); max-width: 515px; max-width: 80%; }
.builder_content_quotes_info h3 { text-transform: uppercase; padding: 0 0 15px 0;}
.builder_content_quotes_info > *:last-child  { padding-bottom: 0;}
.builder_content_quote blockquote { border: none; margin:0;}
.builder_content_quote blockquote p { font-size: 1.5rem; line-height: 150%; font-weight: 500;}
.builder_content_quote blockquote cite { font-weight: 700; font-size: 1.25rem; line-height: 150%; }
.builder_content_quote blockquote cite span { display: block; font-size: 1rem; font-weight: 300; line-height: 120%; letter-spacing: 0.1rem; text-transform: uppercase; padding: 5px 0 0 0;}

/** builder vacancies **/

.builder_vacancies ul { margin: 0; padding:25px 0 0 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.builder_vacancies ul li { margin: 0; padding:0;}
.builder_vacancies ul li article { height: 100%; min-height: 250px; position: relative; padding: 20px; background: var(--almond); display: flex; flex-direction: column; justify-content: space-between;}
.builder_vacancies ul li article * { color: var(--green);}
.builder_vacancies ul li article a { position: absolute; inset: 0; width: 100%; height: 100%; text-indent: -9999px; overflow: hidden;}
.builder_vacancies ul li article h3 { text-transform: uppercase;}
.builder_vacancies ul li article h3 strong { display: flex; justify-content: space-between; gap: 20px;}
.builder_vacancies ul li article h3 strong svg { margin: 10px 0 0 0;}
.builder_vacancies ul li article h3 span { display: block; padding: 8px 0 0 0; font-size: 1.125rem; font-weight: 400; line-height: 120%; letter-spacing: 0.125rem; }
.builder_vacancies ul li article p { padding:14px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; background: var(--green); color: var(--almond); font-size: 1rem; font-weight: 300; line-height: 120%; letter-spacing: 0.1rem; text-transform: uppercase; }
.builder_vacancies ul li article p * { color: var(--almond);}
.builder_vacancies ul li article p span { display: flex; align-items: center; gap: 5px 10px;}
.builder_vacancies ul li article p span .job_middot { margin-right: 8px;}
.builder_vacancies ul li article:hover { background: var(--green); }
.builder_vacancies ul li article:hover * { color: var(--almond);}
.builder_vacancies ul li article:hover p { background: var(--almond); }
.builder_vacancies ul li article:hover p * { color: var(--green);}
.builder_vacancies ul li article:hover h3 strong svg path { stroke: var(--almond); }
.builder_vacancies ul li article:hover p span .job_middot circle { fill: var(--green); }

/** builder contact team member **/

.builder_team_contact .container { align-items: center;}
.builder_team_contact .container .builder_team_contact_info { width: 37%; padding: 0 60px 0 0;}
.builder_team_contact .container .builder_team_contact_info > *:last-child { padding-bottom: 0;}
.builder_team_contact .team_grid_related { grid-template-columns: repeat(1, 1fr); width: 63%; }
.builder_team_contact .team_grid_related > li article .person_card_info { justify-content: space-around;}
.builder_team_contact .team_grid_related > li article .person_card_info h2 { padding: 0 0 25px 0;}

.logos_accolades { margin: 0; padding: 15px 0 25px 0; list-style: none; list-style-image: none; display: flex; gap: 17px; flex-wrap: wrap; }
.logos_accolades li { margin: 0; padding:0;}
.logos_accolades li img { height: 146px; width: auto; max-width: 200px; object-fit: contain; object-position: center; }

.page-template-template-services-parent .builder_imgtxt { border-color: #BBBBBB;}

.os-theme-dark > .os-scrollbar-vertical { right: auto !important; left: 0 !important; }
.js_scrollbar { padding-left: 32px; /* match scrollbar width */ }
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle { background: var(--green); width: 3px;}

.builder_imgtxt_img-txt .container .os-theme-dark > .os-scrollbar-vertical { right: 0 !important; left: auto !important; }
.builder_imgtxt_img-txt .container .js_scrollbar { padding-left: 0; padding-right: 32px; /* match scrollbar width */ }

.builder { padding: 80px 0; }
.builder_submenu {  }
.builder_submenu h2 { max-width: 430px;}
.builder_submenu ul { margin: 0; padding: 50px 0 0 0; padding: 40px 0 0 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
.builder_submenu ul li { margin: 0; padding: 0; border-bottom: 2px solid #BBBBBB; font-weight: 700; line-height: 120%; letter-spacing: 2px; text-transform: uppercase;}
.builder_submenu ul li a { position: relative; display: flex; height: 100%; text-decoration: none; padding: 20px 56px 20px 17px; color: var(--black2); background: url(/wp-content/themes/salaw/images/icon-arrow-right.svg) calc(100% - 20px) 22px no-repeat; }
.builder_submenu ul li a:hover { background-position: calc(100% - 14px) 22px; background-color: var(--almond); }
.builder_submenu ul li a::after { content: ""; position: absolute; bottom: -4px; left: 0; width: 100%; height: 3px; background: var(--black2); opacity: 0; transition: opacity 0.3s ease; }
.builder_submenu ul li a:hover::after { opacity: 1; }
.builder_submenu_cta { text-align: center; padding: 55px 0 0 0;}

.builder_banner_simple { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.builder_banner_simple .container { min-height: 530px; display: flex; flex-direction: column; justify-content: center;}
.builder_banner_simple_info { max-width: 950px; margin: 0 auto -25px auto; position: relative; z-index: 1; }
.builder_banner_simple_info * { color: var(--white);}
.builder_banner_simple::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); pointer-events: none; }

.builder_insights { padding: 46px 0; padding: 80px 0 46px 0;}

.builder_insights_heading { border-bottom: 2px solid var(--black2); display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: space-between; align-items: center; padding: 0 0 22px 0; margin: 0 0 39px 0; }
.builder_insights_heading h2, .single-team :not(.builder_insights_heading) > h2 { font-size: 2rem; line-height: 120%; padding: 0; letter-spacing: normal; font-weight: 600;}
.builder_insights_heading a { font-weight: 700; line-height: 120%; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }
.builder_insights_heading a:hover { text-decoration: underline;}

    .single-team :not(.builder_insights_heading) > h2 { border-bottom: 2px solid var(--black2); padding: 0 0 15px 0; margin: 0 0 20px 0; }
    .single-team :not(.builder_insights_heading) > h2:not(:nth-of-type(1)) { padding-top: 20px; }


.insights_grid, .team_grid, .builder_boxes_list { margin: 0; padding: 0 0 55px 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 20px; }
.insights_grid li, .team_grid li, .builder_boxes_list li { margin: 0; padding:0;}
.insights_grid li article { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.insights_grid li article .post_img { height: 197px; height: 224px; }
.insights_grid li article .post_img img { height: 173px; height: 200px; width: 100%; object-fit: cover; object-position: center;}
    .insights_grid li article .post_img.post_img_profile img { object-position: 50% 5%; }
.insights_grid li article .heading_label { color: var(--green); padding: 0 0 8px 0; }
.insights_grid li article h2, .insights_grid li article h3 { font-weight: 600; font-size: 1.25rem; line-height: 150%; letter-spacing: normal; text-transform: none; }
.insights_grid li article .post_byline { padding: 0; color: var(--black); }
.insights_grid li article a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -9999px; overflow: hidden;}
.insights_grid li article:hover h2, .insights_grid li article:hover h3 { text-decoration: underline; }

@media all and (min-width: 1650px) {
    .insights_grid li article .post_img { height: 237px; }
    .insights_grid li article .post_img img { height: 213px;}
}
@media all and (min-width: 1550px) {
        .team_grid { grid-template-columns: repeat(5, 1fr); }
}
@media all and (max-width: 1549px) {
    .builder_team .team_grid li:nth-child(5) { display: none; }
}

    .insights_grid { gap: 55px 20px;}
    .insights_grid.insights_grid_3 { grid-template-columns: repeat(3, 1fr); gap: 34px 34px; }
    .insights_grid.insights_grid_3 li article .post_img { height: 254px; }
    .insights_grid.insights_grid_3 li article .post_img img { height: 230px; }

    .insights_grid.insights_list { padding: 0 0 25px 0; display: block;}
    .insights_grid.insights_list li:not(:last-child) article { padding: 0 0 27px 0; border-bottom: 1px solid #BBBBBB; margin-bottom: 27px; }
    .insights_grid.insights_list li article > div { position: relative; padding: 0 0 0 41.5%; }
    .insights_grid.insights_list li article > div .post_img { position: absolute; height: 100%; top: 0; left: 0; bottom: 0; width: 41.5%; padding: 0 25px 0 0; }
    .insights_grid.insights_list li article > div .post_img img { height: 100%; width: 100%; }
    .insights_grid.insights_list li article .post_byline { font-size: 1rem;}
    .insights_grid.insights_list li article .post_excerpt { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; padding: 0; margin: 0 0 25px 0; }
    .insights_grid.insights_list li article h2, .insights_grid.insights_list li article h3 { padding: 0 0 10px 0;}

.insights_grid_more { padding: 0; text-align: center;}

.builder.builder_basic { padding-top: 105px; }

.builder_banner { padding: 80px; background-position: center; background-size: cover; background-repeat: no-repeat;}
.builder_banner_info { padding: 50px; background: var(--white); max-width: 50%; width: 100%; max-width: 620px;}
.builder_banner .heading_label { padding: 0 0 70px 0;}
.builder_banner_info p:last-of-type { padding: 40px 0 0 0;}
.builder_banner_grey { background: var(--grey);}
.builder_banner_green { background: var(--green); }
.builder_banner_almond { background: var(--almond); }
.builder_banner_right .builder_banner_info { margin-left: auto;}

.builder_team_intro { padding: 0 0 85px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px;}
.builder_team_intro > div:first-child { padding-right: 30px; }

.team_grid { gap: 50px 30px; }
.team_grid li { }
.team_grid li article { position: relative; height: 100%; display: flex; flex-direction: column; }
.team_grid li article .people_img { line-height: 7px; padding: 0;}
.team_grid li article .people_img img { width: 100%; height: auto;}
.team_grid li article > div { position: relative; padding: 20px 27px; overflow: hidden; flex-grow: 1;   display: flex; flex-direction: column; justify-content: space-between; }
.team_grid li article > div * { color: var(--green);}
.team_grid li article > div::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px; background-color: var(--green);    /** height: 100%; bottom: calc(-100% + 6px); **/ }
.team_grid li article > div h3, .team_grid li article > div h2 { position: relative; z-index: 1; padding: 0 0 20px 0; font-size: 1.75rem; font-weight: 700; letter-spacing: normal; line-height: 120%;}
.team_grid li article > div p { position: relative; z-index: 1; padding: 0; font-weight: 700; font-size: 1rem; line-height: 150%; }
.team_grid li article:hover > div * { color: var(--almond); }
.team_grid li article:hover > div::after { height: 100%; /** bottom: 0; **/ }
.team_grid li article a { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; text-indent: -9999px; overflow: hidden;}

.team_grid li article .people_img, .insights_grid li article .post_img { position: relative; }
.team_grid li article .people_img::after, .insights_grid li article .post_img::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); pointer-events: none; opacity: 0; }
.insights_grid li article .post_img::after { bottom: 24px; height: calc(100% - 24px); }
.team_grid li article:hover .people_img::after, .insights_grid li article:hover .post_img::after { opacity: 1; }
.insights_grid.insights_list li article .post_img::after { bottom: 0; height: 100%; width: calc(100% - 27px); }

/** people archive **/

.post-type-archive-team #section_main { background: var(--almond); }

.searchandfilter ul, .search-form-ai ul { margin: 0; padding: 73px 0 94px 0; list-style: none; list-style-image: none; display: flex; gap: 24px; flex-wrap: wrap; justify-content: space-between;}
.searchandfilter ul li, .search-form-ai ul li { margin: 0; padding: 0;}
.searchandfilter ul li:not(.sf-field-submit), .search-form-ai ul li:not(.sf-field-submit) { flex-grow: 1;}
.searchandfilter ul li select, .search-form-ai ul li select {  }
.searchandfilter select.sf-input-select, .search-form-ai select.sf-input-select { min-width: unset;}
.searchandfilter label, .search-form-ai label { display: block;}

.filter_clear { margin-top: -75px; padding: 0 0 48px 0; }

.wp-pagenavi { padding: 75px 0 55px 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap:8px;}
.wp-pagenavi span, .wp-pagenavi a { width: 48px; height: 48px; background: var(--almond); color: var(--green); font-weight: 600; font-size: 1.5rem; line-height: 120%; display: flex; align-items: center; justify-content: center; padding: 5px; text-decoration: none;}
.wp-pagenavi span.current, .wp-pagenavi a:hover { background: var(--green); color: var(--almond); }
.wp-pagenavi a.nextpostslink { text-indent: -9999px; overflow: hidden; background-image: url(/wp-content/themes/salaw/images/pagination-arrow-right-dark.svg); background-position: center; background-repeat: no-repeat; }
.wp-pagenavi a.previouspostslink { text-indent: -9999px; overflow: hidden; background-image: url(/wp-content/themes/salaw/images/pagination-arrow-left-dark.svg); background-position: center; background-repeat: no-repeat; }
.wp-pagenavi a.nextpostslink:hover { background-image: url(/wp-content/themes/salaw/images/pagination-arrow-right-light.svg); }
.wp-pagenavi a.previouspostslink:hover { background-image: url(/wp-content/themes/salaw/images/pagination-arrow-left-light.svg); }

/** insights landing **/

.insights_handpicked { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 0 50px 0; }
.insights_handpicked .insights_grid_handpicked_left { padding: 0 84px 0 0; width: 56%; }
.insights_handpicked .insights_grid_handpicked_right { width: 44%; padding: 0; }

.insights_handpicked .heading_label { display: none; }
.insights_handpicked .insights_grid li article h2, .insights_handpicked .insights_grid li article h3 { font-size: 1.5rem; line-height: 120%; text-transform: uppercase; padding: 0 0 15px 0;} 
.insights_handpicked .insights_grid li article .post_byline { font-size: 1rem; line-height: 150%;}
.insights_handpicked .insights_grid li article .post_excerpt { padding: 0 0 20px 0; }
.insights_grid_handpicked_left.insights_grid, .insights_grid_handpicked_right.insights_grid { display: block; }
.insights_grid_handpicked_right.insights_grid li:not(:last-child) article { border-bottom: 1px solid #BBBBBB; padding: 0 0 18px 0; margin-bottom: 30px;}
.insights_grid_handpicked_right.insights_grid li article .post_img { display: none;}
.insights_grid_handpicked_left.insights_grid li article .post_img { height: auto; padding-bottom: 24px; line-height: 7px; margin-bottom: 6px;}
.insights_grid_handpicked_left.insights_grid li article .post_img img { width: 100%; height: auto;}

.page-id-193 .searchandfilter ul, .page-id-195 .searchandfilter ul { padding: 35px 0 70px 0;}

/** people profile **/

.single-team #overall-wrapper { overflow: unset;}
.single-team h1 { padding: 0 0 50px 0;}
.single-team h1 strong { display: block; font-size: 1.5rem; letter-spacing: normal; text-transform: none; line-height: 150%; font-weight: 600; padding: 23px 0 0 0;}
.people_profile { display: flex; flex-wrap: wrap; padding-top: 24px; padding-bottom: 80px;          align-items: flex-start; position: relative;}
.people_profile_stats { width: 36%; padding-right: 48px; }
.people_profile_info { padding: 35px 0 0 0; width: 64%;     padding: 0;}
.profile_img img { width: 100%; height: auto;}

    @media all and (min-height: 620px)      and (min-width: 1025px) { /** 720px **/
        .people_profile_stats { position: sticky; top: 105px; }
    }

    @media all and (min-height: 620px) and (max-height: 960px)      and (min-width: 1025px) {
        .profile_img img { max-height: 60svh; object-fit: cover; object-position: 50% 5%; }
        .profile_img.profile_img_placeholder img { object-position: 50% 50%; }
    }

.builder_testimonials { padding: 0 0 25px 0; }
.builder_testimonials_padding { padding-top: 80px;}
.builder_testimonials ul { margin: 0 -12px; padding: 0 0 60px 0; list-style: none; list-style-image: none;}
.builder_testimonials ul li { margin: 0; padding: 0 12px;}
.builder_testimonials ul li blockquote { padding: 42px; margin: 0; border: none; background: var(--almond); height: 100%; display: flex; flex-direction: column; justify-content: center;}
.builder_testimonials ul li blockquote p { font-weight: 600; font-size: 1.5rem; line-height: 150%; padding: 0; }
.builder_testimonials ul li blockquote cite { display: block; padding: 25px 0 0 0; font-weight: 600; font-size: 1.25rem; line-height: 150%; }
.builder_testimonials ul li:nth-child(even) blockquote { background: var(--green); }
.builder_testimonials ul li:nth-child(even) blockquote * { color: var(--almond);}

@media all and (min-width: 1201px) {
    .builder_testimonials .slick-list { overflow: visible;}
}
.builder_testimonials .slick-track { display: flex !important; }
.builder_testimonials .slick-slide { height: inherit !important; }

.builder_testimonials_grid { border-bottom: 1px solid var(--black); }
.builder_testimonials_grid ul { display: flex; flex-wrap: wrap; gap: 24px 0; }
.builder_testimonials_grid ul li { width: 50%; }
.builder_testimonials_grid.builder_testimonials_single ul li { width: 100%; }
.builder_testimonials_grid.builder_testimonials_single ul li blockquote { max-width: 1000px; margin: 0 auto;}

.builder_services ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 24px; }
    @media all and (min-width: 1301px) {
        .builder_services_3 ul { grid-template-columns: repeat(3, 1fr); }
        .builder_services_3 ul li article h2 { font-size: 2rem;}
    }
.builder_services ul li { margin: 0; padding: 0;}
.builder_services ul li article { position: relative; display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 605px; background-position: center; background-size: cover; background-repeat: no-repeat; padding: 90px 40px 50px 40px; }
.builder_services ul li article > div { width: 100%; position: relative; z-index: 1;}
.builder_services ul li article * { color: var(--white);}
.builder_services ul li article h2 { font-weight: 700;}
.builder_services ul li article > p:last-of-type { padding: 0; position: relative; z-index: 1;}
.builder_services ul li article::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); pointer-events: none; }
.builder_services ul li article .button_cta { border-color: var(--white);}

.profile_stats { margin: 0; padding: 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px;}
.profile_stats li { margin: 0; padding:0; font-weight: 400; font-size: 0.875rem; line-height: 150%;       overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 100%; }
.profile_stats li strong { display: block; font-weight: bold;}

.builder_profile_cols { padding-bottom: 80px;}

/** single post **/

.post_single { padding: 0 0 55px 0;}
.post_single .container { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.post_single_info { width: 69%; padding: 0 48px 0 0;}
.post_single_related { width: 31%; padding: 135px 0 25px 0; }
.post_single_related h2 { font-weight: 600; font-size: 1.5rem; letter-spacing: normal; padding: 0 0 10px 0; margin: 0 0 25px 0; border-bottom: 2px solid var(--black2); }
.post_single_related .insights_grid_more .button_cta { display: block; }

.post_stats { color: var(--black2);}

.single-post .insights_grid.insights_list li article > div { padding-left: 0;}
.single-post .insights_grid.insights_list li article > div .post_img { display: none;}
.single-post .insights_grid.insights_list li:not(:last-child) article { padding: 0 0 10px 0; margin-bottom: 25px; }

.team_grid_related {  margin: 0; padding: 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 36px; }
.team_grid_related > li { margin: 0; padding: 0; }
.team_grid_related > li article { height: 100%;  }
.team_grid_related > li article.person_card_flex { display: flex; }
.team_grid_related > li article.person_card_flex .person_card_img { line-height: 7px; width: 40%; }
.team_grid_related > li article.person_card_flex .person_card_img img { width: 100%; height: 100%; object-fit: cover; object-position: center);}
.team_grid_related > li article .person_card_info { padding: 25px 35px 35px 35px; border: 1px solid var(--black2); display: flex; flex-direction: column; justify-content: space-between;}
.team_grid_related > li article .person_card_info h2 { padding: 0 0 45px 0; }
.team_grid_related > li article .person_card_info h2 a { color: var(--black); text-decoration: none; transition: transform .25s ease; will-change: transform; display: inline-block; }
.team_grid_related > li article .person_card_info h2 a:hover { transform: scale(1.025); }
.team_grid_related > li article .person_card_info h2 strong { display: block; padding: 10px 0 0 0; font-weight: 400; font-size: 0.875rem; line-height: 150%; text-transform: none; letter-spacing: normal; font-weight: bold; }
.team_grid_related > li article.person_card_flex .person_card_info { width: 60%;}

.single_post_people_base { padding: 0 0 80px 0;}

.post_single_info .team_grid_related { padding: 55px 0 25px 0; grid-template-columns: repeat(1, 1fr); }

@media all and (min-width: 1380px) {
    .post_single_info .team_grid_related > li article .person_card_info { padding: 65px 55px; }
}
@media all and (min-width: 1025px) {
    .single-post #overall-wrapper { overflow: visible;}
    .post_single .container { position: relative;}
    .post_single_related { position: sticky; top: 0;}
}

@media all and (max-height: 920px) and (min-width: 1025px) {
    .post_single_related .insights_grid li:nth-of-type(4) { display: none; }
}
@media all and (max-height: 770px) and (min-width: 1025px) {
    .post_single_related .insights_grid li:nth-of-type(3) { display: none; }
}

/** contact page **/

.contact_info { padding: 80px 0; }
.contact_info_intro { width: 50%; padding: 0 40px 55px 0;}

.offices_list { margin: 0; padding:0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px 80px;}
.offices_list li { margin: 0; padding: 0; }
.offices_list li article { }
.offices_list li article .offices_list_img { line-height: 7px; padding: 0 0 25px 0;}
.offices_list li article .offices_list_img img { width: 100%; height: auto; height: 285px; object-fit: cover; object-position: center; }
.offices_list li article .offices_list_info { border-left: 2px solid var(--green); display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 20px; min-height: 302px; }
.offices_list li article .offices_list_info .offices_list_info_left { display: flex; flex-direction: column; justify-content: space-between; padding: 0 0 0 20px; }
.offices_list li article .offices_list_info .offices_list_info_left > div h2 { padding: 0;}
.offices_list li article .offices_list_info .offices_list_info_left > div p { padding: 25px 0 0 0; font-size: 0.875rem; line-height: 150%; }
.offices_list li article .offices_list_info .offices_list_info_right { position: relative;}
.offices_list li article .offices_list_info .offices_list_info_right iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.contact_form { padding: 80px 0; padding-bottom: 110px;}
.contact_form_intro { max-width: 600px; margin: 0 auto;}
.contact_form_holder { max-width: 884px; margin: 0 auto; padding: 45px 0 0 0;}

/** landing page **/

.landing_intro .container { display: flex; justify-content: space-between; align-items: center;}
.landing_left { width: 70%; padding: 0 100px 0 0;}
.landing_right { width: 30%; background: var(--white); padding: 25px; }

.landing_left .h2_styler { font-weight: 600;}
.landing_left .button_cta { background: var(--almond); border-color: var(--almond); color: var(--green); }
.landing_left .button_cta:hover { background: var(--green); color: var(--almond); }
.landing_right .gform_title { color: var(--green); font-size: 1.6rem; font-weight: bold;}
.landing_right .gform_description { display: none !important;}
.landing_right label:not(.gfield_consent_label), .landing_right legend { display: none !important;}
.landing_right .gform-theme--foundation .gform_fields { row-gap: 15px !important;}

.ginput_container_consent * { color: #3D3935 !important; }

/** builder boxes **/

.builder_boxes { background: var(--black2); }
.builder_boxes .builder_boxes_intro { flex-wrap: wrap;}
.builder_boxes .builder_boxes_intro .builder_boxes_pretitle { width: 100%; color: var(--white);}
.builder_boxes .builder_boxes_intro, .builder_boxes .builder_boxes_intro * { color: var(--white);}

.builder_boxes_list { padding: 55px 0 0 0; }
.builder_boxes_list li article { background: var(--white); padding: 20px; height: 100%; }
.builder_boxes_list li article .builder_boxes_list_no { font-size: 2rem; font-weight: bold; }
.builder_boxes_list li article h3 { font-size: 1.125rem; padding: 0 0 15px 0; }

/** builder cta **/

.button_holder li:nth-child(odd) .button_cta, .button_holder li:nth-child(even) .button_cta:hover { background: var(--almond); border-color: var(--almond); color: var(--green); }
.button_holder li:nth-child(even) .button_cta, .button_holder li:nth-child(odd) .button_cta:hover { background: transparent; border-color: var(--almond); color: var(--almond); }

/** builder FAQ **/

.builder_faq .container { display: flex; justify-content: space-between;}
.builder_faq_left { width: 40%; padding: 0 50px 0 0;}
.builder_faq_right { width: 60%; margin:0; padding:0; list-style: none; list-style-image: none; display: flex; flex-direction: column; border-top: 1px solid var(--black2); }
.builder_faq_right li { margin:0; padding:0; border-bottom: 1px solid var(--black2);}
.builder_faq_right li h3 { padding: 20px 0; display: flex; justify-content: space-between; text-align: right; gap: 5px 20px; cursor: pointer; }
.builder_faq_right li h3 svg { width: 26px; height: 26px; min-width: 26px;}
.builder_faq_right li h3.open svg { transform: rotate(45deg); transform-origin: center;}
.faq_answer { display: none;}

/** footer **/

#site_footer { background: var(--black2);}
#site_footer * { color: var(--white);}

#site_footer .container:first-of-type { border-bottom: 2px solid var(--almond);}

.form_subscribe { padding: 130px 0 120px 0; max-width: 970px; margin: 0 auto; }
.form_subscribe .h2_styler { font-weight: 700;}
.form_subscribe p:not(.h2_styler) { text-transform: uppercase; padding: 0 0 60px 0;}
.form_subscribe .form_list { gap: 24px;}
.form_subscribe .form_list li { width: calc(38.5% - 12px);}
.form_subscribe .form_list li.form_button { width: calc(23% - 24px); }
.form_subscribe .form_list li.form_button input { width: 100%; height: 100%; min-width: unset;}
.form_subscribe .form_list li.form_signup label { display: flex; gap: 15px; }
.form_subscribe .form_list li.form_signup input { width: 18px; height: 18px; margin: 5px 0 0 0; }
.form_subscribe .wpcf7-spinner { display: none;}

.salaw_logo { line-height: 9px; text-align: center; padding: 48px 0 0 0;}
.salaw_logo img { width: 100%; height: auto; margin: 0 auto;}

.footer_locations { padding: 64px 0; display: flex; justify-content: space-between; gap: 45px; flex-wrap: wrap; align-items: flex-end; }
.footer_locations_offices { display: flex; gap: 35px 80px; }
.footer_locations_offices article { max-width: 236px; display: flex; flex-direction: column; justify-content: space-between; }
.footer_locations_offices article p, .footer_locations_socials li { font-size: 0.875rem; line-height: 150%;}
.footer_locations_offices article > p:last-child { padding: 0;}

.footer_locations_socials { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 25px 30px; }
.footer_locations_socials li { margin: 0; padding: 0;}

#site_footer nav.footer_menu { border-top: 2px solid var(--white); border-bottom: 2px solid var(--white);}
#site_footer nav.footer_menu ul { margin: 0; padding: 30px 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 45px;            gap: 20px 30px; justify-content: space-between;}
#site_footer nav.footer_menu ul li { margin: 0; padding: 0; white-space: nowrap; font-weight: 300; font-size: 1rem; line-height: 120%; letter-spacing: 0.1em; text-transform: uppercase; }
#site_footer nav.footer_menu ul li a { text-decoration: none; border-bottom: 1px solid transparent;}
#site_footer nav.footer_menu ul li a:hover { border-color: var(--white); }

.logos_grid { margin: 0; padding: 65px 0 0 0; list-style: none; list-style-image: none; display: flex; justify-content: space-between; gap: 35px 35px; flex-wrap: wrap;}
.logos_grid li { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; line-height: 7px;}
.logos_grid li img { width: 100%; height: auto; max-width: 230px; max-height: 88px; object-fit: contain; object-position: center; }

.footer_base { display: flex; justify-content: space-between; gap: 45px; padding: 65px 0 50px 0; flex-wrap: wrap;}
.footer_base nav ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 10px 35px; }
.footer_base nav ul li { margin: 0; padding: 0; font-size: 0.875rem; line-height: 120%;}
.footer_base nav ul li a { text-decoration: none;}
.footer_base nav ul li a:hover { text-decoration: underline;}
.footer_base small { font-size: 0.875rem; line-height: 120%; }

@media all and (min-width: 0px) and (max-width : 1800px) {



}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

}

@media all and (min-width: 0px) and (max-width : 1450px) {

    .logos_grid { justify-content: center; }

    .builder_content_quote { padding-top: 55px; padding-bottom: 55px; top:100px; }
    .builder_content_quotes_info { max-width: 515px; }

}

@media all and (min-width: 0px) and (max-width : 1400px) {


}

@media all and (min-width: 0px) and (max-width : 1380px) {

    .builder_imgtxt .container .builder_imgtxt_txt, .builder_2cols .container .col:first-of-type, .builder_boxes_intro .col:first-of-type { padding-right: 48px;}
    .builder_imgtxt_img-txt .container .builder_imgtxt_txt { padding-left: 48px; padding-right: 0; }

    /** .banner_services_content { padding: 110px 455px 110px 48px; background-size: 900px auto; width: 900px; min-height: unset; max-height: unset; height: auto; } **/

    .banner_services_parent, .banner_people_list, .banner_about h1, .banner_contact, .banner_basic { font-size: 3.75rem; font-size: 4.75rem; font-weight: 700;}
    .banner_services_parent { min-height: 60svh;}
    .banner_people_list, .banner_contact { padding: 80px 48px; }

    .banner_insights { padding: 70px 48px; }

    .banner_about h1 span { max-width: 100%;}
    .banner_about_intro { padding: 100px 0 0 0;}

    .logos_accolades li img { height: 100px;}

    .offices_list { gap: 48px; }

}

@media all and (min-width: 0px) and (max-width : 1350px) {

    #search-filter-form-199.searchandfilter ul li.sf-field-taxonomy-service, #search-filter-form-199.searchandfilter ul li.sf-field-category { width: calc(50% - 12px); }

    .team_grid_related { grid-template-columns: repeat(1, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 1350px) {

    #header_main ul { gap: 0 34px; }
    #header_main nav { padding-right: 65px;}
}

@media all and (min-width: 0px) and (max-width : 1230px) {
    .team_grid, .builder_boxes_list { grid-template-columns: repeat(3, 1fr); }
}

@media all and (min-width: 0px) and (max-width : 1200px) {

    .single-post #breadcrumbs { margin-bottom: 60px;}

}

@media all and (min-width: 0px) and (max-width : 1230px) {

    .landing_left { width: 60%; }
    .landing_right { width: 40%; }
}

/** @media all and (min-width: 0px) and (max-width : 1150px) { **/
@media all and (min-width: 0px) and (max-width : 1170px) {

    .hamburger { display: flex;}
    #header_main nav { background: var(--white); border-bottom: 1px solid #BBBBBB; position: fixed; left: 0; width: 100%; top: 84px; padding: 0 48px; opacity: 0; visibility: hidden; z-index: -1; pointer-events: none; }
    .page-template-template-about:not(.scrolling) #header_main nav { background: var(--green); }
    .page-template-template-services-parent:not(.scrolling) #header_main nav { background: transparent; }
    #header_main ul { justify-content: space-between;}
    .menu-open-mobile #header_main nav { opacity: 1; visibility: visible; z-index: 98; pointer-events: auto; }

    #submenu_services, #submenu_search, #submenu_careers { top: 167px; max-height: calc(100svh - 167px); }
    #submenu_search { max-height: unset; min-height: calc(75svh - 167px); }
    #overall-wrapper::after { display: none;}

    #submenu_careers_menu { width: 220px;}
    #submenu_careers_menu ul { max-width: 100%;}
    #submenu_careers_info { width: calc(100% - 220px); padding-left: 24px; padding-left: 35px;}

    #header_main #button_pay { right: 120px; border-right: 1px solid #BBBBBB;}
    

}

@media all and (min-width: 0px) and (max-width : 1100px) {

    .post-type-archive-team .searchandfilter ul { justify-content: center;}
    .post-type-archive-team .sf-field-taxonomy-service, .post-type-archive-team .sf-field-search { width: calc(50% - 12px); }

    .builder_team_contact .container .builder_team_contact_info { padding-right: 45px;}

}

@media all and (min-width: 0px) and (max-width : 1080px) {




}

@media all and (min-width: 0px) and (max-width : 1024px) {

    .insights_grid, .team_grid, .insights_grid.insights_grid_3, .builder_boxes_list { grid-template-columns: repeat(2, 1fr);     gap: 20px 20px; }

    .insights_handpicked { flex-direction: column; gap: 55px 0;}
    .insights_handpicked .insights_grid_handpicked_left, .insights_handpicked .insights_grid_handpicked_right { width: 100%; padding: 0; }

    .people_profile { flex-direction: column; gap: 35px 0; }
    .people_profile_stats, .people_profile_info { width: 100%; padding: 0; }

    .post_single .container { flex-direction: column; gap: 35px 0;}
    .post_single_info, .post_single_related { width: 100%; padding: 0;}

    .builder_services ul {grid-template-columns: repeat(1, 1fr); }
    .builder_services ul li article { padding: 40px; min-height: 405px; }

    /** .banner_services.has_img { background-size: cover;} **/

    .builder_vacancies ul { grid-template-columns: repeat(2, 1fr); }

}


@media all and (min-width: 0px) and (max-width : 980px) {
    .landing_left { width: 55%; padding: 0 55px 0 0; }
    .landing_right { width: 45%; }
}

@media all and (min-width: 0px) and (max-width : 950px) {

    #submenu_services .container { flex-direction: column;}
    #submenu_services_menu { width: 100%; padding-right: 0; border-right: none;}
    #submenu_services_latest { width: 100%; padding: 50px 0 0 0; position: static;}
    #submenu_services_latest button { top: 24px; right: 24px;}
    #submenu_services_latest ul { flex-direction: row; gap: 24px; }
    #submenu_careers_menu ul { padding: 0 140px 0 0; }

    .builder_faq .container { flex-direction: column; gap: 20px 0;}
    .builder_faq_left { width: 100%; padding: 0;}
    .builder_faq_right { width: 100%; }


}

@media all and (min-width: 0px) and (max-width : 930px) {

    .offices_list { grid-template-columns: repeat(1, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 900px) {

    .page-template-template-services-parent:not(.scrolling) #header_main nav { background: var(--black); }

    .builder_imgtxt .container, .builder_2cols .container, .builder_profile_cols .container, .builder_content_quote, .builder_team_contact .container, .builder_boxes_intro { flex-direction: column; gap: 40px 0;}
    .builder_imgtxt .container .builder_imgtxt_txt, .builder_imgtxt .container .builder_imgtxt_img, .builder_2cols .container .col, .builder_profile_cols .container .col, .builder_content_quote .col, .builder_boxes_intro .col { width: 100%; padding-right: 0;}
    .builder_imgtxt_img-txt .container .builder_imgtxt_txt { padding-left: 0 !important; padding-right: 0 !important;}
    .builder_2cols .container .col:first-of-type, .builder_boxes_intro .col:first-of-type { padding: 0;}

        .builder_imgtxt_hover_link { padding: 0 0 25px 0; border: none;}
        .builder_imgtxt_hover_link:last-of-type { padding: 0;}
        .builder_imgtxt_hover_mob { display: block;}
        .builder_imgtxt_hover_mob img { width: 100%; height: auto;}
        .builder_imgtxt.hover .container .builder_imgtxt_img { display: none !important;}

    .builder_submenu ul { padding: 20px 0 0 0; grid-template-columns: repeat(1, 1fr); }

    /** .banner_services_content { background: url(/wp-content/themes/salaw/images/bkg_banner_service_mob.png) top left no-repeat; background-size: 100% auto; padding: 110px 48px 300px 48px; width: 100%; } **/

    .post-type-archive-team .sf-field-taxonomy-service, .post-type-archive-team .sf-field-search { width: 100%; }

    #header_main ul:not(.landing_menu) { flex-direction: column; gap: 20px 0; align-items: center;}
    #header_main ul:not(.landing_menu) li { font-size: 1.4rem;}
    /** #overall-wrapper::after { display: block;} **/

    #header_main nav { height: calc(100svh - 83px); display: flex;  flex-direction: column; justify-content: center;}
    .menu-open-mobile-shift #header_main nav {  left: -100%; }
    #submenu_services, #submenu_search, #submenu_careers {  opacity: 1; visibility: visible; z-index: 999;    top: 83px; max-height: calc(100svh - 83px); height: calc(100svh - 83px); right: -101%; }
    .menu-open-services #submenu_services, .menu-open-search #submenu_search, .menu-open-careers #submenu_careers { right: 0; }

    #submenu_careers_info button { top: 24px; right: 24px;}
    #submenu_careers .container { flex-direction: column; gap: 40px;}
    #submenu_careers_menu { width: 100%; padding: 0; border: none; }
    #submenu_careers_info { width: 100%; padding: 0; position: static;}

    .builder_testimonials_grid ul li { width: 100%;}

    .builder_content_quote .heading_label { padding:0;}
    .builder_content_quotes_info { max-width: 100%;}

    .builder_team_contact .container .builder_team_contact_info { width: 100%; padding:0;}
    .builder_team_contact .team_grid_related { width: 100%;}

    .builder_boxes .builder_boxes_intro .builder_boxes_pretitle { padding: 0; margin-bottom: -20px;}

}

@media all and (min-width: 0px) and (max-width : 850px) {

    .builder_impact h2, .builder_impact p {max-width: 100%;}

    .form_subscribe .form_list li { width: calc(50% - 12px);}
    .form_subscribe .form_list li.form_button { width: 100%; padding: 20px 0 0 0; }
    .form_subscribe .form_list li.form_button input { width: 100%; height: 100%; min-width: unset; max-width: 350px; margin: 0 auto;}
    .form_subscribe .form_list li:nth-child(1) { order: 1;}
    .form_subscribe .form_list li:nth-child(2) { order: 2;}
    .form_subscribe .form_list li:nth-child(3) { order: 4;}
    .form_subscribe .form_list li:nth-child(4) { order: 3;}

    .landing_intro .container { flex-direction: column; gap: 20px 0;}
    .landing_left { width: 100%; padding:0; }
    .landing_right { width: 100%; }

}

@media all and (min-width: 0px) and (max-width : 800px) {

    .builder_search label { width: 100%; margin:0;}


}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

@media all and (min-width: 0px) and (max-width : 750px) {

    .builder_vacancies ul { grid-template-columns: repeat(1, 1fr); }

}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body {  }

    h1, .h1_styler { font-size: 3rem; font-size: 2rem; } 
    h2, .h2_styler { font-size: 2rem; font-size: 1.7rem; } 
    h3, .h3_styler { font-size: 1.5rem; } 

    blockquote { margin-left: 0;}

    #header_main #button_pay { right: 75px; width: 80px; }

    #page_banner .slick-arrow { top: 45px;   display: none;}

    .builder_search input[type="submit"] { width: 100%;}

    .banner_services_parent, .banner_people_list, .banner_about h1, .banner_contact, .banner_basic { font-size: 3rem;}

    #submenu_services .container, #submenu_careers .container { padding: 24px;}

    .container { padding: 0 25px; }
    .heading_label { padding: 0 0 25px 0;}

    .builder_impact, .builder_imgtxt, .builder, .builder_insights { padding: 35px 0; }
    .builder.builder_basic { padding-top: 60px; }
    .builder_profile_cols { padding-bottom: 35px;}
    .banner_post { padding: 35px 25px;}
    .single_post_people_base { padding-bottom: 35px;}
    .single-post #breadcrumbs { margin-bottom: 35px;}
    .builder_testimonials_padding { padding-top: 35px;}

    .contact_info, .contact_form { padding: 35px 0;}
    .contact_form_holder { padding: 20px 0 0 0; }
    .form_list li { width: 100%;}

    .builder_submenu_cta { padding: 30px 0 0 0;}

    #submenu_services_latest button, #submenu_search .submenu_search_close, #submenu_careers_info button { font-size: 0.9rem;}
    #submenu_search .submenu_search_close { right: 28px;}

    .builder_team_intro { grid-template-columns: repeat(1, 1fr); padding-bottom: 35px; }
    
    .builder_submenu ul { padding: 10px 0 0 0;}

    .builder_banner { padding: 60px 25px;               padding: 300px 0 0 0; background-size: 100% auto; background-position: top center;}
    .builder_banner_info { padding: 35px;           padding: 25px; }
    .builder_banner .heading_label { padding: 0 0 25px 0;}
    .builder_banner_info p:last-of-type { padding: 10px 0 0 0;}

    .banner_services:not(.has_img) { padding: 50px 25px; }
    /** .banner_services_content { background-image: url(/wp-content/themes/salaw/images/bkg_banner_service_mob2.png); padding: 50px 25px 240px 25px; background-size: 670px auto; background-position: 100% 100%; } **/

    .banner_services_parent::after { bottom: 45px; left: 25px; right: 25px;}
    .banner_services_parent { padding-top: 70px; padding-bottom: 70px;}
    .banner_people_list, .banner_insights, .banner_contact { padding: 40px 25px; min-height: unset; }

    .banner_about { padding: 0 0 45px 0; }
    .banner_about h1 { padding: 140px 0 45px 0; }
        .banner_about_no_intro h1 { padding-bottom: 15px;}
    .banner_about_intro { padding: 45px 0 0 0;}
    .people_profile { padding-bottom: 30px;}
    .single-team h1 strong { padding: 13px 0 0 0;}
    .single-team h1 { padding-bottom: 35px;}

    .searchandfilter ul { padding: 45px 0;}
    .filter_clear { margin-top: -15px; padding: 0 0 30px 0; }
    .page-id-193 .searchandfilter ul, .page-id-195 .searchandfilter ul { padding: 35px 0 45px 0;}

    .team_grid_related > li article.person_card_flex { flex-direction: column;}
    .team_grid_related > li article.person_card_flex .person_card_img, .team_grid_related > li article.person_card_flex .person_card_info { width: 100%;}

    .post_single_info .team_grid_related { padding-top: 25px; }

    .contact_info_intro { width: 100%; padding: 0 0 15px 0; }

    .form_subscribe .form_list li { width: 100%;}

    .form_subscribe { padding: 55px 0;}
    .form_subscribe p:not(.h2_styler) { padding: 0 0 30px 0;}
    .footer_locations, .logos_grid { padding: 45px 0;}
    #site_footer nav.footer_menu ul { flex-direction: column; padding: 45px 0; }
    .logos_grid li img { max-width: 180px;}

    .builder_testimonials_grid ul { padding: 0 0 20px 0;}
    .builder_testimonials ul li blockquote { padding: 35px;}
    .builder_services ul li article { padding: 35px; }

                .insights_grid, .team_grid, .builder_boxes_list { padding-bottom: 30px;}

    .footer_base { flex-direction: column; align-items: center; padding-top: 20px; gap: 30px;}
    .footer_base nav ul { justify-content: center;}

    .builder_content_quote { position: static;}
    .builder_content_quote { padding: 45px 0 0 0;}
    .builder_content_quote:last-of-type { padding-bottom: 45px;}

    .button_holder { padding:10px 0 0 0; }

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {

    #search-filter-form-199.searchandfilter ul, #search-filter-form-367.searchandfilter ul { justify-content: center; gap: 0;}
    #search-filter-form-199.searchandfilter ul li:not(.sf-field-submit), #search-filter-form-367.searchandfilter ul li:not(.sf-field-submit) { width: 100% !important;}
    #search-filter-form-199.searchandfilter ul li.sf-field-submit, #search-filter-form-367.searchandfilter ul li.sf-field-submit { padding-top: 24px; }

}

@media all and (min-width: 0px) and (max-width : 600px) {

    #submenu_services_menu #submenu_services_menu_business ul { grid-template-columns: repeat(1, 1fr); }
    #submenu_services_menu #submenu_services_menu_individuals { width: 100%;}

    #submenu_services_latest ul { flex-direction: column;}
}

@media all and (min-width: 0px) and (max-width : 570px) {

    .insights_grid, .team_grid, .insights_grid.insights_grid_3, .builder_boxes_list { grid-template-columns: repeat(1, 1fr); }
    /** .banner_services_content { background-size: 570px auto; } **/

    #submenu_careers_info article > div { flex-direction: column; }

    #header_main ul.landing_menu { flex-direction: column; gap: 5px 0; }
    
}

@media all and (min-width: 0px) and (max-width : 540px) {

    .offices_list li article .offices_list_info { grid-template-columns: repeat(1, 1fr); min-height: unset; }
    .offices_list li article .offices_list_info .offices_list_info_right { padding: 0 0 0 20px; }
    .offices_list li article .offices_list_info .offices_list_info_right iframe { position: static; min-height: 302px;}
    .offices_list li article .offices_list_info .offices_list_info_left > div p:first-child { padding-top: 0;}

}

@media all and (min-width: 0px) and (max-width : 500px) {



}

@media all and (min-width: 0px) and (max-width : 470px) {

    .profile_stats { grid-template-columns: repeat(1, 1fr); }
    .team_grid_related > li article .person_card_info { padding: 25px;}

}

@media all and (min-width: 0px) and (max-width : 430px) {

    .single-landing-page #header_main .container { gap: 0 12px; }
    .single-landing-page #header_main #logo_salaw { background-size: 120px auto; background-position: left; width: 120px; }
    .single-landing-page #header_main ul.landing_menu li { font-size: 0.85rem;}

}

@media all and (min-width: 0px) and (max-width : 410px) {

    #header_main #button_pay { width: 70px; }

}

@media all and (min-width: 0px) and (max-width : 396px) {

    #header_main #logo_salaw { background-size: 120px auto; background-position: left; width: 120px; }

}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }