/*new homepage*/
.have-inline-link-text a {
	text-decoration:none;
	color:#0649CB !important;
}
.have-inline-link-text a:hover {
	text-decoration:underline;
	color:#0649CB !important;
}

/*Contact Us page*/
.cbwealth-contact-form-row {
  display: inline-flex;
	width: 100%;
	column-gap: 30px;
}
.cbwealth-contact-form-column {
    width: 50%;
}
.cbwealth-contact-form-column-full {
    width: 100%;
}
.cbwealth-contact-form-row label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}
.cbwealth-contact-form-row input[type="text"],
.cbwealth-contact-form-row input[type="email"],
.cbwealth-contact-form-row input[type="tel"] {
 width:100%;
	background: #f0f0f0;
  border: 0px !important;
}
.cbwealth-contact-form-row input[type="text"]:focus-visible,
.cbwealth-contact-form-row input[type="email"]:focus-visible,
.cbwealth-contact-form-row input[type="tel"]:focus-visible {
 outline: 0 !important;
}
.cbwealth-contact-form-row .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    font-size: 14px;
    color: #dc3232;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    border-width: 1px;
}
.cbwealth-contact-form .wpcf7-submit {
    font-weight: 500;
    font-size: 15px;
    padding: 15px 30px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #0649CB;
    text-decoration: none;
    background-color: #0649CB;
}
.cbwealth-contact-form .wpcf7-submit:hover,
.cbwealth-contact-form .wpcf7-submit:focus {
    color: #1f49c3;
    border: 1px solid #5073d7;
    background: #fff;
	outline: 0;
}
 
/*wealth management page*/
.wealth-management-accordian .njba-accordion-content  a,
.wealth-management-accordian .njba-accordion-content  a:hover {
 color:#0649cb !important;
 text-decoration: underline;
}
.wealth-management-accordian .njba-accordion-button-icon {
    margin-top: 13px;
    margin-bottom: 0px;
}
.wealth-management-accordian .njba-accordion-item-active .njba-accordion-button {
    border-radius: 0px 10px 0px 0px !important;
}

/*our service page*/
.portfolio-management-table {
  border-collapse: collapse;
  width: 100%;
}
.portfolio-management-table td,
.portfolio-management-table th {
  border: 1px solid #dddddd;
  text-align: left;
	padding: 10px;
	font-size: 16px;
}
.portfolio-management-table tr:nth-child(even) {
  background-color: #F2F3F6;
}


/*page title*/
.entry-title {
    font-size: 32px;
    font-weight: bold;
}

/*theme button*/
.header-two-cta {
    font-weight: 500;
    font-size: 15px;
    padding: 15px 10px;
    margin: 0px 5px;
    min-width: 178px!important;
    max-width: 178px!important;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    color: #fff;
		border: 1px solid #5073d7;
    text-decoration: none;
    background-color: #0649CB;
}
.header-two-cta:hover,
.header-two-cta:focus {
    color: #1f49c3;
    border: 1px solid #5073d7;
    background: #fff;
}
.header-two-cta .fas {
    margin-left: 7px;
    font-size: 16px;
    vertical-align: middle;
}
.nav-float-right #site-navigation {
    margin-left: auto;
    margin-right: auto;
}
.site-header.has-inline-mobile-toggle {
	border-bottom: 1px solid #ededed;
}
@media screen and (min-width: 679px) {
.site-header.has-inline-mobile-toggle {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff !important;
}
}

/*home*/
#ctm-checklisticon p {
    margin-bottom: 0px;
}
#home-blog-grid .njba-content-grid {
    border: 0px;
}
#home-blog-grid .njba-post-grid-image img {
    height: 300px;
    object-fit: cover;
		object-position: center;
}
.who-we-are-sbg .fl-rich-text {
    background: #0649CB;
    padding: 40px 20px 80px 20px;
    border-radius: 30px;
}
.njba-blog-posts-grid a {
	  font-weight:700;
}
.njba-blog-posts-grid a:hover {
    text-decoration: underline;
}
.quoteimg .fl-photo-content.fl-photo-img-jpg:before {
    background: url("/wp-content/uploads/2023/04/quote-icn.png");
    content: "";
    top: 14px;
    width: 50px;
    height: 50px;
    right: -6px;
    position: absolute;
}

