img {
    max-width: 100%;
    height: auto
}

.form-control {
    border-radius: 0;
    background-clip: unset
}

.container-fluid.no-gutter {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

body {
    font-family: Lato, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-weight: 400;
    color: #1450a3;
}

h1#lawfirm {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
    font-size: 2.75rem;
    color: #1450a3 !important;
}

a {
    color: #1450a3;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.btn {
    text-decoration: none
}

.btn-primary {
    background-color: #1f2f6d;
    border-color: #1f2f6d
}

.btn-primary:hover {
    background-color: #1450a3;
    border-color: #1450a3
}

.btn-grey {
    background-color: #e6e7e8;
    color: #1f2f6d
}

.bg-grey {
    background-color: #e6e7e8
}

.bg-lgrey {
    background-color: #f9f9f9
}

.bg-blue {
    background-color: #1450a3
}

.yellow-highlight {
    margin: 20px 0;
    display: block;
    text-decoration: none
}

.yellow-highlight>* {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(53%, rgba(255, 255, 255, .21)), color-stop(70%, #ff0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .21) 53%, #ff0 70%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .21) 53%, #ff0 70%);
    color: #000 !important;
    text-decoration: none;
}

.section {
    padding: 4rem 0
}

.section.bg-grey,
.section.bg-lgrey {
    border-top: 1px groove rgba(40, 56, 103, .1);
    border-bottom: 1px groove rgba(40, 56, 103, .2)
}

@media (max-width:575px) {
    .section {
        padding: 2rem 0
    }
}

.hs-divider {
    position: relative;
    margin-top: 2rem
}

.hs-divider .hs-square {
    width: 75px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0
}

.square-image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.square-image img {
    position: absolute;
    height: 100%;
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
}

.fadeInPlace,
.flyIn,
.flyLeft,
.flyRight {
    opacity: 0
}

#header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 4px 11px -6px rgba(0, 0, 0, .25);
            box-shadow: 0 4px 11px -6px rgba(0, 0, 0, .25)
}

.admin-bar #header {
    top: 32px
}

#header a {
    text-decoration: none
}

#header+main {
    margin-top: 80px
}

#header .navbar-brand img,
#header .navbar-nav,
#header .navbar-nav .dropdown-menu,
#header .phone-number {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#header .phone-number,
#header .sb-search {
    display: none
}

#header .navbar-nav .nav-link {
    font-weight: 700;
    color: #1450a3
}

#header .phone-number a {
    color: #1e4fa2
}

div[data-elementor-type=header]+div.elementor {
    margin-top: 80px
}

div.elementor-widget-container #header ul li {
    margin: 0;
    padding: 0
}

.navbar-nav li {
    padding-left: 0;
	margin-bottom: 0;
}

/* -------------- Single Column Dropdown Option 08/3/2021 ------------- */
.single-column ul.dropdown-menu {
    
	padding: 1rem 1.35rem !important;
    -webkit-column-count: 1!important;
       -moz-column-count: 1!important;
            column-count: 1!important; 
}

.single-column ul.dropdown-menu a.dropdown-item {
      padding: .5em 0 !important;
    
	  position: relative;
}
.single-column ul.dropdown-menu a.dropdown-item:visited,
.single-column ul.dropdown-menu a.dropdown-item:active {
	color: #000;
}

.single-column ul.dropdown-menu a.dropdown-item:after {
	content: "";
	width: 0%;
	background: #1550a4;
	position: absolute;
	height: 1px;
	left: 0;
	bottom: -1px;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.single-column ul.dropdown-menu a.dropdown-item:hover::after {
	width: 50%;
}

/* -------------- End Single Column Dropdown Option ------------- */


div.elementor-widget-container #header .navbar-nav li::before {
    content: none !important
}

div.elementor-widget-container #header .dropdown-item {
    color: #212529
}

@media (min-width:768px) {
    div[data-elementor-type=header]+div.elementor {
        margin-top: 110px
    }
}

