header > div.header-container > div.header-wrap.header-wrap-top ul li.website-phone a {
    display: block;
}

div.header-top a.topButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
div.header-top a.topButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}
	
header.template-header .header-top
	{
	z-index: 1000;
	}


/** RRM Code **/
.cstm-three-columns {
    justify-content: space-evenly;
    margin: 10px auto 40px;
    font-family: initial;
    align-items: center;
    max-width: 100%;
    display: flex;
    width: 940px;
}
.ctas-section-wrap {
    padding: 25px 20px 25px;
    background: #00000008;
}
.cstm-three-columns .cstm-column {
    text-align: center;
    margin-top: 20px;
}
.cstm-three-columns .cstm-column a div {
    background: #091df5;
    padding: 1px 35px;
    color: #fff;
}
.cstm-three-columns .cstm-column a {
    text-decoration: none;
}
.cstm-three-columns .cstm-column a:hover {
	opacity: .8;
}
.cstm-three-columns .cstm-column h5 {
    font-family: initial;
    margin-bottom: 15px;
    font-weight: 700;
}
.ctas-section-wrap h6 {
    font-family: initial;
    font-weight: 700;
    margin-top: 30px;
    font-size: 21px;
}
.ctas-section-wrap h6 a {
    text-decoration: underline;
}
@media (max-width: 767px) {
	.cstm-three-columns {
	        flex-wrap: wrap;
	}
}
/** RRM Code **/

/* Client link styles */
.cstmLink {
    display: inline-block;
    background: #091df5;
    padding: 15px 30px;
    transition: .3s;
    font-size: 18px;
    color: #fff;

}
.cstmLink:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff;
}


.widget.image-removed-text-only .main-content {
    padding: 125px!important;
}

.disclaimer .image-heading4-text__bg {
    border-top: 12px solid #122ff1;
    border-bottom: 12px solid #122ff1;
}

.main-content.disclaimer-text {
    color: #757575;
}

.widget.convert-heading-2 h2 {
    color: #03195f;
	font-size: 40px;
	font-size: 4rem;
}

.widget.convert-heading-2 h3 {
    color: #122ff1;
    font-family: 'Poppins SemiBold', Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -.06em;
    margin: 25px 0;
    padding: 0;
}

/* Call-to-Action Widget */
.ctas-widget {
    margin-top: 20px;
    text-align: center;
    background: #fff;
    padding: 40px 0;
}

/* Headings */
.ctas-section-wrap {
    background: transparent!important;
}

.ctas-widget__main-heading {
    color: #000;
    font-family: initial;
    font-weight: 700;
    margin-bottom: 5px;
     font-size: 32px;
    font-size: 3.2rem;
}

.ctas-widget__sub-heading {
    color: #000;
    font-family: initial;
    margin-bottom: 15px;
    font-size: 26px;
    font-size: 2.6rem;
}

/* Horizontal line */
.ctas-widget__hr {
    border-bottom: 3px solid blue;
    width: 625px;
    max-width: 100%;
    margin: 0 auto 20px auto; /* center and spacing */
}

/* Columns layout */
.ctas-widget__three-columns {
    display: flex;
    justify-content: center; /* center the group of columns */
    flex-wrap: wrap;
    gap: 20px; /* spacing between columns */
    margin-bottom: 20px;
}

.ctas-widget__column {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    text-align: center;
}

.ctas-widget__column.cta-single {
    width: 100%;
    max-width: 600px;
}

/* Column content */
.ctas-widget__column h4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 30px;
    padding: 0;
}

.ctas-widget__column a div {
    background-color: #091df5;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ctas-widget__column a,
.ctas-widget__column a div:hover {
    text-decoration: none;
}
.ctas-widget__column a div:hover {
    opacity: .8;
}

/* Pre-plan text */
.ctas-widget__preplan-text {
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ctas-widget__three-columns {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .ctas-widget__column {
        max-width: 100%;
    }

    .ctas-widget__hr {
        width: 90%;
    }
}