/*footer widget column*/
.join-nl-label {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    /*color: #4F4F4F;*/
    margin-bottom: 5px;
}
#mc4wp-form-1 input[type="email"],
#mc4wp-form-2 input[type="email"] {
    border: 1px solid #5073d7;
    background: #fff !important;
    color: #333333;
    margin-right:5px;
	  border-radius:15px;
	  height: 54.5px;
	  font-size: 15px;
	  min-width: 250px;
	 font-weight: 500;
	outline: 0;
}
#mc4wp-form-1 input[type="submit"],
#mc4wp-form-2 input[type="submit"]{
	font-weight: 500;
  font-size: 15px;
  padding: 15px 10px;
	min-width: 150px !important;
	border-radius: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0649CB;	
	outline: 0;
 }
#mc4wp-form-1 input[type="submit"]:hover,
#mc4wp-form-2 input[type="submit"]:hover,
#mc4wp-form-1 input[type="submit"]:focus,
#mc4wp-form-2 input[type="submit"]:focus {
    color: #1f49c3;
    border: 1px solid #5073d7;
    background: #fff;
}
.mc4wp-response {
    margin-top: 20px;
    font-size: 13px;
}
.fcol-label {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #CB8806;
    margin-bottom: 15px;
}
.fcol-only .fas {
    margin-right: 15px;
}
.fcol-only {
    margin-bottom: 30px;
}
.footer-widget-2 #block-7 {
    margin-bottom: 5px;
}
.socialicon-right {
    display: inline-flex;
    column-gap: 15px;
}
.socialicon-right a {
    text-align: center;
    color: #514e51;
    font-size: 30px;
		display: flex;
}
.footer-bottom-right-inner {
    display: inline-flex;
    align-items: center;
    column-gap: 10%;
    width: 100%;
    justify-content: flex-end;
}
.fcol-txt {
    font-size: 17px !important;
    font-weight: 400 !important;
}

/*footer bottom*/
.footer-bar .wp-block-column.is-layout-flow:last-child {
    text-align: end;
}
.footer-bar {
    width: 100%;
}
.footer-bar .wp-block-columns.is-layout-flex.wp-container-8 {
	margin-bottom: 0px;
	align-items: center !important;
}

/*main blog page*/
#blog-page-single-collection .njba-content-grid {
  display: flex;
	border: 0px !important;
	padding: 0px;
	align-items: center;
}
#blog-page-single-collection .njba-post-grid-image img {
  width: 667px;
  border-radius: 35px;
  height: 418px;
}
#blog-page-single-collection .njba-content-grid-contant {
    padding: 26px;
}
#blog-page-single-collection .njba-content-grid-contant ul li {
   font-size: 16px;
    margin-top: 19px;
    font-weight: 600;
}
#blog-page-single-collection .njba-content-grid-contant a {
    color: #4F4F4F;
    font-size: 20px;
}


