/*
 ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
:root {
  /** PRIMARY COLORS */
  --primary-color: #21386d;
  --primary-dark: #27374d;
  --primary-black:#0C0E18;
  /** SECONDARY COLORS */
  --secondary-color: #2b62a5;
  --secondary-light: #eff3f6;
  /** ACCENT COLORS */
  --accent-color: #2b62a5;
  /** FONTS */
  --heading-font: 'Arial', sans-serif;
  --body-font: 'Montserrat', sans-serif;
  
/*   MIGHT ADD IN LATO as a complement */
  
/*
 Only did top ones for now ^ 
  
*/
  
  --font-awesome: 'Font Awesome 5 Free';
  --font-brands: 'Font Awesome 5 Brands';
  /** HEADINGS */
  --h1: 700 54px/1.3em var(--heading-font);
  --h2: 700 44px/1.3em var(--heading-font);
  --h3: 700 34px/1.3em var(--heading-font);
  --h4: 700 24px/1.3em var(--heading-font);
  --home-h1: 700 80px/1.3em var(--heading-font);
  --home-h2: var(--h2);
  --home-h3: var(--h3);
  --home-h4: var(--h4);
  --h1-color: var(--primary);
  --h2-color: var(--primary);
  --h3-color: var(--primary);
  --h4-color: var(--primary);
  --home-h1-color: #fff;
  --home-h2-color: var(--h2-color);
  --home-h3-color: var(--h3-color);
  --home-h4-color: var(--h4-color);
  /** HEADER */
  --header-bg: var(--primary);
  --int-header-bg: var(--header-bg);
  --sticky-header-bg: var(--primary);
  /** NAVIGATION */
  --header-font-size: 16px;
  --header-font-weight: 700;
  --header-link-color: #fff;
  --header-link-hover-color: var(--accent);
  --header-font-family: var(--body-font);
  /** LOGOS */
  --logo-width: 292px;
  --logo-height: 123px;
  --sticky-logo-width: 292px;
  --sticky-logo-height: 123px;
  /** BACKGROUNDS - images or hex color */
  --body-wrapper-bg: transparent;
  --home-body-wrapper-bg: var(--body-wrapper-bg);
  --at-bio-titlebar-bg: var(--secondary);
  --attorney-bio-titlebar-height: 430px;
  --attorney-bio-img-height: 297px;
  /* --pa-titlebar-bg: url('../images/') no-repeat center/cover; */
  --page-titlebar-bg: var(--secondary);
  --footer-bg: linear-gradient(180deg, #27374d 0%, #0a1428 100%);
  /* --copyright-bg: var(--primary); */
  --form-bg: url('../images/contact-us-bg-3x.jpg') no-repeat center/cover;
  /** BACKGROUNDS - only images */
  --icon-sprite: url('../images/sandslegal-icon-sprite-3x.png') no-repeat;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
}

.custom-attorney-titlesbio {
	margin-top:-10px;
	margin-bottom:10px;
	font-weight:600;
	font-size:16px!important;
}

a {
    color: var(--secondary-color);
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
    body .section-container:not(#billboard-container):not(#footer-container) {
        max-width: 90%;
    }
   
       #primary-nav-container {
        max-width: 700px !important;
        margin: 0 0 0 auto;
    }


    
    #primary-nav-container {
    max-width: none !important;
    margin-left: 0;
}


    #billboard img,
    #int-billboard-our-practice img,
    #int-billboard-our-people img,
    #int-billboard-our-impact img,
    #int-billboard-our-values img {
        height: auto !important;
        object-fit: inherit !important;
    }

    #billboard .billboard-content-container,
    #int-billboard-our-practice .billboard-content-container,
    #int-billboard-our-people .billboard-content-container,
    #int-billboard-our-impact .billboard-content-container,
    #int-billboard-our-values .billboard-content-container {
        max-width: 90% !important;
    }

    .blog #int-billboard .int-billboard-content, 
    .category #int-billboard .int-billboard-content, 
    .tag #int-billboard .int-billboard-content, 
    .search #int-billboard .int-billboard-content{
	   /*max-width: 100% !important;*/
       max-width: 90% !important;
    }

/*    .blog #int-billboard-container,
    .category #int-billboard-container,
    .tag #int-billboard-container,
    .search #int-billboard-container {
        max-width: 90% !important;
    }*/
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #292929!important;
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h1 {
    color: #1162aa!important;
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}
	
/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #003e6e;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    scroll-margin-top: 125px!important;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #003e6e;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #1163aa;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
/*     text-transform: uppercase; */
    letter-spacing: 1px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
    color: var(--secondary-color);
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}

body #call-to-action h3{
    line-height: 24px;
}

@media screen and (max-width: 700px) {
    body #call-to-action h3{
        line-height: normal;
    }
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #003e6e;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h4 a,
.tmf-post > h4 a {
    color: #003e6e;
    text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
    text-decoration: underline;
}

/* ======================================== *
        Header 5
 * ======================================== */
h5,
.editor-content > h5 {
    color: var(--secondary-color);
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h5 a,
.editor-content > h5 a {
    color: var(--secondary-color);
    text-decoration: none;
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
        Home and Interior Top Area
 * ======================================== */
body #header-wrapper.sticky {
    -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    top: -90px;
    left: 0;
    position: fixed !important;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    background: #ffffff;
    border-bottom: none;
    min-height: auto;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

body #header-wrapper.sticky.sticky_animate {
    top: 0;
}

body #header-wrapper.sticky #header {
    padding: 25px 0 20px;
}

body #header-wrapper.sticky #header-cell-1,
body #header-wrapper.sticky #header-cell-2 {
    vertical-align: middle;
}

body #header-wrapper.sticky #header .desktop-view{
    display: none;
}

body #header-wrapper.sticky #primary-nav {
    padding-top: 0px; 
}

@media screen and (max-width: 1200px) {
    body #header-wrapper.sticky {
        position: relative !important;
    }

    body #header-wrapper.sticky #header {
        padding: 25px 0 0;
    }
}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.header-top-2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}

#header-top p{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    line-height: 26px;
    margin-bottom: 0;
}

#header-top a{
    color: #333333;
    text-decoration: none;
}

#header-top a:hover{
    text-decoration: underline;
}

#header-top .phone-1 {}

#header-top .phone-1::after {
    content: "|";
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
}

/* Search Style */ 
.search-form{
    display: inline-block;
    vertical-align: top;
}

.search-icon {
/*     background: #808080; */
    background: #999999;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    margin-left:7px;
}

#search-lg,
#search-sm {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(17,98,170,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    display: none;
}

#search-lg.open,
#search-sm.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 9999;
    display: block;
}

#search-lg input[type="search"],
#search-sm input[type="search"] {
    position: absolute;
    top: 50%;
    /* top: 50px; */
    left: 0;
    /* margin-top: -51px; */
    margin-top: 0px;
    max-width: 1300px;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
    margin: 0 auto;
    right: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    transform: translateY(-50%);
}

#search-lg input[type="search"]::placeholder,
#search-sm input[type="search"]::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

#search-lg input[type="search"]::-ms-input-placeholder,
#search-sm input[type="search"]::-ms-input-placeholder {
  color: #ffffff;
}

#search-lg input[type="search"]::-ms-input-placeholder,
#search-sm input[type="search"]::-ms-input-placeholder {
  color: #ffffff;
}

#search-lg .close,
#search-sm .close {
    position: absolute;
    top: 50px;
    right: 25px;
    opacity: 1;
    font-size: 18px;
    color: #ffffff;
}

#search-lg .close::after,
#search-sm .close::after {
    content: "\f00d";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
}

#search-lg .close:hover,
#search-sm .close:hover{
    color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 950px) {
    #header-top{   
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #header-top,
    .header-top-2 {
        display: block;
        padding-left: 0;
    }

    .header-top-2 {
        display: block;
        padding-top: 15px;
    }

    #header-top p{
        text-align: center;
    }

    #header-top .phone-1 {
        display: block;
    }

    #header-top .phone-1::after {
        display: none;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header .main-logo:focus, a:active, a:hover {
    text-decoration: none;
}

#header-container {
    max-width: 1300px;
}

#header {
    padding: 25px 0 30px!important;
}

#header .logo {
    max-width: 398px;
    width: 90%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto !important;
}

#header .logo a:hover {
    text-decoration: none!important;
}

#header .logo-40{
    margin-left: 20px;
}

#header-cell-1 {
    vertical-align: bottom;
}

#header-cell-2 .inner{
    padding-left: 0;
}

#header .desktop-view {
    text-align: right;
}

