/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 11:59:37 */
@font-face {	
	font-family: "raleway";
	font-family: "roboto-reg";
	font-family: "minion-variable";
	font-display: swap;	
	src: url("https://www.nsconsultgroup.com/wp-content/uploads/2024/12/raleway-med.ttf");
	src: url("https://www.nsconsultgroup.com/wp-content/uploads/2024/12/roboto-regular.ttf");
	src: url("https://www.nsconsultgroup.com/wp-content/uploads/2024/12/minion-variable-concept-bold.ttf");	
} 
body {
	font-family: "raleway";
	color: #666666;
	line-height: 1.8;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #231f20;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "raleway";
	font-weight: 400;
}
h1 {
	font-family: "minion-variable";
	font-size:42px;
}
h2 {	
	font-size:26px;
}
h3 {
	font-size:24px;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row, 
.header-full-width .wpb-content-wrapper .row-container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width], 
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row {
	max-width: 100%;
}
/*MENU_SECTION*/
.menu a span {
	color: #000000;
	font-family: "raleway";
	font-size: 16px;
}
.menu li {
	padding: 0 12px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.nav-primary {       
	float: none;       
}
.genesis-nav-menu li.page_item.current-menu-item a span {
	color: #1738e5;
}
.genesis-nav-menu li.page_item.current-menu-item .sub-menu span {
	color: #000000;
}
.mob-menu {
	display:none !important;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	padding:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #ffffff;
	border:0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li{
	padding: 12px 10px;
	margin:0;
	display: inherit;
}
.menu li .sub-menu li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin: 0;
	position: absolute;
	left: 100% !important;
	top: 0px;
}
.vc_row .sub-menu-toggle {
	padding:0;
	display: block;
	visibility: visible;
}
.sub-menu-toggle::before {
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #1738e5;
	vertical-align: bottom;
	width: auto;
	height: auto;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry, .vc_row .menu li {
	margin-bottom: 0;
}
.vc_row .vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 18px;
	padding: 12px 32px;
	background-image: none;
	font-family: "roboto-reg";
}
.vc_row.banner_row .vc_btn3.vc_btn3-style-custom {
	padding: 12px 44px;	
	font-size: 22px;
	background-image: none;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: #000000;
	opacity:  1;
}
:-moz-placeholder { 
	color: #000000;
	opacity:  1;
}
::-moz-placeholder {
	color: #000000;
	opacity:  1;
}
:-ms-input-placeholder {
	color: #000000;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	border: 0 !important;
	color: #000000 !important;
	line-height: 1;
	font-size: 16px;
	padding: 12px 10px !important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background: #1738e5;
	color: #f5f5f5 !important;
	margin: 0;
	padding: 16px 12px !important;
	font-size: 20px !important;
	line-height: 1 !important;
	width: 100%;
}
.vc_row textarea, .vc_row .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 176px;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: right;
	display: block;
	margin-top: 16px;
	padding: 0;
}
.vc_row .gfield_html p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #5f6d48;
}
.vc_row .gform_confirmation_message {
	color:#000000;
}
.vc_row .gform_wrapper.gravity-theme .gfield.gfield_html {
	margin-bottom: 1em;
}