@media (min-width:768px) {
    #header .header-top {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
                justify-content: flex-end;
        position: relative;
        top: 1rem;
        right: 5px
    }
    #header .phone-number {
        display: block;
        font-weight: 700;
        font-size: 19px;
        padding: 2px 0 2px 1.25rem;
        margin-left: 1.5rem;
        border-left: 2px solid #1450a3
    }
    #header .sb-search {
        display: block;
        position: relative;
        width: 0%;
        min-width: 30px;
        height: 30px;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-backface-visibility: hidden
    }
    #header .search-button {
        display: block;
        border-radius: 100%;
        background-color: #1450a3;
        border-color: #1450a3;
        color: #fff;
        padding: 0 5px 1px;
        line-height: 29px
    }
    .sb-search-input {
        position: absolute;
        top: 0;
        right: 0;
        border: none !important;
        outline: 0;
        background: #fff;
        width: 100%;
        height: 30px;
        margin: 0;
        z-index: 10;
        padding: 20px 30px 20px 20px;
        color: #2c3e50
    }
    input[type=search].sb-search-input {
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }
    .sb-icon-search,
    .sb-search-submit {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 29px;
        text-align: center;
        cursor: pointer
    }
    .sb-search-submit {
        background: #fff;
        opacity: 0;
        color: transparent;
        border: none;
        outline: 0;
        z-index: -1
    }
    .sb-icon-search {
        z-index: 90
    }
    .sb-icon-search:before {
        content: "\f002"
    }
    #header .sb-search.sb-search-open,
    .no-js #header .sb-search {
        width: 250px;
        max-width: 100%
    }
    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        background: #da6d0d;
        color: #fff;
        z-index: 11
    }
    .no-js .sb-search .sb-search-submit,
    .sb-search.sb-search-open .sb-search-submit {
        z-index: 90
    }
    #header+main {
        margin-top: 110px
    }
}
/* cols first items - level 2 */
#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > a {
	display: none;
}
@media (min-width:992px) {
	.single-column ul.dropdown-menu {
		width: 30%!important;
	}
    #header .sb-search {
        margin-top: 8px
    }
    #header .phone-number {
        font-size: 28px
    }
    #header .navbar {
        padding: 0;
        -ms-flex-align: end;
        -webkit-box-align: end;
                align-items: flex-end
    }
    #header .navbar-brand {
        position: relative;
        margin-right: 2em;
        bottom: 7px;
        padding-bottom: 1rem
    }
    
    #header .navbar-nav .nav-link {
        padding: 1rem 1.5rem
    }
    #header .navbar-nav>.nav-item.show>.nav-link,
    #header .navbar-nav>.nav-item:hover>.nav-link,
    #header .navbar-nav>.nav-item>.nav-link:hover {
        background-color: #03a1e4;
        color: #fff
    }
    #header .dropdown {
        position: static
    }
    #header .dropdown-toggle {
        position: relative
    }
    #header .dropdown-toggle::before {
        content: '';
        width: 0;
        height: 0;
        color: transparent;
        border-top: .3em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
        position: absolute;
        top: 100%;
        z-index: 2;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%)
    }
    #header .navbar-nav>.nav-item.show>.dropdown-toggle::before,
    #header .navbar-nav>.nav-item:hover>.dropdown-toggle::before,
    #header .navbar-nav>.nav-item>.dropdown-toggle:hover::before {
        color: #03a1e4
    }
    #header .dropdown-item {
        padding: .5rem 1.5rem
    }
    
    
    #header.navbar-scroll .navbar-brand img {
        width: 200px
    }
    #header.navbar-scroll .sb-search {
        margin-top: 3px
    }
    #header.navbar-scroll .phone-number {
        font-size: 22px
    }
	
	#header .navbar-nav {
        width: 100%;
        -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		ustify-content: space-between;
       position: relative;
    }
	
	#header .navbar-nav .dropdown-menu {
        display: block !important;
        margin-top: 0;
        border: 1px solid #d4d4d4;
        border-radius: 0;
        background-color: #e6e7e8;
        background-clip: border-box;
        padding: 1rem .75rem 1.5rem;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        z-index: 1
    }
	
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu {
		display: -ms-grid !important;
		display: grid !important;
		left: -310px;
		width: 1150px;
		-webkit-column-gap: 1rem;
		   -moz-column-gap: 1rem;
		        column-gap: 1rem;
	}
	
	/* col > drop all */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li .dropdown-menu {
		display: block;
		position: relative;
		border: 0;
		top: 0;
		background: transparent;
		padding: 0;
	}

	/* all items */
	.dropdown-item {
		white-space: unset;
	}
	
	/* just cols */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li {
		
	}

	/* grid cols main dropdown */
	#header .navbar-nav > li.hsmegamenu.cols-5 > .dropdown-menu  {
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}
	#header .navbar-nav > li.hsmegamenu.cols-4 > .dropdown-menu  {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
	#header .navbar-nav > li.hsmegamenu.cols-3 > .dropdown-menu  {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	#header .navbar-nav > li.hsmegamenu.cols-2 > .dropdown-menu  {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	#header .navbar-nav > li.hsmegamenu.cols-1 > .dropdown-menu  {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	/* all cols */
	/*
	#header .navbar-nav > li.hsmegamenu.cols-5 > .dropdown-menu > li {
		
	}
	#header .navbar-nav > li.hsmegamenu.cols-4 > .dropdown-menu > li {
		
	}
	#header .navbar-nav > li.hsmegamenu.cols-3 > .dropdown-menu > li {
		
	}
	#header .navbar-nav > li.hsmegamenu.cols-2 > .dropdown-menu > li {
		
	}
	#header .navbar-nav > li.hsmegamenu.cols-1 > .dropdown-menu > li {
		
	}
	*/
	/* col all links */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu li > a {
		padding: 2px 0;
		line-height: 1.3;
		
	}

	/* col parent groups - level 3 */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li {
		margin-bottom: 30px;
	}
	
	
	
	/* col parent links - level 3 */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > a {
		position: relative;
		padding: 0 0 5px 0;
		font-weight: 800;
		font-size: 14px;
	}
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > a:after {
		content: "";
		width: 60%;
		background: #1550a4;
		position: absolute;
		height: 2px;
		left: 0;
		bottom: -1px;
	}
	
	/* col child links - level 4 */
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item {
		font-size: 13px;
		position: relative;
	}
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item,
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item:visited,
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item:active,
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > a,
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > a:visited,
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > a:active{
		color: #000;
	}
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item:after {
		content: "";
		width: 0%;
		background: #1550a4;
		position: absolute;
		height: 1px;
		left: 0;
		bottom: -1px;
		-webkit-transition: width .3s ease;
		-o-transition: width .3s ease;
		transition: width .3s ease;
	}
	#header .navbar-nav > li.hsmegamenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu .dropdown-item:hover::after {
		width: 50%;
	}
	
	#header .dropdown:hover li.hsmegamenu .dropdown-menu,
	#header .dropdown:hover .dropdown-menu,
    #header .navbar-nav .dropdown-menu.show {
        visibility: visible;
        opacity: 1
    }
	
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
	}
	
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header .container {
        max-width: 100%
    }
    #header .sb-search {
        margin-top: 3px
    }
    #header .phone-number {
        font-size: 22px
    }
    #header .navbar-nav .nav-link {
        padding: 1rem
    }
}

@media screen and (max-width:991px) {
   
    #header ::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }
    #header.navbar-scroll .navbar-brand img {
        width: 200px
    }
}

@media screen and (max-width:575px) {
    #header .container {
        padding-left: 0;
        padding-right: 0;
		
    }
	
    #header .navbar-brand img {
        width: 200px
    }
    #header.navbar-scroll .navbar-brand img {
        width: 160px
    }
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.hero .tagline {
    font-family: Garamond, 'EB Garamond', serif !important;
    font-size: 6rem;
    line-height: 1;
    font-weight: 400 !important;
    color: #fff;
    text-shadow: 2px 2px 7px #000;
    text-align: center;
    position: relative
}

.hero .tagline sup {
    font-size: 20%;
    position: absolute;
    top: auto;
    bottom: 73px;
    margin-left: -4px
}

.hero .tagline+img {
    width: 280px;
    margin: 0 auto
}

.hero.home-hero {
    height: 60vh;
    min-height: 500px;
    max-height: 900px;
    position: relative;
	
}

.home-hero .hero-content {
    width: 100%;
	
}