#header .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #header {
        padding: 25px 0 0 !important;
    }

    #header-cell-2 .inner{
        padding: 0;
    }
    
    #header .logo {
	   width: 70%;
	}

    #header .desktop-view{
        display: none;
    }

    .header-top-row {
        display: table;
        width: 100%;
    }
    
    #header .main-logo,
    #header .mobile-view{
        display: table-cell;
        vertical-align: middle;
    }

    #header .mobile-view{
        width: 45%;
        text-align: right;
    }
}

@media screen and (max-width: 950px) {
    #header .logo {
        width: 100%;
    }

    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .mobile-view{
        padding-top: 15px;
/*         margin-left:35px; */
	    margin-right:auto;
	    margin-left:auto;
    }
    
    #header .main-logo {
	    margin-right:auto;
	    margin-left:auto;
    }
}

@media screen and (max-width: 600px) {
    #header .logo-40 {
        display: block;
        margin: 0 auto;
        max-width: 80px;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    #header .logo-40 {
        max-width: 60px;
    }
}
/* ======================================== *
   Primary Navigation Section
 * ======================================== */

#primary-nav-wrapper {
    font-family: var(--heading-font);
    position: relative;
    z-index: 1000;
}

#primary-nav-container {
    max-width: none !important;
    margin-left: 0;
}

#primary-nav {
    padding-top: 15px;
    position: relative;
    z-index: 1000;
}

/* ======================================== *
   Top-level menu items
 * ======================================== */

#primary-nav .menu > .menu-item > a {
    color: #292929;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 5px;
    text-decoration: none;
    position: relative;
}

/* Underline bar */
#primary-nav .menu > .menu-item > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 0;
    margin: 0 auto;
    background-color: transparent;
}

/* Active / hover underline */
#primary-nav .menu > .menu-item:hover > a::before,
#primary-nav .menu > .menu-item.current-menu-item > a::before,
#primary-nav .menu > .menu-item.current-menu-item > a:hover::before,
#primary-nav .menu > .menu-item.current-menu-item > a:focus::before {
    height: 3px;
    background-color: var(--secondary-color);
}

/* Chevron */
#primary-nav .menu > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.65em;
    margin-left: 8px;
    vertical-align: middle;
}

/* ======================================== *
   Sub-menu base
 * ======================================== */

#primary-nav .menu .sub-menu {
    list-style: none;
}

#primary-nav .menu .sub-menu .menu-item {
    background: transparent;
}

#primary-nav .menu .sub-menu .menu-item > a {
    color: #ffffff;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 0;
    display: inline-block;
}

#primary-nav .menu .sub-menu .menu-item > a:hover {
    color: #f4f4f4;
    text-decoration: underline;
}

/* ======================================== *
   DESKTOP MEGA MENU (TITLE + 3 COLUMNS)
 * ======================================== */

@media screen and (min-width: 1201px) {

    #primary-nav .menu > .menu-item-has-children {
        position: static;
    }

    #primary-nav .menu > .menu-item-has-children > .wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
    }

    #primary-nav .menu > .menu-item-has-children > .wrap > ul.sub-menu {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 30px 40px;

        background-color: #003e6e;

        column-count: 4;
        column-gap: 60px;

        box-sizing: border-box;
    }

    /* MENU TITLE (COLUMN 1 ONLY) */
    #primary-nav .menu > .menu-item-has-children > .wrap > ul.sub-menu::before {
        content: var(--menu-title);
        display: block;

        font-family: var(--heading-font);
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;

        margin-bottom: 15px;

        break-after: column;
    }

    /* Prevent item splitting */
    #primary-nav .menu > .menu-item-has-children > .wrap > ul.sub-menu > li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }

    /* ======================================== *
       COLUMN HEADERS (FORCED)
     * ======================================== */

    /* What We Do */
    #primary-nav .menu .sub-menu .menu-item-4551 {
        break-before: column;
    }

    #primary-nav .menu .sub-menu .menu-item-4551 > a {
        font-weight: 800;
        text-transform: capitalize!important;
        text-decoration: underline;
        text-underline-offset: 4px;
        
    }

    /* Last column header */
    #primary-nav .menu .sub-menu .menu-item-4547 {
        break-before: column;
    }

    #primary-nav .menu .sub-menu .menu-item-4547 > a {
        font-weight: 800;
        text-decoration: underline;
        text-underline-offset: 4px;
     
    }
}
@media screen and (min-width: 1201px) {

    #primary-nav .menu .sub-menu .menu-item-4551,
    #primary-nav .menu .sub-menu .menu-item-4581 {
        padding-bottom: 14px;
        margin-bottom: 14px;
        
    }

    #primary-nav .menu .sub-menu .menu-item-4551 > a,
    #primary-nav .menu .sub-menu .menu-item-4581 > a {
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}


/* ======================================== *
   Responsive
 * ======================================== */

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

    #primary-nav-container {
        max-width: 100% !important;
        margin: 0 auto;
    }

    #primary-nav {
        padding-top: 0;
    }
}

/* ======================================== *
   Mobile Menu
 * ======================================== */

#mobile-nav-wrapper {
    font-family: 'Lato', sans-serif !important;
    text-align: left;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #ffffff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #003e6e;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #ffffff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #003e6e;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: #003e6e!important;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard .modern-slider {
    background: transparent;
    border: none;
    margin: 0;
}

#billboard img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#billboard .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#billboard strong {
    font-weight: 700;
}

/*---------- Slide 1 CSS ----------*/
#billboard .slide-1 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 590px;
    margin: 0 0 0 auto;
}

#billboard .slide-1 h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

#billboard .slide-1 h2:first-child {
    padding-left: 35px;
    margin-bottom: 0px;
}

#billboard .slide-1 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    max-width: 530px;
    margin: 0 0 0 auto;
}

/*---------- Slide 2 CSS ----------*/
#billboard .slide-2 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 570px;
    left: 11.5%;
}

#billboard .slide-2 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-2 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-2 p:nth-child(1) {
    padding-left: 80px;
}

#billboard .slide-2 .tmf-button {
    margin-left: 80px;
}

/*---------- Slide 3 CSS ----------*/
#billboard .slide-3 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 570px;
    left: 10%;
}

#billboard .slide-3 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-3 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-3 p:nth-child(2),
#billboard .slide-3 p:nth-child(3) {
    padding-left: 80px;
}

#billboard .slide-3 p:nth-child(4) {
    text-align: right;
}

/*---------- Slide 4 CSS ----------*/
#billboard .slide-4 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 520px;
    left: 11.5%;
}

#billboard .slide-4 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-4 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-4 p:nth-child(1) {
    padding-left: 100px;
}

#billboard .slide-4 .tmf-button {
    margin-left: 100px;
}

/*---------- Slide 5 CSS ----------*/
#billboard .slide-5 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-right: 7%;
}

#billboard .slide-5 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-5 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-5 p:nth-child(2),
#billboard .slide-5 p:nth-child(3) {
    padding-left: 80px;
}
/*---------- Slide 6 CSS ----------*/
#billboard .slide-6 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-right: 7%;
}

#billboard .slide-6 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-6 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-6 p:nth-child(2),
#billboard .slide-6 p:nth-child(3) {
    padding-left: 80px;
}

/*---------- Slide 7 CSS ----------*/
#billboard .slide-7 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-right: 7%;
}

#billboard .slide-7 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-7 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-7 p:nth-child(2),
#billboard .slide-7 p:nth-child(3) {
    padding-left: 80px;
}

#billboard .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 25%);
    font-size: 20px;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 15px;
    letter-spacing: 1px;
}

#billboard .flex-direction-nav {
    opacity: 1 !important;
}

#billboard .flex-direction-nav a {
    width: 40px;
    height: 40px;
    top: 50%;
    color: #ffffff;
    font-size: 0;
    overflow: inherit;
    opacity: 1 !important;
}

#billboard .flex-direction-nav a:before {
    content: '';
    color: #ffffff;
    font-size: 0;
}

#billboard .flex-direction-nav a.flex-prev:before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -439px 0px;
    background-size: 487px;
    display: block;
    width: 90px;
    height: 75px;
    transform: rotate(-180deg);
    margin-left: -54px;
}

#billboard .flex-direction-nav a.flex-next:before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -439px 0px;
    background-size: 487px;
    display: block;
    width: 90px;
    height: 75px;
}

#billboard .flexslider .flex-direction-nav .flex-prev {
    opacity: 0 !important;
    margin-left: 25px;
}

#billboard .flexslider .flex-direction-nav .flex-next {
    opacity: 0 !important;
    margin-right: 25px;
}

#billboard .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1 !important;
}

#billboard .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

#billboard .flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}

