.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
      padding: 16px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  background-color: #134F9F;
  color: #FFFFFF;
  border-radius: 20px;
}
a.cta-button:hover {
	background-color: #2774E0!important;
}

a.cta-button-secondary {
    background-color: #DB2683;
  	 padding: 16px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  border-radius: 20px;
  color: #FFFFFF;
}
a.cta-button-secondary:hover {
	background-color: #2774E0!important;
}

a.cta-button-ghost {
    background-color: #FFFFFF;
    color: #134F9F !important;
    padding: 16px 24px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none !important;
	border: 1px solid #134F9F;
}
a.cta-button-ghost:hover {
	background-color: #2774E0!important;
}

a.cta-button-ghost-secondary {
    background-color: #FFFFFF;
    color: #DB2683 !important;
    padding: 16px 24px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none !important;
	border: 1px solid #DB2683;
}
a.cta-button-ghost-secondary:hover {
	background-color: #2774E0!important;
}

/* 551195 Add sticky button for phone number */
a.cta-button.Sticky {
    position: sticky;
    top: 20px;
  	margin-left: 20px;
  	z-index: 1
}

.primary-blue-text {
	color: #0046AD;
}

.primary-pink-text {
	color: #E0249A;
}

.secondary-blue-text {
	color:  #B1C5D2;
}

.secondary-green-text {
	color:  #C1E493;
}

.secondary-grey-text {
	color:  #88898D; 
}

.secondary-turquoise-text {
	color: #8DDCD0; 
} 

.green-text {
  color: #65b32e;
}

.yellow-text {
  color: #ffdd00;
}

.red-text {
  color: #cd171a;
}

.orange-text {
  color: #f39200;
}

.blue-text {
  color: #009fe3;
}
