/*
Theme Name: JDX Base Theme - Parent
Description: A Useable, Scalable, Extendable Premium Wordpress Theme
Author: Ryan Gass - Juris Digital
Author URI:https://jurisdigital.com/
*/

/*** Globals ***/

* {
	/* Slick width fix */
	min-width: 1px;
	min-height: 1px;
}

body #wrapper,
.fixed {
	max-width: 1920px;
	margin: 0 auto;
}

[data-src]::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.slick-dots li {
	display: list-item;
}

.slick-dots li:only-child {
	display: none;
}

li.slick-slide:not(.slick-active) {
	height: 1px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

i.fa.fa-refresh {
	display: none;
}

body.logged-in {
	margin-top: 32px;
}

.sticky-header {
	position: sticky !important;
	top: 0;
	background: #fff;
	z-index: 999;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	font-family: sans-serif;
}

/* fix mix-blend-mode in safari */

main#main {
	isolation: isolate;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
	line-height: 1em;
	margin: 0 0 20px;
}

.display-none {
	display: none;
}

.clear {
	clear: both;
}

button {
	cursor: pointer;
}

.slick-slider {
	min-height: 1px;
	min-width: 1px;
}

.slick-dots li {
	display: list-item;
}
.slick-dots li:only-child {
	display: none;
}

.validation_error {
	text-align: center;
	color: red;
}

div.validation_message {
	color: red;
}

/** Set Common Elements **/

img,
svg {
	display: block;
	height: auto;
	max-width: 100%;
}

p,
span {
	font-size: 18px;
	line-height: 1.5em;
}

ul,
ol,
li {
}

main ul,
main ol,
main li {
	font-size: 18px;
	line-height: 1.5em;
	color: ;
}

ul.nolist {
	padding-left: 0 !important;
	margin-left: 0 !important;
	list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

html::-webkit-scrollbar {
	width: 10px; /* remove scrollbar space */
	background: #fff; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
html::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

/*** Formatting Classes ***/

.italic {
	font-style: italic;
}

.block {
	display: block;
}

.break {
	display: block;
}

.hidden {
	display: none;
}

.mobile-hide {
	display: inline;
}

@media (max-width: 768px) {
	.mobile-hide {
		display: none;
	}
}

.center {
	text-align: center;
}

.fixed {
	position: fixed;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/** Font Awesome ***/

.fas.fa-phone,
.fal.fa-phone {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 10px;
	position: relative;
	font-size: 15px;
	top: 0px;
	left: 3px;
}

.fas.fa-map-marker-alt,
.fas.fa-envelope,
.fas.fa-fax {
	margin-right: 10px;
	font-size: 15px;
}

i.fas.fa-map-marker-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	position: relative;
	top: -13px;
}
.fas.fa-angle-right,
.far.fa-angle-right {
	margin-left: 20px;
	width: 8px;
}

.fas.fa-angle-down {
	position: static;
	right: -16px;
	margin-left: 5px;
}

.fa-angle-double-right {
	margin-left: 10px;
}

.fas.fa-plus {
	font-size: 10px;
	margin-left: 5px;
	position: relative;
	bottom: 2px;
}

div.nav-wrapper:not(.closed) .far.fa-plus {
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
	position: absolute;
	padding: 10px 0 10px;
	line-height: 0;
}

div.nav-wrapper:not(.closed) #nav li ul li .far.fa-plus {
	font-size: 12px;
	margin-left: 5px;
	color: #3c3c3c;
	position: absolute;
	padding: 10px 0 10px;
	line-height: 8px;
}

/*** Avvo Data URI ***/

.avvo {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

i.avvo img {
	width: 64px !important;
	max-width: 64px;
	margin: 0 auto;
	position: relative;
	top: 1px;
}

li.avvo-icon {
	width: ;
}

/*** Gutenberg Styles ***/

/*** WP Table Styles ***/

table.wp-block-table {
	width: 100%;
	border: 1px solid #dcdcdc;
	margin-bottom: 25px;
}

table.wp-block-table td {
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Montserrat", sans-serif;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	font-weight: 500;
}

table.wp-block-table tr:nth-child(odd) {
	background: #efefef;
}

table.wp-block-table tr:nth-child(even) {
	background: #dcdcdc;
}

@media (max-width: 781px) {
	.wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.wp-block-image .alignright {
		float: none;
		margin-left: 1em;
	}

	.wp-block-image .alignrleft {
		float: none;
		margin-left: 1em;
	}
}

@media (max-width: 1024px) {
	main section {
		padding: 0 4vw !important;
	}
}

/*** Gutenberg Columns ***/

.wp-block-columns,
.wp-block-columns .wp-block-column {
	margin-bottom: 0;
}

/*** End Globals ***/

/*** Grid ***/

/*** Grid Globals ***/

.grid-container-12 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(12, 1fr);
	display: -ms-grid;
	display: grid;
	grid-gap: 0.5vw;
}

.grid-row-1 {
	-ms-grid-row: 1 !important;
	grid-row: 1 !important;
}

.grid-row-2 {
	-ms-grid-row: 2 !important;
	grid-row: 2 !important;
}

.grid-row-3 {
	-ms-grid-row: 3 !important;
	grid-row: 3 !important;
}

body:not(.single):not(.blog):not(.tag):not(.category):not(.search)
	section.grid-container-12
	> * {
	grid-column: 2 / 12;
}

aside#footer-info > * {
	grid-column: 2 / 12;
}