#billboard .flex-control-paging li a.flex-active {
    background: #fff;
}

#billboard .mobile-view{
    display: none;
}

@media screen and (max-width: 800px) {
    #billboard .desktop-view{
        display: none;
    }

    #billboard .flexslider .flex-direction-nav .flex-prev {
        margin-left: 0;
    }

    #billboard .flexslider .flex-direction-nav .flex-next {
        margin-right: 0;
    }

/*#billboard .flexslider .flex-direction-nav .flex-prev {
display: none;
}

#billboard .flexslider .flex-direction-nav .flex-next {
display: none;
}*/
    #billboard .mobile-view{
        display: block;
    }

    #billboard-cell-1,
    #billboard-cell-2{
        vertical-align: middle;
    }

    #billboard .slide-1 p,
    #billboard .slide-2 p,
    #billboard .slide-3 p,
    #billboard .slide-4 p,
    #billboard .slide-5 p {
        line-height: 38px;
    }

    /*---------- Slide 1 CSS ----------*/
    #billboard .slide-1{
        background: rgba(0,62,110,1);
    }

    #billboard .slide-1 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-1 #billboard-cell-2 .inner{
        padding: 0 50px 0 25px;
    }

    #billboard .slide-1 #billboard-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-1 .mobile-view-left-content,
    #billboard .slide-1 .mobile-view-right-img{
        display: none;
    }

    #billboard .slide-1 img {
        height: auto;
       /* border-top-left-radius: 0px;
        border-top-right-radius: 450px 1000px;
        border-bottom-right-radius: 35px 500px;
        border-bottom-left-radius: 0px; */
    }

    #billboard .slide-1 h2 {
        font-size: 24px;
        text-shadow: inherit;
        margin-bottom: 0;
        line-height: 38px;
    }

    #billboard .slide-1 h2:first-child {
        padding-left: 0;
    }

    /*---------- Slide 2 CSS ----------*/
    #billboard .slide-2{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-2 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-2 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-2 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-2 .mobile-view-right-content,
    #billboard .slide-2 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-2 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-2 p:nth-child(1) {
        padding-left: 0px;
    }

    #billboard .slide-2 .tmf-button {
        margin-left: 0px;
    }

    /*---------- Slide 3 CSS ----------*/
    #billboard .slide-3{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-3 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-3 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-3 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-3 .mobile-view-right-content,
    #billboard .slide-3 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-3 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-3 p:nth-child(2),
    #billboard .slide-3 p:nth-child(3) {
        padding-left: 0px;
    }

    #billboard .slide-3 p:nth-child(4) {
        text-align: inherit;
    }

    /*---------- Slide 4 CSS ----------*/
    #billboard .slide-4{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-4 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-4 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-4 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-4 .mobile-view-right-content,
    #billboard .slide-4 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-4 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-4 p:nth-child(1) {
        padding-left: 0;
    }

    #billboard .slide-4 .tmf-button {
        margin-left: 0;
    }

    /*---------- Slide 5 CSS ----------*/
    #billboard .slide-5{
        background: rgba(0,62,110,1);
    }

    #billboard .slide-5 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-5 #billboard-cell-2 .inner{
        padding: 0 50px 0 25px;
    }

    #billboard .slide-5 #billboard-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-5 .mobile-view-left-content,
    #billboard .slide-5 .mobile-view-right-img{
        display: none;
    }

    #billboard .slide-5 img {
        height: auto;        
   /*     border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px; */
    }

    #billboard .slide-5 p:nth-child(2),
    #billboard .slide-5 p:nth-child(3) {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1100px) {
    /*---------- Slider Global CSS ----------*/
    #billboard .slide-1 p,
    #billboard .slide-2 p,
    #billboard .slide-3 p,
    #billboard .slide-4 p,
    #billboard .slide-5 p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }

    #billboard .slide-1 h2 {
        font-size: 20px;
        line-height: 34px;
    }
}

.tmf-slider-home .slides {
    overflow: hidden;
}

.tmf-slider-home .slides > li {
    position: relative;
}

@media screen and (max-width: 1000px) {
    /*---------- Slider Global CSS ----------*/
    #billboard .modern-slider {
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
        border: none;
        margin: 0;
    }
    
    #billboard-wrapper {
	    /*margin-top: -30px;*/
    }
    
    #int-billboard-wrapper {
	    /*margin-top: -30px;*/
    }

    #billboard .slide-1 img,
    #billboard .slide-2 img,
    #billboard .slide-3 img,
    #billboard .slide-4 img,
    #billboard .slide-5 img {
        border-radius: 0px;
    }

    #billboard .slide-2 #billboard-cell-1 .inner,
    #billboard .slide-3 #billboard-cell-1 .inner,
    #billboard .slide-4 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-1 #billboard-cell-2 .inner,
    #billboard .slide-5 #billboard-cell-2 .inner{
        padding: 0 25px;
    }

    #billboard .slide-2 .mobile-view-left-img,
    #billboard .slide-3 .mobile-view-left-img,
    #billboard .slide-4 .mobile-view-left-img{
        display: block;
    }

    #billboard .slide-2 .editor-content,
    #billboard .slide-3 .editor-content,
    #billboard .slide-4 .editor-content{
        padding: 25px 25px 70px;
        text-align: center;
    }

    #billboard .slide-2 #billboard-cell-2,
    #billboard .slide-3 #billboard-cell-2,
    #billboard .slide-4 #billboard-cell-2{
        display: none;
    }

    /*---------- Slide 1 CSS ----------*/
    #billboard .slide-1 #billboard-cell-2 {
        text-align: center;
        padding: 25px 0 70px;
    }

    /*---------- Slide 5 CSS ----------*/
    #billboard .slide-5 #billboard-cell-2 {
        text-align: center;
        padding: 25px 0 70px;
    }
}

/* ======================================== *
    NEW: Apply Slide-1 Typography to ALL Slides
 * ======================================== */

#billboard .slides li .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 590px;
	margin: 0 auto 0 0;   /* LEFT aligned */
	    background: #29292989;
    padding: 30px;

}

#billboard .slides li h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    line-height: 70px;
}

#billboard .slides li p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    max-width: 530px;
    margin: 0 0 0 auto;
}

/* Animation for all slides */
#billboard .billboard-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

#billboard .flex-active-slide .billboard-content {
    opacity: 1;
    transform: translateY(0);
}
/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
	
}

#int-billboard-container{
    max-width: 100% !important;
}

#int-billboard img.int-billboard-img {
    display: block;
/*     width: 100%; */
    height: auto;
    width: 100%;
    /*margin-left: -90px;*/
}

#int-billboard .int-billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    transform: translateY(-50%);
}

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 0px 25px;
    position: relative;
}
/*

#int-billboard h1#page-title {
    color: #ffffff!important;
    color:#1162aa!important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    line-height:1.1em;
}
*/

/* ======================================== *
        !!!! Oberman Overrides !!!! — More later in the sheet 2944
 * ======================================== */
 
 h1 Pratice Areas Note

#int-billboard h1#page-title {
    color: #1162aa!important;

	font-size: 36px!important;
    font-weight: 700!important;
    margin-bottom: 0!important;
    line-height:1.1em!important;
    margin-left:110px!important;
	margin-top:30px!important;
	margin-bottom:-30px!important;
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: rgb(0,62,110);
    background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
}

#int-title-container{
    max-width: 1300px;
}

#int-title{
    padding: 25px 25px;
}

#int-title h1#page-title {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper{
/*     background: #dce8f2; */
}

#home-body-container {
    max-width: 1100px;
}

#home-body {
    padding: 45px 0 15px;
}

/*#home-body .inner{
    padding: 0;
}*/

#home-body .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 25px;
}

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

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
    max-width: 1300px;
}

#body {
    padding: 45px 0;
}

.single-practice-area #body .editor-content h2 {
    margin-top: 35px;
}

#body .custom-inner{
    padding: 0 25px;
}

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

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

/* ======================================== *
        Home Award Section
 * ======================================== */
#home-award-wrapper{}

#home-award-container {
    max-width: 1100px;
}

#home-award{
    padding: 35px 0 0;
    text-align: center;
}

#home-award .inner{
    padding: 0;
}

#home-award .tmf-module {
    border-bottom: 2px solid #aaaaaa;
    padding-bottom: 30px;
}

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

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper{}

#home-attorney-container {
    max-width: 1350px;
}

#home-attorney{
    padding: 50px 0;
    text-align: center;
}

#home-attorney .inner{
    padding: 0 4px;
}

#home-attorney h3.tmf-module-title{
    color: #003e6e;
    font-size: 36px;
    padding: 0 21px;
}