/*single blog post*/
.post.type-post .inside-article {
    display: grid;
}
.post.type-post .page-header-image-single {
    order: 2;
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
.post.type-post .entry-header {
    order: 1;
	text-align: center;
}
.post.type-post .entry-content {
    order: 3;
}
.post.type-post .attachment-full.size-full {
    border-radius: 30px;
}
.post.type-post .entry-title {
	  order: 2;
    font-weight: bold;
    font-size: 32px;
}
.post.type-post .entry-header {
    display: grid;
}
.post.type-post .entry-meta {
    font-weight: bold;
    font-size: 16px;
    color: #828282;
    margin-bottom: 15px;
}

/*about us page table section*/ 
.background-blue {
	border: 0px;
}
.background-blue td {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 1;
	margin-top: 15px;
	border-bottom: 1px solid #ffffff2e;
	border-right: 1px solid #ffffff2e;
	padding: 27px 20px 23px 20px;
}
.background-blue td span {
	position: absolute;
	opacity: 0.1;
	font-size: 64px;
	margin-left: -8px;
}
.background-blue td:nth-child(3) {
	border-right: 0px solid white;
}
.background-blue tr:nth-child(3) td {
	margin-top: 15px;
	border-bottom: 0px solid white;
}
.background-blue .col-md-3 p:nth-child(2) {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 1;
	margin-top: 15px;
}
.cb-ctm-row {
  display: flex;
  flex-wrap: wrap;
}
.cb-ctm-column {
   flex: 21%;
   margin: 10px;
   padding: 20px;
    text-align: center;
   border: 1px solid #F2F2F2;
   border-radius: 0px 30px 30px 30px;
   box-shadow: 0px 0px 20px 0px rgb(79 113 137 / 6%);
}
.cb-ctm-column:last-child {
    flex: inherit !important;
    width: 23.7% !important;
}
.tm-pro-photo {
width:137px;
height:137px;
border-radius: 100px;
}
.tm-ctm-title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.tm-ctm-subtitle {
   font-weight: 500;
    font-size: 16px;
    color: #828282;
	margin-bottom: 0px;
}	
.about-page-team-section .njba-tab-title {
    font-weight: 700;
    font-size: 14px;
}
.ctm-aboutus-tabs .njba-tab-title:hover {
    color:#1f49c3;
}
#aboutus-tm-clm .njba-tabs-labels {
    background: #fff0;
}
.inner-para-con {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
}
@media (max-width:768px){
.page-id-279 .fl-html .header-two-cta:last-child {
	margin-top: 15px;
}
.meet-the-team-tabs-mobile {
    margin-top: 10px;
}
.meet-the-team-tabs-mobile .njba-accordion-label {
    color: #1F49C3 !important;
    text-shadow: 0px 0px 0px #1a1a1a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.meet-the-team-tabs-mobile .accordion-section-title::before {
    color: #1F49C3 !important;
    text-shadow: 0px 0px 0px #1a1a1a !important;
}	
.meet-the-team-tabs-mobile .cb-ctm-column:last-child {
    flex: 50% !important;
    width: 50% !important;
}
}


/*financial-planning-services*/
.ctm-scroll-block::-webkit-scrollbar {
    width: 5px;
    background-color: #F2F2F2;
}
.ctm-scroll-block::-webkit-scrollbar-thumb {
    background-color: #0649CB;
}
.ctm-scroll-block img {
        background: #FFFFFF;
        border: 1px solid #F2F2F2;
        box-sizing: border-box;
        border-radius: 0px 15px 15px 15px;
        padding: 10px 13px 12px 11px;
}
.ctm-scroll-block {
    font-size: 16px;
    color: #000000;
    padding-right: 20px;
}
.ctm-img-tstyle .fl-photo-content {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 0px 15px 15px 15px;
    padding: 10px 13px 12px 11px;
    box-shadow: 0px 0px 1px rgb(79 113 137 / 4%), 0px 4px 8px rgb(79 113 137 / 4%), 0px 16px 24px rgb(79 113 137 / 4%), 0px 24px 60px rgb(79 113 137 / 12%);
}

/*FIRE page img-txt inline*/
.fire-inline-imgtxt {
    display: flex;
    align-items: center;
}
.fire-inline-imgtxt p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
	margin-bottom: 0px;
}
.fire-inline-imgtxt img {
    padding: 10px 13px 12px 11px;
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px rgba(79, 113, 137, 0.04), 0px 4px 8px rgba(79, 113, 137, 0.04), 0px 16px 24px rgba(79, 113, 137, 0.04), 0px 24px 60px rgba(79, 113, 137, 0.12);
    border-radius: 0px 15px 15px 15px;
}