@media (max-width: 1024px) {
	body:not(.single):not(.blog):not(.tag):not(.category):not(.search)
		section.grid-container-12
		> * {
		grid-column: 1 / 13;
	}

	aside#footer-info > * {
		grid-column: 1 / 13;
	}
}

/*** Psuedo Clear ***/

.container:after,
.gform_wrapper .gform_body .gform_fields:after,
#breadcrumbs:after,
#main ul.social:after,
.gform_body ul:after,
ul.nolist:after,
.gform_wrapper .gform_footer:after,
#main #share ul:after,
#header #nav:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/*** Navigtation ***/

.main-menu ul#nav > li {
	font-size: ;
	text-transform: uppercase;
	padding: 26px 0;
}

nav.main-menu.mobile-menu {
	-ms-grid-column: 5;
	-ms-grid-column-span: 7;
	grid-column: 5 / 12;
	-webkit-transition: all 0.5s;
}

ul#nav.dropdown {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}

/* Dropdown Button */
.menu-item-has-children {
	background-color: transparent;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	display: inline-block;
}

/* Default Drop Down */

.main-menu ul#nav > li.menu-item-has-children {
	position: relative;
}

.menu-item-has-children .sub-menu {
	display: block;
	max-height: 0;
	position: absolute;
	width: 240px;
	z-index: -1;
	-webkit-transition: background-color 0.8s;
	-o-transition: background-color 0.8s;
	transition: background-color 0.8s;
	left: -9999px;
}

.menu-item-has-children:hover .sub-menu {
	left: 0;
	z-index: 1;
	max-height: 1000px;
}

/* Show the dropdown menu on hover */
li ul.sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

li ul.sub-menu li a {
	padding: 10px 15px;
	list-style: none;
	display: block;
	text-align: left;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	text-transform: capitalize;
}

/*** Hamburger Menu ***/

#header a.m-toggle {
	display: none;
}

@media (max-width: 1200px) {
	nav.main-menu.mobile-menu {
		-ms-grid-column: 6;
		-ms-grid-column-span: 7;
		grid-column: 6 / 13;
	}

	div.nav-wrapper:not(.closed) nav.main-menu ul#nav > li {
		padding: 10px 0;
	}

	ul#nav {
		display: none !important;
	}

	#header .logo {
		padding: 25px 20px;
	}

	.fix-pos {
		position: fixed;
	}

	#header .main-menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		overflow: scroll;
	}

	ul#nav {
		display: block !important;
	}

	#header a.m-toggle {
		-ms-grid-column: 6;
		-ms-grid-column-span: 7;
		grid-column: 6 /13;
		padding: 20px;
		display: block;
		text-align: right;
		cursor: pointer;
	}

	#header i.far.fa-bars {
		font-size: 25px;
	}

	#header i.far.fa-times {
		color: #940c1b;
		font-size: 30px;
	}

	div.nav-wrapper.closed {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000 !important;
		top: 0;
		right: -200vw;
		text-align: center;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	div.nav-wrapper:not(.closed) {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		text-align: center;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 1;
	}

	div.nav-wrapper nav {
		-ms-grid-column: 1 !important;
		-ms-grid-column-span: 12 !important;
		grid-column: 1 / 13 !important;
		-ms-grid-row: 2 !important;
		grid-row: 2 !important;
	}

	#header div.nav-wrapper nav a.mobile-drop {
		padding: 0;
		width: 100%;
		display: block;
	}

	#header div.nav-wrapper nav .menu-item-has-children .sub-menu {
		left: 0;
		right: 0;
		margin: auto;
		min-height: unset;
		max-height: unset;
		width: 100%;
		height: auto;
		position: static;
	}

	#header div.nav-wrapper nav li.menu-item-has-children ul {
		overflow: hidden;
	}

	#header nav a {
		font-size: 20px;
	}

	#header.nav-inside
		.nav-wrapper:not(.closed)
		.main-menu
		.current_page_item
		a {
		color: #fff;
	}

	/*.desktop.searchHover {
      display: none;
    }*/
}

/*** End Navigation ***/

/*** Header ***/

#header {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [12];
	grid-template-columns: repeat(12, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 127px;
	padding: 0;
	grid-gap: 0;
}

#wrapper #header {
	height: auto;
}

#header .logo {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
}

#header .logo img {
	min-width: 215px;
}

#header .main-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

#header .main-menu {
	-ms-grid-column: 5;
	-ms-grid-column-span: 8;
	grid-column: 5 / 13;
}

#header .main-menu li.flex-item {
	padding: 0 0.8em;
}

@media (max-width: 1200px) {
	#header {
		padding-left: 1.5vw;
	}

	#header .logo {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
}

@media (max-width: 1024px) {
	#header.nav-below .header-cta {
		display: none;
	}

	#header .main-menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		overflow: auto;
	}

	#header.nav-below .logo {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
		-ms-grid-row: 1;
		grid-row: 1;
	}

	#header.nav-inside div.nav-wrapper {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		z-index: 1;
		display: -ms-grid;
		display: grid;
	}

	nav.main-menu.nav-below ul#nav > li,
	nav.main-menu.nav-inside ul#nav > li {
		padding: 0;
	}
}

/***.End Header ***/

/*** Forms ***/

.gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.gform_wrapper ul li.hidden_label label,
.gform_wrapper ul li.gform_validation_container {
	display: none;
}

input,
textarea,
select {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: #f4f4f4;
}

input.search-submit {
	width: auto;
}

li.half-left {
	width: 49%;
	float: left;
}

li.half-right {
	width: 49%;
	float: right;
}

.gform_confirmation_wrapper {
	grid-column: 2 / 12;
	text-align: center;
	padding: 50px;
	color: #555;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	background: #fff;
	/*margin: 20px 0;
    border: 1px solid #555;*/
	box-shadow: 0 0 15px #dedede;
}

input:not:[type="checkbox"], input:not:[type="radio"] {
	-webkit-appearance: none; /* WebKit */
	-moz-appearance: none; /* Mozilla */
	-o-appearance: none; /* Opera */
	-ms-appearance: none; /* Internet Explorer */
	appearance: none; /* CSS3 */
}

/*** Footer Styles ***/

footer#footer {
	position: relative;
}

/*** Footer Legal ***/

footer#footer .footer-legal {
	padding: 2.5vw 0;
}

footer#footer .footer-legal .details {
	-ms-grid-column: 2;
	-ms-grid-column-span: 10;
	grid-column: 2 / 12;
	-ms-grid-row: 1;
	grid-row: 1;
}

footer#footer .footer-legal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer#footer .footer-legal .details ul li {
	display: inline-block;
}

footer#footer .footer-legal .details span:first-child {
	margin-right: 5px;
}

footer#footer .footer-legal .details span {
	float: left;
}

footer#footer .footer-legal .disclaimer {
	-ms-grid-column: 2;
	-ms-grid-column-span: 10;
	grid-column: 2 / 12;
	-ms-grid-row: 2;
	grid-row: 2;
}

footer#footer .footer-legal ul {
	float: left;
}

footer#footer .juris-digital {
	float: right;
}

footer#footer .footer-nav-row ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

footer#footer .footer-nav-row ul li a {
	font-weight: 600;
}

@media (max-width: 1024px) {
	footer#footer > * {
		padding: 0 4vw;
	}

	footer#footer .footer-legal .details,
	footer#footer .footer-legal .disclaimer {
		-ms-grid-column: 1 !important;
		-ms-grid-column-span: 12 !important;
		grid-column: 1 / 13 !important;
	}

	footer#footer .footer-legal {
		padding: 4vw 4vw 2.5vw !important;
	}
}

@media (max-width: 768px) {
	footer#footer .footer-legal .details {
		text-align: center !important;
	}

	footer#footer .footer-legal ul,
	footer#footer .juris-digital {
		float: none !important;
	}

	footer#footer .juris-digital {
		margin-top: 10px !important;
	}

	footer#footer .footer-legal .details span:first-child {
		position: relative !important;
		bottom: 12px !important;
		display: inline-block !important;
	}

	footer#footer .footer-legal .details span {
		float: none !important;
		display: inline-block !important;
	}
}

/*** 404 ***/

main.fourofour .title {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3 / 11;
	-ms-grid-row: 1;
	grid-row: 1;
	text-align: center;
}

main.fourofour ul#fourofour h2 {
	display: none;
}

main.fourofour .sitemap ul,
main.fourofour .sitemap li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

main.fourofour p.tageline {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3 / 11;
	-ms-grid-row: 2;
	grid-row: 2;
}

main.fourofour ul#fourofour {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3 / 11;
	-ms-grid-row: 3;
	grid-row: 3;
}

main.fourofour li:nth-child(1) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 5;
	grid-column: 2 / 7;
	-ms-grid-row: 1;
	grid-row: 1;
}

main.fourofour li:nth-child(2) {
	-ms-grid-column: 7;
	-ms-grid-column-span: 5;
	grid-column: 7 / 12;
	-ms-grid-row: 1;
	grid-row: 1;
}

main.fourofour li:nth-child(3) {
	-ms-grid-column: 7;
	-ms-grid-column-span: 5;
	grid-column: 7 / 12;
	-ms-grid-row: 2;
	grid-row: 2;
}

@media (max-width: 768px) {
	main.fourofour .title,
	main.fourofour p.tageline,
	main.fourofour ul#fourofour {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
	}

	main.fourofour li:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 1;
		grid-row: 1;
	}

	main.fourofour li:nth-child(2) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 2;
		grid-row: 2;
	}

	main.fourofour li:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 3;
		grid-row: 3;
	}
}

/*** Home Main ***/

main#main {
	position: relative;
}

/*** Home Banner ***/

section#banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*** Internal Banner ***/

/*** Video Banner ***/
body #banner video {
	position: absolute;
	/*width: 100%;
    height: 100%;*/
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

body #banner.video-banner {
	overflow: hidden;
}

/*** Banner Play Button ***/

.home-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

#play-button .col-md-12,
#play-button .col-lg-4 {
	float: right;
	display: table;
}

.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}

.ih-item.circle {
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: table-cell;
}