@media (max-width:991px) {
    .hero .tagline {
        font-size: 5rem
    }
	.hsmegamenu ul.dropdown-menu.show > li > ul.dropdown-menu {
		display: block;
		border: none;
		padding: 0;
		
	}
	
	.hsmegamenu > ul.dropdown-menu {
		max-height: 40vh;
		overflow: scroll;
		padding: 0;
	}
	.hsmegamenu ul.dropdown-menu li.menu-item a {
		background: #FBFBFB;
		
		/* background-image: url(/wp-content/themes/highswartz2019-child/img/3-dots.svg);*/
    background-position: right center;
    background-size: 35px;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
	}
	.hsmegamenu ul.dropdown-menu li.menu-item a:hover {
		color: #1450a3;
	}
}

@media (max-width:767px) {
    .hero.home-hero {
        height: 35vh;
        min-height: 35vh;
		
    }
    .hero .tagline {
        font-size: 3.5rem
    }
}

@media (max-width:575px) {
    .hero-content {
        background: rgba(0, 0, 0, .5);
        padding: .5rem 0
    }
    .hero .tagline {
        font-size: 3rem
    }
    .hero .tagline+img {
        width: 180px
    }
}

@media (max-width:340px) {
    .hero .tagline {
        font-size: 2.5rem
    }
}

input[type=email],
input[type=text],
textarea {
    border-radius: 0;
    -webkit-appearance: none
}

.contact-form {
    padding: 1.5em
}

.contact-form button[type=submit] {
    width: 100%;
    border-radius: 0
}

.form-group.no-label label {
    display: none;
}

.form-group textarea {
    height: 80px;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-prev {
    left: -30px
}

.slick-next {
    right: -30px
}

.slick-next:before,
.slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000
}

.slick-prev:before {
    content: '\f053'
}

.slick-next:before {
    content: '\f054'
}

.slick-slide img {
    opacity: 1
}

.slick-dots li {
    margin: 0 2px
}

.attorney-slider .slick-list {
    padding: 4em 0 !important
}

.attorney-slider .slick-slide {
    padding: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.attorney-slider .slick-center {
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35)
}

.attorney-slider .attorney-info {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: rgba(31, 47, 109, .6);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: .5rem;
    display: none
}

.slick-center .attorney-info {
    display: block
}

@media (max-width:479px) {
    .attorney-slider .slick-list {
        padding: 4em 0 !important
    }
    .attorney-slider .slick-center {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1)
    }
    .attorney-slider .attorney-info {
        font-size: 16px
    }
}

.practice-areas .card-group>.card {
    margin-bottom: 20px;
    border-radius: 0;
    text-decoration: none
}

.practice-areas .card-body,
.practice-areas .card-footer {
    background-color: #1f2f6d;
    color: #fff
}

.practice-areas .card-body p {
    line-height: 1.25;
    margin-bottom: 0
}

.practice-areas .condensed .card-body {
    padding: 10px 20px
}

.practice-areas .condensed .fas {
    position: absolute;
    right: 20px;
    top: 15px
}

.practice-areas .card-img-container {
    max-height: 160px;
    overflow: hidden
}

.practice-areas .card-img-top {
    border-radius: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.practice-areas .card:hover .card-img-top {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.practice-areas .card-title {
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-top: 0
}

.practice-areas .condensed .card-title {
    border-bottom: 0;
    padding-bottom: 3px;
    margin-bottom: 0
}

.practice-areas .card-footer {
    border-top: 0;
    padding-top: 0
}

@media (min-width:576px) {
    .practice-areas .card-group>.card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%
    }
    .practice-areas .card-group>.card:not(:last-child) {
        margin-right: 20px
    }
}

@media (min-width:768px) {
    .practice-areas .card-group>.card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px)
    }
}

@media (min-width:992px) {
    .practice-areas .card-group>.card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33% - 20px);
                flex: 0 0 calc(33% - 20px)
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .practice-areas .card,
    .practice-areas .card-group {
        display: block
    }
}

@media all and (min-width:768px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .practice-areas .card {
        float: left;
        width: calc(50% - 30px)
    }
    .practice-areas .card-body {
        min-height: 350px
    }
}

@media all and (min-width:992px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .practice-areas .card {
        width: calc(33% - 30px)
    }
    .practice-areas .card-body {
        min-height: 330px
    }
}

footer {
    background-color: #1f2f6d;
    color: #fff;
    padding: 2em 1em;
}

footer a {
    color: #fff !important;
}

li.list-inline-item {
    padding-left: 0;
}

footer a:hover {
    color: #fff
}

footer .quick-links {
    margin-top: 3em
}

footer .quick-links .list-inline-item:not(:last-child) {
    margin-right: 3rem
}

.footer-practice-container {
    background-color: #1450a3;
    padding-top: 15px
}

.footer-practice-areas {
    font-size: .9rem;
    line-height: 2
}

.footer-practice-areas a {
    text-decoration: none
}

.payment {
    padding: 1rem 0
}

.payment .row {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.payment .col-md-6 {
    padding: 1rem
}

.payment .col-md-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, .11)
}

.payment .make-a-payment {
    color: #fff;
    padding: 2rem 1rem
}

.make-a-payment .btn {
    width: 281px
}

@media (max-width:340px) {
    .make-a-payment .btn {
        width: 100%
    }
}

.work-with-us {
    font-size: 1.15rem
}

.work-with-us .top-container {
    border-top: 3px solid #1450a3;
    border-bottom: 3px solid #1450a3;
    padding: 0
}

.work-with-us .bg-container {
    margin: 10px 0;
    background-size: cover;
    background-position: center 4%
}

.work-with-us .top-content {
    background-color: rgba(255, 255, 255, .85);
    padding: 2rem 10%;
    font-size: 1.5rem
}

.work-with-us .column1 {
    border-right: 3px solid #1450a3;
    padding: 1rem 1.5rem 0 0
}

.work-with-us .column1 ul {
    padding-left: 1.25rem;
    line-height: 2
}

.work-with-us a {
    text-decoration: underline
}

.work-with-us .column2 {
    text-align: justify;
    padding: 1rem 0 0 1.5rem
}

@media screen and (max-width:767px) {
    .work-with-us .top-container {
        border-top-width: 2px;
        border-bottom-width: 2px
    }
    .work-with-us .column1 {
        border-right: 0;
        padding-left: 0
    }
    .work-with-us .column1::after {
        content: '';
        height: 2px;
        background-color: #1450a3;
        position: relative;
        width: calc(100% + 54px);
        display: block;
        left: -15px
    }
    .work-with-us .column2 {
        padding-left: 0
    }
}

