Primary CTA Button
.btn-primary {
color: #fff;
background-color: #008ce6;
border-color: #008ce6;
font-size: 1rem;
line-height: 1.5;
padding: 8px 40px 8px 40px;
}
.btn-primary:hover {
color: #fff;
background-color: #00458c;
border-color: #00458c;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
Primary CTA Button Disabled
.btn-primary.disabled, .btn-primary:disabled {
color: #343434;
background-color: #898d90;
}
.secondaryCTA a {
color: #008ce6;
font-weight: 600;
font-style: light;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a, a:link, a:visited {
color: #008ce6;
font-weight: normal;
text-decoration: none;
-webkit-text-decoration-skip: objects;
}
a:hover {
font-weight: normal;
text-decoration: underline;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.right-arrow:after {
display: inline-block;
font-family: "Font Awesome 7 Free";
content: '\f105';
padding-left: 5px;
color: #002b64;
font-size: 16px;
}