:root {
    --accent-color: #018EE4;
	--accent-color2: #064288;

	--link-color:#018EE4;
	--link-hover-color:#064288;
      /*family*/
    --heading-family: "Big Shoulders";
    --body-family: "Roboto Condensed";

	/*button*/
	--button-bg-color: #0172BB;
	--button-hover-color: #FC9B00;

    /*font size*/
    --body-font-size: 17px;
    --body-font-size-small: 14px;
    --body-font-size-large: 26px;

    --heading-1: 120px;
    --heading-2: 70px;
    --heading-3: 50px;
    --heading-4: 36px;
    --heading-5: 20px;
    --heading-6: 17px;

	--heading-color: #1c1c24;

    --menu-font-size: var(--body-font-size);

    --body-color: #393939FF;

    --dark-body-color: #ffffff;
    --dark-body-bgcolor: #000000;


    --spacing: 40px;
    


    --area-spacing: 110px;

    --area-container-spacing: 80px;
	--HeaderHeight: 132;
}

.heading-family{
	font-family: var(--heading-family);
}
.body-family{
	font-family: var(--body-family);
}
.border-radius-3{
	border-radius: 3px !important;
}
.d-spear{
	padding-top: var(--spacing);
	padding-bottom: var(--spacing);
	
}
.area-spacing{
	padding-top: var(--area-spacing);
	padding-bottom: var(--area-spacing);
}
strong, b {
    font-weight: bold;
}
/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}

/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}

.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	background: #252930;
	padding-top: calc(var(--HeaderHeight) * 1px);
}
.body_bg {
	min-height: 100%;
	overflow: hidden;
	background-color: #fff;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: 300 var(--body-font-size)/1.58 var(--body-family), Helvetica, sans-serif; 
	color: var(--body-color);
	height: 100%;
}

.Normal {
	font-family: var(--body-family), Helvetica, sans-serif, sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	word-wrap: inherit;
}


p {
	margin: 0px 0px 1.1em 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:var(--link-color);
}

A:active {
	color:var(--link-color);
	text-decoration: none;
}

A:visited {
	color:var(--link-color);
	text-decoration: none;
}

A:hover {
	color:var(--link-hover-color);
	text-decoration: underline;
}

A:focus {
	color:var(--link-color);
	outline: none;
	-moz-outline: none;
}

h1 {
	color:var(--heading-color);
	font-family: var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-1);
	line-height:1.1;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:var(--heading-color);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-2);
	line-height:1.1;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:var(--heading-color);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-3);
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4,.title-h4 {
	color:var(--heading-color);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-4);
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5,.title-h5 {
	color:var(--heading-color);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-5);
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h6,.title-h6 {
	color:var(--heading-color);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-6);
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}



form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}



/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}
.LoginPanel{
	margin-top: 50px;
}
.pane-warp .row [class*="Pane"] {
	padding: 0px 0px 0px 0px;
}
.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */
.breadcrumb{
	display: inline-block;
}

.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
	#footer-menu,
	.footer_flex{
		justify-content: center;
	}

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: auto;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}
#dnn_wrapper > div.custom_layout02,
#dnn_wrapper > div.bg01.pane-warp.custom_dnn_pane{
	position: relative;
	z-index: 2;
}
#dnn_wrapper .footer_box{
	position: relative;
	z-index: 1;
}
.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #0172BBFF;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	background-color: #252930;
	position: fixed;
	left: 0;
	top: 0;
	padding: 25px 0;
	width: 100%;
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
	z-index: 903;
	-webkit-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s;
}
.hedaer_minHeight.active{
	background-color: rgba(37,41,48, 0.95);
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	
.head_felx{
	display: flex;
	align-items: center;
}
 
.nav_box {
	position: relative;
	margin-left: auto;
	margin-right: 15px;
}

/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;

}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
 
#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;

}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}

#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a > span{
	position:relative;
	background-color:#fff;
	color:#666666;
	display:block;
	font-size:18px;
	line-height:32px;
	padding:2px 16px;
	font-weight:bold;
	font-family: var(--heading-family);
	transition: background-color ease-in 300ms, color ease-in 300ms;
	-moz-transition: background-color ease-in 300ms, color ease-in 300ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 300ms, color ease-in 300ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 300ms, color ease-in 300ms; /* Opera */
	-ms-transition: background-color ease-in 300ms, color ease-in 300ms; /* IE9? */
}

#dnngo_megamenu > div > ul > li > a > span:after {
	content:" ";
	position:absolute;
	top:0px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #3c3950;
	z-index: -1;
	opacity: 0;
}


/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin:0;
	padding:0;
	visibility: hidden;
	opacity: 0;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
	transform: translateY(20px);
	border: 1px solid #DFE5E8;
	border-top: 0;
}
#dnngo_megamenu li:hover .dnngo_menuslide{
	display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .primary_structure > li{
	padding-bottom: 20px;
	margin-bottom: -20px;
}
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	white-space:nowrap;
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}


#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	border: 1px solid #DFE5E8;
	border-top: 0;
}
#dnngo_megamenu .primary_structure > li .dnngo_submenu{
	margin-top: -1px;
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
	border-top: 1px solid #DFE5E8;
	background-color: #252930;
}
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 15px 30px 15px 27px;
	border-left: 3px solid transparent;
	font-size:16px;
	display: block;
	color: #ffffff;
	transition: 		color 0.3s, background-color 0.3s, border-left-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s; /* Firefox 4 */
	-webkit-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s; /* Safari and Chrome */
	-o-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s; /* Opera */
	-ms-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s; /* IE9? */

}