/*Сross-border page */
.expats-num-element .fl-rich-text p {
    width: 60px;
    background: #0649CB;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 0px 15px 15px 15px;
    color: white!important;
    height: 60px;
    opacity: 1!important;
    padding: 12px !important;
    font-weight: bolder!important;
    font-size: 24px!important;
    margin: auto;
    margin-bottom: 20px;
}
.expats-ctm-accordian .njba-accordion-item-active .njba-accordion-button {
    border-radius: 30px 30px 0px 0px !important;
}
.expats-ctm-accordian .njba-accordion-button-label-selector {
    font-weight: 700;
}
.expats-ctm-accordian .njba-accordion-content.fl-clearfix p {
   border-left: 3px solid white;
  padding-left: 20px; 
  border-radius: 7px;
}

/*responsive style*/
@media (max-width:768px) {
.top-bar {
    display: none;
}
.header-widget {
    display: none;
}
.banner-col-wrapper, .hide-sm-ony {
    display: none !important;
}	
#es_form_f1-n1 form {
    display: block;
}
#mc4wp-form-1 input[type="email"],
#mc4wp-form-2 input[type="email"]{
    margin-right: 0px;
    margin-bottom: 10px;
    min-width: 100%;
}
#mc4wp-form-1 input[type="submit"],
#mc4wp-form-2 input[type="submit"] {
        min-width: 100% !important;
 }
