/*
Theme Name: JDX Base Theme - Child
Theme URL: https://jurisdigital.com;
Description: A Useable, Scalable, Extendable Premium Wordpress Theme
Author: John Doe
Author URL: https://jurisdigital.com
Template: JurisBase_Parent
Version: 1.0.0
Text Domain: JurisBase_Child
*/

/*** Globals ***/
html {
	scroll-behavior: smooth;
}

@media (min-width: 1921px) {

	body #wrapper,
	.fixed {
		max-width: 100%;
	}
}

.lity-container {
	overflow: scroll;
}

.lity-container::-webkit-scrollbar {
	width: 0px;
	/* remove scrollbar space */
	background: transparent;
	/* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
.lity-containerhtml::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 0;
}

/*** Gravity Forms ***/


ul.gform_fields input::placeholder,
ul.gform_fields textarea::placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 108.4%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

ul.gform_fields input,
ul.gform_fields textarea {
	font-family: 'Montserrat', sans-serif;
}

.lity-container div#gform_wrapper_2,
aside div#gform_wrapper_1,
.in-content-form div#gform_wrapper_5 {
	padding: 50px;
	position: relative;
	z-index: 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.3);
}


.lity-container span.form-title,
footer#footer span.form-title,
aside span.form-title,
.in-content-form span.form-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 42px;
	text-align: center;
	display: block;
}

.gform_widget span.form-title.white {
	text-transform: capitalize;
}

.lity-container span.form-required,
footer#footer span.form-required,
aside span.form-required,
.in-content-form span.form-required {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 108.4%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}

.lity-container .gform_wrapper ul,
footer#footer .gform_wrapper ul,
aside .gform_wrapper ul,
.in-content-form .gform_wrapper ul {
	margin-bottom: 0;
}

ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

ul.gform_fields>li {
	flex-basis: 100%;
}

li.gfield_contains_required:after {
	content: '*';
	position: absolute;
	font-size: 15px;
	right: 0px;
	top: 20px;
	color: #76232f;
}

@media (max-width: 480px) {

	.lity-container div#gform_wrapper_2,
	aside div#gform_wrapper_1,
	.in-content-form div#gform_wrapper_5 {
		padding: 35px;
	}

	#reviews-repeater-wrapper svg {
		max-height: 25px !important;
	}

	div#reviews-repeater-wrapper i {
		font-size: 12px;
	}

	div#reviews-repeater-wrapper .review-stats {
		font-size: 12px !important;
	}

	div#reviews-repeater-wrapper {
		margin-top: 0 !important;
	}
}


body {
	font-family: 'Montserrat', sans-serif;
}

button:focus,
button:active,
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

#wrapper.internal h1 {
	font-family: 'Rasa';
	font-style: normal;
	font-weight: bold;
	font-size: 33px;
	line-height: 40px;
	text-transform: capitalize;
	color: #0A152E;
}

#wrapper.internal h2,
#wrapper.internal h2 span,
body #wrapper.internal article.content h2 a:link,
body #wrapper.internal article.content h2 a:visited,
body #wrapper.internal article.content h2 a:hover,
body #wrapper.internal article.content h2 a:active {
	color: #0A152E;
	font-family: Rasa;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 1024px) {

	#wrapper.internal h2,
	#wrapper.internal h2 span,
	body #wrapper.internal article.content h2 a:link,
	body #wrapper.internal article.content h2 a:visited,
	body #wrapper.internal article.content h2 a:hover,
	body #wrapper.internal article.content h2 a:active {
		font-size: 32px;
	}
}

/* body.single.single-post #wrapper.internal h2,
body.single.single-post #wrapper.internal h2 span,
body.single.single-post #wrapper.internal article.content h2 a:link,
body.single.single-post #wrapper.internal article.content h2 a:visited,
body.single.single-post #wrapper.internal article.content h2 a:hover,
body.single.single-post #wrapper.internal article.content h2 a:active {
font-size: 2.3vw;
font-weight: 500;
} */


#wrapper.internal h3,
#wrapper.internal h3 span {
	color: #0A152E;
	font-family: Rasa;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/* body.single.single-post #wrapper.internal h3,
body.single.single-post #wrapper.internal h3 span {
font-family: 'Amiri', sans-serif;
font-size: 1.8vw;
font-weight: 500;
color: #000;
} */


#wrapper.internal h4 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#wrapper.internal span.h4 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/* body.single.single-post #wrapper.internal h4,
body.single.single-post #wrapper.internal span.h4 {
font-size: 1.6vw;
} */


.post-rating-wrapper span.h4,
#main #share span.h4 {
	margin-right: 10px;
}

#wrapper.internal h5 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

#wrapper.internal h6 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

#wrapper.internal p,
#wrapper.internal ul:not(#nav):not(#footer-legal-list),
#wrapper.internal ol,
#wrapper.internal ul:not(#nav):not(#footer-legal-list) li {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

body #wrapper.internal section.content a:link,
body #wrapper.internal section.content a:visited,
body #wrapper.internal section.content a:active,
body #wrapper.internal article.content a:link,
body #wrapper.internal article.content a:visited,
body #wrapper.internal article.content a:active {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-decoration-line: underline;
}


body #wrapper.internal section.content a:hover,
body #wrapper.internal article.content a:hover {
	color: #1B1B1B;
}

body #wrapper.internal article.content div#post-author a:link,
body #wrapper.internal article.content div#post-author a:visited,
body #wrapper.internal article.content div#post-author a:hover,
body #wrapper.internal article.content div#post-author a:active,
body #wrapper.internal section.blogroll a:link,
body #wrapper.internal section.blogroll a:visited,
body #wrapper.internal section.blogroll a:hover,
body #wrapper.internal section.blogroll a:active,
body #wrapper.internal article.content ul.meta a:link,
body #wrapper.internal article.content ul.meta a:visited,
body #wrapper.internal article.content ul.meta a:hover,
body #wrapper.internal article.content ul.meta a:active {
	text-decoration: none;
}

blockquote {
	position: relative;
	text-align: left;
	padding: 25px;
	margin: 25px 0;
	box-shadow: 0 0 15px #cecece;
	border-top: 10px solid #13467E;
}


body #wrapper.internal blockquote p {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 31px;
	color: #303030;
}

cite {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #48a8c7;
}


main article.content ul,
main section.content ul {
	overflow: auto;
}

main article.content ul li,
main section.content ul li {
	position: relative;
	color: #791E1E;
}

ul li.gfield {
	position: relative;
}

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

/* Button Styles */

a.button,
button.button,
a.wp-block-button__link,
body #wrapper.internal section.content a.button,
body #wrapper.internal section.content button.button,
body #wrapper.internal section.content a.wp-block-button__link,
body #wrapper.internal article.content a.button,
body #wrapper.internal article.content button.button,
body #wrapper.internal article.content a.wp-block-button__link {
	display: inline-block;
	padding: 13px 18px;
	color: #FFF;
	font-family: Mulish;
	font-size: 17.004px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.672px;
	background-color: #16B0E9;
	border: 1px solid #16B0E9;
	transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {

	a.button,
	button.button,
	a.wp-block-button__link,
	body #wrapper.internal section.content a.button,
	body #wrapper.internal section.content button.button,
	body #wrapper.internal section.content a.wp-block-button__link,
	body #wrapper.internal article.content a.button,
	body #wrapper.internal article.content button.button,
	body #wrapper.internal article.content a.wp-block-button__link {
		font-size: 20px;
	}
}

button.button:hover,
a.button:hover,
a.wp-block-button__link:hover body #wrapper.internal section.content button.button:hover,
body #wrapper.internal section.content a.button:hover,
body #wrapper.internal section.content a.wp-block-button__link:hover,
body #wrapper.internal article.content button.button:hover,
body #wrapper.internal article.content a.button:hover,
body #wrapper.internal article.content a.wp-block-button__link:hover {
	background-color: #FFF;
	color: #16B0E9;
}

a.button.button-style-two,
button.button.button-style-two,
body #wrapper.internal section.content a.button.button-style-two,
body #wrapper.internal section.content button.button.button-style-two,
body #wrapper.internal article.content a.button.button-style-two,
body #wrapper.internal article.content button.button.button-style-two,
.button-style-two a.wp-block-button__link,
body #wrapper.internal section.content .button-style-two a.wp-block-button__link,
body #wrapper.internal article.content .button-style-two a.wp-block-button__link {
	background-color: #868B8D;
}

button.button.button-style-two:hover:before,
a.button.button-style-two:hover:before,
.button-style-two a.wp-block-button__link:hover:before {
	background: #7E072A;
}

.more-link.grid-item {
	text-align: center;
}