#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/*dnngo_boxslide*/



/*dnngo_custommenu*/





/*color*/

#dnngo_megamenu .dnngo_slide_menu ,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide{
	background-color:#FFFFFF;
}

#dnngo_megamenu .dnngo_slide_menu li{

}
#dnngo_megamenu .dnngo_boxslide ,
#dnngo_megamenu .dnngo_slide_menu li a,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color:#fff;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before ,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:#1C1C24;
	border-left-color: #0172BB;
}


#dnngo_megamenu .dnngo_menuslide {
	
}
#dnngo_megamenu > div > ul > li > a > span{
	background:transparent;
	color:#fff;
}
#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span{
	color:#0172BBFF;

}
#dnngo_megamenu > div > ul > li.current > a:hover > span{
	color:#fff;
}
#dnngo_megamenu > div > ul > li.current > a > span:after{
	opacity: 1;
}

.roll_menu.roll_activated{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide{
  top: 100%!important;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide .menuslide{
  top: 0!important;
}


.roll_menu.roll_activated .header_top ,
.roll_menu.roll_activated .dnn_logo {
	display:none;
}



/* ********** CONTENT ************** */	


#dnn_content {
	padding:0;
}



/* ********** FOOTER ************** */	

.footer-site-info {
    font-size: 15.7862px;
	color: #ffffff;
	line-height: 27px;
}
#dnn_wrapper .footer_bottom .footer-site-info a {
    color: #0172BBFF;
}

.copyright_style {
	
}

.FooterPane {
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 15.762px;
	color: #8e96a6;
}

.copyright_style a:hover {
	text-decoration: underline;

}
#footer-menu {
    display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0;
	margin: 0;
}
#footer-menu li:first-child{
	padding-left: 0;
}
#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
	margin-bottom: 5px;
}
#footer-menu li a {
    color: #8e96a6;
    display: block;
}
#footer-menu li a:hover{
	color: #0162A1FF;
	text-decoration: none;
}
#footer-menu li + li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-right: 1px solid #8e96a6;
}
#footer-menu li:last-child{
	margin-right: 20px;
}
#footer-menu li:last-child:after{
	content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 0;
    border-right: 1px solid #8e96a6;
}
.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 0px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border: 0;
	position: fixed;
	bottom: 35px;
	right: 40px;
	cursor: pointer;
	z-index: 1000;
	transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
#to_top.active{
	opacity: 0.5;
	visibility: visible;
}
#to_top:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #06060f;
	
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	opacity: 0.5;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	z-index: 1;
}

#to_top:hover:before {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}



#Body .button-head{
	position: relative;
    display: inline-block;
    text-align: center;
	color: #fff;
	font-family: var(--heading-family);
	height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
	white-space: nowrap;
    border: 0 none;
	vertical-align: middle;
	-o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
	font-weight: 400;
	letter-spacing: 1.5px;
	border-radius: 0;
	background-color: var(--button-bg-color);
}
#Body .button-head:hover{
	background-color: var(--button-hover-color);
	text-decoration: none;
}
.bg-option{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.img-bg01{
	background-image: url(/Portals/0/backgrounds/imgbg01.jpg);
}
.img-bg02{
	background-image: url(/Portals/0/backgrounds/imgbg02.jpg);
}
.custom_banner_font .title{
	color: #454545;
	font-style: normal;
    font-weight: normal;
	padding-bottom: 26px;
}
.form_con{
    background-color: #0172bb;
    padding: 30px 40px;
    max-width: 400px;
    margin-left: auto;
    border-radius: 2px;
}
.form_con .title{
	margin-top: 0 !important;
    font-size: 20px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
	font-weight: normal;
	margin: 1.13em 0;
	letter-spacing: 0;

}
#Body .button-001{
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #ffffff;
	border-radius: 0px;
    background-color: #0172bb;
	height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
	position: relative;
    display: inline-block;
    text-align: center;
	white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
	-o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-family: var(--heading-family);
}
#Body .button-001:hover{
	background-color: var(--button-hover-color);
	text-decoration: none;
}
#Body .button-002{
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #ffffff;
    background-color: #FCB501;
	height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
	position: relative;
    display: inline-block;
    text-align: center;
	white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
	-o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-family: var(--heading-family);
	border-radius: 0px;
}
#Body .button-002:hover{
	background-color: #EA9C00;
	text-decoration: none;
}
.title-001{
	font-size: 35px;
    color: #1C1D26;
	font-weight: normal;
	padding-bottom: 30px;
}
.custom_title_img .img_box img{
	max-width: 80px;
}
.custom_title_img .img-title a{
	color: currentColor;
}
.custom_title_img .img-title a:hover{
	text-decoration: none;
}
.custom_title_img .img-title{
	color: #3c3950;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	margin: 1.19em 0;
    letter-spacing: 0.05em;
}
.custom_title_img p{
	color: #818a94;
}
.custom_position .col-md-12{
	position: static;
}
.d-spear2{
	padding-top: 134px;
	padding-bottom: 60px;
}
.spacing-pb-100{
	padding-bottom: 100px;
}
.bg01{
	background-color: #F3F4F6;
}
.bg02{
	background-color: #0261d5;
}
.bg03{
	background-color: #EFEFEF;
}
.bg04{
	background-color: #FCFCFC;
}
.ratio-img01{
	padding-bottom: calc(632/993 * 100%);
	position: relative;
	overflow: hidden;
	font-size: 0;
}
.ratio-img01 img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}
.custom_dnn_pane{
	padding-top: 70px;
}
.custom_dnn_pane .custom_mt .row > div:first-child{
	background-color: #fff;
	position: relative;
}
.custom_dnn_pane .custom_mt .row > div:first-child:before{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 100vw;
	bottom: 0;
	background-color: #fff;
}
.custom_dnn_pane .custom_mt .row > div:first-child:after{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 8%;
	bottom: 0;
	background-color: #fff;
}
.styled-subtitle{
	font-size: 24px;
	font-weight: 300;
	line-height: 37px;
	letter-spacing: .6px;
	padding-bottom: 18.7px;
}
.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
	padding-top: 80px;
	padding-bottom: 33px;
}
.pane-warp .row [class*="Pane"].Custom_Inside_Background03_Pane02{
	padding-top: 66px;
	padding-bottom: 0px;
	padding-right: 10px;
	min-height: 269px;
}
.pane-warp .row [class*="Pane"].Custom_Inside_Background03_Pane02 .styled-subtitle{
	padding-bottom: 0;
	margin-bottom: -20px;
}
#insidepage .custom_dnn_pane .custom_mt{
	margin-top: -268px;
}
.dnnEditState #insidepage .custom_dnn_pane .custom_mt{
	margin-top: 0;
}
.btn_option{
	padding-top: 135px;
	margin-left: -10px;
}
.custom_dnn_pane .custom_mt{
	margin-top: -278px;
}
.title-line{
	padding-top: 92px;
	margin-bottom: 1.1em;
	position: relative;
}
.title-line:before{
	content: "";
    position: absolute;
    width: 3px;
    height: 50px;
    top: 0;
	left: 0;
    background: #0261d4;
}
.title-line .title-h2{
	color: #1c1c24;
	line-height: 55px;
	font-size: 45px;
	font-weight: normal;
	font-family: var(--heading-family);
}
.custom_box02{
	background-image: url(/Portals/0/backgrounds/bg-2b-1.jpg);
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
	padding-top: 155px;
	padding-bottom: 93px;
}

