.breadcrumb_last {
	text-decoration: underline;
}
.nav-next {
	margin-left: auto;
}

.hero-text-inner p {
	font-size: 20px;
}

.inner-hero-text .hero-text-inner {
	max-width: 470px;
}

.home-accordion-long {
	display: none;
}

.single-blog .wp-block-table {
	width: 100%;
}

.sidebar .need-answer {
	max-width: 400px;
}

.hero-nav {
    background-color: #fff;
    padding: 0 2.5rem;
    border-bottom: 1px solid #e7e4e5;
    min-height: 3.0625rem;
    z-index: 3;
	width: 100%;
	transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition-timing-function: ease;
}

.hero-nav.on-scroll-up {
    top: 105px !important;
}

.hero-nav .subnav-wrapper ul {
    display: flex;
    justify-content: center;
    white-space: nowrap;
	flex-wrap: wrap;
}

.hero-nav .subnav-wrapper ul li a {
    color: #231f20;
    font-size: 0.875rem;
    line-height: 1rem;
    text-decoration: none;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 1rem 0;
    transition: color .3s ease-in-out;
    display: inline-block;
    position: relative;
}

.hero-nav .subnav-wrapper ul li a:hover, .hero-nav .subnav-wrapper ul li.current-menu-item a {
	color: #bc8e47;
}

@media screen and (max-width: 1921px) {
	.hero-nav {
    	padding: 0 1rem;
	}
}

@media screen and (max-width: 961px) {
	.hero-nav .subnav-wrapper ul {
    	justify-content: flex-start;
    	flex-wrap: nowrap;
		overflow-x: scroll;
	}
}

@media (max-width: 1023px) {
	.hero-text-inner p {
		font-size: 16px;
	}
	.inner-hero-text .hero-text-inner {
		max-width: 100%;
		width: 55%;
		padding-right: 50px;
	}
}

@media (max-width: 767px) {
	.the-content table td {
		padding-bottom: 35px;
	}
	.the-content tr:first-child td, 
	.the-content tr:first-child th {
		padding-bottom: 35px;
	}
	.inner-hero-text .hero-text-inner {
		width: 100%;
		padding-right: 0;
	}
	.single-blog .wp-block-table tr:first-child {
		display: none;
	}
	.single-blog .wp-block-table tr td:first-child {
		font-weight: 700;
	}
	.single-blog .wp-block-table {
		width: 100%;
	}
	.single-blog .wp-block-table td {
		padding-bottom: 55px;
		border-top: none;
	}
	.the-content tbody td { 
		border-top: none; 
	}
}

/*=========== NEW CSS ===============*/
.about-justice {
    margin-top: 0 !important;
    padding: 100px 0 50px 0 !important;
}

.flex-about-left {
    padding-right: 5%;
}

.flex-about-right {
    padding-left: 5%;
}

.flex-about-left h2 {
    margin-bottom: 100px !important;
}

.flex-about {
    margin-bottom: 100px;
}

.about-justice .tabs-content {
    width: 79%;
    margin-left: 2%;
}
.gc-about-desc p {
    font-size: 20px !important;
}


@media screen and (max-width: 1150px){
	h2.tab-title.gradient-text {
		margin-left: 12px;
	}
}

@media screen and (min-width: 981px){
	.about-justice .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tabs-justice a {
		padding-left: 0;
		text-align: left;
		padding-right: 0 !important;
	}

	.tabs-justice a.active:before {
		bottom: 0;
		top: unset;
	}

	h2.tab-title {
		position: absolute;
		top: 0;
		left: 0;
	}

	.content-right-tab {
		margin-left: 15%;
		margin-top: 5px;
		max-width: unset;
		width: 80%;
	}
	
	ul.tabs-justice {
		width: 15%;
		display: block !important;
		margin: auto 0;
		margin-right: 5%;
		padding-top: 50px !important;
	}

	ul.tabs-justice li {
		margin-right: 0 !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 980px){
	h2.tab-title.gradient-text {
		max-width: unset;
		margin: 0;
	}

	.content-right-tab {
		max-width: unset !important;
		margin: 0 !important;
		padding-top: 10px;
	}

	.tabs-content {
		width: 100% !important;
		margin-left: 0 !important;
	}
	h2.tab-title.gradient-text {
		margin-left: 12px;
	}

	.flex-about-left h2 {
		margin-bottom: 20px !important;
	}

	.flex-about-left h2 br {
		display: none;
	}

	.flex-about-left {
		padding-right: 0;
		width: 100%;
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
	}

	.flex-about-right {
		padding-left: 0;
		width: 100%;
		-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
				order: 0;
		margin-bottom: 40px;
	}

	.flex-about {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.about-justice {
		padding: 50px 10px !important;
	}
}

.left-content-button p a:hover {
    text-decoration: none;
    color: #bc8e47;
}
.left-content-button p a {
    background: #f2f2f2;
    padding: 10px 15px;
    display: block;
}