#breadcrumbs a {
	font-size: 12px !important;
	color: #ed3532;
}

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

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/*** WP Table Styles ***/

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

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

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

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

.wp-block-image img {
	max-width: 100%;
}

@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;
	}
}

/*** In Content Form ***/

body .in-content-form ul.gform_fields li:before {
	content: none;
}

.more-link.grid-item {
	text-align: center;
}

/*** Sidebar Page Grid ***/

body main#main.sidebar-page article.content {
	grid-column: 2 / 8;
	grid-row: 1;
}

body main#main.sidebar-page aside.sidebar {
	grid-column: 8 / 12;
	grid-row: 1;
	padding-top: 50px;
}

@media (max-width: 1024px) {

	body main#main.sidebar-page article.content,
	body main#main.sidebar-page aside.sidebar {
		grid-column: 1 / 13;
		grid-row: 1;
	}

	body main#main.sidebar-page aside.sidebar {
		display: none;
	}
}

/*** Font Awesome ***/

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-search:before {
	content: "\f002";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-times:before {
	content: "\f00d";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-star:before {
	content: "\f005";
}

.fa-phone:before {
	content: "\f095";
}

.fa-plus:before {
	content: "\f067";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-play:before {
	content: "\f04b";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-address-card:before {
	content: "\f2bb";
}

i.fal.fa-phone-alt {
	color: #fff;
	font-size: 20px;
	position: relative;
	right: 10px;
	top: 2px;
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.eot");
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
	font-display: swap;
}

.fab {
	font-family: 'Font Awesome 5 Brands';
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.eot");
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.woff") format("woff"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.ttf") format("truetype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
	font-display: swap;
}

@font-face {
	font-family: 'Font Awesome 5 Duotone';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../webfonts/fa-duotone-900.eot");
	src: url("../webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.woff") format("woff"), url("../webfonts/fa-duotone-900.ttf") format("truetype"), url("../webfonts/fa-duotone-900.svg#fontawesome") format("svg");
}

.fad {
	position: relative;
	font-family: 'Font Awesome 5 Duotone';
	font-weight: 900;
}


.fal {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.eot");
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
	font-display: swap;
}

.far {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.eot");
	src: url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/JurisBase_Parent/inc/plugins/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
	font-display: swap;
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
}

/*** Top Bar ***/

/*div#top-bar {
display: none;
}*/

@media (max-width: 1200px) {
	/*** put the below 4 style blocks inside the media query if top bar should only be present at a specific resolution ***/
}

div#top-bar {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 999;
	position: fixed;
	top: -100px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

div#top-bar.scrolled {
	top: 0;
}

div#top-bar a span.top-button {
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid transparent;
	margin-left: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

div#top-bar a:hover span.top-button {
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #fff;
}

@media (max-width: 440px) {
	span.top-text {
		display: none;
	}

	div#top-bar a span.top-button {
		margin-left: 0;
	}
}

/*** End Top Bar ***/

/*** Header & Navigation ***/

header#header #global-social-wrapper {
	grid-row: 1;
	grid-column: 1/13;
	padding: 10px calc(100vw / 12);
	background: #081D4A;
}

header#header #global-social-wrapper ul {
	padding-left: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	list-style: none !important;
}

@media (min-width: 1440px) {
	header#header #global-social-wrapper {
		padding: 10px 120px;
	}
}

header#header .navbar {
	grid-row: 2;
	grid-column: 1/13;
}

@media (min-width: 1921px) {
	header#header .navbar {
		width: 100%;
		max-width: 1920px;
		margin: 0px auto;
	}

	header#header #global-social-wrapper {
		padding-left: calc(100vw - 1920px + 120px);
		padding-right: calc(100vw - 1920px + 120px);
	}
}


header#header .logo {
	grid-row: 1;
	grid-column: 2/4;
	display: flex;
	align-items: center;
	padding: 10px 0px;
	box-sizing: border-box;
}

header#header .logo img {
	max-width: 178px;
	width: 100%;
}

header#header .nav-wrapper {
	grid-row: 1;
	grid-column: 4/12;
	padding-left: 50px;
}


@media (min-width: 1440px) {
	header#header .navbar {
		padding: 0px 120px;
	}

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

	header#header .nav-wrapper {
		grid-column: 3/13;
	}

	header#header .nav-wrapper ul li.phone-number a {
		font-size: 24px !important;
		color: #16B0E9 !important;
		font-weight: 600 !important;
	}
}

header#header .main-menu {
	grid-column: 1/13;
}

header#header .main-menu ul#nav::after {
	content: none !important;
}

header#header .main-menu ul#nav li {
	padding: 0px !important;
}

header#header .main-menu ul#nav>li>a {
	padding: 25px 10px;
	display: block;
}

header#header .main-menu ul#nav>li.current-menu-item,
header#header .main-menu ul#nav>li.current_page_parent {
	position: relative;
}

header#header .main-menu ul#nav>li.current-menu-item::after,
header#header .main-menu ul#nav>li.current_page_parent::after {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #43BBE8;
	top: 0;
	left: 0;
	content: '';
}

@media (max-width: 1600px) and (min-width: 1201px) {
	header#header .main-menu ul#nav li a {
		font-size: 14px;
		padding: 25px 5px;
	}
}

@media (max-width: 1440px) {
	#header .logo img {
		max-width: 320px;
	}
}

@media (min-width:1201px) {

	header#header .main-menu ul#nav li.menu-item-has-children>i {
		display: block;
		position: absolute;
		margin-left: 10px;
		font-size: 16px;
		right: -10px;
		top: 25px;
	}

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

	#nav>.menu-item-has-children:hover>.sub-menu {
		top: 100%;
		z-index: 100;
		max-height: 1000px;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
	}

	header#header .main-menu ul#nav>.menu-item-has-children>.sub-menu>li>a {
		padding: 10px 5px;
		color: #0a152e;
	}

	header#header .main-menu ul#nav>.menu-item-has-children>.sub-menu>li {
		border-top: 1px solid #0A152E;
	}

	.main-menu:not(.closed) ul#nav>li ul li a {
		font-weight: 400;
	}

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

@media (max-width: 1200px) {
	header#header .nav-wrapper {
		z-index: 10;
		grid-column: 1/13;
		padding: 0px 4vw !important;
		box-sizing: border-box;
	}

	header#header #global-social-wrapper {
		padding: 10px 20px;
	}

	#wrapper #header {
		padding-left: 0px !important;
	}

	header#header .logo {
		grid-column: 1/6;
		padding: 10px 20px;
	}

	#header a.m-toggle {
		grid-column: 10/13;
		padding: 20px;
	}
}


.main-menu ul#nav>li.current-menu-item>a,
.main-menu ul#nav>li.current_page_item>a,
.main-menu ul#nav>li.current-menu-parent>a,
.main-menu ul#nav>li.current-menu-parent li.current-menu-item>a,
.main-menu ul#nav li.active-category>a {
	font-weight: 700 !important;
}

/*** sub menus ***/

.nav-wrapper:not(.closed) ul#nav>li {
	display: block;
}

li.menu-item-has-children>ul.sub-menu.dropdown-content>li {
	position: relative;
}

.main-menu:not(.closed) ul#nav>li a {
	color: #43BBE8;
	text-align: right;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
}

body.spanish .main-menu:not(.closed) ul#nav>li a {
	font-size: 14px;
}

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

.nav-wrapper.closed .main-menu ul#nav>li>ul>li {
	padding: 0 !important;
	position: relative;
}

.main-menu:not(.closed) ul#nav>li>ul>li a {
	display: initial;
}

.nav-wrapper.closed .main-menu ul#nav>li>ul>li a {
	display: block !important;
}

.nav-wrapper.closed .main-menu ul#nav>li>ul>li a:hover {
	color: #FFF !important;
}

.main-menu:not(.closed) ul#nav>li>ul>li>ul>li a {
	display: block;
}

.main-menu:not(.closed) ul#nav>li a {
	text-align: center;
}

.nav-wrapper.closed .main-menuul#nav>li a {
	text-align: left !important;
}

li.menu-item-has-children>ul.sub-menu.sub-menu>li>ul.sub-menu.sub-menu {
	position: absolute;
	left: -999999px;
	top: 0;
}

li.menu-item-has-children>ul.sub-menu.sub-menu>li:hover>ul.sub-menu.sub-menu {
	left: 240px;
}

li.menu-item-has-children>ul.sub-menu.sub-menu>li>ul.sub-menu.sub-menu>li>.sub-menu {
	top: 0 !important;
	left: 240px;
	left: -999999px;
}

li.menu-item-has-children>ul.sub-menu.sub-menu>li>ul.sub-menu.sub-menu>li:hover>.sub-menu {
	top: 116px;
	left: 240px;
}