.title-h3{
	color: #1c1c24;
	line-height: 60px;
	font-size: 50px;
	font-weight: normal;
	font-family: var(--heading-family);
}
.custom_box02 .title-h3{
	color: #fff;
}
.title-xlarge{
	font-size: 150px;
	line-height: 1;
	font-weight: normal;
	font-family: var(--heading-family);
	letter-spacing: 0.05em;
}
.custom_box02 .title-xlarge{
	color: #fff;
	padding-top: 126px;
}
.title-h5{
	letter-spacing: 1.5px;
	color: #1c1c24;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
}
.custom_box02 .title-h5{
	color: #fff;
}

.custom_box02 .row > div:last-child .dnn_column-inner{
	padding-left: 15px;
}
.custom_box02 .row > div:first-child .dnn_column-inner{
	padding-left: 20%;
}
.custom_pt_70{
	padding-top: 70px;
	padding-bottom: 170px;
}

.title_line2{
	margin-bottom: 1.1em;
	position: relative;
    padding-left: 59px;
}
.title_line2:before{
	content: "";
    position: absolute;
    width: 3px;
    height: 50px;
    top: 5px;
    left: 0;
    background: #0261d4;
}
.custom_dnn_pane2 .custom_mt{
	margin-top: -164px;
	position: relative;
	z-index: 2;
}
.custom_dnn_pane2 .custom_mt2{
	margin-top: -251px;
	position: relative;
	z-index: 1;
}
.dnnEditState .custom_dnn_pane2 .custom_mt,
.dnnEditState .custom_dnn_pane2 .custom_mt2{
	margin-top: 0;
}

.custom_bg_white .row > div .Custom_Footer_Row1_Pane{

	position: relative;
	padding-top: 157px;
	padding-right: 21px;
	padding-bottom: 224px;
	padding-left: 20px;
}
.custom_bg_white .content_mid > .row > div:first-child{
	background-color: #fff;
}
.custom_bg_white .content_mid > .row > div:first-child:before{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	background-color: #fff;
	width: 100vw;
	bottom: 0;
	left: auto;
}

#insidepage .custom_bg_white .row > div:first-child{
	background-color: #fff;
	position: relative;
}
#insidepage .custom_bg_white .row > div:first-child:before{
	content: "";
	position: absolute;
	right: 100%;
	width: 100vw;
	top: 0;
	bottom: 0;
	background-color: #fff;
}

.color-white{
	color: #fff;
}
.form_title{
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
	color: #fff;
}
.footer_title{
	padding-bottom: 50px;
}
.custom_dnn_pane3 .full-column-inner{
	background-image: url(/Portals/0/backgrounds/16-1-2.jpg);
	background-position: 0 0 !important;
    background-repeat: no-repeat !important;
	margin-top: -270px !important;
}
#insidepage .custom_dnn_pane3 .full-column-inner{
	margin-top: 0 !important;
}
#insidepage .pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
	padding-top: 98px;
	padding-bottom: 50px;
}
.custom_dnn_pane3 .content_mid{
	padding: 0;
}
.footer_logo{
	max-width: 270px;
	margin-bottom: 20px;
}
.socials-list {
    margin-left: -10px;
    margin-right: -10px;
}
.socials-list .socials-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	-o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 16px;
	display: inline-block;
}
.footer_bottom .socials-list .socials-item{
	color: #fff;
	-o-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.footer_bottom .socials-list .socials-item:hover .socials-item-icon{
	-o-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.footer_bottom .socials-list .socials-item:hover .socials-item-icon.fa-facebook{
	color: #4e64b5;
}
.footer_bottom .socials-list .socials-item:hover .socials-item-icon.fa-linkedin{
	color: #0288d1;
}
.footer_bottom{
	background-color: #1C1C24;
	padding: 40px 0;
}
.footer_bottom .row [class*="Pane"]{
	padding: 0;
}
.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
	position: relative;
	padding: 300px 20px 50px;
}
.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane:before{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 7px;
	background-color: #0361D5;
}
#page_title{
	position: relative;
}
#page_title.pane-warp{
	padding: 160px 0;
}
#page_title .Custom_Page_Title_Background_Pane{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#page_title .Custom_Page_Title_Background_Pane img.full_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.personabar-visible #page_title .Custom_Page_Title_Background_Pane .DnnModule{
	position: static;
}