#home-attorney p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 25px;
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
}

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

/* ======================================== *
        Practice Areas Section
 * ======================================== */
#practice-areas-section-wrapper{
    background: url('../images/practice_areas_bg_3x.jpg') no-repeat center center / cover;
    margin-top:40px;
}

/*.post-type-archive-practice-area #practice-areas-section-wrapper{
    background: #5891c3;
}*/

#practice-areas-section-container{
    max-width: 1300px;
}

#practice-areas-section {
    padding: 35px 0;
    text-align: center;
}

#practice-areas-section .inner{
    padding: 0;
}

#practice-areas-section h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
    padding: 0 25px;
}

@media screen and (max-width: 1200px) {
    #practice-areas-section-container{
        max-width: 600px;
    }
}

/* ======================================== *
        Archive Practice Area Page CSS
 * ======================================== */
#int-billboard-our-practice-wrapper {}

#int-billboard-our-practice-container{
    max-width: 100% !important;
}

#int-billboard-our-practice img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-practice .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-practice .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 500px;
    padding-left: 13%;
}

#int-billboard-our-practice .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-practice p:first-child {
    max-width: 435px;
    margin: 0 0 0 auto;
}

#int-billboard-our-practice p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-practice strong {
    font-weight: 800;
}

#int-billboard-our-practice .mobile-view{
    display: none;
}

#int-billboard-our-practice .mobile-view-image{
    display: none;
}
/* 4 PA Cols on Archive */

.tmf-post-list.medium-grid h2{
 margin-bottom:-15px;
	border-bottom:2px solid;
}
.tmf-post-list.medium-grid h2.title {
    min-height: 65px; 
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}

.tmf-post-list.medium-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:2rem;
  align-items:start;
}
/*

CSS Legacy Reset
*/
.tmf-post-list.medium-grid > .clear{ display:none !important; }
.tmf-post-list.medium-grid > .tmf-post{ float:none; width:auto; }
.tmf-post-list.medium-grid .children .tmf-post-list.small{ display:block; }
.tmf-post-list.medium-grid .children .tmf-post{ margin:0 0 .5rem; }

/* Breakpoints for PA Columns*/
@media (max-width: 1350px){
  .tmf-post-list.medium-grid{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}
@media (max-width: 1200px){
  .tmf-post-list.medium-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (max-width: 675px){
  .tmf-post-list.medium-grid{ grid-template-columns:1fr; }
.tmf-post-list.medium-grid h2{
 margin-bottom:-15px;
border-bottom:none;
	margin-left:25px;
}
}

/* ================================
   MEDIUM GRID BLOG (Independent)
   ================================ */

.tmf-post-list.medium-grid-blog{
	display:grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap:2rem;
	align-items:start;
}

/* Legacy Reset */
.tmf-post-list.medium-grid-blog > .clear{ display:none !important; }
.tmf-post-list.medium-grid-blog > .tmf-post{ float:none; width:auto; }

/* ================================
   CENTER + STACK
   ================================ */

.tmf-post-list.medium-grid-blog .tmf-post-grid-item{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	height:100%;
}


/* Image – uniform crop */
.tmf-post-list.medium-grid-blog .tmf-post-grid-item img{
	display:block;
	margin:0 auto 1rem;
	width:100%;
	max-width:300px;
	height:200px;
	object-fit:cover;
	object-position:center;
}


/* Title (H2-equivalent anchor) */
.tmf-post-list.medium-grid-blog .tmf-post-grid-item > a:not(.tmf-button){
	display:block;
	margin-bottom:.75rem;
/* 	border-bottom:2px solid; */
	padding-bottom:.25rem;
	font-weight:700;
}

/* Excerpt */
.tmf-post-list.medium-grid-blog .tmf-post-grid-item .excerpt{
	margin:0 0 1rem;
}

/* Read More Button */
.tmf-post-list.medium-grid-blog .tmf-post-grid-item .read-more-button{
	margin-top:auto;
	align-self:center;
}

/* Kill leftover clears */
.tmf-post-list.medium-grid-blog .tmf-post-grid-item .clear{
	display:none !important;
}

/* ================================
   BREAKPOINTS
   ================================ */

@media (max-width:1200px){
	.tmf-post-list.medium-grid-blog{
		grid-template-columns:repeat(2, minmax(0,1fr));
	}
}

@media (max-width:675px){
	.tmf-post-list.medium-grid-blog{
		grid-template-columns:1fr;
		padding:0 1rem;
	}
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-practice-wrapper {
        background: rgba(18,99,171,1);
    }

    #int-billboard-our-practice .desktop-view{
        display: none;
    }

    #int-billboard-our-practice .mobile-view{
        display: block;
    }

    #int-billboard-our-practice-cell-1,
    #int-billboard-our-practice-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-practice-cell-2 .inner{
        padding: 0;
    }

    #int-billboard-our-practice-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-practice img {
        height: auto;
        /*border-radius: 330px 0px 0px 300px/700px 0px 0px 600px*/
    }

    #int-billboard-our-practice p {
        line-height: 38px;
    }

    #int-billboard-our-practice p:first-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-practice p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-practice-cell-1{
        text-align: center;
    }

    #int-billboard-our-practice-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-practice-cell-1 .editor-content{
        padding: 25px 25px;
    }

    #int-billboard-our-practice-cell-2 {
        display: none;
    }

    #int-billboard-our-practice .mobile-view-image{
        display: block;
    }

    #int-billboard-our-practice img {
        border-radius: 0;
    }
}

.post-type-archive-practice-area{}

.post-type-archive-practice-area #body-container {
    max-width: 1160px;
}

.post-type-archive-practice-area #body {
    text-align: center;
}

.post-type-archive-practice-area #body .tmf-archive-top {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.post-type-archive-practice-area #body .tmf-archive-top p{
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 45px;
}

.post-type-archive-practice-area #body #call-to-action {
    box-sizing: border-box;
    background-color: #1162aa !important;
    color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 40px 25px;
    margin: 0 auto 50px;
}

.post-type-archive-practice-area #body #call-to-action h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

/* ======================================== *
        Single Practice Area Page CSS
 * ======================================== */
.single-practice-area #int-billboard .int-billboard-content {
    padding: 0 25px;
}

.single-practice-area #int-billboard .int-billboard-title-cell-1,
.single-practice-area #int-billboard .int-billboard-title-cell-2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.single-practice-area #int-billboard .int-billboard-title-cell-1 {
    width: 170px;
}

.single-practice-area #int-billboard .int-billboard-title-cell-2{
    width: auto;
}

.single-practice-area #int-billboard img.int-billboard-icon{
    max-width: 100%;
    width: 141px;
    height: auto;
}

.single-practice-area #int-billboard h1#page-title {
    max-width: 700px;
}

@media screen and (max-width: 1400px) {
    .single-practice-area #int-billboard img.int-billboard-img {
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (max-width: 650px) {
    .single-practice-area #int-billboard .int-billboard-title-cell-1, 
    .single-practice-area #int-billboard .int-billboard-title-cell-2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .single-practice-area #int-billboard img.int-billboard-icon{
        width: 90px;
    }

    .single-practice-area #int-billboard h1#page-title {
        font-size: 24px;
        max-width: 500px;
        margin: 10px auto 0;
    }
}

/* ======================================== *
        Archive Attorney Page CSS
 * ======================================== */
#int-billboard-our-people-wrapper {}

#int-billboard-our-people-container{
    max-width: 100% !important;
}

#int-billboard-our-people img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-people .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-people .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 505px;
    margin: 0 0 0 auto;
    padding-right: 10%;
}

#int-billboard-our-people .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-people p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-people p:nth-child(2),
#int-billboard-our-people p:nth-child(3),
#int-billboard-our-people p:nth-child(4),
#int-billboard-our-people p:last-child {
    max-width: 450px;
    margin: 0 0 0 auto;
}

#int-billboard-our-people strong {
    font-weight: 800;
}

#int-billboard-our-people .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-people-wrapper {
        background: rgb(0,62,110);
    }

    #int-billboard-our-people .desktop-view{
        display: none;
    }

    #int-billboard-our-people .mobile-view{
        display: block;
    }

    #int-billboard-our-people-cell-1,
    #int-billboard-our-people-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-people-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-people-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-people img {
        height: auto;
        /*border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px;*/
    }

    #int-billboard-our-people p {
        line-height: 38px;
    }

    #int-billboard-our-people p:last-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-people p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-people-cell-2 {
        text-align: center;
        padding: 25px 0;
    }

    #int-billboard-our-people img {
        border-radius: 0px;
    }
}

.post-type-archive-attorney{}

.post-type-archive-attorney #body-container {
    max-width: 1300px;
}