@media (min-width: 1440px) {
	.main-menu ul#nav>li a {
		position: relative;
	}

	.main-menu ul#nav>li ul.sub-menu li a::after {
		display: none;
	}

	.main-menu ul#nav>li:last-child a::after {
		content: none !important;
	}
}

@media (max-width: 1200px) {
	#header .logo {
		padding: 0px;
	}

	#header a.m-toggle.open i::before {
		content: "\f00d" !important;
	}

	header#header .top-header-bar .header-cta .cta-phone a {
		font-size: 20px;
	}

	header#header .top-header-bar .header-cta .cta-phone {
		column-gap: 5px;
	}

	header#header .top-header-bar .header-cta .cta-phone i {
		font-size: 22px;
	}

	div.nav-wrapper>a.m-toggle {
		display: none !important;
	}

	div.nav-wrapper:not(.closed)>a.m-toggle {
		background-color: transparent !important;
		color: #274074 !important;
		margin-left: auto;
	}

	div.nav-wrapper:not(.closed)>a.m-toggle>i {
		color: #274074 !important;
		font-size: 24px;
	}

	/* header#header .main-menu ul#nav li.menu-item-has-children > i {
	padding: 0px 5px;
} */

	header#header .main-menu ul#nav li {
		text-align: left;
		padding: 13px 0px;
	}

	header#header .main-menu ul#nav li>i {
		position: absolute;
		right: 0;
		top: 0px;
		width: 30px;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header#header .main-menu ul#nav li>a {
		padding: 10px;
	}

	#header div.nav-wrapper nav .menu-item-has-children .sub-menu {
		margin-top: 10px;
	}

	#header div.nav-wrapper nav .menu-item-has-children .sub-menu>li>a {
		display: block;
		padding: 10px;
		text-align: center;
		box-sizing: border-box;
	}

	#header div.nav-wrapper nav .menu-item-has-children .sub-menu>li:not(:last-child) {
		border-bottom: 1px solid #FFF;
	}

	div.nav-wrapper {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		height: fit-content !important;
	}

	div.nav-wrapper .main-menu {
		height: fit-content !important;
		flex: unset !important;
	}

	.main-menu:not(.closed) ul#nav>li>ul>li>a {
		color: #FFF !important;
		width: 100%;
	}

	div.nav-wrapper:not(.closed) {
		box-shadow: 0px 6px 6px 0px rgb(0, 0, 0, .1);
	}

	div.nav-wrapper.closed {
		background-color: #FFF !important;
		position: absolute;
		width: 100%;
		top: 100%;
		right: unset !important;
		max-height: 0px !important;
		overflow: hidden !important;
	}

	div.nav-wrapper:not(.closed) {
		top: 100% !important;
		right: unset !important;
		position: absolute !important;
		max-height: 500px !important;
	}
}

@media (max-width: 1024px) {
	.main-menu:not(.closed) ul#nav>li a {
		font-size: 15px !important;
	}
}



/*** End sub menu ***/

/*** Banner Area ***/

/*** Home Banner ***/
body.home p {
	margin-top: 0px;
}

body.home section#banner {
	background-image: url(/wp-content/uploads/2025/04/Tomorrow-Law-Group-Attorneys.png);
	background-size: cover;
	background-position: top;
	position: relative;
	z-index: 1;
	padding: 200px 0px 60px;
}

body.home section#banner::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(10, 29, 53, 0.65) 0%, rgba(10, 29, 53, 0.86) 56.52%, #0A1D35 100%);
	z-index: -1;
}

body.home section#banner .banner-area {
	text-align: center;
}

body.home section#banner .banner-area h1,
body.home section#banner .banner-area span.h1 {
	color: #FFF;
	text-align: center;
	font-family: Rasa;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0px auto 30px;
}

body.home section#banner .banner-area h1 span,
body.home section#banner .banner-area span.h1 span {
	font-size: inherit;
	line-height: inherit;
	color: #43BBE8;
}

body.home section#banner .banner-area p.banner-description {
	margin: 0px auto;
	width: 100%;
	max-width: 640px;
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

body.home section#banner .banner-area .banner-service-items-wrapper {
	margin: 35px auto 0px;
	width: 100%;
	max-width: 900px;
}

body.home section#banner .banner-area .banner-service-items-wrapper .slick-dots {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 5px;
	margin: 20px 0px 10px;
	padding-left: 0px;
	list-style: none;
	justify-content: center;
}

body.home section#banner .banner-area .banner-service-items-wrapper .slick-dots li {
	line-height: 10px;
}

body.home section#banner .banner-area .banner-service-items-wrapper .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #DEE7EA;
	padding: 0px;
	font-size: 0px;
	border: none;
	border-radius: 50%;
}

body.home section#banner .banner-area .banner-service-items-wrapper .slick-dots li.slick-active button {
	background-color: #16B0E9;
}


body.home section#banner .banner-area .banner-service-items .slick-track {
	display: flex;
}

body.home section#banner .banner-area .banner-service-items .slick-track::before,
body.home section#banner .banner-area .banner-service-items .slick-track::after {
	content: none !important;
}

body.home section#banner .banner-area .banner-service-items:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
	column-gap: 23px;
	row-gap: 15px;
	justify-content: space-between;
}

body.home section#banner .banner-area .banner-service-items:not(.slick-initialized)>* {
	flex-basis: calc((100% - 46px) / 3);
}

body.home section#banner .banner-area .banner-service-items .block-item {
	border: 0.75px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	display: flex;
	height: inherit;
}

body.home section#banner .banner-area .banner-service-items .block-item>* {
	height: 80px;
	box-sizing: border-box;
}

body.home section#banner .banner-area .banner-service-items .block-item .block-icon {
	aspect-ratio: 1/1;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(31, 48, 68, 0.25);
	border-right: 0.75px solid rgba(255, 255, 255, 0.25);
}

body.home section#banner .banner-area .banner-service-items .block-item .block-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 10px 10px 10px 30px;
}

body.home section#banner .banner-area h3,
body.home section#banner .banner-area span.h3 {
	color: var(--ffffff, #FFF);
	text-align: center;
	font-family: Rasa;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 35px 0px;
	display: block;
}

body.home section#banner .banner-area .contact-button-group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 8px;
	justify-content: center;
}

body.home section#banner .banner-area a.button {
	font-size: 20px;
	padding: 22px 30px;
	font-family: Lato;
}

@media (max-width: 1024px) {
	body.home section#banner {
		padding: 160px 4vw 80px;
	}
}

@media (min-width: 768px) {
	body.home section#banner .banner-area .banner-service-items .slick-list {
		overflow: initial;
	}

	body.home section#banner .banner-area .banner-service-items .slick-track {
		display: flex;
		flex-wrap: wrap;
		column-gap: 23px;
		row-gap: 15px;
		justify-content: space-between;
	}

	body.home section#banner .banner-area .banner-service-items .slick-track::before,
	body.home section#banner .banner-area .banner-service-items .slick-track::after {
		content: none !important;
	}

	body.home section#banner .banner-area .banner-service-items .slick-track>* {
		flex-basis: calc((100% - 46px) / 3);
	}
}

@media (max-width: 767px) {
	body.home section#banner .banner-area .banner-service-items .slick-track>* {
		margin: 0px 20px;
	}
}

@media (max-width: 768px) {
	body.home section#banner .banner-area h1 {
		font-size: 46px;
	}

	body.home section#banner .banner-area .banner-service-items:not(.slick-initialized)>* {
		flex-basis: calc((100% - 23px) / 2);
	}

	body.home section#banner .banner-area .banner-service-items:not(.slick-initialized)>*:nth-child(n + 3) {
		display: none !important;
	}

	body.home section#banner .banner-area h3 {
		font-size: 26px;
		margin: 20px auto;
	}
}

@media (max-width: 450px) {
	body.home section#banner .banner-area .banner-service-items:not(.slick-initialized)>* {
		flex-basis: 100%;
	}
}

/* 
#wrapper.internal #banner {
min-height: 35vw;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

#wrapper.internal #banner::before {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #274074;
opacity: .5;
content: '';
}

#wrapper.internal .banner-area {
z-index: 0;
margin: 20% 0 0;
padding: 10px 20px;
background-color: #274074;
}

@media(max-width:600px) {
#wrapper.internal .banner-area {
margin: 35% 0 0;
}
}

#wrapper.internal .banner-area h1 {
color: #fff;
font-family: "Amiri", Sans-serif;
font-size: 66px;
line-height: 120%;
font-weight: 700;
margin: 0px !important;
}

@media (max-width: 1024px) {
#wrapper.internal .banner-area h1 {
font-size: 36px;
line-height: 36px;
}
}

@media (max-width: 767px) {
#wrapper.internal #banner {
min-height: 50vw;
}

#wrapper.internal .banner-area h1 {
font-size: 30px;
line-height: 30px;
}
} */