.ss-mb-0 {
    margin-bottom: 0px !important;
}
.footer-bottom-right-inner {
    justify-content: center;
}
.njba-blog-row .njba-content-grid {
    margin: 0px !important;
}	
	.njba-blog-row .njba-content-grid p{
    margin: 0px !important;
}
	.ctm-img-tstyle .fl-photo-content {
    width: 55px;
}
#blog-page-single-collection .njba-content-grid {
  display: block;
	border: 0px !important;
	padding: 0px;
}
#blog-page-single-collection .njba-post-grid-image img {
  width: 100%;
  border-radius: 35px;
  height: auto;
}
#blog-page-single-collection .njba-content-grid-contant {
    padding: 10px 10px 26px 10px;
}
.inside-footer-widgets>div:not(:last-child) {
    margin-bottom: 10px;
}	
.inside-footer-widgets>div:not(:last-child) {
    margin-bottom: 10px;
}	
}
@media screen and (max-width: 992px) {
  .cb-ctm-column {
    flex: 50%;
  }
}
@media screen and (max-width: 600px) {
  .cb-ctm-row {
    flex-direction: cb-ctm-column;
  }
}
@media (min-width:769px) {
#primary-menu .sub-menu {
    border: 1px solid #F2F2F2 !important;
    box-shadow: 0px 24px 60px rgb(79 113 137 / 12%), 0px 4px 8px rgb(79 113 137 / 4%), 0px 0px 1px rgb(79 113 137 / 4%) !important;
    border-radius: 10px !important;
}
}
/*ipad*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
  .top-bar {
    display: none;
}
		.inside-header {
    padding: 30px 10px;
}
.nav-float-right #site-navigation {
    margin-left: 20px;
    margin-right: auto;
}		
.header-two-cta {
    min-width: auto !important;
    margin: 0px !important;
    font-size: 12px;
}	
#content {
    padding: 20px 20px !important;
}	
  .banner-col-wrapper, .hide-sm-ony {
    display: none !important;
}
.about-page-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
.etp-banner-section .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
.pim-banner-section .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
.fps-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}		
.cb-page-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}			
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: portrait) {
.home-banner-row .fl-col-group {
   display: flex;
}	
.home-banner-row .fl-col:first-child {
    width: 60% !important;
}
.home-banner-row .fl-col:last-child {
    width: 40% !important;
}	
.home-banner-row .fl-col-group-nested {
    display: block;
}		
.home-about-us .fl-col-group{
    display: flex;
}
.home-about-us .fl-col-small{
    width: 33% !important;
}		
.home-planning-section .fl-col-group{
    display: flex;
}
.home-planning-section .fl-col-small{
    width: 48% !important;
}		
.home-wmap-section .fl-col-group{
    display: flex;
}
.home-wmap-section .fl-col-has-cols .fl-col{
    width: 49% !important;
}
.home-feature-section .fl-col-group {
    display: flex;
}
.home-feature-section .fl-col-has-cols .fl-col-small {
    width: 29% !important;
    margin: 15px;
}	
.about-page-banner .fl-col-group {
    display: flex;
}
.about-page-banner .fl-col {
    width: 50% !important;
}	
.about-page-banner .fl-col-group-nested .fl-col-small {
    display: none;
}
.about-us-page-section .fl-col-group {
    display: flex;
}
.about-us-page-section .fl-col-group-nested .fl-col {
    width: 50% !important;
}		
.about-page-planning-section .fl-col-group {
    display: flex;
}
.about-page-planning-section .fl-col {
    width: 50% !important;
}		
.about-page-video-img .fl-col-group {
    display: flex;
}
.about-page-video-img .fl-col-group-nested .fl-col {
    width: 50% !important;
}		
.about-page-enrolled-agent .fl-col-group {
    display: flex;
}
.about-page-enrolled-agent .fl-col {
    width: 50% !important;
}	
.about-page-team-section .fl-col-group {
    display: flex;
}
.about-page-team-section .fl-col-group:last-child .fl-col-has-cols {
    width: 50% !important;
}
.about-page-team-section .fl-col-group:last-child .fl-col-has-cols {
    width: 100% !important;
}		
.about-page-team-section .fl-col-group:last-child .fl-col-has-cols .fl-col-small {
   width: 45% !important;
    margin: 10px;
}	
.about-page-partner-section .fl-col-group {
    display: flex;
}
.about-page-partner-section .fl-col-group-equal-height .fl-col {
    width: 20% !important;
}	
.etp-banner-section .fl-col-group {
    display: flex;
}
.etp-banner-section .fl-col {
    width: 50% !important;
}		
.etp-banner-section .fl-col-group-nested .fl-col-small {
    display: none;
}	
.etp-diy-section .fl-col-group {
    display: flex;
}		
.etp-diy-section .fl-col {
    width: 50% !important;
}	
.etp-vet-team .fl-col-group {
    display: flex;
}
.etp-vet-team .fl-col {
    width: 50% !important;
}	
.etp-us-base-section .fl-col-group {
    display: flex;
}
.etp-us-base-section .fl-col {
    width: 50% !important;
}		
.etp-free-sch-section .fl-col-group {
    display: flex;
}
.etp-free-sch-section .fl-col {
    width: 50% !important;
}	
.pim-banner-section .fl-col-group {
    display: flex;
}
.pim-banner-section .fl-col {
    width: 48% !important;
	margin: 0px 4px;
}	
.pim-banner-section .fl-col-group-nested .fl-col-small {
    display: none;
}	
.pim-im-section .fl-col-group {
    display: flex;
}
.pim-im-section .fl-col {
    width: 48% !important;
	margin: 0px 4px;
}		
.pim-imi-section .fl-col-group {
    display: flex;
}
.pim-imi-section .fl-col-has-cols .fl-col {
    width: 48% !important;
	margin: 0px 4px;
}	
		.pim-imi-section-2 .fl-col-group {
    display: flex;
}
.pim-imi-section-2 .fl-col-has-cols .fl-col {
    width: 48% !important;
	margin: 0px 4px;
}
.pim-imi-section-3 .fl-col-group {
    display: flex;
}
.pim-imi-section-3 .fl-col-has-cols .fl-col {
    width: 48% !important;
	  margin: 0px 4px;
}
.pim-imi-section-4 .fl-col-group {
    display: flex;
}
.pim-imi-section-4 .fl-col {
    width: 48% !important;
	 margin: 0px 4px;
}
.pim-imi-section-4 .fl-col-group-equal-height .fl-col:first-child {
    display:none;
}	
.pim-cim-section .fl-col {
    width: 100% !important;
	max-width: 100% !important;
}	
.pim-cim-section .fl-col-has-cols .fl-col-small {
    width: 32% !important;
}	
.pim-vga-section .fl-col-group {
    display: flex;
}
.pim-vga-section .fl-col {
    width: 50% !important;
}		
.fps-banner .fl-col-group {
    display: flex;
}
.fps-banner .fl-col {
    width: 50% !important;
}		
.fps-banner .fl-col-group-nested .fl-col-small {
    display: none;
}		
.fps-fp-section .fl-col-group {
    display: flex;
}
.fps-fp-section .fl-col {
    width: 50% !important;
}	
.fps-cfp-section .fl-col-group {
    display: flex;
}
.fps-cfp-section .fl-col {
    width: 50% !important;
}		
.fps-cfpi-section .fl-col-group {
    display: flex;
}
.fps-cfpi-section .fl-col {
    width: 50% !important;
}	
.fps-ocfp-section .fl-col-group {
    display: flex;
}
.fps-ocfp-section .fl-col {
    width: 50% !important;
}	
.fps-ocfpi-section .fl-col-group {
    display: flex;
}
.fps-ocfpi-section .fl-col {
    width: 50% !important;
}
.fps-cfp-section-2 .fl-col-group {
    display: flex;
}
.fps-cfp-section-2 .fl-col-has-cols .fl-col-group-nested {
    display: flex;
}	
.fps-cfp-section-2 .fl-col-has-cols .fl-col-group-nested .fl-col-small {
	 width: 32% !important;
	     margin: 0px 4px;
}	
.fps-cfp-section-3 .fl-col-group {
    display: flex;
}
.fps-cfp-section-3 .fl-col-has-cols .fl-col-group-nested {
    display: flex;
}	
.fps-cfp-section-3 .fl-col-has-cols .fl-col-group-nested .fl-col-small {
	 width: 32% !important;
	     margin: 0px 4px;
}		
.fps-ccfp-section .fl-col-group .fl-col-small {
     max-width: 100% !important;
    width: 100% !important;
}	
  .fps-ccfp-section .fl-col-group .fl-col-has-cols .fl-col-group-nested {
      display: flex;
}		
 .fps-ccfp-section .fl-col-group .fl-col-has-cols .fl-col-group-nested .fl-col-small {
      width: 50% !important;
}		
.fire-page-question-bluebg .fl-col-group {
    display: flex;
}
.fire-page-question-bluebg .fl-col{
    width: 100% !important;
	 max-width: 100% !important;
}	
 
.fire-page-half-img-col .fl-col-group {
    display: flex;
}
.fire-page-half-img-col .fl-col{
    width: 50% !important;
}	
.fire-page-mcn .fl-col-group .fl-col-small {
    width: 32% !important;
    display: inline-block;
}	
.fire-page-sub .fl-col-group {
    display: flex;
}
.fire-page-sub .fl-col{
    width: 50% !important;
}	
.cb-page-banner .fl-col-group {
    display: flex;
}
.cb-page-banner .fl-col{
    width: 50% !important;
}	
.cb-page-banner .fl-col-group-nested .fl-col-small {
    display: none;
}			
.cb-page-bluebg-section .fl-col{
    width: 100% !important;
	max-width: 100% !important;
}	
.cb-page-cbp .fl-col-group {
    display: flex;
}
.cb-page-cbp .fl-col{
    width: 50% !important;
}	
.cb-page-include .fl-col-group:last-child {
    display: flex;
}
.cb-page-include .fl-col-has-cols .fl-col{
    width: 31% !important;
    margin: 0px 5px;
}	
.cb-page-include-2 .fl-col-group-nested {
    display: flex;
}	
.cb-page-include-2 .fl-col-has-cols .fl-col-small{
    width: 31% !important;
    margin: 0px 5px;
}	
.cb-page-advise .fl-col-group:last-child, .cb-page-advise .fl-col-group:nth-child(2) {
    display: flex;
}
.cb-page-advise .fl-col-small{
    width: 50% !important;
}	
.cb-page-wmap .fl-col-group {
    display: flex;
}
.cb-page-wmap .fl-col-has-cols .fl-col{
    width: 50% !important;
}	
.cb-page-sub .fl-col-group {
    display: flex;
}
.cb-page-sub .fl-col{
    width: 50% !important;
}	
.cb-page-faq .fl-col-group {
    display: flex;
}
.cb-page-faq .fl-col{
    width: 50% !important;
}	
.home-weoffer-section .fl-col-group-nested {
    display: flex;
	 align-items: center;
}
.home-weoffer-section .fl-col-small {
    width: 32% !important;
}			
}

/*ipad pro*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
  .banner-col-wrapper, .hide-sm-ony {
    display: none !important;
}
		.inside-header {
    padding: 30px 10px;
}
.nav-float-right #site-navigation {
    margin-left: 20px;
    margin-right: auto;
}		
.header-two-cta {
    min-width: auto !important;
    margin: 0px !important;
    font-size: 12px;
}	
#content {
    padding: 20px 20px !important;
}		
.home-banner-row .fl-col:first-child {
    width: 53% !important;
}	
.about-page-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
.etp-banner-section .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
.fps-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}	
 .fps-ccfp-section .fl-col-group .fl-col-has-cols {
      width: 100% !important;
}	
.fps-ocfpi-section .fl-col {
    width: 100% !important;
}	
	.cb-page-banner .fl-col-group-nested .fl-col-content {
    padding-left: 25px !important;
}		
}

/**/
@media (min-width:1025px){
.home-planning-section .fl-col-group-nested .fl-col-small:nth-child(2):after {
    border-style: solid;
    border-color: transparent transparent transparent #f4b12c;
    content: "";
    position: absolute;
    top: 160px;
    border-width: 10px 0 10px 10px;
}
.home-planning-section .fl-col-group-nested .fl-col-small:nth-child(3):after {
    border-style: solid;
    border-color: transparent transparent transparent #1f49c3;
    content: "";
    position: absolute;
    top: 160px;
    border-width: 10px 0 10px 10px;
}
.home-planning-section .fl-col-group-nested .fl-col-small:last-child:after {
    border-style: solid;
    border-color: transparent transparent transparent #F4B12C;
    content: "";
    position: absolute;
    top: 160px;
    border-width: 10px 0 10px 10px;
}
}