.post-type-archive-attorney #body {
    text-align: center;
}

.post-type-archive-attorney #body .tmf-archive-top {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.post-type-archive-attorney #body .tmf-archive-top p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney #int-billboard img.int-billboard-img {
    display: block;
    width: 100%;
    height: auto;
}

.single-attorney #body h1#page-title {
    display: block;
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-attorney #body img.primary {
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: none;
    display: block;
    width: 240px;
    margin: 0 0 15px;
}

.single-attorney #body .tmf-taxonomy-list.attorney-titles {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.single-attorney #body .tmf-taxonomy-list .tmf-taxonomy {
    color: #000000;
    font-size: 20px;
    font-style: italic;
}

.single-attorney #body .contact-information .label {
    display:none;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-attorney #body .contact-information {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.single-attorney #body .contact-information a{
    color: #000000;
}

.single-attorney #body .contact-information .fax {
    display: none;
}

.single-attorney #body.icon-container .vcard-resume-container {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: normal;
}

.single-attorney #body .icon-container .vcard-resume-container a{
    color: #000000;
}

.single-attorney #body .contact-information,
.single-attorney #body .icon-container {
    line-height: 30px;
}

.single-attorney #body .vcard .label {
    font-size: 0px;
    font-weight: 400;
    margin-top: 0;
    vertical-align: middle;
}

.single-attorney #body-cell-1 .superlawyer {
    padding: 10px 0 40px;
/*     margin-bottom: -85px; */
}

.single-attorney #body-cell-1 .superlawyer img{
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 15px;
}

.single-attorney .attorney-details {
    margin-top: 35px;
}

.single-attorney .attorney-details-item {}

.single-attorney .attorney-details-item .title {
    background: var(--secondary-color);
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
}

.single-attorney .attorney-details .editor-content ul {
    margin: 15px 0 0 !important;
    line-height: 1.9em;
}

@media screen and (max-width: 1400px) {
    .single-attorney #int-billboard img.int-billboard-img {
        height: 139px;
        object-fit: cover;
    }
}

@media screen and (max-width: 950px) {
    .single-attorney #body-cell-1 {
        display: none;
    }

    .single-attorney #body-cell-2 {
        width: 100%;
    }
}

/* ======================================== *
    Our Impact Page CSS
 * ======================================== */
#int-billboard-our-impact-wrapper {}

#int-billboard-our-impact-container{
    max-width: 100% !important;
}

#int-billboard-our-impact img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-impact .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-impact .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 505px;
    margin: 0 0 0 auto;
    padding-right: 10%;
}

#int-billboard-our-impact .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-impact p {
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-impact p:nth-child(2),
#int-billboard-our-impact p:nth-child(3),
#int-billboard-our-impact p:nth-child(4),
#int-billboard-our-impact p:last-child {
    max-width: 435px;
    margin: 0 0 0 auto;
}

#int-billboard-our-impact strong {
    font-weight: 800;
}

#int-billboard-our-impact .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-impact-wrapper {
        background: rgb(0,62,110);
    }

    #int-billboard-our-impact .desktop-view{
        display: none;
    }

    #int-billboard-our-impact .mobile-view{
        display: block;
    }

    #int-billboard-our-impact-cell-1,
    #int-billboard-our-impact-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-impact-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-impact-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(17,98,170,1) 0%,) 0%, rgba(26,73,129,1) 50%, rgba(33,56,109,1) 100%);
    }

    #int-billboard-our-impact img {
        height: auto;
        /*border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px;*/
    }

    #int-billboard-our-impact p {
        line-height: 38px;
    }

    #int-billboard-our-impact p:last-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-impact p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-impact-cell-2 {
        text-align: center;
        padding: 25px 0;
    }

    #int-billboard-our-impact img {
        border-radius: 0px;
    }
}

.page-template-our-impact-page{}

.page-template-our-impact-page #body-container {
    max-width: 1250px;
}

.page-template-our-impact-page .tmf-post.page.large{
    text-align: center;
}

.page-template-our-impact-page .tmf-post.page.large h1#page-title{
    display: block;
}

.page-template-our-impact-page .tmf-post.page.large .editor-content p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

#our-impact-section-1-wrapper{}

#our-impact-section-1-container{
    max-width: 1300px;
}

#our-impact-section-1{
    padding: 25px 0 50px;
    text-align: center;
}

#our-impact-section-1 .inner{
    padding: 0;
}

#our-impact-section-1 .tmf-button{
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    display: inline-flex;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
    max-width: 400px;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    margin: 0 15px 25px;
}

#our-impact-section-2-wrapper{}

#our-impact-section-2-container{
    max-width: 1250px;
}

#our-impact-section-2{
    padding: 0 0 70px;
}

#our-impact-section-3-wrapper{}

#our-impact-section-3-container{
    max-width: 1250px;
}

#our-impact-section-3{
    padding: 0 0 70px;
}

#our-impact-section-4-wrapper{
    background: var(--secondary-color);
}

#our-impact-section-4-container{
    max-width: 1250px;
}

#our-impact-section-4{
    padding: 50px 0;
}

#our-impact-section-4 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

#our-impact-section-4 table {
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
}

#our-impact-section-4 th, 
#our-impact-section-4 td {
    font-weight: 700;
}

#our-impact-section-4 table p{
    font-weight: 700;
}

@media screen and (max-width: 650px) {
    #our-impact-section-4 th, 
    #our-impact-section-4 td {
        width: 100% !important;
        display: block;
    }
}

/* ======================================== *
    Our Values Page CSS
 * ======================================== */
#int-billboard-our-values-wrapper {}

#int-billboard-our-values-container{
    max-width: 100% !important;
}

#int-billboard-our-values img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-values .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-values .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 500px;
    padding-left: 13%;
}

#int-billboard-our-values .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-values p {
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-values p.custom-width {
    max-width: 455px;
    margin: 0 0 0 auto;
}

#int-billboard-our-values p:nth-child(2),
#int-billboard-our-values p:nth-child(3) {
    max-width: 465px;
    margin: 0 0 0 auto;
}

#int-billboard-our-values strong {
    font-weight: 800;
}

#int-billboard-our-values .mobile-view{
    display: none;
}

#int-billboard-our-values .mobile-view-image{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-values-wrapper {
        background: rgba(18,99,171,1);
    }

    #int-billboard-our-values .desktop-view{
        display: none;
    }

    #int-billboard-our-values .mobile-view{
        display: block;
    }

    #int-billboard-our-values-cell-1,
    #int-billboard-our-values-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-values-cell-2 .inner{
        padding: 0;
    }

    #int-billboard-our-values-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-values img {
        height: auto;
        /*border-radius: 330px 0px 0px 300px/700px 0px 0px 600px;*/
    }

    #int-billboard-our-values p {
        line-height: 38px;
    }

    #int-billboard-our-values p.custom-width,
    #int-billboard-our-values p:nth-child(2),
    #int-billboard-our-values p:nth-child(3) {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-values p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-values-cell-1{
        text-align: center;
    }

    #int-billboard-our-values-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-values-cell-1 .editor-content{
        padding: 25px 25px;
    }

    #int-billboard-our-values-cell-2 {
        display: none;
    }

    #int-billboard-our-values .mobile-view-image{
        display: block;
    }

    #int-billboard-our-values img {
        border-radius: 0px;
    }
}

.page-template-our-values-page{}

.page-template-our-values-page #body-container {
    max-width: 1250px;
}

.page-template-our-values-page .tmf-post.page.large{
    text-align: center;
}

.page-template-our-values-page .tmf-post.page.large h1#page-title{
    display: block;
}

.page-template-our-values-page .tmf-post.page.large .editor-content p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

#our-values-section-1-wrapper{
    background: #dce8f2;
}

#our-values-section-1-container{
    max-width: 1150px;
}

#our-values-section-1{
    padding: 40px 0;
    text-align: center;
}

#our-values-section-2-wrapper{}

#our-values-section-2-container{
    max-width: 1300px;
}

#our-values-section-2{
    padding: 60px 0 50px;
    text-align: center;
}

#our-values-section-2 .inner{
    padding: 0;
}

#our-values-section-2 .tmf-button{
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    display: inline-flex;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
    max-width: 300px;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    margin: 0 45px 25px;
    vertical-align: top;
}

#our-values-section-3-wrapper{}

#our-values-section-3-container{
    max-width: 1150px;
}

#our-values-section-3{
    padding: 0 0 70px;
}

#our-values-section-4-wrapper{}

#our-values-section-4-container{
    max-width: 1150px;
}

#our-values-section-4{
    padding: 0 0 70px;
}