/*HEADER_SECTION*/
.wpb_raw_code.info-icon a {
	display: inline-flex;
	align-items: center;
	vertical-align:middle;
}
.wpb_raw_code.inline{
	vertical-align:middle;
}
/*BANNER_SECTION*/
.site-logo {
	display: flex;
	align-items: center;
}
.logo-image {
	margin-right: 5px;
}
.logo-image img{
	width: 45px;
	height: 52px;
}
.logo-title a{
	color: var(--wp--preset--color--black);
	font-size: 21px;
	font-family: "minion-variable";
	text-transform: uppercase;
}
.vc_row.short-bio .wpb_single_image {
	width: 38%;
	float: left;
}
.vc_row.short-bio .wpb_text_column p {
	font-size: 16px;
	/* 	color: #666666;
	line-height: 1.8; */
}
/*FLIP SECTION*/
.vc_row .vc-hoverbox-front{
	background-image: none !important;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.vc_row .vc-hoverbox-block-inner {
	color: #000000;
	text-align: left;
	font-size: 16px;
}
.vc_row .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
	width: 370px;
	height: 400px;
}
.vc_row.list_row li a{
	text-decoration: underline !important;
}
.vc_row.list_row li a:hover{
	color:#1738e5;
}
/*VIDEO_SECTION*/
.custom-event-class .wpb-content-wrapper .vc_row.banner_row {
	max-width:100%;
}
.vc_row .preview-lazyload {
	position: absolute;
	top: 0;
}
/*FOOTER_SECTION*/
.vc_row .wpb-copyright {
	font-size:14px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.vc_row.header_row .vc_inner .wpb_column {
		width:100%;
		text-align:center;
	}
	.vc_row.header_row .vc_inner .vc_col-sm-4 {
		padding-bottom:15px;
	}
	.site-logo {
		justify-content: center;
	}
	.vc_row.practices_row .vc_column-gap-30 {
		margin-left: 0;
		margin-right: 0;
	}
	.vc_row.bio_col .wpb_text_column {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.vc_row.short-bio .wpb_single_image {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 959px){
	html body div.wprm-wrapper {
		overflow: hidden;
	}
	#genesis-mobile-nav-primary,.custom-event-class nav::before, h1.vc_custom_heading br {
		display:none;
	}
	#wprmenu_bar, .vc_row.header_row .wpb_column {
		width:100%;
	}
	.menu-item { 
		display: block !important; 
		width: 100%; 
	} 
	[data-wpr-lazyrender] { 
		content-visibility: visible;
	} 
	div#mg-wprm-wrap ul li span.wprmenu_icon {
		line-height: 26px;
		width:100%;
	}
	#mg-wprm-wrap li.menu-item a {
		padding: 6px 8px;
	}
	.vc_row.header_row .wpb_column {
		text-align:center;
	}
	.vc_row.header_row .vc_inner .vc_col-sm-4 {
		padding-bottom: 0;
	}
	#wprmenu_bar .menu_title a {
		display:none;
	}
	.mob-menu {
		display:block !important;
	}
	.vc_row.bio_col h3{
		font-size: 19px;
	}

}
@media only screen and (max-width: 767px){
	h1, h2, h3, .site-footer p, .vc_row .text-right, .vc_row .vc_btn3-container{
		text-align:center !important;
	}
	.vc_row.bio_col .vc_inner .vc_column-inner{
		border:0 !important;
		padding-bottom: 0 !important;
	}
	.vc_row.sub_twocol .vc_inner .vc_column-inner {
		border: 0 !important;
		padding: 25px 15px !important;
	}
	.vc_row .vc_sep_width_10, .vc_row .vc_sep_width_20, .vc_row .vc_sep_width_30 {
		width: 100%;
	}
	.site-footer p.wpb-copyright {
		display:block;
		white-space: inherit;
	}
	.vc_row.practices_row .wpb_text_column br {
		display:none;
	}
	h1.vc_custom_heading {	
		padding:0 10px;
	}
	#practice-areas, #contact, #about_section, #flip_row {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.vc_row.short-bio .wpb_single_image {
		padding-right: 0;
		width: 100%;
		float: none;
		text-align:center;
	}
	#flip_row .vc_sep_pos_align_center {
		padding-bottom: 0em !important;
	}
	#flip_row .vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
		border-top-width: 2px;
	}
}
@media only screen and (max-width: 639px){
	h1 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 479px){
	.vc_row.banner_row .vc_btn3.vc_btn3-style-custom {
		padding: 12px 18px;
		font-size: 18px;
	}
	.logo-title a {
		font-size: 15px;
	}
	.vc_row .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
		width: 100%;
	}
	.vc_row .vc-hoverbox-block-inner {
		font-size: 14px;
		line-height: 1.4;
	}
	h2 {
		font-size: 22px;
	}
}