/**/
.financial-view-tb {
 width: 100%;
  border-radius: 15px !important;
border: 1px solid #ddd !important;
}
.financial-view-tb td, th {
  border: 0px;
	font-size: 18px;
  text-align: left;
  padding: 20px;
	color:#4F4F4F;
}
.financial-view-tb tr:nth-child(even) {
  background-color: #F2F6FC;
}
.financial-view-tb tr:last-child td:first-child {
 border-radius:0px 0px 0px 15px;
}
.financial-view-tb tr:last-child td:last-child {
 border-radius:0px 0px 15px 0px;
}

@media(max-width:768px){
	.financial-view-tb td, th {
	font-size: 15px;
		padding: 5px;
	color:#4F4F4F;
}
.site-logo .header-image.is-logo-image {
    width: 200px;
}
button.menu-toggle {
    background: #fff !important;
    border: 2px solid #f4ba4a !important;
    border-radius: 4px;
    line-height: 45px;
    padding: 0px 15px;
    color: #1F49C3 !important;
}
}

/* Subscribe Popup*/
#popmake-4955 .pum-content #pdf_wrapper {
    text-align: center;
}
#popmake-4955 {
    padding-top: 35px;
}


/* Wealth Management Page */
.page-id-3703 .ctm-button .fl-col-content{
	border: 1px solid #1f49c3;
}
.page-id-3703 .ctm-button .fl-col-content:hover{
	background:#fff;
	color: #1f49c3 !important;
	cursor: pointer;
}
.page-id-3703 .ctm-button .fl-col-content:hover a{
	color: #1f49c3 !important;
}
.page-id-3703 .ctm-button .fl-col-content a {
    display: block;	
}