#page_title .page-title-background-overlay{
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: #00000085;
	z-index: 1;
}


#page_title .page-title-center{
	position: relative;
	z-index: 2;
	padding: 0 15px;
}
#page_title .page-title-center .row{
	justify-content: space-between;
}
#page_title .page-title-center .row > div:first-child{
	border-left: 70px solid #0261d4;
}
.title-h1{
	font-size: 120px;
	line-height: 130px;
	font-weight: normal;
	font-family: var(--heading-family);
	color: #fff;
}

.dnnEditState .custom_dnn_pane .custom_mt{
	margin-top: 0;
}

#Body .light-text .Normal{
	color: #fff;
}
.bar_con p + p{
	padding-top: 32px;
}
#insidepage .d-spear2{
	padding-bottom: 32px;
    padding-top: 55px;
	margin-top: 80px;
}
.team_box .title-h4{
	font-weight: normal;
}
.accordion ul,
.Normal ul,
.team_box ul{
	padding-left: 40px;
	margin-top: 14px;
	margin-left: 0;
}
.accordion ul li,
.Normal ul li,
.team_box ul li{
	position: relative;
    list-style: none;
    padding-bottom: 6px;
}
.accordion ul li:before,
.Normal ul li:before,
.team_box ul li:before {
    left: -12px;
    content: "";
    height: 3px;
    width: 3px;
    position: absolute;
    background-color: #002b36;
    border-radius: 50%;
    top: 12px;
}
.team_box{
	padding-top: 30px;
}

.team_img img{
	border-radius: 4px;
    box-shadow: none;
}
.bg-color01{
	background-color: #F3F3F3;
}
.team_box.team_spear{
	padding-top: 74px;
	padding-bottom: 59px;
}
.team_box.team_spear1{
	padding-top: 94px;
	padding-bottom: 65px;
}
.team_box.team_spear2{
	padding-top: 74px;
	padding-bottom: 57px;
}
.logo_list .row > div:first-child .logo_img{
	max-width: 194px;
}
.logo_list .row > div:nth-child(2){
	text-align: center;
}
.logo_list .row > div:nth-child(3){
	text-align: center;
}
.logo_list .row > div:nth-child(4) .logo_img{
	max-width: 150px;
}
.logo_list{
	padding-top: 60px;
	padding-bottom: 60px;
}
.logo_list .logo_img{
	padding-bottom: 30px;
}
.text_right{
	text-align: right;
}
.pane-warp.custom-img-right{
	padding-top: 50px;
}
.context02 .title-h4{
	padding-bottom: 30px;
}
.context02 .title-h4 + p{
	padding-bottom: 30px;
}
.link_style{
	position: relative;
}
.link_style .full_link{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.link_style:hover .img-title a{
	color:rgb(1,114,187);
}
.link_style:hover .custom_text *{
	color:rgb(1,114,187);
}
.custom_title_img.link_style .img_box img{
	max-width: 95px;
}
.custom_title_img.link_style{
	margin-top: 90px;
}
.custom_layout02 .custom_mt{
	margin-top: -150px;
}
.dnnEditState .custom_layout02 .custom_mt{
	margin-top: 0%;
}
.white_bg .row > div:first-child{
	background-color: #fff;
}
.white_bg .row > div:first-child:before{
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		bottom: 0;
		background-color: #fff;
}
.white_bg .row > div:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 8%;
    bottom: 0;
    background-color: #fff;
}
.white_bg .row > div:first-child [class*="Pane"]{
	padding-top: 80px;
	padding-bottom: 40px;
}
.custom-ratio{
	padding-bottom: calc(712/808 * 100%);
}
.white_bg .btn_option{
	padding-top: 100px;
}
.custom_dnn_pane02 .Custom_Background04_Right_Pane{
	padding-right: 49px !important;
}
.custom_dnn_pane02 .bg01{
	padding-top: 90px;
}
.custom-ratio2{
	padding-bottom: calc(830 /1003 * 100%);
}
.dnnEditState .custom_dnn_pane02 .custom_mt{
	margin-top: 0;
}
.custom_dnn_pane02 .custom_mt .row > div:first-child{
	background-color: #0072BC;
}
.custom_dnn_pane02 .custom_mt .row > div:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    bottom: 0;
    background-color: #0072BC;
}
.custom_dnn_pane02 .custom_mt .row > div:first-child [class*="Pane"]{
	padding-top: 70px;
	padding-bottom: 30px;
}
.custom_dnn_pane02 .custom_mt .row > div:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 8%;
    bottom: 0;
    background-color: #0072BC;
}
.custom_dnn_pane02 .custom_mt{
	margin-top: -261px;
}
.estate-planning-box .custom-h1{
	font-size: 25px;
	color: #3C3B3B;
}
.custom_dnn_pane2{
	position: relative;
	z-index: 2;
}
.estate-planning-box2{
	padding-top: 50px;
	padding-bottom: 50px;
}
.accordion ol,
.Normal ol {
    list-style: none;
    counter-reset: li;
	margin-left: 35px;
}
.accordion ol li,
.Normal ol li {
    position: relative;
    padding-bottom: 6px;
}
.accordion ol li:before,
.Normal ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    counter-reset: section;
    top: -4px;
    left: -2em;
    width: 2em;
    padding: 4px 0;
    font-weight: bold;
    text-align: center;
}
.estate-planning-box03{
	padding-top: 20px;
}
.estate-planning-box,
.estate-planning-box02{
	padding-bottom: 30px;
}
.estate-planning-box .styled-subtitle{
	padding-top: 30px;
}
.estate-planning-box{
	padding-top: 20px;
}
.dnn_text h4{
	margin-bottom: 36px;
}
.dnn_text{
	padding-top: 27px;
	padding-bottom: 20px;
}
.list_p_style img{
	width: 15px;
}
.webinar_box01 .title{
	padding-bottom: 70px;
}
.pane-warp .row [class*="Pane"].Custom_Footer_Top_Background_Pane{
	padding: 50px 0;
}