.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
	width: 120px;
	height: 120px;
	border: 3px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.5);
	border-top-color: rgba(255, 255, 255, 0.5);
	border-right-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.ih-item.circle.effect1 .spinner-inner {
	width: 100px;
	height: 100px;
	border: 3px solid transparent;
	border-right-color: rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-left-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	position: relative;
	top: 7px;
	left: 7px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto;
}
.ih-item.circle.effect1 .img:before {
	display: none;
}
.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.info-back {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

span.video-text {
	display: block;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	font-size: 25px;
}

.ih-item.circle.effect1 a .arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid rgba(255, 255, 255, 0.5);
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 a:hover .arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid rgba(255, 255, 255, 0.2);
	position: relative;
	margin: 0 auto;
}

.ih-item.circle.effect1 a:hover .spinner {
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-left-color: rgba(255, 255, 255, 0.2);
	border-top-color: rgba(255, 255, 255, 0.2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .spinner-inner {
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-left-color: rgba(255, 255, 255, 0.2);
	border-top-color: rgba(255, 255, 255, 0.2);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.ih-item.circle.effect1 a:hover .info {
	opacity: 1;
}

.ih-item.circle.effect1 .spinner {
	width: 80px;
	height: 80px;
	border: 2px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.5);
	border-top-color: rgba(255, 255, 255, 0.5);
	border-right-color: rgba(255, 255, 255, 0.5);
	right: -29px;
	position: relative;
	top: 7px;
}

.ih-item.circle.effect1 .spinner-inner {
	width: 65px;
	height: 65px;
	border: 2px solid transparent;
	border-right-color: rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-left-color: rgba(255, 255, 255, 0.5);
	top: 6px;
	left: 5px;
}

.ih-item.circle.effect1 a .arrow-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect1 a:hover .arrow-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid rgba(255, 255, 255, 0.2);
}

.ih-item.circle.effect1 .info {
	width: 75%;
	height: 60%;
}

.ih-item.circle {
	vertical-align: middle;
}

.ih-item.circle.effect1 .info {
	top: 19px;
	right: -2px;
	position: absolute;
	left: unset;
}

/*** Internal Main ***/

/*** Page No Sidebar ***/

section.blogroll.content {
	padding-right: 25px;
}

aside.sidebar {
	padding-left: 25px;
	padding-top: 25px;
}

body div#wrapper.internal article.content,
body div#wrapper.internal section.content {
	-ms-grid-column: 2;
	-ms-grid-column-span: 10;
	grid-column: 2 / 12;
	padding: 25px 0;
	grid-row: 2;
	-ms-grid-row: 2;
}

/*** Page Sidebar (and no sidebar) ***/

body.page-template-page-sidebar div#wrapper.internal article.content,
body.archive div#wrapper.internal section.content,
body.blog div#wrapper.internal section.content,
body.tag div#wrapper.internal section.content,
body.category div#wrapper.internal section.content,
body.search div#wrapper.internal section.content,
body.single div#wrapper.internal article.content,
body div#wrapper.internal main.custom-post section.content {
	-ms-grid-column: 2;
	-ms-grid-column-span: 7;
	grid-column: 2 / 9;
	grid-row: 2;
	-ms-grid-row: 2;
	padding-right: 50px;
}

body.page-template-page-sidebar div#wrapper.internal aside.sidebar,
body.archive div#wrapper.internal aside.sidebar,
body.blog div#wrapper.internal aside.sidebar,
body.tag div#wrapper.internal aside.sidebar,
body.category div#wrapper.internal aside.sidebar,
body.search div#wrapper.internal aside.sidebar,
body.single div#wrapper.internal aside.sidebar,
body div#wrapper.internal main.custom-post aside.sidebar {
	-ms-grid-column: 9;
	-ms-grid-column-span: 3;
	grid-column: 9 / 12;
	grid-row: 2;
	-ms-grid-row: 2;
}

body.blog div#wrapper.internal main.page-no-sidebar section.content,
body.tag div#wrapper.internal main.page-no-sidebar section.content,
body.category div#wrapper.internal main.page-no-sidebar section.content,
body.search div#wrapper.internal main.page-no-sidebar section.content,
body.single div#wrapper.internal main.page-no-sidebar article.content,
body div#wrapper.internal main.custom-post.page-no-sidebar section.content {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3 / 11;
	grid-row: 2;
	-ms-grid-row: 2;
	padding-right: 50px;
}

body.blog div#wrapper.internal main.page-no-sidebar aside.sidebar,
body.tag div#wrapper.internal main.page-no-sidebar aside.sidebar,
body.category div#wrapper.internal main.page-no-sidebar aside.sidebar,
body.search div#wrapper.internal main.page-no-sidebar aside.sidebar,
body.single div#wrapper.internal main.page-no-sidebar aside.sidebar,
body div#wrapper.internal main.custom-post.page-no-sidebar aside.sidebar {
	display: none;
}

