.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button {
  	display: inline-block;
  	cursor: pointer;
    text-decoration: none;
  	padding: 13px 28px;
  	border-radius: 500px;
  	line-height: 1.25;
  	font-weight: 700;
    font-size: 18px;
  	color: #fff;
  	background-color: #1D3275;
  	border: 1px solid #1D3275;
  	transition: all 0.3s ease;
}

a.cta-button:hover {
  	color: #fff;
	background-color: #3558CA !important;
  	border-color: #3558CA !important;
  	text-decoration: none;
}

a.cta-button-orange {
  	display: inline-block;
  	cursor: pointer;
    text-decoration: none;
  	padding: 13px 28px;
  	border-radius: 500px;
  	line-height: 1.25;
  	font-weight: 700;
    font-size: 18px;
  	color: #fff;
  	background-color: #E17801;
  	border: 1px solid #E17801;
  	transition: all 0.3s ease;
}

a.cta-button-orange:hover {
  	color: #fff;
	background-color: #F08000 !important;
  	border-color: #F08000 !important;
  	text-decoration: none;
}

a.cta-button-ghost {
  	display: inline-block;
  	cursor: pointer;
    text-decoration: none;
  	padding: 13px 28px;
  	border-radius: 500px;
  	line-height: 1.25;
  	font-weight: 700;
    font-size: 18px;
  	color: #2E2E2E;
  	background-color: transparent;
  	border: 1px solid #1C3375;
  	transition: all 0.3s ease;
}

a.cta-button-ghost:hover {
	background-color: #1B3476 !important;
  	border-color: #1B3476 !important;
  	color: #fff;
  	text-decoration: none;
}

a.cta-button-ghost-white {
  	display: inline-block;
  	cursor: pointer;
    text-decoration: none;
  	padding: 13px 28px;
  	border-radius: 500px;
  	line-height: 1.25;
  	font-weight: 700;
    font-size: 18px;
  	color: #fff;
  	background-color: transparent;
  	border: 1px solid #fff;
  	transition: all 0.3s ease;
}

a.cta-button-ghost-white:hover {
	background-color: #1B3476 !important;
  	border-color: #1B3476 !important;
  	color: #fff;
  	text-decoration: none;
}

.fourteen {
  font-size: 20px;
}

.sixteen {
  font-size: 22px;
}

.eighteen {
  font-size: 24px;
}

.twenty {
  font-size: 26px;
}

.twentytwo {
  font-size: 28px;
}

.twentyfour {
  font-size: 30px;
}
  