/*** Popover Form ***/

.lity-container {
	width: 40%;
}

div.lity div.lity-wrap div.lity-content {
	width: 100%;
	margin-left: 0;
	background: rgb(255, 255, 255);
}

div.lity div.lity-wrap div#inline h3 {
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	font-size: 23px;
	text-align: center;
	width: 100%;
	top: 10px;
	font-family: sans-serif;
}

div.lity-wrap a.button,
div.lity-wrap button.button,
div.lity-wrap a.wp-block-button__link {
	width: 100%;
}

div.lity-wrap li#field_5_6 {
	list-style: none;
	display: none;
}

div.lity-wrap,
li.global-form,
li.car-accidents,
li.civil-rights-form,
li.work-comp-form,
li.pop-form,
li.side-form {
	list-style: none;
}

div.lity-wrap span.lightgrey,
li.global-form span,
li.car-accidents span,
li.civil-rights-form span,
li.work-comp-form span,
li.pop-form span,
li.side-form span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: rgba(144, 144, 144, 0.5);
	font-family: Open Sans;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
}

.lity-close {
	z-index: 999999;
}

@media (max-width: 1024px) {
	.lity-container {
		width: 100%;
	}
}

@media (max-width: 468px) {
	div.lity div.lity-wrap div#inline:before {
		line-height: 21px;
		font-size: 19px;
		top: 20px;
	}

	div.lity div.lity-wrap div#inline .gform_wrapper div.gform_footer,
	div.lity div.lity-wrap div#inline .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	div.lity div.lity-wrap div.lity-content {
		width: 100%;
		margin: 0;
	}

	div.lity div.lity-wrap div#inline {
		padding-top: 0;
	}
}


/*** In Content Accordions ***/

.acc-click-wrapper .area {
	border-bottom: 0;
}

.acc-click-wrapper .inner-area {
	position: relative;
}

.acc-click-wrapper h4 {
	padding: 0;
}

.acc-click-wrapper .area i {
	position: static;
	font-size: 19px;
}

div#accordion-header {
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1/13;
}

#wrapper.internal div.accordion-block {
	margin-bottom: 20px;
}

#wrapper.internal div.accordion-block h4 {
	background: #F0F0F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	font-size: 18px;
	color: #2F2F2F;
	font-weight: 300;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
}

#wrapper.internal div.accordion-block .acc-content {
	background: #F0F0F0;
	padding: 10px 20px;
}

#wrapper.internal div.accordion-block .acc-click-wrapper.open i.fas.fa-plus::before {
	content: "\f068";
}

#wrapper.internal ul.faq-content {
	list-style: none;
	padding-left: 0px;
	border: 2px solid #274074;
}

#wrapper.internal ul.faq-content li:not(:last-child) {
	border-bottom: 2px solid #274074;
}

#wrapper.internal ul.faq-content li h3 {
	padding: 3%;
	font-size: 1.6vw;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0px;
	cursor: pointer;
}

#wrapper.internal ul.faq-content li .content {
	padding: 2% 3%;
	color: #FFF !important;
	background-color: #274074;
}

#wrapper.internal ul.faq-content li .content * {
	color: inherit !important;
	font-size: inherit !important;
}

#wrapper.internal ul.faq-content.dark {
	border: none !important;
}

#wrapper.internal ul.faq-content.dark li {
	border-bottom-color: #FFF;
}

#wrapper.internal ul.faq-content.dark li h3 {
	background-color: #274074;
	color: #FFF;
}

#wrapper.internal ul.faq-content.dark li .content {
	background-color: #FFF;
	color: #000 !important;
}


/*** Results Page ***/

.wp-block-columns.has-2-columns.results-blocks .wp-block-column {
	background: #f2f2f2;
	padding: 50px 25px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.wp-block-columns.has-2-columns.results-blocks .wp-block-column:hover {
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
}

.wp-block-columns.has-2-columns.results-blocks h2,
.wp-block-columns.has-2-columns.results-blocks h4 {
	text-align: center !important;
}

.wp-block-columns.has-2-columns.results-blocks h2 {
	font-size: 2em !important;
}

.wp-block-columns.has-2-columns.results-blocks h4 {
	margin-bottom: 0;
}

.wp-block-columns.has-2-columns.results-blocks.one-column .wp-block-column:last-child {
	display: none;
}

.wp-block-columns.has-2-columns.results-blocks.one-column .wp-block-column:first-child {
	flex-basis: 100%;
}

/* Trust Signals */
section#trust-container {
	background-color: #11243A;
	position: relative;
}

section#trust-container .trust-wrapper {
	grid-column: 1/13;
	width: 100%;
	max-width: 1440px;
	margin: 0px auto;
}


section#trust-container .trust-repeater:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
}

section#trust-container .trust-repeater:not(.slick-initialized)>* {
	flex-basis: 20%;
}

section#trust-container .trust-repeater .slick-track {
	display: flex;
}

section#trust-container .trust-repeater .slick-track .slick-active+.slick-active {
	border-left: 0.75px solid rgba(217, 217, 217, 0.15);
}

section#trust-container .trust-repeater .slick-track::before,
section#trust-container .trust-repeater .slick-track::after {
	content: none !important;
}

section#trust-container .trust-repeater .block-item {
	box-sizing: border-box;
	padding: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}

section#trust-container .trust-repeater:not(.slick-initialized)>*:nth-child(n + 6) {
	display: none;
}

section#trust-container .trust-repeater:not(.slick-initialized)>*:not(:first-child) {
	border-left: 0.75px solid rgba(217, 217, 217, 0.15);
}

section#trust-container .slick-dots {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 5px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	justify-content: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

section#trust-container .slick-dots li {
	line-height: 10px;
}

section#trust-container .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #DEE7EA;
	padding: 0px;
	font-size: 0px;
	border: none;
	border-radius: 50%;
}

section#trust-container .slick-dots li.slick-active button {
	background-color: #16B0E9;
}

@media (max-width: 1024px) {
	section#trust-container {
		padding: 0px !important;
	}

	section#trust-container .trust-repeater .block-item {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	section#trust-container .trust-repeater:not(.slick-initialized)>* {
		flex-basis: calc(100% / 3);
	}

	section#trust-container .trust-repeater:not(.slick-initialized)>*:nth-child(n + 4) {
		display: none;
	}
}

@media (max-width: 450px) {
	section#trust-container .trust-repeater:not(.slick-initialized)>* {
		flex-basis: 50%;
	}

	section#trust-container .trust-repeater:not(.slick-initialized)>*:nth-child(n + 3) {
		display: none;
	}
}

/* Intro Container */

section#intro-container {
	padding: 140px 0px 100px;
}

@media (min-width: 1441px) {
	section#intro-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#intro-container #section-left-content {
	grid-row: 1;
	grid-column: 2/7;
	padding-right: 50px;
}

section#intro-container #section-left-content .featured-image {
	background-size: cover;
	position: relative;
	height: 100%;
	z-index: 1;
}

section#intro-container #section-left-content .featured-image img {
	width: 100%;
	max-width: calc(100% - 125px);
	margin-left: 40px;
	height: 100%;
	object-fit: cover;
}

section#intro-container #section-left-content .featured-image::after {
	width: 100%;
	height: calc(100% - 90px);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-image: url(/wp-content/themes/JurisBase_Child/assets/images/img_intro_bg.webp);
	z-index: -1;
}

section#intro-container #section-right-content {
	grid-row: 1;
	grid-column: 7/12;
	padding-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section#intro-container #section-right-content h2,
section#intro-container #section-right-content h1 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 116.7%;
}

section#intro-container #section-right-content p {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 175%;
}

section#intro-container #section-right-content p a {
	color: inherit;
	text-decoration: underline;
}

section#intro-container #section-bottom-content {
	grid-row: 2;
	grid-column: 2/12;
	margin-top: 70px;
	margin-top: 100px;
	/* padding: 40px 35px; */
	/* background-color: #0A152E; */
}

section#intro-container #section-bottom-content h3 {
	font-family: Rasa;
	font-size: 48px;
	font-weight: 600;
	line-height: 116.7%;
	letter-spacing: 0em;
	text-align: left;
}

section#intro-container #section-bottom-content p {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
}

section#intro-container .law-cases-repeater {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}

section#intro-container .law-cases-repeater>* {
	flex-basis: calc((100% - 50px) / 2);
}

section#intro-container .law-cases-repeater>*:last-child {
	flex-basis: 100%;
}

section#intro-container .law-cases-repeater .case-item {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

section#intro-container .law-cases-repeater .case-item .icon {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#intro-container .law-cases-repeater .case-item .case-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