@media (max-width: 1024px) {
	body div#wrapper.internal article.content,
	body div#wrapper.internal section.content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		grid-row: 2;
		-ms-grid-row: 2;
	}

	body.page-template-page-sidebar div#wrapper.internal article.content,
	body.archive div#wrapper.internal section.content,
	body.blog div#wrapper.internal section.content,
	body.tag div#wrapper.internal section.content,
	body.category div#wrapper.internal section.content,
	body.search div#wrapper.internal section.content,
	body.single div#wrapper.internal article.content,
	body div#wrapper.internal main.custom-post section.content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		grid-row: 2;
		-ms-grid-row: 2;
		padding-top: 25px !important;
	}

	body.page-template-page-sidebar div#wrapper.internal aside.sidebar,
	body.archive div#wrapper.internal aside.sidebar,
	body.blog div#wrapper.internal aside.sidebar,
	body.tag div#wrapper.internal aside.sidebar,
	body.category div#wrapper.internal aside.sidebar,
	body.search div#wrapper.internal aside.sidebar,
	body.single div#wrapper.internal aside.sidebar,
	body div#wrapper.internal main.custom-post aside.sidebar {
		-ms-grid-column: 9;
		-ms-grid-column-span: 4;
		grid-column: 9 / 13;
		grid-row: 2;
		-ms-grid-row: 2;
	}

	body.blog div#wrapper.internal main.page-no-sidebar section.content,
	body.tag div#wrapper.internal main.page-no-sidebar section.content,
	body.category div#wrapper.internal main.page-no-sidebar section.content,
	body.search div#wrapper.internal main.page-no-sidebar section.content,
	body.single div#wrapper.internal main.page-no-sidebar article.content,
	body div#wrapper.internal main.custom-post.page-no-sidebar section.content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		grid-row: 2;
		-ms-grid-row: 2;
		padding-right: 50px;
	}
}

@media (max-width: 768px) {
	main.sidebar-page aside,
	main.archive aside,
	main.category aside,
	main.single aside,
	main.blog aside,
	main.tag aside,
	main.search-results aside,
	main.custom-post aside {
		padding: 0 4vw !important;
	}

	main.single aside.sidebar,
	main.sidebar-page aside.sidebar {
		padding: 0 !important;
	}

	body.page-template-page-sidebar div#wrapper.internal article.content,
	body.archive div#wrapper.internal section.content,
	body.blog div#wrapper.internal section.content,
	body.tag div#wrapper.internal section.content,
	body.category div#wrapper.internal section.content,
	body.search div#wrapper.internal section.content,
	body.single div#wrapper.internal article.content,
	body div#wrapper.internal main.custom-post section.content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		grid-row: 2;
		-ms-grid-row: 2;
		padding-right: 0;
	}

	body.page-template-page-sidebar div#wrapper.internal aside.sidebar,
	body.archive div#wrapper.internal aside.sidebar,
	body.blog div#wrapper.internal aside.sidebar,
	body.tag div#wrapper.internal aside.sidebar,
	body.category div#wrapper.internal aside.sidebar,
	body.search div#wrapper.internal aside.sidebar,
	body.single div#wrapper.internal aside.sidebar,
	body div#wrapper.internal main.custom-post aside.sidebar {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		grid-row: 3;
		-ms-grid-row: 3;
	}
}

/* Internal Sidebar */

#main ul#sidebar {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main #sidebar > li {
	margin-bottom: 20px;
}

/*body div#wrapper.internal #sidebar>li {
    margin-bottom: 50px;
    background: #efefef;
    padding: 25px;
}*/

#main #sidebar {
	list-style-type: none;
}
#main #sidebar h3 {
	font-size: 18px;
}
#main #sidebar .widget ul {
	list-style-type: none;
	padding-left: 0px;
}
#main #sidebar .widget li {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	padding-right: 0;
	flex-basis: 100%;
}
#main #sidebar .widget li > a {
	text-decoration: none;
	display: block;
	padding: 1em 0 1em 0;
	position: relative;
	border-bottom: 1px solid #f8f8f8;
	font-weight: 600;
	border-bottom: 1px solid #455372;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#main #sidebar .widget li:last-child > a {
	border-bottom: 0 !important;
}
#main #sidebar .widget li > a:hover {
	color: #3d3d3d;
	padding-left: 20px;
	background: rgba(0, 0, 0, 0.05);
}
#main #sidebar > li {
	margin-bottom: 20px;
}
#main #sidebar li h3 {
	font-size: 23px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
#main #sidebar li h4 {
	font-size: 23px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #303030;
}

#main #sidebar li h3:after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: transparent;
}

/*** Internal Contact ***/

main.contact-page .title {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3 / 11;
	-ms-grid-row: 1;
	grid-row: 1;
}

main.contact-page .contact-form {
	-ms-grid-column: 7;
	-ms-grid-column-span: 4;
	grid-column: 7 / 11;
	-ms-grid-row: 2;
	grid-row: 2;
}

main.contact-page .office-wrapper {
	-ms-grid-column: 3;
	-ms-grid-column-span: 4;
	grid-column: 3 / 7;
	-ms-grid-row: 2;
	grid-row: 2;
}

main.contact-page .office-wrapper h5 {
	font-size: calc(20px + 0.5vw);
	margin-bottom: 0;
}

main.contact-page .office-wrapper .flex-item {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	padding: 0 0.8em 0 0;
}

main.contact-page .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 35%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	main.contact-page .office-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-column: 1 / 5;
		-ms-grid-row: 2;
		grid-row: 2;
	}

	main.contact-page .contact-form {
		-ms-grid-column: 5;
		-ms-grid-column-span: 8;
		grid-column: 5 / 13;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

@media (max-width: 768px) {
	main.contact-page .office-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 2;
		grid-row: 2;
	}

	main.contact-page .contact-form {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 3;
		grid-row: 3;
	}

	main.contact-page section {
		padding: 0 4vw 15vw !important;
	}
}

/*** Blog Main ***/

/*** Blogroll Styles ***/

div.post-right.no-thumbnail {
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1 / 13;
	padding-left: 0;
}

