* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul, li, ol {
	list-style-type: none;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", Verdana, sans-serif;
}
:focus {
	outline: none !important;
}
a {
	text-decoration: none !important;
}
/* fonts satrt */
@font-face {
	font-family: 'Geneva';
	src: url('../fonts/Geneva.woff2') format('woff2'), url('../fonts/Geneva.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans-Bold.woff2') format('woff2'), url('../fonts/LucidaSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans-Demi.woff2') format('woff2'), url('../fonts/LucidaSans-Demi.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Grande';
	src: url('../fonts/LucidaGrande-Bold.woff2') format('woff2'), url('../fonts/LucidaGrande-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Grande';
	src: url('../fonts/LucidaGrande.woff2') format('woff2'), url('../fonts/LucidaGrande.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans Unicode';
	src: url('../fonts/LucidaSansUnicode.woff2') format('woff2'), url('../fonts/LucidaSansUnicode.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* fonts end */
/* header css start */
header {
	padding: 0 0 21px;
}
.header-logo a {
	display: inline-block;
	padding-top: 24px;
}
.header-logo a img {
	width: 341px;
}
h2[itemprop="headline"]{
  color:#15c;
}
#network-header {
	padding: 0 0 21px;
}
#header-logo-network {
	padding-top: 9px;
}
header .row-bot {
    position: absolute;
    bottom: 0px;
}
.hide-class {
	display: none;
}
header .header-innerwrap.hide-class {
	display: block;
}
.header-innerwrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.header-top {
	position: relative;
}
.header-top ul li a:hover{
	color: #669ACC;
}
.header-top ul li:last-child a:hover{
	color: unset;
}
.header-top ul {
	/* background-image: url(../images/hedaer-top-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 31%;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
	height: 41px;
	padding: 5px 3px 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 60%;
	margin-left: auto;
	position: absolute;
	right: 0;
	margin-bottom: 0px;
	top: 0px;
*/
	margin-left: auto;
	height: 41px;
	margin-bottom: 0px;
	text-align: right;
    display: flex;
    justify-content: flex-end;
}
.menu_top li:first-child {
    border-radius: 0px 0px 0px 20px;
}
.menu_top li:last-child {
    border-radius: 0px 0px 20px 0px;
    border: none;
}
.menu_top li{
	display: inline;
    background: url(../images/hedaer-top-bg.png);
    padding: 10px;
    border-right: 1px solid #aaa;
}

.header-top ul li:last-child a{
	border-right: 0px;
}
.header-top ul li a {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 0 6px;
	text-decoration: none;
}

.header-navbar .navbar-nav .nav-item a {
	font-size: 15px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	padding: 0 10px;
}
.header-navbar .navbar-nav .nav-item.parent::after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #950101;
	font-weight: 700;
}
.nav-child ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
}
.nav-child ul li a:hover {
	color: unset;
	text-decoration: unset;
}

/*
.header-navbar .navbar-nav .nav-item a:hover, .nav-child li:hover {
	border-bottom: 2px solid #950101;
}
*/

.header-navbar .navbar-nav > .nav-item{
	border-bottom: 2px solid #fff;
}
.header-navbar .navbar-nav .nav-item:hover, .nav-child li:hover {
	border-bottom: 2px solid #950101;
}

.header-navbar .navbar-nav .nav-item a:hover, .nav-child li:hover a {
	color: #950101;
}
.header-navbar .navbar-nav .nav-item.active{
	border-bottom: 2px solid #950101;
}
.header-navbar .navbar-nav .nav-item.active > a {
	color: #950101;
}
.header-navbar li.nav-item {
	position: relative;
	padding: 0 2px;
	margin: 0px 2px;
}
.header-navbar li.nav-item:hover .nav-child {
	display: block;
}
ul.nav-child {
	display: none;
}
ul.nav-child {
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 200px;
	background-color: #fff;
	display: none;
	z-index: 9;
}
ul.nav-child li {
	padding: 0 10px 5px;
	border-bottom: 1px dotted #ccc;
}
ul.nav-child li a {
	font-size: 14px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	text-decoration: none;
}
.navbar-nav .nav-item:last-child ul.nav-child {
	left: auto;
	right: 0px;
	width: auto;
}
.navbar-nav .nav-item:last-child ul.nav-child li a {
	white-space: nowrap;
}
.header-navbar .navbar {
	padding: 0px;
}
.header-navbar .navbar-collapse {
	justify-content: flex-end;
	padding-bottom: 4px;
}
.header-navbar button {
	border: none;
	display: none;
	background-color: unset;
}
.header-navbar button svg {
	max-width: 60px;
	height: auto;
}
.line {
	fill: none;
	stroke: #950101;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
/* header css end */
/* shadow css start */
.shadow-img {
	padding-top: 6px;
	text-align: center;
}
.shadow-img img {
	width: 100%;
}
/* shadow css end */
/* strategic partner start */
.strategic-innerwrap h4 {
	font-size: 26px;
	line-height: 1;
	color: #595a5c;
	margin-bottom: 0px;
	font-family: 'Lucida Sans';
	letter-spacing: -1.1px;
}
.strategic-innerwrap h4 span {
	color: #bf202f;
}
.strategic-innerwrap p {
	font-size: 14px;
	line-height: 1.2;
	color: #595a5c;
	font-weight: 400;
}
.arrow-img-head {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position-x: -3px;
	background-size: 352px 48px;
}
.bg-arrow1 {
	background-image: url(../images/wealth-img-arrow1.png);
}
.bg-arrow2 {
	background-image: url(../images/wealth-img-arrow2.png);
	background-size: 342px 48px;
}
.arrow-img-head h2 {
	font-size: 35px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 93px;
	font-family: 'Lucida Sans';
	font-weight: 400;
	letter-spacing: -2.1px;
}
.arrow-img-content {
	background-color: #eeeff0;
	padding: 14px 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	max-width: 90%;
	min-height: 235px;
}
.arrow-img-content p {
	color: #333a62;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.arrow-img-content strong, .arrow-img-content ul li strong {
	color: #212855;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.9px;
	margin-bottom: 19px;
	display: inline-block;
}
.arrow-img-content ul li strong {
	margin-bottom: 0px;
}
.arrow-img-content ul {
	padding-left: 14px;
}
.arrow-img-content ul li {
	list-style-type: disc;
	font-size: 13px;
	line-height: 1.4;
	color: #19224f;
	letter-spacing: -0.9px;
}
/* strategic partner end */
/* profession css start */
.profession-innerwrap {
	padding: 9px 14px;
	width: 88%;
	margin: 0 auto;
	/* min-height: 98px; */
	min-height: 118px;
	text-align: left;
}
.profession-wrapper {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	padding: 15px 0 70px;
	text-align: center;
}
.profession-wrapper a{
	/* width: 20%; */
	width: 19%;
	display: inline-block;
	vertical-align: top;
}
.bg-blue {
	background-image: radial-gradient(circle, #264c7f, #1a3a6c, #0d2858, #011845, #000033);
}
.bg-red {
	background-image: radial-gradient(circle, #ea5858, #c84341, #a62e2c, #851918, #660000);
}
.bg-darkgrey {
	background-image: radial-gradient(circle, #bdbdbd, #a6a6a6, #909090, #7b7b7b, #666666);
}
.bg-lightgrey {
	background-image: radial-gradient(circle, #c4c4c4, #b9b9b9, #aeaeae, #a4a4a4, #999999);
}
.bg-lightbrown {
	background-image: radial-gradient(circle, #cec7be, #c5bcb2, #bbb2a5, #b2a799, #a99d8d);
}
.profession-innerwrap h3 {
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	margin-bottom: 3px;
	text-shadow: 2px 2px 2px #000;
}
.profession-innerwrap p {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
}
/* profession css end */
/* real stories start */
.success-outerwrap {
	padding-bottom: 50px;
}
.success-content span {
	font-size: 14px;
	line-height: 1;
	color: #003366;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: -0.7px;
	margin-left: 5px;
}
.success-content h5 {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background-color: #003366;
	padding: 4px 4px 2px;
	letter-spacing: -0.9px;
	max-width: 92%;
}
.success-innerwrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.bg-stories {
	background-image: url(../images/sourcing.png);
	background-position: 0px center;
}
.bg-liftConsulting {
	background-image: url(../images/lift2.jpg);
}
.bg-bestPractice {
	background-image: url(../images/file-over.png);
	background-position: 0px center;
}
.bg-referralPaper {
	background-image: url(../images/toolbox.jpg);
	background-position: 0px center;
}
.bg-revolution {
	background-image: url(../images/revolution.jpg);
}
.bg-advisor-toolbox {
	background-image: url(../images/advisor-toolbox.jpg);
}
.bg-case-planning {
	background-image: url(../images/case-planning.jpg);
}
.success-content {
	height: 132px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid #e4e4e4;
}
.success-para {
	/* padding: 70px 0 0px; */
	padding: 10px 0 40px;
	max-width: 82%;
}
.success-para p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode';

}
.success-para h3 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-family: 'Lucida Sans';
}
.advisorsInsurance .success-para {
	padding: 0px;
}
.success-para-outerwrap {
	padding-top: 70px;
}
.success-para-intro-clip {
	width: 100%;
}
.success-para ul {
	padding-left: 23px;
}
.success-para ul li {
	font-size: 11px;
	line-height: 1.9;
	list-style-type: disc;
}
.success-para-intro-clip a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background-color: #2c2964;
	font-weight: 700;
	width: 100%;
	padding: 4px 14px;
	letter-spacing: -0.9px;
}
.success-para-intro-clip a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #ff0000;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ff0000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	right: 60px;
	bottom: 6px;
}
.success-img-outerwrap {
	position: relative;
	width: 290px;
	height: 200px;
}
.success-para-img img {
	height: 200px;
	object-fit: cover;
}
.success-para-intro-clip {
	position: absolute;
	bottom: 0px;
}
.advisor-login {
	position: relative;
}
.advisor-login h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13%;
	margin-bottom: 0px;
	color: #2c2964;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: 1px 1px 3px #fff;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.advisor-login h3::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent #2c2964;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #2c2964;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.advisor-login h3 span {
	font-size: 19px;
}
/* real stories end */
/* banner css start */
.banner {
	padding: 30px 0;
}
.banner-innerwrap .row {
	align-items: center;
}
.banner-content {
	text-align: left;
	background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
	padding: 20px 50px 20px 70px;
	min-height: 298px;
	position: relative;
}
.banner-content h2, .banner-content h2 strong {
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 14px;
	color: #2c2964;
	font-weight: 700;
	font-family: 'Verdana';
	margin-bottom: 0px;
	letter-spacing: -1.1px;
}
.banner-content h2 strong {
	color: #bf2a2e;
}
.banner-content p {
	font-size: 16px;
	line-height: 1.2;
	color: #2c2964;
	font-weight: 500;
	font-family: 'Lucida Sans';
	letter-spacing: -0.9px;
	margin-bottom: 18px;
	max-width: 80%;
}
.banner-content p i {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.9px;
	font-family: 'Lucida Sans Unicode';
}
.banner-content-btn {
	position: absolute;
	bottom: 20px;
}
.banner-content-btn a {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	background-color: #2c2964;
	border: 2px solid #fff;
	border-radius: 9px;
	display: inline-block;
	padding: 4px 14px;
	font-weight: 400;
	font-family: 'Lucida Sans';
	text-decoration: none;
	letter-spacing: -1.1px;
}
.banner-img img {
	width: 100%;
	height: 298px;
	object-fit: contain;
}
.banner-img1 {
	background-image: url(../images/banner3.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 298px;
	width: 100%;
	padding-bottom: 61px;
}
.banner-content.bg h2 {
	font-size: 18px;
}
.banner-content.bg p {
	font-size: 17px;
}
.banner-content.bg .banner-content-btn a {
	font-size: 16px;
	text-transform: capitalize;
}
.banner-content.bg {
	background-image: url(../images/banner-overlay.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: unset;
	width: 470px;
	min-height: auto;
	margin-left: auto;
	margin-right: 44px;
	padding: 20px 10px;
}
/* banner css end */
/* financial group css start */
.financial-group-innerwrap {
	background-image: linear-gradient(to right bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #eeeeee, #e9e9e9, #e4e4e4);
	border-bottom-right-radius: 14px;
	position: relative;
	box-shadow: 6px 6px 10px -1px #B9B9B9;
}
.financial-group-innerwrap p {
	font-size: 16px;
	line-height: 20px;
	color: #003366;
	margin-bottom: 29px;
	padding: 9px;
}
.financial-group-innerwrap {
	margin-bottom: 45px;
}
.financial-group-innerwrap p:last-child {
	margin-bottom: 0px;
}
.financial-group-innerwrap p strong, .financial-group-innerwrap strong span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #003366;
	text-transform: capitalize;
}
.financial-group-innerwrap strong span {
	color: #cc0000;
}
/* financial group css end */
/* what-we-do css start */
.what-we-do_outerwrap {
	padding: 30px 0;
}
.what-we-do_content h1 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #000033;
	margin-bottom: 15px;
}
.what-we-do_content h4 {
	font-size: 17px;
	line-height: 20px;
	color: #333;
	margin-bottom: 15px;
}
.what-we-do_content p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode';
}
.what-we-do_content p a {
	color: #000033;
}
.what-we-do_content p a:hover {
	color: #669ACC;
}
.what-we-do_img img {
	max-width: 100%;
}
.what-we-do_img{
	margin-bottom: 23px;
}
.what-we-do_img:last-child{
	margin-bottom: 0px;
}
.what-we-do_img a{
    margin-left: auto;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 9px;
    background-image: linear-gradient(to bottom, #f1f1f1, #e5e5e5, #d9d9d9, #cdcdcd, #c1c1c1);
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px 1px #bdbdbd;
    position: relative;
}
.what-we-do_img a:before{
	content: "";
	background-image: url(../images/redbg.png);
	width: 63px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 1px;
}
.what-we-do_img a.book::after{
	content: "";
	background-image: url(../images/book.png);
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 2px;
	transform: rotate(6deg);
	top: 2px;
}
.what-we-do_img a.lift-colsulting::after{
    content: "";
    background-image: url(../images/lift-consulting.png);
    width: 44px;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(-1deg);
    bottom: 0px;
    background-size: 44px;
	top: 3px;
}
.what-we-do_img a.pdf::after{
	content: "";
	background-image: url(../images/pdf.png);
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 7px;
	top: 3px;
}
.what-we-do_img a h5{
	width: 78%;
    display: inline-block;
    margin-left: auto;
	text-align: left;
	color: #332d66;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    font-family: "Lucida Grande";
	font-weight: 600;
	margin-bottom: 0px;
	letter-spacing: -0.9px;
	display: flex;
	align-items: center;
}
.what-we-do_img a h5 span{
	font-size: 14px;
	line-height: 1.2;
	color: #332d66;
	font-weight: 600;
	padding-left: 7px;
}
/* what-we-do css end */
/* usadvisor start */
.usadvisors-outerwrap {
	padding-bottom: 60px;
}
.usadvisors-outerwrap a {
	text-decoration: none;
}
.usadvisors-block-content {
	border-radius: 14px;
	box-shadow: 0px 0px 5px 1px grey;
	padding: 12px 8px 4px;
}
.usadvisors-peoples {
	border-radius: 7px;
	position: relative;
}
.usadvisors-peoples img {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	width: 100%;
	height: 137px;
	object-fit: cover;
}
.usadvisors-peoples::after {
	content: "";
	background-image: url(../images/blue-img1.png);
	position: absolute;
	width: 177px;
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	right: 2px;
	bottom: -11px;
}
.enter-site {
	position: absolute;
	bottom: 0px;
	right: 55px;
	z-index: 99;
	text-align: center;
}
.enter-site h3 {
	font-size: 23px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: -0.9px;
	font-family: 'Lucida Sans Unicode';
}
.enter-site h6 {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: 'Geneva';
}
.usadvisors-logo {
	padding-bottom: 14px;
}
.usadvisors-logo img, .footer-img img {
	width: 100%;
}
.usadvisors-block-content p {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding: 0 21px 18px;
	color: #000;
	margin-bottom: 0px;
	min-height: 108px;
}
/* usadvisor end */
/* contact-info css start */
.contact-info-img {
	padding: 3px 0 14px;
}
.contact-info-img a{
	display: block;
    cursor: unset;
}
.strategic-images {
	text-align: center;
	padding: 3px 0 7px;
}
/* contact-info css end */
/* footer css start */
.contact-info-outerwrap {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px 0 10px;
}
footer {
	background-color: #000;
	padding: 20px 0 40px;
}
footer .contact-info-content p {
	font-size: 14px;
}
footer .contact-info-content a {
	color: #6FABFC;
}
footer .contact-info-content a:hover {
	color: #fff;
}
.network-advisor h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
}
.contact-info-outerwrap.network-advisor {
	padding: 30px 0 30px;
}
a.broker-check {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 12px;
	font-weight: 400;
}
.contact-info-content h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}
.contact-info-content img,.strategic-images img{
    max-width: 60%;
    height: auto;
}
.contact-info-content h5, .contact-info-content p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Lucida Sans Unicode';
}
.contact-info-content p {
	font-weight: 400;
}
.footer-img a:first-child {
	display: inline-block;
	border: 1px solid #fff;
	margin-bottom: 9px;
}
.footer-img {
	text-align: left;
}
.footer-copy-right p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
p.testimonial {
	font-size: 15px;
	line-height: 1.1;
	color: #fff;
	font-weight: 400;
}
p.testimonial::before {
	content: "“ ";
	font-size: 50px;
	font-weight: bold;
	color: inherit;
	position: absolute;
	top: 50px;
	left: -9px;
}
p.testimonial::after {
	content: " ”";
	font-size: 50px;
	font-weight: bold;
	line-height: 0px;
	position: absolute;
	bottom: 31px;
	right: 20px;
}
p.quote {
	font-size: 12px;
	line-height: 1.2;
	font-style: italic;
	color: #BF202F;
	text-align: right;
	padding-top: 14px;
}
/* footer css end */
.single-item .carousel-indicators{
	background: transparent !important;
    bottom: -10px;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.single-item .carousel-indicators li {
    background: #2c2964;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: none;
}
.single-item .carousel-control-next-icon {
    background-image: unset
}
.single-item .carousel-control-prev-icon{
	background-image: unset;
}
.single-item .carousel-control-next-icon::after{
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 29px;
	color: #950101;
}
.single-item .carousel-control-prev-icon::before{
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 29px;
	/* color: #2c2964; */
	color: #950101;
}
.single-item .carousel-control-next, .carousel-control-prev{
    width: 17px;
    height: 17px;
	top: 50%;
	opacity: 1;
}
.single-item .carousel-control-next{
	right: 2%;
}
.single-item .carousel-control-prev{
	left: 2%;
}
/* Responsive section start */
@media only screen and (max-width:1366px) {}
@media only screen and (max-width: 1199px) {
	.banner-content p, .financial-group-innerwrap p {
		font-size: 14px;
		line-height: 1.2;
	}
	.profession-innerwrap h3 {
		font-size: 16px;
	}
	.header-logo a {
		display: inline-block;
		padding-top: 0;
	}
	.header-logo a img {
		width: 300px;
	}
	.advisor-login h3 {
		left: 15%;
		font-size: 13px;
	}
	.usadvisors-block-content p {
		min-height: 128px;
	}
	.profession-innerwrap {
		padding: 9px;
		width: 93%;
	}
	.profession-wrapper {
		padding: 15px 0 40px;
	}
	.success-outerwrap {
		padding-bottom: 30px;
	}
	.success-para{
		padding: 10px 0;
	}
	.single-item .carousel-control-next {
		right: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.header-logo a {
		display: inline-block;
	}
	.header-navbar {
		justify-content: flex-end;
	}
	.header-top {
		z-index: 10;
	}
	.usadvisors-outerwrap {
		padding-bottom: 30px;
	}
	.usadvisors-block-content p {
		min-height: 128px;
	}
	/* what-we-do css start */
	.what-we-do_outerwrap {
		padding: 10px 0;
	}
	.what-we-do_content h1 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 9px;
	}
	.what-we-do_content h4{
		margin-bottom: 9px;
	}
	.profession-wrapper{
		padding: 15px 0 30px;
	}
	.success-outerwrap {
		padding-bottom: 20px;
	}


	/* what-we-do css end */
}
@media only screen and (max-width: 991px) {
	.header-navbar button {
		display: block;
	}
	.header-logo a img {
		width: 270px;
	}
	header .row-bot {
		position: static;
	}
	.header-navbar .navbar-nav .nav-item .nav-link {
		font-size: 13px;
		line-height: 23px;
		color: #08077C;
	}
	.financial-group-innerwrap p {
		margin-bottom: 9px;
	}
	header .row {
		align-items: center;
		position: static;
	}
	header .row.position-class{
		position: relative;
	}
	.what-we-do_img a{
		margin-left: 0px;
	}
	.what-we-do_content{
		margin-bottom: 20px;
	}
	.what-we-do_outerwrap {
		padding: 10px 0 20px;
	}
	header .row .col-md-8 {
		position: static;
	}
	.header-navbar .navbar {
		justify-content: flex-end;
		position: static;
	}
	.header-navbar li.nav-item {
		padding: 3px 2px;
	}
	header .header-navbar .navbar-collapse {
		justify-content: flex-end;
		padding-bottom: 13px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 9;
		padding: 9px;
		background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
		box-shadow: 2px 3px 11px 3px #e4e4e4;
	}
	ul.nav-child {
		position: absolute;
		left: 0;
		top: calc(100% - 2px);
		width: 100%;
		background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
		box-shadow: 2px 3px 11px 3px #e4e4e4;
		display: none;
		z-index: 9;
	}
	ul.nav-child li a {
		color: #08077C;
	}
	.navbar-nav .nav-item:last-child ul.nav-child {
		left: 0;
		width: 100%;
	}
	.header-top ul{
		max-width: 90%;
	}
	.banner-content {
		padding: 20px 50px 20px 30px;
	}
	.banner-content h2, .banner-content h2 strong {
		font-size: 18px;
	}
	.banner-img img {
		object-fit: contain;
	}
	.single-item .carousel-control-prev{
		left: 0 !important;
	}
	.success-img-outerwrap {
		position: relative;
		width: 230px;
		height: 230px;
	}
	.success-para-img img {
		height: 230px;
		object-fit: cover;
	}
	.success-para-intro-clip a {
		font-size: 14px;
	}
	.success-para-intro-clip a::after {
		right: 20px;
		bottom: 5px;
	}
	.advisor-login h3 {
		left: 22%;
	}
	p.testimonial {
		font-size: 13px;
	}
	p.testimonial::after {
		bottom: 41px;
	}
	.banner-content-btn a {
		font-size: 14px;
	}
	.usadvisors-block-content {
		text-align: center;
		margin-bottom: 23px;
	}
	.usadvisors-peoples img {
		width: 100%;
		object-fit: cover;
		height: auto;
	}
	.usadvisors-peoples::after {
		right: 4px;
		bottom: -18px;
		background-size: 140px;
		background-position-x: right;
	}
	.enter-site {
		bottom: 24px;
		right: 46px;
	}
	.enter-site h3 {
		font-size: 17px;
	}
	.enter-site h6 {
		font-size: 10px;
	}
	.usadvisors-block-content p {
		min-height: auto;
		font-size: 16px;
	}
	.profession-wrapper {
		/* flex-direction: column; */
		column-count: 2;
		break-inside: avoid-column;
		padding: 15px 0;
	}
	.profession-wrapper a {
		width: 100%;
		display: table;
		break-inside: avoid-column;
	}
	.profession-innerwrap {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		min-height: 68px;
	}
	.success-content {
		margin-bottom: 10px;
	}
	.success-para {
		padding: 0 0 20px;
	}
	.strategic-images {
		text-align: left;
	}
	.usadvisors-logo img {
		width: 370px;
	}
}
@media only screen and (max-width:767px) {
	header .row.position-class{
		display: flex;
		flex-direction: column-reverse;
	}
	header {
		padding: 0px 0px 11px;
	}
	.header-logo{
		position: relative;
		margin: -60px 0 0;
		width: 50%;
	}
	.header-top ul{
		text-align: center;
		margin-bottom: 14px;
		justify-content: center;
		max-width: 100%;
	}
	.success-para{
		max-width: 100%;
	}
	.banner-content {
		min-height: 258px;
	}
	.contact-info-outerwrap {
		padding: 30px 0;
	}
	.usadvisors-logo img {
		width: 270px;
	}
	.financial-group-innerwrap {
		margin-bottom: 35px;
	}
	.usadvisors-outerwrap {
		padding-bottom: 10px;
	}
	.usadvisors-block-content p {
		font-size: 14px;
	}
	.usadvisors-outerwrap .row .col-md-4:last-child p {
		min-height: 90px;
	}
	.what-we-do_outerwrap {
		padding: 10px 0 30px;
	}
	.advisorsInsurance .success-para {
		margin-bottom: 20px;
	}
	p.testimonial::after {
		bottom: 61px;
		right: 0px;
	}
	.banner-img {
		padding-top: 14px;
	}
    .single-item .carousel-control-next,.single-item .carousel-control-prev{
		top: 25% !important;
	}
	.footer-img {
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-info-content {
		padding-bottom: 44px;
	}
	footer .contact-info-content {
		padding-bottom: 0px;
	}
	.contact-info-content img, .strategic-images img{
		max-width: 50%;
	}
}
@media only screen and (max-width:640px) {
	header{
		padding: 0px;
	}
	.header-logo a {
		max-width: 100%;
		width: 170px;
	}
	.strategic-images {
		padding: 3px 0 15px;
	}
	.banner-content {
		min-height: 258px;
	}
	.banner-content p {
		max-width: 100%;
	}
	.banner-content p:last-child {
		margin-bottom: 40px;
	}
	.banner-content-btn {
		bottom: 20px;
	}
	.banner-content-btn a {
		font-size: 12px;
		line-height: 1.4;
	}
	.what-we-do_content h1 {
		font-size: 24px;
		line-height: 25px;
		margin-bottom: 14px;
	}
	.what-we-do_content p {
		margin-bottom: 7px;
	}
	.unique-outerwrap {
		padding: 10px 0;
	}
	.advisor-login a {
		max-width: 70%;
		display: inline-block;
	}
	.usadvisors-logo img {
		width: 100%;
	}
	.usadvisors-peoples img {
		height: auto;
	}
	.usadvisors-outerwrap .row .col-md-4:last-child p {
		min-height: unset;
	}
	.advisor-login h3 {
		left: 26%;
		font-size: 11px;
	}
	.advisor-login h3 span {
		font-size: 16px;
	}
	.advisor-login h3::after {
		right: -19px;
		border-width: 7px 0 7px 14px;
	}
	.usadvisors-logo {
		padding-bottom: 14px;
		max-width: 60%;
		margin: 0 auto;
	}
	p.testimonial::before, p.testimonial::after {
		content: unset;
	}
}
@media only screen and (max-width:575px) {
	.profession-wrapper{
		column-count: 1;
	}
	.bg-bestPractice{
		background-position: 10% 10%;
	}
}
@media only screen and (max-width:480px) {
	.header-logo a img {
		width: 290px;
	}
	.header-top ul{
		margin-bottom: 19px;
	}
	.usadvisors-logo {
		max-width: 70%;
	}
	.header-navbar button svg {
		max-width: 50px;
	}
	.banner-img img {
		object-fit: contain;
	}
	.banner-content {
		min-height: 338px;
	}
	.advisor-login h3 {
		left: 24%;
		font-size: 11px;
	}
	.banner {
		padding: 10px 0;
	}
	.financial-group-innerwrap{
		margin-top: 15px;
	}
	.advisor-login h3 span {
		font-size: 12px;
		padding-left: 4px;
		line-height: 1;
	}
	.advisor-login h3::after {
		border-width: 6px 0 6px 12px;
	}
	.usadvisors-block-content p {
		text-align: justify;
	}
}
@media only screen and (max-width:426px) {
	.banner-content {
		min-height: 278px;
	}
	.menu_top li{
		padding: 6px;
	}
	.header-logo a img {
		width: 250px;
	}
}
@media only screen and (max-width:375px) {
	.banner-content {
		min-height: 280px;
	}
	.menu_top li {
		padding: 4px;
		display: flex;
		align-items: center;
	}
	.header-top ul li a{
		padding: 0px;
	}
	.header-logo a img {
		width: 230px;
	}
}
@media only screen and (max-width:320px) {
	.banner-content {
		min-height: 340px;
	}
}
/* Responsive section end */

/* MODULE CSS */

.footer_top .widget-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
	font-weight: bold;
}

/* MODULE CSS */

.cat-children div h3.page-header.item-title{
    font-size: 18px;

}
.cat-children div h3.page-header.item-title::before{
	content: "■";
}
.footer_top, .footer-bottom{
	color: #fff;
}
.footer-bottom p{
	font-size: 14px;
}
.mod_rquote_css{
	width: 106% !important;
	background: none !important;
	color: #fff !important;
	position: relative;
	left: -10px;
}
.mod_rquote_css p{
	color: #fff !important;
	text-align: justify;
	margin-bottom: 0px;
}
.mod_rquote_author {
	color: #BF202F !important;
	font-size: 14px;
}
.cnt_info p {
    padding: 0px !important;
    margin: 0px;
}

/* SIDEBAR BUTTONS */
.sidebar_button{
    text-align: left;
    color: #332d66;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    font-family: "Lucida Grande";
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -0.9px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 9px;
    background-image: linear-gradient(to bottom, #f1f1f1, #e5e5e5, #d9d9d9, #cdcdcd, #c1c1c1);
    box-shadow: 0px 0px 5px 1px #bdbdbd;
    position: relative;
    padding-left: 66px;
}
.sidebar_button::before {
    content: "";
    background-image: url(../images/redbg.png);
    width: 63px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 1px;
}
.sidebar_button::after {
    content: "";
    background-image: url(../images/partner.png);
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    transform: rotate(6deg);
    top: 2px;
}
.sidebar_button span{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 6px;
}
.sidebar_button.two_lines{
	display: block;
}
.sidebar_button.two_lines span{
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
  top: -6px;
}
.lift-consult::after{
  background-image: url(../images/lift-consulting.png) !important;
  transform: none;
  top: 4px;
  height: 80%;
  left: 1px;
}
.case_trace::after{
  background-image: url(../images/CD.png) !important;
  transform: none;
  top: 2px;
  height: 90%;
  left: 4px;
  width: 90%;
}
.toolbox::after{
  background-image: url(../images/tools.png) !important;
  transform: none;
  top: 2px;
  height: 90%;
  left: 4px;
  width: 90%;
}
.two_lines::after{
  background-image: url(../images/reel.png) !important;
  transform: none;
  top: 2px;
  height: 90%;
  left: 4px;
  width: 90%;
}
#partners li.active a{
	text-decoration: underline !important;
	font-weight:bold;
}
#partners li a:hover{
	text-decoration: underline !important;
}
/* SIDEBAR BUTTONS */