section#intro-container .law-cases-repeater .case-item .title {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

section#intro-container .law-cases-repeater .case-item .details {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 10px;
	color: #5C6B7D;
}


@media (max-width: 1440px) {
	section#intro-container #section-left-content .featured-image img {
		max-width: 100%;
		margin-left: 0px;
	}
}

@media (max-width: 1024px) {
	section#intro-container {
		padding: 100px 4vw 70px !important;
	}

	section#intro-container #section-left-content {
		grid-column: 1/7;
	}

	section#intro-container #section-right-content {
		grid-column: 7/13;
	}

	section#intro-container #section-bottom-content {
		grid-column: 1/13;
		margin-top: 40px;
	}

	section#intro-container #section-bottom-content h3,
	section#intro-container #section-right-content h2 {
		font-size: 34px;
	}
}

@media (max-width: 876px) {
	section#intro-container {
		padding: 60px 4vw !important;
	}

	section#intro-container #section-left-content {
		grid-row: 1;
		grid-column: 1/13;
		padding-right: 0px;
	}

	section#intro-container #section-left-content .featured-image {
		width: 100%;
		max-width: 450px;
		margin: 0px auto;
	}

	section#intro-container #section-right-content {
		grid-row: 2;
		grid-column: 1/13;
		padding-top: 40px;
	}

	section#intro-container #section-bottom-content {
		grid-row: 3;
	}
}

@media (max-width: 768px) {
	section#intro-container .law-cases-repeater>* {
		flex-basis: 100%;
	}
}

/* Case Reslts Section*/
section#case-container {
	padding: 50px 0px 55px;
	background: #F2FCFF;
	margin-bottom: 140px;
}

section#case-container #section-header h2 {
	color: #183B56;
	text-align: center;
	font-family: Rasa;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 133%;
	margin: 0px auto;
}

section#case-container #section-header p {
	margin: 0px auto;
	color: var(--5-c-6-b-7-d, #5C6B7D);
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}

section#case-container #case-wrapper {
	width: 100%;
	max-width: 880px;
	margin: 40px auto 0px;
}

section#case-container #case-wrapper .case-repeater:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}

section#case-container #case-wrapper .case-repeater:not(.slick-initialized)>* {
	flex-basis: calc((100% - 120px) / 3);
}

section#case-container #case-wrapper .case-repeater .block-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section#case-container #case-wrapper .case-repeater .block-item .block-amount {
	color: #16B0E9;
	text-align: center;
	font-family: Manrope;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 133.33%;
}

section#case-container #case-wrapper .case-repeater .block-item .block-content {
	color: #5C6B7D;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 1024px) {
	section#case-container {
		padding: 40px 4vw !important;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	section#case-container #case-wrapper .case-repeater:not(.slick-initialized) {
		column-gap: 30px;
	}

	section#case-container #case-wrapper .case-repeater:not(.slick-initialized)>* {
		flex-basis: calc((100% - 30px) / 2);
	}

	section#case-container #case-wrapper .case-repeater:not(.slick-initialized)>*:nth-child(n + 3) {
		display: none;
	}
}

@media (max-width: 520px) {
	section#case-container #case-wrapper .case-repeater:not(.slick-initialized)>* {
		flex-basis: 100%;
	}

	section#case-container #case-wrapper .case-repeater:not(.slick-initialized)>*:nth-child(n + 2) {
		display: none;
	}
}

/* Testimonials */
section#testimonial-container #section-left-content {
	grid-row: 1;
	grid-column: 1/7;
	background: #0A152E;
	padding: 50px 80px 50px calc(100vw / 12);
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}

section#testimonial-container #section-left-content h3 {
	color: var(--16-b-0-e-9, #16B0E9);
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.22px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section#testimonial-container #section-left-content h2 {
	color: #FFF;
	font-family: Rasa;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

section#testimonial-container #section-right-content {
	grid-row: 1;
	grid-column: 7/13;
	background: #F7FAFF;
	padding: 50px calc(100vw / 12) 50px 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}

section#testimonial-container #section-right-content .quote-icon {
	position: absolute;
	right: calc(100vw / 12);
	z-index: -1;
	top: 50px;
}

section#testimonial-container #section-right-content .testimonials-wrapper a {
	margin-top: 40px;
	margin-left: auto;
	color: var(--16-b-0-e-9, #16B0E9);
	text-align: right;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: underline;
	display: flex;
	width: fit-content;
}

section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater {
	position: relative;
}

section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 18px;
	cursor: pointer;
	z-index: 2;
}

section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow svg path {
	transition: all .25s ease-in-out;
}

section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow:hover svg path {
	fill: #16B0E9 !important;
}

section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow.prev-arrow {
	right: 50px;
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5 {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 20px;
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>* {
	flex-basis: 100%;
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*::after {
	content: none !important;
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(1),
section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(2),
section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(3),
section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(4) {
	flex-basis: calc((100% - 25px) / 2);
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5 input,
section#testimonial-container #gform_wrapper_5 ul#gform_fields_5 textarea {
	padding: 15px;
	border: none;
	background-color: #FFF;
	color: #0A152E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
	max-height: 100px;
	margin: 0px;
}

section#testimonial-container #gform_wrapper_5 ul#gform_fields_5 input::placeholder,
section#testimonial-container #gform_wrapper_5 ul#gform_fields_5 textarea::placeholder {
	color: rgba(92, 107, 125, 0.50);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
	text-transform: capitalize;
}

section#testimonial-container #section-right-content h3 {
	color: #16B0E9;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.22px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

section#testimonial-container #section-right-content h2 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: capitalize;
	margin-bottom: 40px;
}

section#testimonial-container #section-right-content .testimonials-repeater:not(.slick-initialized)>*:nth-child(n + 2) {
	display: none;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item p {
	margin: 0px;
	color: #0A152E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item .block-meta {
	display: flex;
	align-items: center;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item .block-meta img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item .block-meta .meta-content {
	display: flex;
	flex-direction: column;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item .block-meta .meta-content .block-name {
	color: #000;
	font-family: Rasa;
	font-size: 22.5px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

section#testimonial-container #section-right-content .testimonials-repeater .block-item .block-meta .meta-content .block-role {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.22px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

@media (max-width: 1392px) {
	section#testimonial-container #section-left-content {
		padding-right: 50px;
	}

	section#testimonial-container #section-right-content {
		padding-left: 50px;
	}
}

@media (max-width: 1024px) {
	section#testimonial-container {
		padding: 0px !important;
	}

	section#testimonial-container #section-left-content,
	section#testimonial-container #section-right-content {
		padding: 40px 4vw !important;
	}

	section#testimonial-container #section-right-content h2 {
		font-size: 34px;
	}
}

@media (max-width: 768px) {
	section#testimonial-container #section-left-content {
		grid-row: 1;
		grid-column: 1/13;
	}

	section#testimonial-container #section-right-content {
		grid-row: 2;
		grid-column: 1/13;
	}


	section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow {
		right: unset;
		left: 50px;
		bottom: -50px;
	}

	section#testimonial-container #section-right-content .testimonials-wrapper .testimonials-repeater .slick-arrow.prev-arrow {
		left: 0px;
	}
}

@media (max-width: 450px) {

	section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(1),
	section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(2),
	section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(3),
	section#testimonial-container #gform_wrapper_5 ul#gform_fields_5>*:nth-child(4) {
		flex-basis: 100%;
	}
}

/* Location Intro */
section#location-container {
	padding: 160px 0px;
}

@media (min-width: 1441px) {
	section#location-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#location-container #section-left-content {
	grid-column: 2/7;
	padding-right: 85px;
	display: flex;
	justify-content: center;
}

section#location-container #section-left-content .featured-image {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/themes/JurisBase_Child/assets/images/img_bg_tile.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

section#location-container #section-right-content {
	grid-column: 7/12;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#location-container #section-right-content h2 {
	color: #0A152E;
	font-family: Rasa;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 18px;
}

section#location-container #section-right-content p {
	margin: 0px;
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

@media (max-width: 1200px) {
	section#location-container #section-left-content {
		padding-right: 40px;
	}
}

@media (max-width: 1024px) {
	section#location-container {
		padding: 60px 4vw !important;
	}

	section#location-container #section-left-content {
		grid-row: 1;
		grid-column: 1/13;
		padding: 0px !important;
	}

	section#location-container #section-left-content .featured-image {
		width: 100%;
		max-width: 450px;
	}

	section#location-container #section-right-content {
		grid-row: 2;
		grid-column: 1/13;
		margin-top: 30px;
		text-align: center;
	}
}

/* Practice Areas */
section#pa-container {
	padding: 20px 0px 150px;
}