@media screen and (max-width:575px) {
    .work-with-us h2 {
        font-size: 2rem
    }
    .work-with-us .top-content {
        font-size: 1.25rem
    }
}

.testimonials {
    border-right: 1px groove rgba(40, 56, 103, .1)
}

.testimonial-container {
    padding: 1rem;
    margin-bottom: 1rem
}

.testimonials p {
    line-height: 1.25;
    font-style: italic;
    color: #1450a3
}

.testimonials p:last-child {
    margin-bottom: 0
}

.testimonials .review-name {
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px
}

.testimonials .google-link {
    font-size: 13px;
    text-align: right;
    font-style: normal;
    font-weight: 700
}

@media screen and (max-width:991px) {
    .testimonials {
        border-right: 0
    }
}

.legal-insights {
    border-right: 1px groove rgba(40, 56, 103, .1)
}

.blog-news article {
    margin-bottom: 1rem
}

.blog-news .article-body {
    padding: 0 1rem
}

.blog-news .more {
    padding: 0 1rem
}

.blog-news ul {
    margin-left: 1.5rem
}

.blog-news ul li {
    line-height: 1.25;
    margin-bottom: .5rem;
    color: #1450a3
}

@media screen and (max-width:767px) {
    .legal-insights {
        border-right: 0
    }
}

.office-image {
    margin-bottom: 20px
}

.hidden {
    display: none !important
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.text-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2
}

.text-underline {
    text-decoration: underline !important
}