.blogroll article.post {
	margin-bottom: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.blogroll article.post:hover {
	box-shadow: 0 0 15px lightgrey;
	padding: 15px;
}

.blogroll ul.meta,
.single ul.meta {
	padding: 15px 0;
	grid-gap: 0;
	margin: 0 0 25px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

.blogroll li.date,
.single li.date {
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	grid-column: 1 / 6;
	padding-left: 15px;
	font-size: 14px;
}

.blogroll li.category,
.single li.category {
	-ms-grid-column: 6;
	-ms-grid-column-span: 7;
	grid-column: 6 / 13;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
}

div.post-left {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / 4;
}

div.post-right {
	-ms-grid-column: 4;
	-ms-grid-column-span: 9;
	grid-column: 4 / 13;
	padding-left: 25px;
}

.blogroll h2 {
	font-size: calc(24px + 0.5vw);
	text-transform: capitalize;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	div.post-left {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 1;
		grid-row: 1;
	}

	div.post-right {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		padding-left: 0;
		padding-top: 6vw;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

/*** Single Post Styles ***/

/* Related Post */

section#relatedposts {
	grid-column: 1 / 13;
	grid-row: 3;
	margin-top: 25px;
}

section#posts_container div#post-blocks {
	grid-column: 2 / 12;
	grid-row: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

section#posts_container div#post-blocks article.grid-item {
	flex: 1 30%;
	padding: 20px;
}

@media (max-width: 1024px) {
	section#posts_container div#post-blocks {
		grid-column: 1 / 13;
	}

	section#posts_container div#post-blocks article.grid-item {
		flex: 1 100%;
	}
}

/*** Shortcodes ***/

/*** Juris Shortcodes ***/
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
	margin-right: 4%;
	min-height: 1px;
	margin-bottom: 0;
	position: relative;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

@media (max-width: 768px) {
	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}
}

/*** End Juris Shortcodes ***/

/*** In Content CTA ***/

.juris-cta {
	margin: 45px 0;
	padding: 25px 50px;
}

.juris-cta h3 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 27px;
}

.juris-cta p {
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 300;
	padding-bottom: 10px;
	margin: 0;
}

/*** Internal Mid CTA ***/

.internal #gethelp {
	padding: 40px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAD1BMV…SOgcyhY25eblx+0ldfffXVV1999dVXX3311VdfffXVV/8Btlgq5Eo+mtMAAAAASUVORK5CYII=);
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: 50px;
	left: 50%;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.internal .cta-text-wrapper {
	width: 100%;
}

.internal #gethelp .cta-text {
	-ms-grid-column: 2;
	-ms-grid-column-span: 6;
	grid-column: 2 / 8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-button {
	-ms-grid-column: 8;
	-ms-grid-column-span: 4;
	grid-column: 8 / 12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-button a.button-style-1 {
	margin: 0;
}

.internal #gethelp h3 {
	margin-bottom: 0;
	font-size: calc(31px + 0.5vw);
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
.internal #gethelp p {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 0;
	-webkit-box-flex: 2;
	-ms-flex: 2 100%;
	flex: 2 100%;
}

.internal #gethelp .button {
	margin-top: 0;
}

@media (max-width: 1024px) {
	.internal #gethelp .cta-text {
		-ms-grid-column: 2;
		-ms-grid-column-span: 10;
		grid-column: 2 / 12;
		-ms-grid-row: 1;
		grid-row: 1;
		text-align: center;
		margin-bottom: 20px;
	}

	.internal #gethelp .cta-button {
		-ms-grid-column: 2;
		-ms-grid-column-span: 10;
		grid-column: 2 / 12;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

/*** End Mid CTA ***/

/*** Features ***/

/* Admin Toggle Button */

#wpadminbar {
	display: block;
}

#toggle-admin {
	position: fixed;
	z-index: 9;
	text-align: center;
	top: 89%;
	left: 25px;
	cursor: pointer;
}

#toggle-admin-header {
	padding: 10px 20px;
	border-radius: 5px;
	cursor: move;
	z-index: 10;
}

/*** Return to Top Button ***/

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999999;
	background: rgba(6, 108, 205, 0.6);
}
#return-to-top i {
	margin: 0;
	position: relative;
	left: 19px;
	top: 15px;
	font-size: 19px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*** End Return to Top Button ***/

/*** Search Form Popover ***/

span#form-field form#search-form {
	z-index: 999999;
	width: 100%;
	position: absolute;
	top: -17vw;
	margin: 0 auto;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

span#form-field.active form#search-form {
	position: relative;
	top: 23vw;
	opacity: 1;
	display: flex;
	justify-content: center;
}

form#search-form input.search-field {
	width: 40vw;
	padding: 21px 20px 24px;
	font-size: 20px;
	border-radius: 0;
	background: 0 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-width: 275px;
}

div#search-hvr-top {
	display: table;
	width: 100vw;
	height: 50.1vh;
	top: -100vh;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 999999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div#search-hvr-bottom {
	display: table;
	width: 100vw;
	height: 50vh;
	bottom: -100vh;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div#search-hvr-top.active {
	top: 0;
}

div#search-hvr-bottom.active {
	bottom: 0;
}

div#search-hvr-bottom p {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: calc(15px + 1vw);
	padding: 25px 20%;
	font-weight: 300;
	font-style: italic;
}