section#pa-container .slick-dots {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 5px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	justify-content: center;
	margin-top: 40px;
	/* position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%); */
}

section#pa-container .slick-dots li {
	line-height: 10px;
}

section#pa-container .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #DEE7EA;
	padding: 0px;
	font-size: 0px;
	border: none;
	border-radius: 50%;
}

section#pa-container .slick-dots li.slick-active button {
	background-color: #16B0E9;
}

section#pa-container #section-header h2,
section#next-steps .section-next-steps h2 {
	color: #0A152E;
	text-align: center;
	font-family: Rasa;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 117%;
	margin: 0px auto 80px;
}

section#pa-container #section-pa-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
}

section#pa-container .pa-repeater:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
}

section#pa-container .pa-repeater .pa-block-item {
	height: inherit;
	padding: 35px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 30px;
	background: #FFF;
}

section#pa-container .pa-repeater .pa-block-item .block-icon {
	margin-bottom: 10px;
}

section#pa-container .pa-repeater .pa-block-item .block-title {
	color: #0A1D35;
	text-align: center;
	font-family: Rasa;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

section#pa-container .pa-repeater .pa-block-item .block-details {
	color: #45566C;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

section#pa-container .pa-repeater .pa-block-item a {
	margin-top: auto;
	color: #16B0E9 !important;
	text-align: center;
	font-family: Mulish;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-decoration-line: underline;
}

section#pa-container .pa-repeater .slick-track {
	display: flex;
}



@media (min-width: 1281px) {
	section#pa-container .pa-repeater .slick-list {
		overflow: initial;
	}

	section#pa-container .pa-repeater .slick-track {
		flex-wrap: wrap;
	}

	section#pa-container .pa-repeater .slick-track::before,
	section#pa-container .pa-repeater .slick-track::after {
		content: none !important;
	}

	section#pa-container .pa-repeater .pa-block-item {
		aspect-ratio: 1/1;
	}

	section#pa-container .pa-repeater .slick-track>*,
	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		flex-basis: calc(100% / 3);
	}

	section#pa-container .pa-repeater .slick-track>*,
	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		border-right: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}

	section#pa-container .pa-repeater .slick-track>*:nth-child(1),
	section#pa-container .pa-repeater .slick-track>*:nth-child(2),
	section#pa-container .pa-repeater .slick-track>*:nth-child(3),
	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(1),
	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(2),
	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(3) {
		border-top: 1px solid #D9D9D9;
	}

	section#pa-container .pa-repeater .slick-track>*:nth-child(3n + 1),
	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(3n + 1) {
		border-left: 1px solid #D9D9D9;
	}

}

@media (max-width: 1280px) and (min-width: 531px) {
	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		flex-basis: 50%;
	}

	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		border-right: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}

	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(1),
	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(2) {
		border-top: 1px solid #D9D9D9;
	}

	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(2n + 1) {
		border-left: 1px solid #D9D9D9;
	}
}

@media (max-width: 1280px) {
	section#pa-container {
		overflow: hidden;
	}

	section#pa-container .pa-repeater .block-item {
		transition: all .5s ease-in-out;
	}

	section#pa-container .slick-list {
		overflow: initial !important;
	}

	section#pa-container .pa-repeater .slick-track>*:not(.slick-active) {
		opacity: 0;
	}

	section#pa-container .pa-repeater .slick-track .slick-active {
		border: 1px solid #D9D9D9;
		opacity: 1;
	}

	section#pa-container .pa-repeater .slick-track .slick-active+.slick-active {
		border-left: none;
	}
}

@media (max-width: 1024px) {
	section#pa-container {
		padding: 20px 4vw 60px !important;
	}

	section#pa-container #section-header h2 {
		font-size: 36px;
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	section#pa-container .pa-repeater .pa-block-item {
		padding: 30px 20px;
		row-gap: 20px;
	}

	section#pa-container .pa-repeater .pa-block-item .block-title {
		font-size: 26px;
	}
}

@media (max-width: 530px) {
	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		flex-basis: 100%;
	}

	section#pa-container .pa-repeater:not(.slick-initialized)>* {
		border-left: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}

	section#pa-container .pa-repeater:not(.slick-initialized)>*:nth-child(1) {
		border-top: 1px solid #D9D9D9;
	}
}

/* Footer */
footer#footer {
	background-color: #0A152E;
}

footer#footer aside#footer-info {
	grid-column: 2/12;
	display: flex;
	flex-wrap: wrap;
	column-gap: calc(10px + 4.167vw);
	padding: 65px 0px 78px;
}

@media (min-width: 1921px) {
	footer#footer aside#footer-info {
		column-gap: 90px;
	}
}

@media (min-width: 1441px) {
	footer#footer .footer-legal {
		padding-left: calc((100% - 1440px) / 2) !important;
		padding-right: calc((100% - 1440px) / 2) !important;
	}

	footer#footer aside#footer-info {
		width: 100%;
		max-width: 1200px;
		margin: 0px auto;
	}
}

footer#footer aside#footer-info .footer-column.footer-col-1 {
	width: 300px;
}

footer#footer aside#footer-info .footer-column.footer-col-2 {
	width: 160px;
}

footer#footer aside#footer-info .footer-column.footer-col-3 {
	width: 225px;
}

footer#footer aside#footer-info .footer-column.footer-col-4 {
	flex: 1;
}

footer#footer aside#footer-info .footer-column.footer-col-1 p {
	color: #FFF;
	font-family: Mulish;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 30px 0px 0px;
}

footer#footer aside#footer-info .footer-column.footer-col-1 #footer-social-wrapper ul {
	padding-left: 0px;
	list-style: none !important;
	margin: 40px 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
}

footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll h2 {
	margin-bottom: 8px;
	color: #FFF;
	font-family: Rasa;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
}

footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll input[type="email"] {
	padding: 14px;
	background-color: transparent;
	border: 0.945px solid #5C6B7D;
	box-sizing: border-box;
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
}

footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll input[type="email"]::placeholder {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
	text-transform: capitalize;
}

footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll input[type="submit"] {
	padding: 13px;
	width: 100%;
	max-width: 175px;
	color: #FFF;
	font-family: Mulish;
	font-size: 17.004px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.672px;
	background-color: #16B0E9;
	border: 1px solid #16B0E9;
}

footer#footer aside#footer-info .footer-column h2 {
	color: #FFF;
	font-family: Rasa;
	font-size: 29px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 40px;
}

footer#footer aside#footer-info ul#menu-footer-menu {
	margin: 0px;
	padding-left: 0px;
	list-style: none !important;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

footer#footer aside#footer-info ul#menu-footer-menu li a {
	color: #FFF;
	font-family: Manrope;
	font-size: 14.766px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px;
	transition: color .25s ease-in-out;
}

footer#footer aside#footer-info ul#menu-footer-menu li a:hover {
	color: #16B0E9;
}

footer#footer aside#footer-info ul#contact-addresses {
	margin: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

footer#footer aside#footer-info ul#contact-addresses li {
	display: flex;
	align-items: flex-start;
}

footer#footer aside#footer-info ul#contact-addresses li .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 2px;
}

footer#footer aside#footer-info ul#contact-addresses li .content {
	color: #FFF;
	font-family: Inter;
	font-size: 14.766px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px;
	flex: 1;
	transition: color .25s ease-in-out;
}

footer#footer aside#footer-info ul#contact-addresses li a:hover {
	color: #16B0E9;
}

footer#footer aside#footer-info ul#contact-addresses li a svg path {
	transition: all .25s ease-in-out;
}

footer#footer aside#footer-info ul#contact-addresses li a:hover svg path {
	fill: #16B0E9;
}

#gform_wrapper_4 {
	padding: 0px;
	background-color: transparent;
}

#gf_4 {
	display: none;
}

#gform_wrapper_4 #gform_fields_4 {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

#gform_wrapper_4 #gform_fields_4 li input,
#gform_wrapper_4 #gform_fields_4 li textarea {
	padding: 13px;
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
	border: 0.945px solid #5C6B7D;
	background-color: transparent;
	margin-bottom: 0px;
	max-height: 75px;
}

#gform_wrapper_4 #gform_fields_4 li input::placeholder,
#gform_wrapper_4 #gform_fields_4 li textarea::placeholder {
	color: #5C6B7D;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.672px;
	text-transform: capitalize;
}

#gform_wrapper_4 .gform_footer {
	margin-top: 10px;
}

#gform_wrapper_4 .gform_footer button {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 17px;
}

footer#footer .footer-legal {
	grid-row: 2;
	grid-column: 1/13;
	background: #213254;
}

footer#footer .footer-legal .details .left {
	display: flex;
	flex-direction: column;
	row-gap: 23px;
}