.vertically-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:575px) {
    .alignleft {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.offices .h5 {
    font-size: 1.125rem;
}

@media (min-width: 981px) {
   /* .col-lg-4 {
        flex: 0 0 40%;
        max-width: 40%;
    } TR# change 5/28*/
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width:980px) {
    .col-sm-6 {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 49% !important;
                flex: 0 0 49% !important;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 1 !important;
            -ms-flex: auto !important;
                flex: auto !important;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

.banner {
    position: relative;
}

.banner-container {
    width: 100%;
}

.banner-color {
    height: 50px;
    background-color: #83aeae;
}

.banner-nav {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-nav a {
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 300;
    padding: 10px;
}

.banner-nav a:hover {
    background-color: #678689;
    border: 0px solid transparent;
    border-radius: 5px;
}

.attorney-bio .attorney-title {
    color: #03a1e4;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}

.attorney-bio .left-column {
    border-right: 1px solid #339fe3;
}

.bio-image-full {
    float: right;
    max-width: 50%;
    padding-left: 10px;
    margin-left: 30px;
}

.block-header h3 {
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
}

.attorney-testimonials .review {
    border-left: 1px solid #339fe3;
    padding-left: 15px;
}

.attorney.row .profile-image {
    background-size: cover;
    background-position: top center;
}

.attorney.row h1 {
    font-family: "Lato", sans-serif;
    font-size: 2.75rem;
    font-weight: 900 !important;
}

#breadcrumbs a {
    color: #329ee2 !important;
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-weight: 400;
    color: #1450a3;
}

.attorney-bio .h2 {
    font-size: 1.75rem !important;
}

.attorney .p-2 {
    padding: .5rem .5rem .5rem 1rem;
}

.attorney-testimonials {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
}

.background-location.norristown {
    background-image: url(https://highswartz.effectivdev.com/wp-content/uploads/2021/04/high-swartz-law-firm-norristown-montgomery-county-pa-flag-scaled.jpg);
    background-size: cover;
}

.background-location.bucks {
    background-image: url(https://highswartz.effectivdev.com/wp-content/uploads/2021/04/high-swartz-law-firm-doylestown-bucks-county-pa.jpg);
    background-size: cover;
}

.background-location.cherry-hill {
    background-image: url(https://highswartz.effectivdev.com/wp-content/uploads/2021/04/high-swartz-law-firm-cherry-hill-new-jersey.jpg);
    background-size: cover;
}

.left-column ul li::before {
    font: 16px/120% "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f101";
    color: #1450a3;
    position: relative;
    z-index: auto;
    left: -24px;
    margin-right: -14px;
    top: 2px;
}

.right-column ul li::before {
    font: 16px/120% "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f101";
    color: #1450a3;
    position: relative;
    z-index: auto;
    left: -24px;
    margin-right: -14px;
    top: 2px;
}

ul {
    list-style-type: none;
    margin-left: 1.5rem;
    padding-left: 0;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-weight: 400;
    line-height: 1.5 !important;
}

ul li {
    margin: 3px 0;
    padding-left: 1rem;
}

.list-unstyled,
.list-inline {
    margin-left: 0;
}

.list-unstyled li {
    padding-left: 0;
}

.list-unstyled li::before {
    display: none;
}

.left-column a,
.right-column a {
    color: #1450a3 !important;
    text-decoration: underline;
}

.awards ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.awards li {
    padding-left: 0;
}

.awards img {
    height: 50px;
    width: auto;
}

.awards ul li::before {
    display: none;
}

.hr-lblue {
    border-top: 1px solid #339fe3;
}

.boxed-grey {
    border: 1px solid #e6e7e8;
}

@media screen and (max-width: 768px) {
    .elementor-15 .elementor-element.elementor-element-4b2370f {
        margin-top: 110px !important;
    }
    img.pt-cv-thumbnail.img-none.cvp-substitute.no-lazyload.skip-lazy {
        height: 180px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .attorney-bio .h2 {
        font-size: 1.75rem !important;
    }
    .wp-block-embed__wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }
    .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    h3.elementor-heading-title.elementor-size-default {
        font-size: 1.5rem;
    }
    .text-blue {
        color: #1450a3 !important;
    }
    .review-name {
        font-weight: bold;
        margin-bottom: 5px;
    }
    section.top {
        padding-top: 14px;
    }
    .p-5 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .mobile-top {
        top: 65px;
    }
    .flex-column.justify-content-center {
        width: 50%;
    }
    .profile-image.col-lg-6 {
        position: absolute;
        width: 285px;
        left: 5rem;
        top: 145px;
        height: 165px;
        border: 3px solid white;
    }
    .attorney-bio .left-column {
        border-right: none;
    }
}

@media screen and (max-width: 414px) {
    .background-location.norristown {
        top: 55px;
    }
    h3.elementor-heading-title.elementor-size-default {
        font-size: 1.125rem;
    }
    .elementor-15 .elementor-element.elementor-element-ddb93a2>.elementor-element-populated {
        border: none !important;
    }
    #pt-cv-view-b534ed9oit {
        width: 75%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .pt-cv-thumbnail {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }
    h4.pt-cv-title {
        height: auto !important;
        font-size: 1.25rem;
        margin-bottom: 0 !important;
    }
    .pt-cv-ctf-list {
        height: auto !important;
    }
    #pt-cv-view-b534ed9oit .pt-cv-custom-fields * {
        font-size: 1rem !important;
    }
    section.top {
        padding-top: 0;
    }
    .p-5 {
        padding: 1.5rem !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .mobile-top {
        top: 55px;
    }
    a.text-white.phone {
        font-size: 1.125rem;
    }
    .flex-column.justify-content-center {
        width: 100%;
        padding-left: 1.5em !important;
        border-right: none !important;
    }
    .profile-image.col-lg-6 {
        border: none;
        width: 100%;
        left: 0;
        top: 100px;
        height: 216px;
    }
    .attorney.row h1 {
        font-size: 2.5rem;
    }
    .attorney-title.h3 {
        font-size: 1.25rem;
    }
    .single-attorneys h3 {
        font-size: 1.5rem;
    }
    .attorney-bio .h2 {
        font-size: 1.5rem !important;
    }
    .attorney-bio .left-column {
        padding: 0 .5rem !important;
    }
    .attorney-bio .hr-lblue.my-4 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .attorney-bio .py-3 {
        padding-top: 0 !important;
    }
    .attorney-bio ul {
        margin-left: .5rem;
    }
    .attorney-bio .right-column {
        padding: 0 .5rem;
    }
    .attorney-bio .p-3 {
        padding: 1rem 0 !important;
    }
    .attorney-bio .px-3 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
    .attorney-bio .px-3.pb-3.boxed-grey {
        padding-left: 1rem !important;
    }
    .single-attorneys h3.h2 {
        font-size: 1.75rem;
    }
    .single-attorneys .px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .awards ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.attorney-slider .attorney-info {
    font-size: 11px;
    padding: .25rem;
}

.attorney-info .mb-0 {
    line-height: 1 !important;
}

.slick-next,
.slick-prev {
    top: 35%;
}

img.pt-cv-thumbnail.img-none.cvp-substitute.no-lazyload.skip-lazy {
    height: 180px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media screen and (max-width: 768px) {
    img.pt-cv-thumbnail.img-none.cvp-substitute.no-lazyload.skip-lazy {
        height: 250px;
    }
}

.col-md-4.col-sm-6.col-xs-12.pt-cv-content-item.pt-cv-1-col img.pt-cv-thumbnail.img-none.cvp-substitute.no-lazyload.skip-lazy {
    height: 300px;
}

/* ------------------------------------ Additional CSS added 05/28/2021 ------------------------------------------ */

#personal-injury {
    background-image: url("/wp-content/uploads/2019/03/personalinjury.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero.home-hero.sub-page-hero {
    height: 48vh;
	
}

.sub-page-hero-title {
    color: #ffffff;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 61%);
}

@media (max-width: 991px) {
	.sub-page-hero-title {
		font-size: 5rem;
	}
}

@media (max-width: 767px) {
	.sub-page-hero-title {
		font-size: 3.5rem;
	}
}

@media (max-width: 575px) {
	.sub-page-hero-title {
		font-size: 3rem;
	}
}

@media (max-width: 340px) {
	.sub-page-hero-title {
		font-size: 2.5rem;
	}
}

.sub-page-subnav {
	padding: 0 10px;
}

.sub-page-subnav ul li {
    margin: 0 10px;
    padding-top: 15px;
    min-width: 200px;
    text-align: center;
}

.sub-page-subnav ul li a {
	text-decoration: none;
    padding: 12px 15px;
    border-radius: .25rem;
	font-weight: 300;
	font-size: 1.1rem;
	letter-spacing: .05rem;
}

.sub-page-subnav ul li a:hover,
.sub-page-subnav ul li a:focus {
   background-color: #03a1e4;
}

.sub-page.left-column {
    border-right: 1px solid #03a1e4;
	padding-right: 50px;
}

.sub-page.right-column {
	padding-left: 50px;
}

@media (max-width: 981px) {
    .sub-page.left-column {
        border-right: none;
		padding-right: 0;
		padding-left: 0 !important;
    }
	
	.sub-page.right-column {
		padding-left: 0;
	}
	
}

.sub-page-main-content * h2,
.sub-page-main-content * h3, 
.sub-page-main-content * h4 {
	margin: 20px 0 10px 0;
}

.sub-page.top-content h2 {
    font-size: 2.2rem;
	font-weight: 600;
    padding-bottom: 10px;
}


.sub-page > a,
.sub-page h2 a,
.sub-page h3 a,
.sub-page h4 a,
.sub-page h5 a,
.sub-page ul li a {
    text-decoration: none;
    color: #002C74 !important;
}

.sub-page > a:hover,
.sub-page h2 a:hover,
.sub-page h3 a:hover,
.sub-page h4 a:hover,
.sub-page h5 a:hover,
.sub-page ul li a:hover {
    text-decoration: none;
    color: #03a1e4 !important;
}

.bottom-content {
    max-width: 1600px;
}

@media (max-width: 576px) {
    .sub-page-main-content,
    .bottom-content,
    .sub-page-blog {
        padding: 10px 15px;
    }
}

@media (max-width: 400px) {
    .sub-page-main-content,
    .bottom-content,
    .sub-page-blog {
        padding: 10px 15px;
    }
}

.bottom-content-header-text h2 {
    text-align: center;
    margin-bottom: 40px;
	font-weight: 600;
}

.attorney-bio-card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 10px;
}

.attorney-bio-card h4 {
	margin: 20px 0 10px 0;
}

.attorney-bio-card h4 a {
    color: #002c74;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Noto Serif JP', serif;
    line-height: 120%;
	text-decoration: none;
}

.attorney-bio-text {
    padding-bottom: 40px;
}

.attorney-bio-text p {
    margin: 5px 0;
}

.attorney-bio-link {
    position: absolute;
    bottom: 0;
    right: 15px;
}

@media (max-width: 981px) {
    .attorney-bio-card h4 a {
        font-size: 16px;
        line-height: 105%;
    }

    .attorney-bio-text p {
        font-size: 14px;
        line-height: 1.25 !important;
    }
}

@media (max-width: 576px) {
    .attorney-bio-card h4 a {
        font-size: 18px;
        line-height: 110%;
    }

    .bottom-content * .container {
        width: 80%;
    }
}

@media (min-width: 768px){
	.attorney-bio-cards * .col-md-3 {
    	max-width: 50%;
	}
}

.attorney-blog.left-column {
    border-right: 1px solid #03a1e4;
    padding-right: 25px;
}

@media (max-width: 981px) {

    .attorney-blog.left-column {
        border-right: none;
        padding-right: 0;
    }

    .attorney-blog.right-column {
        border-top: 1px solid #03a1e4;
        padding-right: 0;
        padding-top: 25px;
    }
}

.attorney-blog h2 {
    text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}

.law-blog-article {
    margin-bottom: 15px;
    position: relative;
	padding: 0 10px;
}

.post-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 35px;
}

h3.post-title {
	line-height: 1.25rem;
}

.post-title a {
    color: #1450a3;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    line-height: 102%;
    text-decoration: none;
}

.post-title a:hover,
.post-title a:focus {
	color:  #03a1e4 !important;
}

.post-meta-data {
    margin-top: -20px;
}

.post-date {
    font-size: 12px;
    color: #adadad;
}
.post-avatar {
    display: none;
}


.post-excerpt p {
    font-size: 16px;
    margin: 5px 0;
    word-wrap: break-word;
	line-height: .5rem;
}

.post-excerpt p::after {
    content: "[...]";
    padding-left: 5px;
}

.post-link {
    position: absolute;
    bottom: 0;
    right: 15px;
}

a.read-more {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-right:15px;
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-decoration: none;
    font-size: 14px;
    color:#03a1e4 !important;
    font-weight: 600 !important;
}

a.read-more:hover {
    text-decoration: none !important;
}

a.read-more::after {
    content: "»";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -7px;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

a.read-more:hover::after,
a.read-more:focus::after {
    right: -8px;
    text-decoration: none;
}

ul.list-arrow {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
ul.list-arrow li {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    margin: 5px 0;
}
ul.list-arrow li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #FFF;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 6px;
    left: 0;
}
ul.list-arrow li a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
ul.list-arrow li a:hover {
    font-weight: 700;
}
.col-lg-6.border-white-right {
    position: relative;
}
.sub-page-main-content .default-page-content h2, .sub-page-main-content .default-page-content h1 {
    font-weight: 700;
}
.sub-page-main-content .default-page-content h3 {
    margin-top: 30px;
}
.sub-page-main-content .default-page-content h3 a,
.sub-page-main-content .default-page-content h2 a {
    text-decoration: none;
}
.sub-page-main-content .default-page-content li a,
.sub-page-main-content .default-page-content p a {
    color: #329ee2!important;
}
.sub-page-main-content .default-page-content li a:hover,
.sub-page-main-content .default-page-content p a:hover {
    color: #0056b3!important;
}
.row.scode-row {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.col-lg-6.left-column,
.col-lg-6.right-column {
    padding-left: 40px;
    padding-right: 40px;
}
.col-lg-6.left-column.scode {
    border-right: 1px solid #03a1e4;
    padding-right: 42px;
}
.excerpt p {
    line-height: 1.3!important;
}
a { -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }
.no-margin-top {margin-top:0!important;}
@media screen and (min-width: 991px) {
    .col-lg-6.border-white-right:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 10px;
}
}
@media screen and (max-width: 768px) {
    .profile-image.col-lg-6 {
        /*left: 8vw;*/
    }
}
@media screen and (max-width: 600px) {
    .top .col-lg-6.d-flex.flex-column {
        width: 100%!important;
    }
    .profile-image.col-lg-6 {
        top: 80px;
        height: 280px;
    }
    .col-lg-6.p-5.background-location {
        padding-top: 240px!important;
        padding-bottom: 90px!important;
    }
    .col-lg-6.border-white-right:after {
        display: none;
    }
    .col-lg-6.left-column.scode {
    border-right: none;
    padding-right: 40px;
    }
}

.sub-page-main-content .default-page-content h3 a,
.sub-page-main-content .default-page-content h2 a {
    text-decoration: none!important;
}
.sub-page-main-content .default-page-content h3 a:hover,
.sub-page-main-content .default-page-content h2 a:hover {
    color: #329ee2!important;
}

.banner-text b,
.banner-text h3 {
    display: block;
    width: 100%;
    color: #03a1e4 !important;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2!important;
    margin: 0 0;
}

.entry-footer .cat-links a {color: white !important;}


/*main new page css*/
.headline-area .headline-area-content{
    padding-left: 12px !important;
    padding-bottom: 16px;
    padding-top: 10px;
}
.hero-main{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.hero-content{
    text-align: left;
}
.main-title{
    color: #FFFFFF;
    font-family: "EB Garamond", Lato, Sans-serif;
    font-size: 67px;
    font-weight: 500;
    line-height: 1em;
	font-style: italic;
    text-shadow: 3px -2px 2px rgb(0 0 0 / 97%);
	margin-bottom: 0px;
}
.main-title span{
	font-size: 52px;
}
/* .hero-desc{
    text-align: left;
    color: #FFFFFF;
    font-family: "Open Sans", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 200;
    text-shadow: 0px 0px 10px #000000;
} */
.hero-desc{
    text-align: left;
    color: #C9962B;
    font-family: "EB Garamond", Lato, Sans-serif;
    font-size: 79px;
    font-weight: 400;
    text-shadow: 0px 0px 10px #000000;
	line-height: 70px !important;
    font-style: normal;
}
.hero-desc span{
	font-size:66px;
}
.main-btn{
    font-family: "Roboto", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    color: #fff !important;
    text-decoration: none;
    background-color: #1650A4;
    margin-top: 11px;
    display: inline-block;
}
.main-btn:hover{
    color: #fff;
}
/* .headline-area-content{
    border-left: 11px solid #339FE3;
} */
.inner-row{
    padding-top: 8%;
    padding-bottom: 6%;
}

/*our work section*/
.EB_Garamond{
    font-family: "EB Garamond", Lato, Sans-serif;
}
.Lato{
    font-family: "Lato", Lato, Sans-serif;
}
.work_highlight_sc{
    
    display: flex;
}
.btn-work{
    background-color: #339FE3;
    font-family: "Roboto", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
}
.work_awards{
    background-color:#021137;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding: 40px 51px;
	text-align: center;
    padding-bottom: 25px;
	color: #fff;
}
.work_awards .row .col:first-child{
    text-align: right;
}
.work_awards .row .col:nth-child(2){
    text-align: left;
}

.work_awards img{
	width:108px;
}
#work_section_2{
    padding: 13px 0px;
    box-shadow: 0px 0px 39px 0px rgb(0 0 0 / 50%);
    padding-top: 54px;
}
.social_icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;    
}
.social_icons li{
    background-color: #339FE3;
    border-radius: 10%;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: inline-block;
    padding-left: 0px;
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
}
.social_icons li a{
    color: #fff;
}
.work_highlight h2{
    font-family: "EB Garamond", Lato, Sans-serif;
    font-size: 46px;
    color: #112773;
    font-weight: 500;
    margin-top:0px;
}
.work_highlight p{
    font-family: "Lato", Lato, Sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.btn-work{
    margin-top: 23px;
    display: inline-block;
}
.work_award_title{
   
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.work_award_desc{
    font-family: "Lato", Lato, Sans-serif;
}
.stay_connect{
    font-family: "Noto Serif JP", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
/*legal services section*/
#legal_services{
    background-color: #EAEAEA;
    padding-top: 90px;
    padding-bottom: 20px;
}
.legal_heading{
    text-align: center;
    color: #112773;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1em;
}

.explore_area{
    font-size: 24px;
}
.legal_form .gform_heading{
    display: none;
}
.legal_form .gfield_label{
    display: none;
}
.legal_form #gform_5{
    display: flex;
}
.legal_form .gform-body{
    flex-basis: 67%;
}
.legal_form .gform_footer{
    flex-basis: 33%;
}
.legal_form #gform_submit_button_5{
    width: 100%;
    height: 100%;
    background-color: #339fe3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

/*lawyers content*/
.lawyers_content{
    padding: 27px 160px 40px 21px;
}
.lawyers_slideShow{
    padding-right: 47px;
    height: 100%;
}
.lawyers_content h2{
    color: #112773;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1em;
}
.lawyers_content p{
    font-size: 16px;
    color: #000000;
}
.lawyers_slideShow .slick-track{
    height: 100%;
}
.lawyers_slideShow .slick-slide,.lawyers_slideShow .slick-list{
    height: 100%;
}
.lawyers_slideShow .lawyer_img{
    height: 100%;
    object-fit: cover;
}
/*service slider section*/
#service-slider{
    background-color: #EAEAEA;
    padding: 20px 15px;
    padding-right: 0px;
}
.service-slider-box{
    background-color: #1E50A3;
    height: 100%;
    
}

.service-slider-box h2{
    color: #fff;
    font-size: 31px;
    font-weight: 400;
}

.service-slider-box p{
    color: #FFFFFF;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.service-slider-content{
    padding:17px 40px;
    margin-bottom: 20px;
    
}

.service-slider-box img{
    width: 449px;
    height: 238px;
    object-fit: cover;
}

.service_slider_slick .slick-slide {
    height: auto;
}
.service_slider_slick .slick-slide:not(:last-child) {
    margin-right: 22px;
}
.service_slider_slick .slick-track{
    display: flex;
}
.service_slider_slick .slick-next{
    right: 47px;
}
.slick-next:before{
    color: #fff;
    background-color: #ccc;
    width: 41px;
    height: 41px;
    padding-top: 6px;
    display: block;
    border-radius: 50%;
}

.service_slider_slick .slick-prev{
    left: 6px;
    z-index: 99999;
}
.slick-prev:before{
    color: #fff;
    background-color: #ccc;
    width: 41px;
    height: 41px;
    padding-top: 6px;
    display: block;
    border-radius: 50%;
}


#attorneys_section{
    background-color: #EAEAEA;
	padding-top: 30px;
}

.attorneys_content h3{
    color: #112773;
    font-size: 37px;
    font-weight: 500;
    margin: 0px;
    text-align: center;
}
.image-handler{
    display: flex;
}
.image-part-main{
    width: 100%;
}
.image_part{
    height: 240px;
   	object-fit: cover;
    width: 100%;
}
.profile-link{
    text-decoration: none;
    color: #112773 !important;
    font-family: "Noto Serif JP", Lato, Sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.profile-btn{
    align-self: flex-end;
   
    width: 100%;
    
}

.content-color-handler{
	background-color: #fff;
    margin: 9px 10px;
    min-height: 855px;
}

.attorney_content_area{
    padding-bottom: 30px;
    padding-top: 13px;
    padding-left: 19px;
    padding-right: 19px;
}
.attorney_content_area h3{
    color: #112773;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 2px;
}
.attorney_content_area h4{
    
    font-family: "Open Sans Condensed", Lato, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 11px;
	color: #000;
	letter-spacing: 1px;
}
.attorney_content_area p{
    text-align: left;
    color:#000;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}
.attorney_content_area ul li{
    margin:0px !important;
    padding-left: 0px;
}
.attorney_content-icons li{
    padding-left: 0px;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.attorney_content-icons li span{
    padding-right: 10px;
}
.attorneys_content h4 a{
    font-family: "serif";
    font-weight: 500;
    color: #112773;
    font-size: 22px;
}
.attorneys_content h4 span{
    color: #112773;
    font-size: 20px;
    padding-left: 8px;
}

/*testimonal section*/
#testimonial-section{
    overflow: hidden;
    position: relative;
}
.testimonial-back{
    background-image: url("/wp-content/uploads/2022/05/montgomery-county-courthouse-2.jpg");
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    background-position: center center;
    background-size: cover;
    opacity: 0.49;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonial-head h3{
    font-size: 39px;
    font-weight: 600;
    line-height: 1.1em;
}
.testimonial-response p{
    color: #E7EFEF;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
.testimonial-response span{
    color: #E7EFEF;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
}
.testimonial-handler{
    background-color: #12121270;
    position: relative;
    padding: 17px 60px;
    margin-top: 0px;
}
.testimonial-response p{
    color: #E7EFEF;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    font-style: italic;
}
.testimonial-response{
    padding: 0px 18px;
}
.testimonial-content{
    padding-top: 26px;
}
.slick-dots{
    bottom: -6%;
}
.slick-dots li button:before{
    color: #fff;
    opacity: 1;
    font-size: 34px;
}
.slick-dots li.slick-active button:before{
    color: #C9962B;
    opacity: 1;
    font-size: 34px;
}

/*legal slider*/
#legal-insights{
    padding: 50px 0px;
}
.legal-slider-box{
    box-shadow: 1px 2px 15px rgb(0 0 0 / 15%);
    height: 545px;
    flex-direction: column;
    margin-bottom: 17px;
    background-color: #fff;
}
.legal-heading{
    color: #112773;
    font-size: 77px;
    font-weight: 500;
    padding-bottom: 18px;
}
.category-tag{
    background-color: #021137;
    color: #fff !important;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    font-family: "Lato";
    text-decoration: none;
    padding: 5px;
    border-radius: 30px;
}
.legal-content-head{
    color: #112773;
    font-size: 30px;
    font-weight: 500;
}
.legal-content-desc{
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
}
.legal-insight-link{
    color: #112773;
    font-family: "Roboto", Lato, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    padding-top: 24px;
}
.legal-insight-link span{
    margin-right: 10px;
}
.legal-box-handler{
    padding: 0 19px;
    display: flex !important; 
    flex-wrap: wrap;
    height: auto;
}
#legal-insights .slick-next{
    right: 40px;
    top: 50%;
}
#legal-insights .slick-prev{
    left: 23px;
    top: 50%;
    z-index: 9999;
}

/*latest news*/
#latest-news{
    padding: 50px 0px;
    background-color: #ECECEC;
}
#latest-news .slick-next{
    right: 40px;
    top: 50%;
}
#latest-news .slick-prev{
    left: 23px;
    top: 50%;
}


/*offices location*/
.location-main-head{
    color: #112773;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1em;
}
.location-main p{
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
}
.make-payment{
    font-family: "Roboto", Lato, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #C9962B;
    border-radius: 0px 0px 0px 0px;
    color: #fff !important;
    padding: 16px 45px;
    text-decoration: none;
    margin-top: 11px;
    display: inline-block;
}
.location-box h3{
    color: #112773;
    font-size: 31px;
    font-weight: 500;
}
.location-box p{
    color: #000000;
    font-family: "Lato", Lato, sans-serif;
    font-size: 14px;
}
.address_office{
    padding: 5px 20px 5px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 6px;
    border-color: #C9962B;
}
.location-content{
    padding: 0px 3px;
    margin-bottom: 10px;
}
.address_office{
    padding: 0px 44px 0px 18px;
    border-style: solid;
    border-width: 0px 0px 0px 6px;
    border-color: #C9962B;
    margin: 0px 0px 0px 60px;
}
.address_office p{
    text-align: left;
    font-family: "Lato", Lato, Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
}
.location-link{
    background-color: #112773;
    font-family: "Roboto", Lato, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 9px;
}
#office-locations{
    padding: 90px 5px;
}
.location-box{
    padding: 0px 12px;
}
.legal-box-content{
    background-color: #fff;
}

.payment-btn .main-btn{
    background-color:#339FE3;
    padding: 10px 26px;
    margin-top: 0px;
    font-size: 15px;
}
#sb-search{
    display: none !important;
}
.middle-col{
    display: flex;
    align-items: center;
}
.name-of-trust{
    margin: 29px 0px;
    padding: 40px 0px;
    zoom: 82%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.nameTrust-row{
    align-items: center;
    text-align: center;
}
.name-of-trust img{
    width: 150px;
}
.high-swartz-list{
	color: #fff;
    text-align: left;
    list-style-type: disc;
}
.work_awards a{
	text-decoration: none;
}
.attorney_content_area ul{
	color:#333;
	list-style-type: disc;
	font-size: 14px;
    margin-left: 16px;
}
.location-box img{
    object-fit: cover;
}
@media (min-width: 1200px){
    #attorneys_section .col-xl-3{
        max-width: 20%;
    }
    
}
@media only screen and (max-width: 992px){
    .social_icons{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .social_icons li{
        display: inline-block;
        width: 46px;
        height: 39px;
    }
}
@media only screen and (max-width: 768px) {
    /* .hero-main{
        height: 78vh;
    } */
    .inner-row {
        padding-top: 15%;
    }
    .hero-content {
        background: none;
		padding-left: 0px !important;
    	padding-right: 0px !important;
    }
    .hero-desc{
        text-align: center;
		font-size: 52px;
		line-height: 1em !important;
    }
	.hero-desc span {
    	font-size: 42px;
	}
    .main-title{
        font-size: 55px;
    }
    .lawyers_content h2{
        font-size: 42px;
    }
    .lawyers_slideShow{
        padding-right: 0px;
    }
    .lawyers_slideShow .lawyer_img{
        max-height: 380px;
        width: 100%;
    }
    .lawyers_content{
        padding: 26px 30px 36px 21px;
    }
    .social_icons{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .social_icons li{
        display: inline-block;
        width: 46px;
        height: 39px;
    }
    .service-slider-box img{
        width: 100%;
    }
     .service-slider-box img{
        width: 100%;
    }
    .image_part{
        min-height: 260px;
    }
    .slick-dots {
        bottom: -7%;
    }
    #latest-news .slick-prev{
        z-index: 999;
    }
	.main-title span{
		display: block;
        font-size: 42px;
    }
	.main-btn{
		padding: 12px 30px;
	}
	.main-area.container{
		padding-left: 0px; 
    	padding-right: 0px;
	}
    .content-color-handler{
      
        min-height: 545px;
    }
	#legal_services{
		padding-top:40px;
	}
}
@media only screen and (min-width: 1367px) {
    ul.social_icons{
        width: 66%;
        margin: 0 auto;
    }
    
}
@media only screen and (min-width: 1467px) {
     .content-color-handler{
        min-height: 725px !important;
    }
}
@media only screen and (min-width: 1371px) and (max-width: 1466px) {
     .content-color-handler{
        min-height: 757px !important;
    }
}
@media only screen and (min-width: 1170px) and (max-width: 1366px) {
    ul.social_icons{
        width: 85%;
        margin: 0 auto;
    }
   
}
@media only screen and (max-width: 1370px) and (min-width: 1300px)  {
.control-large-attorney div:nth-child(n+6) .content-color-handler{
        min-height: 930px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px)  {
    .content-color-handler{
        min-height: 938px;
    }
    .control-large-attorney div:nth-child(n+6) .content-color-handler{
        min-height: 1000px;
    }
}