#our-values-section-5-wrapper{}

#our-values-section-5-container{
    max-width: 1150px;
}

#our-values-section-5{
    padding: 0 0 70px;
}

@media screen and (max-width: 650px) {
    #our-impact-section-4 th, 
    #our-impact-section-4 td {
        width: 100% !important;
        display: block;
    }
}

/* ======================================== *
    Blog, Category, Tag, Search, Archive Page CSS
 * ======================================== */
 .ebook-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.ebook-grid iframe {
	width: 100%;
	height: 480px;
	border: 0;
}

@media (max-width: 900px) {
	.ebook-grid {
		grid-template-columns: 1fr;
	}
}


.blog #int-billboard .int-billboard-content,
.category #int-billboard .int-billboard-content,
.tag #int-billboard .int-billboard-content,
.search #int-billboard .int-billboard-content {
    top: 5%;
    transform: inherit;
}

.blog #int-billboard h1#page-title,
.category #int-billboard h1#page-title,
.tag #int-billboard h1#page-title,
.search #int-billboard h1#page-title {
    color: #ffffff;
    /*font-size: 75px;*/
    font-size: 150px;
    font-weight: 800;
    margin-bottom: 0;
}

.category #int-billboard h1#page-title{
    font-size: 75px !important;
}

.blog #int-billboard h1#page-title .no-bold,
.category #int-billboard h1#page-title .no-bold,
.tag #int-billboard h1#page-title .no-bold,
.search #int-billboard h1#page-title .no-bold {
    font-weight: 400;
/*     KERNING CHANGES START */
    letter-spacing: -7.5px;
/*     margin-left: -18px; */
/*     KERNING CHANGES END */

}

.category #int-billboard h2#cat-title {
    color: #fff;
/*     font-size: 36px; */
    font-size: 26px;
}

.blog #body-cell-1 .inner,
.category #body-cell-1 .inner,
.tag #body-cell-1 .inner,
.search #body-cell-1 .inner{
    padding: 0;
}

.blog .page-navigation,
.category .page-navigation,
.tag .page-navigation,
.search .page-navigation {
    margin: 50px 0 0 0;
    padding: 0 25px;
}

.blog #no-content,
.category #no-content,
.tag #no-content,
.search #no-content {
    padding: 0 25px;
}

@media screen and (max-width: 1400px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 490px;
        object-fit: cover;
    }

    .category #int-billboard img.int-billboard-img {
        height: 350px;
    }
}

@media screen and (max-width: 750px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 245px;
    }

    .category #int-billboard .int-billboard-content{
        top: 50%;
        transform: translateY(-50%);
    }

    .blog #int-billboard h1#page-title,
    .category #int-billboard h1#page-title,
    .tag #int-billboard h1#page-title,
    .search #int-billboard h1#page-title {
        font-size: 75px;
    }

    .category #int-billboard h2#cat-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 190px;
    }

    .blog #int-billboard h1#page-title,
    .category #int-billboard h1#page-title,
    .tag #int-billboard h1#page-title,
    .search #int-billboard h1#page-title {
        font-size: 55px;
    }

    .category #int-billboard h2#cat-title {
        font-size: 18px;
    }
}

/* ======================================== *
    Single Post CSS
 * ======================================== */
@media screen and (max-width: 1400px) {
    .single-post #int-billboard img.int-billboard-img {
        height: 250px;
        object-fit: cover;
    }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #003e6e;
}

#footer-container {
    max-width: 900px;
}

#footer{
    padding: 50px 0 70px;
}

#footer h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.footerlinks a {
	color:#fff;
}

#footer .social-icons a {
    background: #ffffff;
    margin-right: 15px;
}

#footer .social-icons a:last-child {
    margin-right: 0;
}

#footer .social-icons .font-awesome-icon {
    color: #003e6e;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: left;
}

@media screen and (max-width: 950px) {
    #footer-cell-1 .tmf-module-area {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{}
#copyright-container{}

#copyright {
    color: #292929;
    font-size: 18px;
    font-weight: 400;
    padding: 25px 0;
}

#copyright a{
    color: #292929;
    text-decoration:none;
}

#copyright a:hover{

    text-decoration:underline;
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module.related-attorneys {
    margin-bottom: 60px;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tmf-multi-module-area .tmf-module.category-module h3.tmf-module-title,
.tmf-multi-module-area .tmf-module.recent-post-module h3.tmf-module-title {
    font-size: 23px;
}

.practice-area-sidebar-quote{
    margin-bottom: 55px;
/*     border: 2px solid #003e6e; */
    padding: 15px;
    margin-top:-15px!important;
}

.practice-area-sidebar-quote .editor-content p{
    color: #003e6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2em;
    background: #dce8f2;
	margin : 20px 20px -20px -20px;
	padding: 20px;
}

.practice-area-sidebar-quote .editor-content p:last-child {
    margin-top: 0px;
}

/* ======================================== *
        !!!!  2025 Oberman Additions Start !!!!
 * ======================================== */

.home-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-cards__grid { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 25px; 
}

.home-cards__item {
    display: flex;
    flex-direction: column;
    padding: 65px;
    min-height: 550px;
    border-radius: 6px;
    background: #fff;
/*     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.01); */
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s 
ease, transform 0.2s 
ease;
}

/*
.home-cards__item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
*/

.home-cards__title { 
  color:#0C0E18; 
  font-size:20px; 
  letter-spacing:.06em; 
  text-transform:uppercase; 
  margin:0 0 35px;
  min-height:50px!important;
}

.home-cards__media img { 
  width:100%; 
  height:auto; 
  display:block;
	margin-bottom:30px;
}


.home-cards__links { 
   min-height: 250px!important;

}

.home-cards__links a { 
  color:#0C0E18; 
  margin:40px 0; 
  flex-grow: 1; 
  padding:10px 0px 10px 0px;

}

.home-cards__links a { 
 color:#0C0E18; 
  text-decoration:none; 
  margin:400px 0; 
}

.home-cards__links a:hover{ 
 color:var(--secondary-color); 
  text-decoration:underline; 
  margin:40px 0; 
}

.home-cards__cta { 
  margin-top:auto; 
}

/* Responsive */
/* Responsive */
@media (max-width: 1600px) { 
  .home-cards { 	 padding:0px; } 

	.home-cards__cta {
		margin-top:30px;
	}
}

@media (max-width: 900px) { 
  .home-cards__grid { grid-template-columns: repeat(2, 1fr); } 
}
@media (max-width: 580px) { 
  .home-cards__grid { grid-template-columns: 1fr; } 
  .home-cards { padding: 0 16px; }
}

#int-billboard h1#page-title {
    color: #fff!important;
	font-size: 3px;
    font-weight: 700;
    margin-bottom: 0;
    line-height:1.1em;
    margin-left:110px;
	margin-top:30px;
	margin-bottom:-30px;
}

 /* ======================================== *
        2025 Oberman Sidebar 
 * ======================================== */

.sbitems {
    text-transform: capitalize;
    color: #646464;
	
}
.sbitems a {
    text-transform: capitalize;
    font-size:16px!important;
    color: #646464;
	font-weight:700;
	list-style:none;
    text-decoration: none !important;	
}
.sbitems a:hover {
    color: #004db2	
}
.sbitems ul {
    list-style: none;
    margin: 0;
    padding: 0;
	
}

.sbitems li {
list-style: none;
border-bottom:1px solid #d9d9d9;
padding:15px 0 15px 0;
}
#int-billboard img.int-billboard-img {
	max-height: 440px;
    object-fit: cover;
}

.medium-starter .excerpt {
    color: #292929!important;
    font-size: 16px;
}

#practice-areas-section-wrapper {
    background: url(../images/practice_areas_bg_3x.jpg) no-repeat center center / cover; 
    background: #e7e7e7!important;
}
 /* ======================================== *
        2025 Oberman Sliders 
 * ======================================== */
 
.tmf-slider-home img {
display: block;
    max-height: 550px;
    object-fit: cover;
    width: 100%;

}

.tmf-slider-3666 img {
display: block;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    width: 100%;

}

.tmf-slider-3668 img {
display: block;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    width: 100%;
}

/* ======================================== *
        Int Title Section Temporary for Marketing Review Start
 * ======================================== */

h2#page-title.animate__animated.animate__fadeInDown {
    color: #fff !important;
    font-size: 45px;
    background: #00000050;
    padding: 30px;
       position: absolute;
   top: 170px;
}

h1#page-title.animate__animated.animate__fadeInDown {
    color: #fff !important;
    font-size: 45px;
    background: #00000050;
    padding: 30px;}
       position: absolute;
   top: 170px;
}