footer#footer .footer-legal .details .left * {
	margin: 0px !important;
	color: #FFF !important;
	font-family: Manrope !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 22.5px !important;
}

@media (max-width: 1280px) {
	footer#footer aside#footer-info {
		column-gap: 30px;
	}
}

@media (max-width: 1200px) {
	footer#footer aside#footer-info .footer-column.footer-col-4 {
		flex-basis: 100%;
		margin-top: 50px;
	}

	footer#footer aside#footer-info .footer-column.footer-col-1 {
		margin-right: auto;
	}
}

@media (max-width: 1024px) {
	footer#footer aside#footer-info .footer-column.footer-col-1 {
		margin-bottom: 50px;
		flex-basis: 100%;
		padding-right: calc(100% - 350px);
	}

	footer#footer aside#footer-info .footer-column.footer-col-2,
	footer#footer aside#footer-info .footer-column.footer-col-3 {
		flex-basis: calc(50% - 15px);
		width: calc(50% - 15px);
	}
}

@media (max-width: 500px) {
	footer#footer aside#footer-info {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
		text-align: center;
	}

	footer#footer aside#footer-info .footer-column h2 {
		margin-bottom: 20px;
	}

	footer#footer aside#footer-info>* {
		flex-basis: unset !important;
		margin: 0px !important;
		width: 100% !important;
	}

	footer#footer aside#footer-info .footer-column.footer-col-1 {
		padding-right: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe,
	footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll {
		width: 100%;
		align-items: center;
	}

	footer#footer aside#footer-info ul#contact-addresses {
		align-items: center;
	}

	footer#footer aside#footer-info .footer-column.footer-col-1 .form-subscribe form #mc_embed_signup_scroll input[type="email"]::placeholder {
		text-align: center;
	}
}

/* Additional homepage sections */
section#protect-container {
	padding: 90px 0px 70px;
	background-color: #0A152E;
}

@media (min-width: 1441px) {
	section#protect-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#protect-container #section-header h2 {
	font-family: Rasa;
	font-size: 48px;
	font-weight: 600;
	line-height: 116.7%;
	letter-spacing: 0em;
	text-align: left;
	color: #16B0E9;
	margin-bottom: 30px;
}

section#protect-container #section-content p {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFF;
}

section#protect-container .protect-solutions {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0px;
	column-gap: 24px;
}

section#protect-container .protect-solutions>* {
	flex-basis: calc(50% - 12px);
}

section#protect-container .protect-solutions .protect-item {
	padding: 40px 10px 40px 50px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF47;
	max-height: 230px;
}

section#protect-container .protect-solutions .protect-item h3 {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #16B0E9;
}

section#protect-container .protect-solutions .protect-item ul {
	margin: 0px;
}

section#protect-container .protect-solutions .protect-item ul li {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFF;
}

section#protect-container .protect-solutions .protect-item .protect-inner-item {
	overflow: auto;
	max-height: 100%;
	padding-right: 30px;
}

/* width */
section#protect-container .protect-solutions .protect-item .protect-inner-item::-webkit-scrollbar {
	width: 8px;
}

/* Track */
section#protect-container .protect-solutions .protect-item .protect-inner-item::-webkit-scrollbar-track {
	background: #0A152E;
	border-radius: 10px;
}

/* Handle */
section#protect-container .protect-solutions .protect-item .protect-inner-item::-webkit-scrollbar-thumb {
	background: #213254;
	border-radius: 30px;
	border: 4px solid #213254;
}

/* Handle on hover */
section#protect-container .protect-solutions .protect-item .protect-inner-item::-webkit-scrollbar-thumb:hover {
	background: #243557;
}

@media (max-width: 1024px) {
	section#protect-container {
		padding: 60px 4vw !important;
	}

	section#protect-container #section-header h2 {
		font-size: 34px;
	}

	section#protect-container .protect-solutions .protect-item {
		padding: 30px 10px 30px 30px;
	}

	section#protect-container .protect-solutions .protect-item .protect-inner-item {
		padding-right: 20px;
	}
}

@media (max-width: 768px) {
	section#protect-container .protect-solutions {
		row-gap: 24px;
	}

	section#protect-container .protect-solutions>* {
		flex-basis: 100%;
	}
}

/* What Can we do */
section#what-can-we-container {
	padding: 100px 0px;
}

@media (min-width: 1441px) {
	section#what-can-we-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#what-can-we-container #section-header h2 {
	font-family: Rasa;
	font-size: 48px;
	font-weight: 600;
	line-height: 116.7%;
	letter-spacing: 0em;
	text-align: left;
	color: #0A152E;
	width: 100%;
	max-width: 940px;
	margin-bottom: 20px;
}

section#what-can-we-container #section-content p,
section#what-can-we-container #section-content ul li {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

@media (max-width: 1024px) {
	section#what-can-we-container {
		padding: 70px 4vw !important;
	}

	section#what-can-we-container #section-header h2 {
		font-size: 34px;
	}
}

/* FAQ */
section#faq-container {
	padding: 70px 0px;
	background-color: #F7FAFF;
}

@media (min-width: 1441px) {
	section#faq-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#faq-container h2 {
	font-family: Rasa;
	font-size: 48px;
	font-weight: 600;
	line-height: 116.7%;
	letter-spacing: 0em;
	text-align: left;
	color: #0A152E;
}

section#faq-container #section-faq-content {
	padding-left: 50px;
	box-sizing: border-box;
}

section#faq-container #section-faq-content .faq-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}

section#faq-container #section-faq-content .faq-wrapper>* {
	flex-basis: calc(50% - 30px);
}


section#faq-container #section-faq-content .faq-wrapper .faq-item {
	padding: 20px 0px;
}

section#faq-container #section-faq-content .faq-wrapper .faq-item .block-details {
	display: none;
}

section#faq-container #section-faq-content .faq-wrapper .faq-list>*:not(:last-child) {
	border-bottom: 1px solid #EBEBEB;
}

section#faq-container #section-faq-content .faq-wrapper .faq-item .block-title {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	cursor: pointer;
}

section#faq-container #section-faq-content .faq-wrapper .faq-item .block-title span {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

section#faq-container #section-faq-content .faq-wrapper .faq-item .block-details p {
	margin: 20px 0px 0px;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

@media (max-width: 1024px) {
	section#faq-container {
		padding: 50px 4vw !important;
	}

	section#faq-container h2 {
		font-size: 34px;
	}

	section#faq-container #section-faq-content .faq-wrapper>* {
		flex-basis: 100%;
	}

	section#faq-container #section-faq-content .faq-wrapper>*:first-child>*:last-child {
		border-bottom: 1px solid #EBEBEB;
	}
}

@media (max-width: 640px) {
	section#faq-container #section-faq-content {
		padding-left: 0px;
	}
}

/* Best Choise */
section#best-choice-container {
	padding: 100px 0px;
}

@media (min-width: 1441px) {
	section#best-choice-container {
		padding-left: calc((100% - 1440px) / 2);
		padding-right: calc((100% - 1440px) / 2);
	}
}

section#best-choice-container #section-header h2 {
	font-family: Rasa;
	font-size: 48px;
	font-weight: 600;
	line-height: 116.7%;
	letter-spacing: 0em;
	text-align: left;
	color: #0A152E;
	margin-bottom: 30px;
}

section#best-choice-container #section-content .details-wrapper ul li,
section#best-choice-container #section-content .details-wrapper p {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

section#best-choice-container #section-content .details-wrapper ul {
	column-count: 2;
	column-gap: 30px;
}

section#best-choice-container #quote-section {
	margin-top: 100px;
	padding: 40px 35px;
	box-sizing: border-box;
	width: 100%;
	background-color: #0A152E;
}

section#best-choice-container #quote-section h3 {
	font-family: Manrope;
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	color: #16B0E9;
}

section#best-choice-container #quote-section p {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFF;
}

@media (max-width: 1024px) {
	section#best-choice-container {
		padding: 60px 4vw !important;
	}

	section#best-choice-container #section-header h2 {
		font-size: 34px;
	}

	section#best-choice-container #quote-section {
		margin-top: 50px;
	}
}

@media (max-width: 768px) {
	section#best-choice-container #section-content .details-wrapper ul {
		column-count: 1;
	}
}

@media (max-width: 567px) {
	section#best-choice-container #quote-section {
		padding: 30px 20px;
	}

	section#best-choice-container #quote-section h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

div#global-social-wrapper {
	display: flex;
	justify-content: space-between;
}

ul.weglot-buttons li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
	margin: 0;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	transition: all .25s;
}

body.spanish ul.weglot-buttons li a.weglot-es {
	background: white;
	color: #081D4A;
}