#Body .list_style01{
	padding: 0 0 14px;
	margin: 0;
}
#Body .list_style01 li{
	list-style: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0.7em;
}
#Body .list_style01 li:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #0261d4;
	position: absolute;
	left: 5px;
	top: 10px;
	border-radius: 0;
}
.faq_title .title{
	font-weight: normal;
}

/*postit*/
.ModWebSitesCreativePostItC{
	padding: 50px 0;
}
.ModWebSitesCreativePostItC .wsc_postit_subscribe{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list{
	display: flex;
	flex-wrap: wrap;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
	max-width: calc(1/3 * 100%);
	flex: 0 0 calc(1/3 * 100%);
	padding: calc(42px / 2);
	height: auto;
	display: flex;
	flex-flow: column;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging{
	max-width: 100%;
	flex: 0 0 100%;
	text-align: center;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a,
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging span{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-family: var(--heading-family);
	color: #d4d9de;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging span:hover,
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a:hover,
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging .Current{
	background-color: #0172BBFF;
	color: #fff;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a.wsc_tag:first-child{
	font-size: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a.wsc_tag:last-child{
	font-size: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a.wsc_tag:first-child:before{
    content: "\f104";
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 20px;
}
.ModWebSitesCreativePostItC .wsc_posts_list .posts-paging a.wsc_tag:last-child:before{
	content: "\f105";
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 20px;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_clear{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_pi_post_header > .wsc_pi_feed_info{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame{
	order: 1;
	float: none;
	margin: 0;
	margin-bottom: 26px;
	margin-right: 0 !important;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_pi_post_header{
	order: 2;
	flex-grow: 1;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame + div{
	order: 3;
	line-height: 1.5;
	max-height: calc(3em * 1.5);
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > p{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_pi_post_header .wsc_title{
	letter-spacing: 1.5px;
	line-height: 30px;
	font-size: 20px;
	font-style: normal;
    font-weight: 400;
	font-family: var(--heading-family);
	color: #1c1c24;
	padding-bottom: 2px;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_pi_post_header .wsc_title a{
	color: currentColor;
	display: block;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_pi_post_header .wsc_title a:hover{
	text-decoration: none;
	color: var(--accent-color);
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame .wsc_frame_cc{
	position: relative;
	padding-bottom: calc(362/362 * 100%);

}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame .wsc_frame_cc img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame{
	position: relative;
	overflow: hidden;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame .wsc_frame_tl{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s;
	background-color: rgba(1, 114, 187, 0.8);
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item:hover > .wsc_image_frame .wsc_frame_tl{
	opacity: 1;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > .wsc_image_frame .wsc_frame_tl:before{
	content: "\f15c";
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 40px;
	color: #fff;
	opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item:hover > .wsc_image_frame .wsc_frame_tl:before{
	opacity: 1;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.post_detail{
	font-size: 45px;
	line-height: 63px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_image_frame.imgLeft{
	float: none;
	padding-bottom: 95px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_image_frame.imgLeft img{
	max-width: 100%;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content{
	padding-bottom: 40px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content p img.emoji{
	max-width: 15px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content ol,
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content ul{
	display: block;
    list-style-type: disc;
	margin: 0;
	padding: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content ul li::marker{
	unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content h4{
	margin: 36px 0;
	letter-spacing: .9px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_post_header{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug{
	font-size: 0;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug a{
	position: relative;
    display: inline-block;
    color: #0172BBFF;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
	background-color: #bee7ff;
    z-index: 2;
    padding: 0 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug a:before {
    content: '';
    position: absolute;
	background-color: #bee7ff;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg);
	-o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-color: #ffffff;
	-o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug a:hover{
	text-decoration: none;
	background-color:#0172BBFF;
	color: #fff;
}

.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_footer .wsc_tags_cloug a:hover:before{
	background-color:#0172BBFF;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view blockquote {
    margin: 0;
    font-size: 24px;
    line-height: 37px;
    padding: 67px 87px;
    background-color: #f3f5f6;
    position: relative;
	border: 0;
    font-style: normal !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view blockquote p{
	font-size: 24px;
    line-height: 37px;
	margin: 0;
	font-style: normal !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view blockquote p a{
	color:#0172BBFF;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view blockquote::after{
	background-image: url("data:image/png;base64,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");
	position: absolute;
    font-style: normal;
    content: '';
    font-size: 76px;
    line-height: 37px;
    font-weight: normal;
    right: 67px;
    bottom: 0px;
    color: #a3e7f0;
	width: 78px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: contain;
}

.elder-law-box{
	padding-top: 34px;
}

#Body .custom_heading{
	font-size: 25px;
}


.sticky-header.active.show-slide-in {
	transform: translateY(0);
	animation: slideIn 0.3s ease-out forwards; 
}

@keyframes slideIn {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.sticky-header.hide-slide-out {
	transform: translateY(0); 
	animation: slideOut 0.3s ease-in forwards; 
}

@keyframes slideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}


.privacy-policy-box ol{
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
	margin: 0;
}
.privacy-policy-box ol li{
	display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
	line-height: 27px;
}
.privacy-policy-box ol li:before{
	display: none;
}
.privacy-policy-box ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.privacy-policy-box ol ul{
	list-style-type: circle;
	margin-block-start: 0px;
    margin-block-end: 0px;
}
.privacy-policy-box ol ul li{
	display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
	list-style-type: circle;

}
.privacy-policy-box ol ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.privacy-policy-box > ul li::before{
	width: 5px;
	height: 5px;
	top: 11px;
}
.privacy-policy-box ul li p{
	line-height: 27px;
}
.privacy-policy-box{
	line-height: 27px;
}
.privacy-policy-box{
	padding-top: 60px;
	padding-bottom: 40px;
}
.payment-box{
	text-align: center;
	padding-top: 130px;
	padding-bottom: 80px;
}
.footer_center_box .Normal a:hover{
	text-decoration: underline;
}
.footer_center_box .Normal{
	color: #fff;
}
.quote_form_box .LiveForm.kruglerlaw-EventForm .Dropdown select,
.quote_form_box .LiveForm.kruglerlaw-EventForm .Textarea textarea,
.quote_form_box .LiveForm.kruglerlaw-EventForm .Textbox input,
.quote_form_box .LiveForm.kruglerlaw-EventForm .Email input,
.quote_form_box .LiveForm.kruglerlaw-EventForm .Fullname input{
	background-color: #FCFCFC;
}
.footer_flex{
	display: flex;
	flex-wrap: wrap;
}
#Body .LoginLink{
	color: #8e96a6;
}

#Body .LoginLink:hover{
	color: #0162A1FF;
    text-decoration: none;
}
.ModDNNGoxEventC .event_list .event_title{
	font-size: var(--heading-4);
}
.map_ifarme .map_iframe{
	max-width: 100%;
	margin-top: 50px;
}
.custom_box01_form iframe{
	overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.custom_form_bg{
	overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
	
}
.custom_form_bg > div{
	margin: 8px;
	background: #fff;
}
#Body .custom_form_bg .LiveForm{
	margin: 0;
	padding: 20px;
}
 /*******HTML123*********/
 @media only screen and (min-width: 1700px) {
	.title-line .title-h2{
		line-height: 80px;
		font-size: 70px;
	}
 }
 @media only screen and (min-width: 1600px) {
	.privacy-policy-box{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	
	#Body .custom_heading{
		line-height: 130px;
	}

	.elder-law-box2{
		padding-top: 36px;
	}
	.elder-law-box3{
		padding-top: 36px;
		padding-bottom: 80px;
	}
	.ModWebSitesCreativePostItC{
		padding: 110px 0;
	}
	.faq_title{
		padding-top: 10px;
	}
	.pane-warp .row [class*="Pane"].Custom_Footer_Top_Background_Pane{
		padding: 100px 0;
	}
	.estate-planning-box03{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.estate-planning-box2{
		padding-top: 110px;
		padding-bottom: 60px;
	}
	.pane-warp.custom-img-right{
		padding-top: 118px;
	}
	.custom-img-right .content_mid{
		padding: 0 90px;
	}
	.custom-img-right .pane_spear [class*="Pane"]{
		padding-left: 17%;
		padding-right: 17%;
	}
	.team_img{
		padding-right: 6px;
	}
	.team_box > .row > div:last-child{
		padding-left: 21px;
	}
	.team_box{
		padding-top: 90px;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-top: 157px;
		padding-right: 21px;
		padding-bottom: 224px;
		padding-left: 0;
	}
	#insidepage .custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-top: 281px;
		padding-bottom: 20px;
	}
	#footer-menu {
		padding-left: 42px;
	}
	.btn_option{
		margin-left: -50px;
	}

	.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
		padding-left: 24%;
		padding-right: 50px;
		padding-bottom: 50px;
		padding-top: 372px;
	}
	#insidepage .pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
		padding-top: 98px;
		padding-bottom: 50px;
	}


	.custom_box03 .styled-subtitle{
		margin-bottom: 31px;
	}
	.custom_box03{
		padding-top: 162px;
		padding-left: 44px;
	}
	.custom_box02 .row > div:first-child{
		padding-right: 0;
	}
	.context01{
		padding-right: 50px;
	}
	.row .Custom_Inside_Background03_Right_Pane,
	.row .Custom_Background03_Right_Pane{
		padding-right: 69px !important;
	}
	.custom_title_img{
		padding: 0 15px;
	}
	.title-001{
		padding-bottom: 80px;
	}
	.form_con{
		margin-left: 164px;
	}
	.custom_banner_font{
		margin-top: 90px;
	}
 }
 @media only screen and (min-width: 1800px) and (max-width: 1899px) {

}
 @media only screen and (min-width: 1700px) and (max-width: 1799px) {
	.custom_dnn_pane02 .custom_mt{
		margin-top: -200px;
	}
}
 @media only screen and (min-width: 1600px) and (max-width: 1699px) {
	.custom_dnn_pane02 .custom_mt{
		margin-top: -150px;
	}
 }
 @media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.custom_dnn_pane02 .custom_mt{
		margin-top: -150px;
	}
 }
 @media only screen and (min-width: 1300px) and (max-width: 1399px) {
	.custom_dnn_pane02 .custom_mt{
		margin-top: -120px;
	}
	.title-line{
		padding-top: 60px;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-bottom: 120px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	.custom_dnn_pane02 .custom_mt{
		margin-top: -80px;
	}
	.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane:before{
		width: 19px;
	}
	.title-line{
		padding-top: 60px;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-bottom: 120px;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
		padding-top: 40px;
	}
	.custom_dnn_pane .custom_mt {
		margin-top: -238px;
	}

}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
	.custom_dnn_pane .custom_mt {
		margin-top: -205px;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.custom_dnn_pane02 .custom_mt{
		margin-top: -80px;
	}
	.custom_dnn_pane3 .full-column-inner{
		margin-top: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
	.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
		max-width: calc(1 / 2 * 100%);
		flex: 0 0 calc(1 / 2 * 100%);
	}
	.custom_dnn_pane02 .custom_mt{
		margin-top: -80px;
	}
	.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
		padding-right: 50px;
	}
	.custom_dnn_pane2 .custom_mt{
		margin-top: -100px;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-top: 20px;
	}
	.title-line{
		padding-top: 60px;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.custom_dnn_pane .custom_mt {
		margin-top: -108px;
	}
	.custom_pt_70{
		padding-bottom: 0;
	}
	.title-h3{
		font-size: 35px;
		line-height: 45px;
	}
}

 @media only screen and (min-width: 1250px) {

.dnn_layout {
	width: 1210px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
		max-width: calc(1 / 2 * 100%);
		flex: 0 0 calc(1 / 2 * 100%);
	}
	.custom_dnn_pane02 .custom_mt{
		margin-top: -80px;
	}
	.custom_dnn_pane2 .custom_mt2{
		margin-top: 0;
	}
	
	.custom_dnn_pane3 .full-column-inner{
		margin-top: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
		padding-top: 100px;
		margin-top: 0;
	}
	.custom_banner_font .title{
		font-size: 80px;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.title-line{
		padding-top: 60px;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.custom_dnn_pane .custom_mt {
		margin-top: -108px;
	}
	.custom_pt_70{
		padding-bottom: 0;
	}
	.title-h3{
		font-size: 35px;
		line-height: 45px;
	}
	.custom_dnn_pane2 .custom_mt{
		margin-top: -100px;
	}
.dnn_layout {
	width: auto;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}

 @media only screen and (max-width: 991px) {
	.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_image_frame.imgLeft{
		padding-bottom: 40px;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
		max-width: calc(1 / 2 * 100%);
		flex: 0 0 calc(1 / 2 * 100%);
	}
	.custom_dnn_pane02 .custom_mt{
		margin-top: 0;
	}
	.white_bg .row > div:first-child [class*="Pane"]{
		padding: 30px 0 10px;
	}
	.white_bg .btn_option{
		padding-top: 30px;
	}
	.title-h2,
	.title-line .title-h2{
        font-size: 7vw;
		line-height: 8vw;
	}
	#page_title .page-title-center .row > div:first-child{
		border-left-width: 20px;
	}
	#page_title .page-title-center .row{
		flex-wrap: nowrap;
	}
	#page_title .title-h1{
		line-height: 13vw;
		font-size: 12vw;
	}
	.custom_dnn_pane3 .full-column-inner{
		margin-top: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.logo_list .row > div .logo_img{
		margin-left: auto;
		margin-right: auto;
	}
	.team_img{
		margin-bottom: 30px;
	}
	.Custom_Inside_Background03_Right_Pane.Custom_Inside_Background03_Right_Pane{
		padding-right: 20px !important;
	}
	#insidepage .custom_dnn_pane .custom_mt{
		margin-top: 0;
	}
	#footer-menu{
	
	}
	.custom_dnn_pane3 .full-column-inner{
		margin-top: 0 !important;
	}
	.custom_bg_white .row > div .Custom_Footer_Row1_Pane{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.pane-warp .row [class*="Pane"].Custom_Footer_Row2_Pane{
		padding-top: 100px;
	}
	.d-spear2 {
		padding-top: 60px;
	}
	.custom_banner_font .title{
		font-size: 60px;
	}
	.area-spacing{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.spacing-pb-100{
		padding-bottom: 60px;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Pane02{
		padding-top: 40px;
	}
	.custom_dnn_pane2 .custom_mt{
		margin-top: 0;
	}
	.custom_dnn_pane2 .custom_mt2{
		margin-top: 30px;
	}
	.custom_pt_70{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.custom_box02{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.custom_box02 .title-xlarge {
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.custom_box02 .row > div:first-child .dnn_column-inner{
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.btn_option{
		padding: 30px 0;
		margin: 0;
	}
	.pane-warp .row [class*="Pane"].Custom_Background03_Right_Pane{
		padding-right: 20px;
	}
	.custom_dnn_pane .custom_mt{
		margin-top: 0;
	}
	.LogoPane_mobile .html_logo{
		max-width: 132px;
	}
	.hedaer_minHeight{
		padding: 0;
	}
	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	
	.header_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	
	.mobile_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile_right_flex{
		display: flex;
		gap: 20px;
		align-items: center;
	}
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 15px 50px 15px 0px!important;
		position: relative;
		min-height: 78px;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: relative;
		width: 28px;
		height: 30px;
		cursor: pointer;
	}
	
	.menu-line-1,
	.menu-line-2,
	.menu-line-3 {
	position: absolute;
	height: 2px;
	width: 28px;
	background-color: #fff;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; 
	}

	.menu-line-1 {
	top: 5px;
	}

	.menu-line-2 {
	top: 14px;
	}

	.menu-line-3 {
	top: 23px;
	}
	
	.mobile_icon.open .menu-line-1 {
		transform: rotate(45deg);
		top: 14px;
	}
	
	.mobile_icon.open .menu-line-2 {
		opacity: 0; 
	}
	
	.mobile_icon.open .menu-line-3 {
		transform: rotate(-45deg);
		top: 14px;
	}
	
	#mobile_menu {
		position: absolute;
		right: 0;
		left: 0;
		top: 100%;
		margin: 0;
		padding: 0 0px;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 906;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		top: calc(100% + 0px);
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		left: 0px;
		cursor: pointer;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 80px);
	}
	#mobile_menu.active{
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	#mobile_menu .menu_main {
		padding: 0;
		background-color: #fff;

	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.multi_menu ul > li > a[href="javascript:;"] > .menu_arrow{
		width: 100%;
	}

	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 16px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #1C1C24FF;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		font-family: var(--heading-family);
		font-weight: normal;
		border-bottom: 1px solid #DFE5E8;
		padding: 16px 30px 16px 26px;
		border-left: 4px solid transparent;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: absolute;
		right: 0;
		top: 5px;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #1C1C24FF;
		border-right: 2px solid #1C1C24FF;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #0172BBFF;
		border-right: 2px solid #0172BBFF;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #0172BBFF;
		border-left: 2px solid #0172BBFF;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #0172BBFF;
		border-left-color: #0172BBFF;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #DFE5E8;
	}
	
	.multi_menu ul li a:hover {
		color: #0172BBFF;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-left-color: #0172BBFF;
	}
	
	.multi_menu ul ul {
		display: none;
		background: transparent;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	

	.multi_menu ul li li a span{
		padding: 10px 0;
	}
	.multi_menu ul li li .menu_arrow{
		top: -1px;
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 40px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 55px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 70px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}
}

@media only screen and (max-width: 767px) {
	#page_title .title-h1{
		line-height: 1.4;
		font-size: 45px;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
		max-width: calc(1 / 1 * 100%);
		flex: 0 0 calc(1 / 1 * 100%);
	}
}

@media only screen and (max-width: 576px) {
	.HeadPaneA_mobile{
		display: none;
	}
	
}








@media (min-width:576px) { 
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{ 
		margin-right:calc((540px - 100vw)/2); 
		width:calc(100% + (100vw - 540px)/2); 
	} 
} 
@media (min-width:768px) { 
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{ 
		margin-right:calc((760px - 100vw)/2); 
		width:calc(100% + (100vw - 760px)/2); 
	} 
} 
@media (min-width:992px) { 
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{ 
		margin-right:calc((980px - 100vw)/2);
		 width:calc(100% + (100vw - 980px)/2); 
	} 
} 
@media (min-width:1200px) { 
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{ 
		margin-right:calc((1240px - 100vw)/2); 
		width:calc(100% + (100vw - 1240px)/2); 
} 
} 
@media (min-width:1600px) { 
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{ 
		margin-right:calc((1240px - 100vw)/2); 
		width:calc(100% + (100vw - 1240px)/2); 
	} 
}

























/*load*/
.personabar-visible #page-preloader{
	display: none;
}
#page-preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	opacity: 0.98;
	background: #2c2e3d;
}
.block-preloader.preloader,
.block-preloader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	height: auto;
}
.block-preloader + * {
	overflow: visible !important;
}
.block-preloader.preloader + *:not(iframe) {
	height: auto !important;
}
.block-preloader:after {
	display: none;
}
#page-preloader.preloader-loaded .page-preloader-spin,
.block-preloader.preloader-loaded .page-preloader-spin {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#page-preloader.preloader-loaded,
.block-preloader.preloader-loaded {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.no-js #page-preloader,
.no-js .block-preloader {
	display: none;
}
#page-preloader .page-preloader-spin,
.block-preloader .page-preloader-spin,
.preloader-spin {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1001;
	width: 80px;
	height: 80px;
	margin: -40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #b9b7ff;
	-webkit-animation: PreloaderSpin 2s linear infinite;
	animation: PreloaderSpin 2s linear infinite;
}
.preloader-spin {
	border-top-color: #b9b7ff;
}
.block-preloader .page-preloader-spin {
	top: 100px;
	margin-top: 0;
}
#page-preloader .page-preloader-spin:before,
.block-preloader .page-preloader-spin:before,
.preloader-spin:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #00bcd4;
	-webkit-animation: PreloaderSpin 3s linear infinite;
	animation: PreloaderSpin 3s linear infinite;
}
.preloader-spin:before {
	border-top-color: #00bcd4;
}
#page-preloader .page-preloader-spin:after,
.block-preloader .page-preloader-spin:after,
.preloader-spin:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #a3e7f0;
	-webkit-animation: PreloaderSpin 1.5s linear infinite;
	animation: PreloaderSpin 1.5s linear infinite;
}
.gem-fancybox-preloader .preloader-spin:after {
	border-top-color: #a3e7f0;
}
.preloader-spin:after {
	border-top-color: #7b97ab;
}
.fancybox-slide .gem-fancybox-preloader {
	width: 150px;
	height: 150px;
	background: transparent;
	margin: 0;
	margin-top: -75px;
	margin-left: -75px;
	padding: 0;
}
@-webkit-keyframes PreloaderSpin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes PreloaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}