/* footer */
.footer-bottom-right-inner .company,
.footer-bottom-right-inner .company a {
    color: #9a9a9a;
}
.footer-bottom-right-inner .company a:hover {
    color: #0649CB;
}
.copyright-bar {
    display: none !important;
}
.footer-widgets .footer-widget-1 {
    flex-basis: 35%;
}
.footer-widgets .footer-widget-2 {
    flex-basis: 65%;
}
.copyright-bar a:hover {
	 color: #0649CB;	
}
img.footer-widget-logo {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.site-footer {
    border-top: 1px solid #ededed;
		font-weight: 400 !important;
}
.site-footer .site-info {
    border-top: 1px solid #ededed;
	font-weight: 400 !important;
}
.site-footer a {
    font-weight: 400;
}
.footer-bar .widget_nav_menu li {
    margin: 0 7px;
    padding: 0;
}
@media (max-width:768px){
.footer-bar-align-left .copyright-bar {
    width: 100%;
    text-align: center;
}
.footer-bar-align-left .copyright-bar span.company {
    display: block;
}	
.footer-bottom-right-inner {
    display: grid !important;
    text-align: center;
    justify-content: center;
}
.footer-bottom-right-inner .company {
    order: 1;
}
.footer-bottom-right-inner .socialicon-right {
    justify-content: center;
    margin-bottom: 20px;
}
}
@media (min-width:1024px){
	.copyright-bar span.company {
    float: right;
	}
}


/*button white*/
#header-two-cta-light #btn_subscribe, .header-two-cta-light {
	font-weight: 500;
	font-size: 15px;
	padding: 15px 10px;
	margin: 0px 5px;
	min-width: 178px!important;
	max-width: 178px!important;
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	color: #fff !important;
	text-decoration: none;
	background-color: #0649cb00 !important;
	border: 1px solid #ffffff !important;
}
#header-two-cta-light #btn_subscribe:hover, .header-two-cta-light:hover {
    color: #1f49c3 !important;
    background: #fff !important;
}