input.search-submit {
	border-radius: 0;
	background: rgba(19, 115, 211, 0.2);
	padding: 27px;
	top: 0;
	position: relative;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	left: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div#search-hvr-top #close-icon {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 25px;
	cursor: pointer;
	color: #fff;
}

/*** Breadcrumbs ***/

.rank-math-breadcrumb p {
	margin: 0;
	line-height: 1.5em !important;
}

main section#breadcrumbs {
	padding: 0.5vw !important;
	background: #f6f6f6;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1 / 13;
}

nav.breadcrumb-nav,
nav.rank-math-breadcrumb {
	text-align: right;
	color: black;
}
nav.breadcrumb-nav,
.rank-math-breadcrumb {
	-ms-grid-column: 1;
	-ms-grid-column-span: 11;
	grid-column: 1 / 12;
	font-size: 12px;
}

#breadcrumbs a,
#breadcrumbs span {
	font-size: 12px !important;
}

/*** Post Rating Styles ***/

.post-rating-wrapper {
	padding: 10px;
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1 / 7;
	background-color: #fafafa;
	border: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-rating-wrapper.full {
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1 / 13;
}

.post-ratings {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	bottom: -1px;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
	display: inline-block;
	margin-right: 5px;
}

.post-rating-wrapper h4,
#share h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-family: "open-sans", sans-serif;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 10px;
	font-style: normal !important;
}

@media (max-width: 600px) {
	.post-rating-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
	}

	#main #share {
		-ms-grid-column: 1 !important;
		-ms-grid-column-span: 12 !important;
		grid-column: 1 / 13 !important;
		margin-top: 7px;
	}
}

/** Sharing **/

#main .details .social li:last {
	margin-right: 0 !important;
}

#main ul.social {
	list-style: none;
	margin: 10px 0;
	padding-left: 0 !important;
	clear: right;
}

#main #share {
	padding: 10px !important;
	-ms-grid-column: 7;
	-ms-grid-column-span: 6;
	grid-column: 7 / 13;
	background-color: #fafafa;
	border: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main #share.full {
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1 / 13;
}

#main #share ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
	display: inline-block;
}

#main #share li {
	float: left;
	margin-left: 15px;
	margin-bottom: 0;
	line-height: normal;
}
#main #share li:first-child {
	margin-left: 0;
}

#main #share a {
	text-decoration: none;
	border-bottom: none !important;
}

/** End Sharing **/

/*** Author/Attorney Box ***/

aside#author-box {
	border: 1px solid #eee;
	padding: 0;
	margin-bottom: 8px;
	background-color: #fafafa;
}

aside#author-box h3 {
	margin-bottom: 0;
	line-height: 0.7em;
}

aside#author-box h3 a {
	text-decoration: none;
	font-size: 18px;
}

aside#author-box .author-image {
	width: 125px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}

aside#author-box .box-wrapper.row {
	border-bottom: 1px solid #eee;
	padding: 25px;
	display: table;
}

aside#author-box .link-box a {
	width: 100%;
	display: inline-block;
	background: transparent;
	padding: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

aside#author-box .link-box a:hover {
	background: #62c9e1;
	color: #fff;
}

@media (max-width: 768px) {
	.author-image,
	.box-wrapper.row,
	.text-box {
		display: block;
	}
}

#author-box {
	border: 1px solid #eee;
}

.author-image {
	width: 125px;
	float: left;
}

.box-wrapper.row {
	border-bottom: 1px solid #eee;
	padding: 25px;
}

/*** Related Posts ***/
.internal li.related-post {
	margin-bottom: 10px;
}

.internal li.related-post a {
	line-height: 1.3em;
}

/*** Accordion Styles ***/

.acc-click-wrapper {
	cursor: pointer;
}

.acc-click-wrapper .area {
	border-bottom: 2px solid #000;
}

.acc-click-wrapper h4 {
	padding: 0 0 25px 0;
	margin-bottom: 0;
}

.acc-click-wrapper .area span {
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	font-size: 16px;
	letter-spacing: 5px;
}

.acc-click-wrapper.open .area span {
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.acc-click-wrapper .area i {
	position: absolute;
	transform: rotate(0deg);
	font-size: 20px;
	color: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.acc-click-wrapper.open .area i {
	transform: rotate(180deg);
}

.faq-block.grid-item.grid-item {
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 25px;
}

span.acc-click-wrapper {
	width: 100%;
}

.faq-block p a.block {
	margin-top: 20px;
}

/*** About the Author ***/

div#post-author {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [12];
	grid-template-columns: repeat(12, 1fr);
	padding: 25px;
	background-color: #fafafa;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

div#post-author img,
div#post-author picture {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
}

div#post-author h2#author-name {
	-ms-grid-column: 4;
	-ms-grid-column-span: 9;
	grid-column: 4 / 13;
	-ms-grid-row: 1;
	grid-row: 1;
	margin-bottom: 0;
	padding-left: 25px;
}

div#post-author h2#author-name a {
	color: #2c2c2c;
}

div#post-author p {
	-ms-grid-column: 4;
	-ms-grid-column-span: 9;
	grid-column: 4 / 13;
	-ms-grid-row: 2;
	grid-row: 2;
	padding-left: 25px;
}

@media (max-width: 1200px) {
	div#post-author {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div#post-author picture,
	div#post-author img {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
		-ms-grid-row: 1;
		grid-row: 1;
	}

	div#post-author p {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		padding-left: 0;
	}
}