body:not(.spanish) ul.weglot-buttons li a.weglot-en {
	background: white;
	color: #081D4A;
}

aside.country-selector {
	display: none !important;
}

.next-steps-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.step {
	background-color: #274074;
	width: calc(33.3333% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.ns-content {
	display: none;
	line-height: 23px;
	font-size: 16px;
}

.step:hover .ns-content {
	display: block;
	background: white;
	width: 100%;
	position: absolute;
	top: 86%;
	z-index: 10;
	padding: 30px;
	box-sizing: border-box;
	color: #45566C;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	border: 1px solid lightgray;
}

.media {
	position: relative;
	width: 45%;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 3%;
	height: auto;
	background-position: center;
	background-size: cover;
	padding-bottom: 25%;
	cursor: pointer;
}

.media:after {
	content: url('/wp-content/uploads/2023/08/play.png');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 64px;
	width: 64px;
	height: 64px;
}

.videopopup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000001;
}

.blackbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
}

.videobox {
	width: 100%;
	max-width: 800px;
	height: auto;
	max-height: 415px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.closebg {
	position: absolute;
	top: 120px;
	right: 40px;
	color: white;
	font-size: 24px;
	cursor: pointer;
}

.videobox video {
	max-height: 100%;
}

section#pa-main-wrapper.has-video {
	display: flex;
	flex-wrap: wrap;
}

section#pa-main-wrapper.has-video .pa-main-description {
	flex-basis: 60%;
}

section#pa-main-wrapper.has-video .pa-main-wrapper {
	flex-basis: 100%;
}

section#pa-main-wrapper.has-video .pa-main-video {
	flex-basis: 35%;
}

section#pa-main-wrapper.has-video .pa-main-video .media {
	width: 100%;
	padding-bottom: 56%;
}

@media(max-width:1024px) {

	section#pa-main-wrapper.has-video .pa-main-description,
	section#pa-main-wrapper.has-video .pa-main-video {
		flex-basis: 100%;
	}

}

/*** Gravity Forms Consent Field ***/

.ginput_container.ginput_container_consent {
	display: flex;
}

form:not(#gform_7) label.gfield_consent_label {
	color: #fff;
	font-size: 12px;
}

.gfield--type-consent input[type="checkbox"] {
	max-width: 20px;
}

#gform_7 label a {
	width: unset !important;
	height: unset !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	display: inline-block !important;
	color: inherit !important;
}



/* Recent Posts */
section#posts-container {
	padding: 0 0 120px;
}

section#posts-container h2 {
	color: #0A152E;
	text-align: center;
	font-family: Rasa;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 117%;
	margin: 0px auto 80px;
}

@media (max-width: 1024px) {
	section#posts-container h2 {
		font-size: 36px;
		margin-bottom: 50px;
	}

	section#posts-container {
		padding: 10px 4vw 80px !important;
	}
}

section#posts-container .articles-repeater:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}

section#posts-container .articles-repeater .slick-track {
	display: flex;
}

section#posts-container .articles-repeater .slick-track>* {
	margin: 0 12px;
}

section#posts-container .articles-repeater:not(.slick-initialized)>* {
	flex-basis: calc((100% - 50px) / 3);
}

@media (max-width: 1024px) {
	.home section#posts-container .articles-repeater:not(.slick-initialized)>*:nth-child(n + 3) {
		display: none !important;
	}

	section#posts-container .articles-repeater:not(.slick-initialized)>* {
		flex-basis: calc((100% - 25px) / 2);
	}
}

@media (max-width: 600px) {
	.home section#posts-container .articles-repeater:not(.slick-initialized)>*:nth-child(n + 2) {
		display: none !important;
	}

	section#posts-container .articles-repeater:not(.slick-initialized)>* {
		flex-basis: 100%;
	}
}



section#posts-container .articles-repeater .blog-item {
	display: flex;
	flex-direction: column;
	height: inherit;
}

section#posts-container .articles-repeater .blog-item .block-featured-image {
	aspect-ratio: 3/2;
	background-color: #F2F2F2;
}

section#posts-container .articles-repeater .blog-item .block-featured-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	box-sizing: border-box;
}

section#posts-container .articles-repeater .blog-item .blog-details {
	padding: 20px 0px;
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

section#posts-container .articles-repeater .blog-item .blog-details .meta-wrapper * {
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0em;
	text-align: left;
	color: #5C6B7D;
}

section#posts-container .articles-repeater .blog-item .blog-details a.title {
	color: #0A1D35;
	text-align: left;
	font-family: Rasa;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

section#posts-container .articles-repeater .blog-item .blog-details .blog-excerpt {
	color: #45566C;
	text-align: left;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

section#posts-container .articles-repeater .blog-item .blog-details a.more-button {
	margin-top: auto;
	color: #16B0E9 !important;
	text-align: left;
	font-family: Mulish;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-decoration-line: underline;
}

section#posts-container .more-link {
	margin-top: 50px;
}


section#posts-container .slick-dots {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 5px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	justify-content: center;
	margin-top: 40px;
	/* position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%); */
}

section#posts-container .slick-dots li {
	line-height: 10px;
}

section#posts-container .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #DEE7EA;
	padding: 0px;
	font-size: 0px;
	border: none;
	border-radius: 50%;
}

section#posts-container .slick-dots li.slick-active button {
	background-color: #16B0E9;
}

/***
*** Home Google Reviews ***
***/

main.home section#google-testimonial-container {
	padding: 48px 0;
	text-align: center;
}

main.home section#google-testimonial-container .ti-header-write-btn {
	color: #FFF !important;
	border-radius: 3px;
	background: var(--16-b-0-e-9, #16B0E9);
	border: none;
}

@media (max-width: 1024px) {
	main.home section#google-testimonial-container {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
}

.footer-form form {
	opacity: 1 !important;
}





/* CTA Form */
#wrapper.internal .internal-cta-form-wrapper {
	padding: 50px;
	background-color: #F7FAFF;
	display: flex;
	align-items: center;
	row-gap: 25px;
	column-gap: 25px;
	margin: 20px 0;
}

#wrapper.internal .internal-cta-form-wrapper a.button {
	width: fit-content;
	text-align: center;
	text-decoration: none;
}

#wrapper.internal .internal-cta-form-wrapper .title {
	color: #0A152E;
	font-family: Rasa;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	min-width: 280px;
	flex: 1;
}

@media (max-width: 1024px) {
	#wrapper.internal .internal-cta-form-wrapper {
		padding: 6vw 4vw;
	}
}

@media (max-width: 768px) {
	#wrapper.internal .internal-cta-form-wrapper {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}

	#wrapper.internal .internal-cta-form-wrapper .title {
		text-align: center;
	}
}

@media (max-width: 450px) {
	#wrapper.internal .internal-cta-form-wrapper {
		padding: 40px 20px;
	}

	#wrapper.internal .internal-cta-form-wrapper .title {
		font-size: 22px;
	}
}


/* Internal Blogroll */
#wrapper.internal section#posts-container {
	padding: 150px 0;
}

#wrapper.internal section#posts-container #section-header {
	grid-row: 1;
	grid-column: 2/12;
}

#wrapper.internal section#posts-container .articles-repeater {
	grid-row: 2;
	grid-column: 2/12;
}

#wrapper.internal section#posts-container .pagination {
	flex-basis: 100%;
	margin-top: 15px;
}

#wrapper.internal section#posts-container .pagination .nav-links {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	align-items: center;
}

@media (max-width: 1024px) {
	#wrapper.internal section#posts-container {
		padding: 70px 4vw !important;
	}

	#wrapper.internal section#posts-container #section-header,
	#wrapper.internal section#posts-container .articles-repeater {
		grid-column: 1/13;
	}
}
div#post-author div.bio-text{
-ms-grid-row: 1;
    grid-row: 1;
}

section#map-container .map-frame {
	text-align: center;
}

section#map-container .map-frame iframe {
	width: 100%;
}

section#map-container h2 {
	color: #0A152E;
    text-align: center;
    font-family: Rasa;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
    margin: 0px auto 80px;
}

@media (max-width: 1024px) {
	section#map-container h2 {
		font-size: 36px;
		margin-bottom: 50px;
	}
}

footer .footer-sub-title {
	color: #FFF;
    font-family: Rasa;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

footer .footer-subscribe-title {
	margin-bottom: 8px;
    color: #FFF;
    font-family: Rasa;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

main.practice-ind-page #pa-ind-container .pa-ind-block .block-details a {
	font-weight: bold;
	color: #0000aa;	
}

main.practice-ind-page #pa-ind-container .pa-ind-block .block-details a:hover {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	main.single div#post-author div.bio-text {
		grid-row: 2;
	}
}

section#default-page-bottom {
	display: none !important;
}