h3#page-title.animate__animated.animate__fadeInDown {
    color: #fff !important;
    font-size: 45px;
    background: #00000050;
    padding: 30px;
       position: absolute;
   top: 170px;
}

#int-billboard h1#page-title {
    color: #fff !important;
    font-size: 45px;
   background: #00000050;

   
}

h3#page-title.animate__animated.animate__fadeInDown {
    color: #fff !important;
    font-size: 45px;
    background: #00000050;
    padding: 30px;
}
 
/* ======================================== *
        Int Title Section Temporary for Marketing Review End
 * ======================================== */

 
/* ======================================== *
       2025 Oberman Additions End
 * ======================================== */

/* Removed the better styling to match "designers" choice. */

.sq-person {
/*
	color:#040404!important;
	font-weight: 500!important;
	font-size:19px!important;
	text-align: right!important;
*/

	}
	
	
	.sq-personbillboard {
	margin-top:15px;
	}
	

.category-module .taxonomy-list .taxonomy-item{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}

.category-module .taxonomy-list .taxonomy-item:last-child{
    padding: 0;
}

.category-module .taxonomy-list .taxonomy-item a{
   color: #000000;
}

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

/* ======================================== *
    Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=tel],
.gform_wrapper.tmf-form_wrapper input[type=email],
.gform_wrapper.tmf-form_wrapper textarea,
.gform_wrapper.tmf-form_wrapper input[type=url],
.gform_wrapper.tmf-form_wrapper input[type=number],
.gform_wrapper.tmf-form_wrapper input[type=checkbox],
.gform_wrapper.tmf-form_wrapper input[type=radio],
.gform_wrapper.tmf-form_wrapper input[type=date],
.gform_wrapper.tmf-form_wrapper input[type=time],
.gform_wrapper.tmf-form_wrapper input[type=hidden],
.gform_wrapper.tmf-form_wrapper input[type=password],
.gform_wrapper.tmf-form_wrapper input[type=file],
.gform_wrapper.tmf-form_wrapper input[type=range],
.gform_wrapper.tmf-form_wrapper input[type=color],
.gform_wrapper.tmf-form_wrapper input[type=search],
.gform_wrapper.tmf-form_wrapper select {
  color: #666666;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #666666;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

select {
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #aaaaaa;
}

select.gfield_select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.6em;
  background-repeat: no-repeat;
}

/*
.tmf-button,
.prev.page-numbers,
.next.page-numbers,
input[type=submit]{
    font-size: 20px;
    padding: 15px 15px;    
    background: var(--secondary-color);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
*/

.tmf-button,
.prev.page-numbers,
.next.page-numbers,
input[type=submit]{
    font-size: 20px;
    padding: 15px 15px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    border: 3px solid #292929;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #292929;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
}

.tmf-button:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover,
input[type=submit]:hover{   
    background: #292929;
    text-decoration: none;
    color: #ffffff;
}



.tmf-button:active,
.prev.page-numbers:active,
.next.page-numbers:active, 
input[type=submit]:active {   
    background: var(--secondary-color);
    text-decoration: none;
    color: #ffffff;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.top {
	color:#ffffff;
    background:#146cbb;;
    border: 3px solid #146cbb;
	position:absolute;
	right:100px;
	top:3px;
    font-size: .85em;
    padding: 3px 15px;
   
}

.tmf-button.top:hover{
background:#26396a;
color:#ffffff;
border: 3px solid #26396a;
transition:background-color 0.18s ease-out,
    color 0.18s ease-out;
}



.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: var(--secondary-color);
    border: 1px solid #fff;
    color: #fff;
}

.page-navigation a, 
.page-navigation span {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 10px 15px !important;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    box-sizing: border-box;
}

.page-navigation .page-numbers {
    width: auto;
    padding: 0;
}

.page-numbers{
    font-size: 18px;
    padding: 15px 15px;    
    background: #A9A9A9;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #A9A9A9;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.page-numbers:hover {
	background: #146cbb;
    text-decoration: none;
    color: #ffffff;
}

.page-numbers:active{}

.vcard .value {
    background: transparent;
    background-size: 265px;
    height: auto;
    width: 25px;
    vertical-align: middle;
    margin-right: 0;
}

.vcard .value::before {
    content: "\f2bb";
    color: var(--secondary-color);
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
/*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons a {
    background: var(--secondary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.social-icons a:last-child {
    margin-right: 0px;
}

.social-icons .font-awesome-icon {
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*

Podcast Socials Icons
*/

/* Inline socials row */
.socials-icon {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.socials-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
}

.socials-icon i {
    line-height: 1;
    font-size: 24px;
}


/* Payment Icons CSS */
.payment-icons span {
    width: 55px;
    height: 35px;
}

.payment-icons .visa {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -259px 0;
    background-size: 817px;
}

.payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -321px 0;
    background-size: 817px;
}

.payment-icons .discover {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -382px 0;
    background-size: 817px;
}

.payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -444px 0;
    background-size: 817px;
}

aside {
    border-left: 14px solid #a90c25;
    color: #000000;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    margin: 25px 0;
    padding: 15px 25px;
}

aside.left {
    float: none;
    width: 100%;
}

aside.right {
    float: none;
    width: 100%; 
}

blockquote {
    border-top: 6px solid #a4353b; 
    border-bottom: 6px solid #a4353b;
    color: #2d69ae;
    font-family: 'Lato', sans-serif!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    margin: 25px 0;
    padding: 15px 0;
    z-index: 9;
}

/*blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #f2f2f2;
    top: 140px;
    z-index: -9;
    font-style: normal;
}*/

.editor-content img { 
    max-width: 100% !important; 
    height: auto !important;
}

#breadcrumbs {
    font-family: 'Lato', sans-serif!important;
    font-size: 16px;
    margin: 0 0 25px;
    color: #000000;
    line-height: normal;
    text-align:left;
}

#breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

#breadcrumbs .current {
    font-weight: 700;
}

.title-arrow {
    display: none;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif !important;
    padding: 9px 15px;
    font-weight: 700;
    max-width: 200px;
    width: 100%;
    background: transparent !important;
    border: 2px solid #fff;
    border-radius: 0;
    margin-right: 0;
    line-height: normal !important;
    transition: background-color 0.25s ease;
}

.tmf-module-15 input.button {
	color:#fff!important;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #ffffff50 !important;
}

.page-id-4649 .gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.archive .gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
    padding-left: 25%!important;
    padding-right: 25%!important;
    
   }
   
/*Location Archive – Gravity Forms submit button background */
.archive .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.archive .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background-color: #transparent !important; 
    border-color: #292929;
    color: #292929;
}
.archive .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.archive .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #292929!important;
    color:#fff!important;
}

/* Page 4649 – Gravity Forms submit button background */
.page-id-4649 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.page-id-4649 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background-color: #transparent !important; /* blue */
    border-color: #292929;
    color: #292929;
}
.page-id-4649.gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.page-id-4649 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #292929!important;
    color:#fff!important;
}
/* ======================================== *
        Slider Animation CSS
 * ======================================== */
#billboard li.slide-1.flex-active-slide h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-1.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#billboard li.slide-2.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-3.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-4.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-5.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* ============================================================
   PRACTICE AREAS — RESET ALL FLEXSLIDER NAV
   ============================================================ */

.tmf-slider-practice-areas .flex-direction-nav a,
.tmf-slider-practice-areas .flex-direction-nav a:before,
.tmf-slider-practice-areas .flex-direction-nav a:after {
    all: unset;
    display: block;
    position: absolute;
    cursor: pointer;
}


/* ============================================================
   BASE SLIDER RESET
   ============================================================ */

.tmf-slider-practice-areas.flexslider {
    position: relative;
}

.tmf-slider-practice-areas .slides li {
    position: relative;
}

.tmf-slider-practice-areas img {
    width: 100%;
    height: auto;
    display: block;
}


/* ============================================================
   CONTENT OVERLAY — MATCHES HOMEPAGE
   ============================================================ */

.tmf-slider-practice-areas .int-billboard-content-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;       
    transform: translateY(-50%);
    padding-right: 150px;
    box-sizing: border-box;
    z-index: 5;
}

/* Text box */
.tmf-slider-practice-areas .billboard-content {
    background: rgba(0,0,0,0.45);
    padding: 30px 40px;
    max-width: 600px;
    color: #fff;
	margin-left:190px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.tmf-slider-practice-areas .flex-active-slide .billboard-content {
    opacity: 1;
    transform: translateY(0);
}

/* Typography */
.tmf-slider-practice-areas .billboard-content h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0,0,0,.5);
}

.tmf-slider-practice-areas .billboard-content p {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}