@media (max-width: 985px) {
	div#post-author h2#author-name {
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-column: 1 / 13;
		-ms-grid-row: 2;
		grid-row: 2;
		margin-top: 20px;
		padding-left: 0;
	}

	div#post-author img {
		min-width: 175px;
	}

	div#post-author p {
		-ms-grid-row: 3;
		grid-row: 3;
	}
}

/*** Gutenberg Styles ***/

/*** Columns ***/

.wp-block-columns {
	margin: 25px 0;
}

.wp-block-columns.has-2-columns.one-third-left .wp-block-column:first-child {
	flex-basis: calc(35% - 16px);
}

.wp-block-columns.has-2-columns.one-third-left .wp-block-column:last-child {
	flex-basis: calc(65% - 16px);
}

.wp-block-columns.has-2-columns.one-third-right .wp-block-column:first-child {
	flex-basis: calc(65% - 16px);
}

.wp-block-columns.has-2-columns.one-third-right .wp-block-column:last-child {
	flex-basis: calc(35% - 16px);
}

@media (max-width: 985px) {
	.wp-block-columns.has-2-columns.one-third-left,
	.wp-block-columns.has-2-columns.one-third-right {
		flex-wrap: wrap;
	}

	.wp-block-columns.has-2-columns.one-third-left .wp-block-column:first-child,
	.wp-block-columns.has-2-columns.one-third-left .wp-block-column:last-child,
	.wp-block-columns.has-2-columns.one-third-right
		.wp-block-column:first-child,
	.wp-block-columns.has-2-columns.one-third-right
		.wp-block-column:last-child {
		flex-basis: 100%;
	}
}

/* Media Block */
.wp-block-media-text {
	margin-bottom: 25px;
}

/*** WP Table Styles ***/

table.wp-block-table {
	width: 100%;
	border: 1px solid #dcdcdc;
	margin-bottom: 25px;
}

table.wp-block-table td {
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Montserrat", sans-serif;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
}

table.wp-block-table tr:nth-child(odd) {
	background: #efefef;
}

table.wp-block-table tr:nth-child(even) {
	background: #dcdcdc;
}

/*** Gravity Form Field Classes ***/

li.gf_left_half {
	display: inline-block !important;
	float: left !important;
	width: 49% !important;
	margin-right: 2% !important;
}

li.gf_right_half {
	display: inline-block !important;
	float: left !important;
	width: 49% !important;
}

li.gf_full {
	display: inline-block !important;
	width: 100%;
}

li.select {
	position: relative;
}

li.select:before {
	content: "";
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
	border-top: 6px solid rgba(0, 0, 0, 0.33);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

ul.gfield_checkbox {
	columns: 1;
}

ul.gfield_checkbox li {
	display: flex !important;
}

@media (max-width: 768px) {
	li.gf_left_half,
	li.gf_right_half {
		width: 100% !important;
		float: none !important;
	}

	li.gf_left_half,
	li.gf_right_half,
	li.gf_full {
		margin-bottom: 0 !important;
	}

	ul.gfield_checkbox {
		columns: 1;
	}
}

/*** Testimonial Styles ***/

body #wrapper.internal #main .testimonials {
	margin-bottom: 35px;
}

body #wrapper.internal #main .testimonials .testimonial-area {
	display: flex;
	flex-wrap: wrap;
}

body #wrapper.internal #main .testimonials .testimonial-area > * {
	flex: 1 40%;
}

body #wrapper.internal #main .testimonials.row {
	position: relative;
	margin-bottom: 35px;
}

body #wrapper.internal #main .testimonial-left,
body #wrapper.internal #main .testimonial-right {
	padding: 40px;
}

body #wrapper.internal #main .testimonial-right p {
	font-size: 14px;
}

body #wrapper.internal #main .testimonial-left {
	background-image: url(/wp-content/themes/JurisBase_Parent/assets/images/testimonial-bkg.jpg);
}

body #wrapper.internal #main .testimonial-left .left-area,
body #wrapper.internal #main .testimonial-right .right-area {
}

body #wrapper.internal #main .testimonial-right {
	background: #999;
}

body #wrapper.internal #main .testimonial-left h4,
body #wrapper.internal #main .testimonial-left h3,
body #wrapper.internal #main .testimonial-right p {
	color: #fff;
}

body #wrapper.internal #main .testimonial-left h4 {
	line-height: 1.3em;
	font-size: 26px;
}

body #wrapper.internal #main .testimonial-left h3 {
	text-align: left;
	font-size: 20px !important;
	margin-top: 35px;
}

@media (max-width: 1295px) {
	body #wrapper.internal #main .testimonial-right {
		margin-left: 0;
	}

	body #wrapper.internal #main .testimonial-left {
		position: static;
	}
}

@media (max-width: 870px) {
	body #wrapper.internal #main .testimonial-left h4 {
		font-size: 19px;
	}

	body #wrapper.internal #main .testimonial-left h3 {
		font-size: 15px !important;
	}
}

@media (max-width: 768px) {
	body #wrapper.internal #main .testimonial-left,
	body #wrapper.internal #main .testimonial-right {
		width: 100%;
		margin: 0;
	}

	body #wrapper.internal #main .testimonials {
		margin-bottom: 35px;
	}
}

/*** End Testimonial Styles ***/