/**/
.post-password-form input[type=submit] {
	font-weight: 500;
	border-radius: 15px;
	color: #fff !important;
	background-color: #0649cb !important;
	border: 1px solid #0649cb !important;
	margin-left: 10px;
}
.post-password-form input[type=submit]:hover {
	color: #0649cb !important;
	background-color: #ffffff !important;
}

/*subscribe popup*/
.download-retirement-guide-after-wrapper {
 text-align: center;
}
.download-wealth-guide-btn {
	font-weight: 500;
	font-size: 15px;
	padding: 18px 20px !important;
	border-radius: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0649CB;
	margin: 10px;
	line-height: 22px;
	border: 1px solid #0649CB;
	display: inline-block;
}
.download-wealth-guide-btn:hover,
.download-wealth-guide-btn:focus,
.download-wealth-guide-btn:active{
	color: #0649CB;
	border: 1px solid #0649CB;
	background: #fff;
}


/*mailpoet form*/
#mp_form_popup1 .mailpoet_form_columns {
    margin-bottom: 0px !important;
}
#mp_form_popup1 {
    padding-bottom: 10px !important;
}
#mp_form_popup1 input#form_email_1, #mp_form_popup1 input.mailpoet_submit {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
#mp_form_popup1 .mailpoet_validate_success {
    color: #008b58 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

/*footer newsletter form*/
.mp-newsletter-footer-form .mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column {
	flex-basis: 50% !important;
}
.mp-newsletter-footer-form #mailpoet_form_4 {
    width: 100% !important;
    border: 0px !important;
}
.mp-newsletter-footer-form #mailpoet_form_4 .mailpoet_text {
    width: 100% !important;
}
.mp-newsletter-footer-form .mailpoet_form_column .mailpoet_paragraph {
    margin-bottom: 0px !important;
}
@media (max-width:767px)  {
	.mp-newsletter-footer-form .mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column {
		flex-basis: 100% !important;
	}
	.mp-newsletter-footer-form .mailpoet_form_column .mailpoet_paragraph {
		margin-bottom: 10px !important;
	}
	#mailpoet_form_4 .mailpoet_submit {
		width: 100%;
	}
}