/* Button */
.tmf-slider-practice-areas .tmf-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 26px;
    background: #fff;
    color: #003E6E !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}


/* ============================================================
   ARROWS — SLIDE-IN + FADE (HOMEPAGE MATCH)
   ============================================================ */

.tmf-slider-practice-areas .flex-direction-nav a,
.tmf-slider-practice-areas .flex-direction-nav a:before,
.tmf-slider-practice-areas .flex-direction-nav a:after {
    all: unset;
    display: block;
    position: absolute;
    cursor: pointer;
}

/* Hide default text */
.tmf-slider-practice-areas .flex-direction-nav a {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
}

/* Positioning container */
.tmf-slider-practice-areas .flex-direction-nav {
    opacity: 1 !important;
}

/* Arrow base */
.tmf-slider-practice-areas .flex-direction-nav a {
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0 !important;
    transition: opacity .35s ease, transform .35s ease;
}

/* Slide-from-sides */
.tmf-slider-practice-areas .flex-direction-nav .flex-prev {
    left: 0;
    transform: translateX(-25px);
}

.tmf-slider-practice-areas .flex-direction-nav .flex-next {
    right: 0;
    transform: translateX(25px);
}

/* Hover reveal */
.tmf-slider-practice-areas.flexslider:hover .flex-direction-nav .flex-prev,
.tmf-slider-practice-areas.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
    transform: translateX(0);
}

/* Arrow sprite */
.tmf-slider-practice-areas .flex-direction-nav .flex-prev:after,
.tmf-slider-practice-areas .flex-direction-nav .flex-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 75px;
    transform: translate(-50%, -50%);
    background: url(../images/icon_sprite_3x.png) no-repeat -439px 0;
    background-size: 487px;
}

.tmf-slider-practice-areas .flex-direction-nav .flex-prev:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}


/* ============================================================
   PAGING DOTS
   ============================================================ */

.tmf-slider-practice-areas .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    z-index: 9;
}

.tmf-slider-practice-areas .flex-control-paging li a {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}

.tmf-slider-practice-areas .flex-control-paging li a.flex-active {
    background: #fff;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}*/

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}/*


Home Bottom News Area
*/
/*  homepage-practice area - need to change to reflect blog name*/

 #practice-areas-section h3{
    color: var(--primary)!important;
    padding: 35px 0;
    text-align: center;
}

#practice-areas-section h2::before {
    content: '';
    display: block;
    background: var(--accent);
    width: 104px;
    height: 4px;
    margin: 0 auto 10px;
}

#practice-areas-section .tmf-post-list {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#practice-areas-section .tmf-post {
    margin: 0;
    padding: 35px 35px;
}

#practice-areas-section .inner{
    padding: 0;
}

#practice-areas-section h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
    padding: 25px 25px;
}

#practice-areas-section-wrapper .tmf-module-3873 .tmf-post-list {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#practice-areas-section-wrapper .tmf-module-3873 .tmf-post-list .tmf-post {
    float: none;
    width: auto;
    margin: 0;
}

#practice-areas-section-wrapper .tmf-module-3873 .tmf-post-list img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

#practice-areas-section-wrapper .tmf-module-3873 .tmf-post h2,
#practice-areas-section .tmf-post .tmf-module-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#practice-areas-section-wrapper .tmf-module-3873 .tmf-post p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
}

@media (max-width: 1325px) {
    #practice-areas-section-wrapper .tmf-module-3873 .tmf-post-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1199px) {
    #practice-areas-section-wrapper .tmf-module-3873 .tmf-post-list {
        grid-template-columns: 1fr;
    }
    #practice-areas-section .tmf-post {
        border-right: none;
    }
}

/*
@media (max-width: 1200px) {
  #practice-areas-section-wrapper 
      .tmf-module-3873 
      .tmf-post-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
*/

/* News Links for title and read more  */

.tmf-module-3873 a {
	font-weight:700;
}


/* ============= */
/* Slider Wrapper */
/* ============= */
.tmf-slider-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

/* ====== */
/* Slider */
/* ====== */
.tmf-slider {
    position: relative;
    overflow: hidden;
    height: 450px;
}

/* ===== */
/* Slide */
/* ===== */
.tmf-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease;

    display: flex;               /* keep overlay centered */
    align-items: center;         /* vertical center */
    justify-content: center;     /* horizontal center */
}

/* Active slide in position */
.tmf-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

/* Slide exiting to the left */
.tmf-slide.exiting {
    transform: translateX(-100%);
    opacity: 0;
}

/* ============= */
/* Background Img */
/* ============= */
.tmf-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
}

/* ============ */
/* Content Block */
/* ============ */
.tmf-slide-content {
    position: relative;
    z-index: 5;
/*     background: rgba(0,0,0,0.45); */
    background: rgba(0,0,0,0.60);
    color: #fff;
    padding: 30px 50px;
    max-width: 600px;
    text-align: center;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.25s,
                transform 0.6s ease 0.25s;
}

/* Fade + lift when slide active */
.tmf-slide.active .tmf-slide-content {
    opacity: 1;
    transform: translateY(0);
}

/* ========== */
/* Typography */
/* ========== */
.tmf-slide-content h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff!important;
    margin-bottom: 5px;
}

.tmf-slide-content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.tmf-slide-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* ====== */
/* Button */
/* ====== */
.tmf-slide-btn {
    padding: 10px 24px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.tmf-slide-btn:hover {
    background: rgba(255,255,255,0.2);
}

/* ====== */
/* Arrows */
/* ====== */
.tmf-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(10px); /* start offset for slide-in */
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 38px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;

    opacity: 0;                 /* hidden until hover */
    pointer-events: none;       /* prevent accidental hover before visible */

    transition: opacity 0.35s ease,
                transform 0.35s ease,
                background 0.25s ease;
}

.tmf-arrow-left { left: 20px; }
.tmf-arrow-right { right: 20px; }

/* Arrows appear when hovering the slider wrapper */
.tmf-slider-wrapper:hover .tmf-arrow {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
}

/* Optional: Darken arrows on hover */
/*
.tmf-arrow:hover {
    background: rgba(0,0,0,0.65);
}
*/

/* ============= */
/* Responsive */
/* ============= */
@media (max-width: 768px) {
    .tmf-slider {
        height: 350px;
    }

    .tmf-slide-content {
        padding: 20px 30px;
    }

    .tmf-slide-content h2 {
        font-size: 28px;
    }

    .tmf-slide-content p {
        font-size: 16px;
    }
}

/* ======================================== *
        2025 Oberman Industries Start
 * ======================================== */

/*
.industries-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.industries-results .tmf-post {
  border: none;
  padding: 10px;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
*/

.industries-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 0!important
}

.industries-results .tmf-post {
  border: none;
  padding: 0px;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.industries-results .tmf-post:hover {
  text-decoration: underline;
}

.industries-results .tmf-post-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.industries-results .clear {
  display: none;
}

@media (max-width: 1024px) {
  .industries-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .industries-results {
    grid-template-columns: 1fr;
  }
}

/* ===== FILTER TABS ===== */


.industries-filter-nav {
  margin-top:-45px!important;
}
.industries-filter {
  margin: 40px 0;
}

.industries-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industries-filter li {
  flex: 1 1 auto;       /* let width auto-adjust */
  min-width: 180px;     /* prevents ugly wrapping */
  text-align: center;
}


.industries-filter a {
    display: block;
    padding: 10px 40px;
    border: 2px solid #000;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.industries-filter a.active,
.industries-filter a:hover {
  background: #0046ad;
  color: #fff;
  border-color: #0046ad;
}

/* ===== DROPDOWN ===== */

.industries-filter .industries-dropdown {
  display: none;
  width: 100%;
  padding: 12px;
  border: 2px solid #000;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'><path fill='black' d='M5.516 7.548l4.484 4.497 4.484-4.497 1.516 1.517-6 6.005-6-6.005z'/></svg>") no-repeat right 12px center;
  appearance: none;
  background-size: 14px;
  cursor: pointer;
}

/* ===== SWITCH TO DROPDOWN ===== */

@media (max-width: 768px) {
  .industries-filter ul {
    display: none;
  }
  .industries-filter .industries-dropdown {
    display: block;
  }
}

/* Loader */

.industries-loader {
  text-align: center;
  padding: 40px 0;
  font-weight: 600;
  font-size: 16px;
  color: #444;
}

.industries-loader::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #444;
  border-radius: 50%;
  animation: spin 0.7s linear;
  
@keyframes spin {
  100% { transform: rotate(360deg); }
}


 /* ======================================== *
        2025 Oberman Industries End
 * ======================================== */