.image-align-left {
	float: left;
	margin: 40px 60px 40px 0; 
}

.image-align-right {
	float: right;
	margin: 40px 0 60px 40px;
}

img.full-width {
	display: block;
	margin: 20px 0;
	width: 100%;
}

span.cc-sign-lang {
	font-family: "ccsignlanguage", cursive;
 	font-weight: 700;
}

a.cta-button.orange {
  background-color: #ff7800;
}

a.cta-button.pink {
  background-color: #ff7080;
}

a.cta-button {
	display: inline-block;
  	cursor: pointer;
  	text-decoration: none !important;
  	padding: 18px 27px;
  	border-radius: 10px;
  	font-weight: 700;
  	font-size: 16px;
  	color: #0C0C0C;
  	background: #FF7800;
  	transition: color 0.3s ease, background 0.3s ease;
}

a.cta-button:hover, a.cta-button:focus {
  	color: #FFFFFF;
  	background: #008029;
}

.fourteen {
  font-size: 14pt;
}

.sixteen {
  font-size: 16pt;
}

.eighteen  {
  font-size: 18pt;
}

.twenty {
  font-size: 20pt;
}

.tweny-two {
  font-size: 22pt;
}

.twenty-four {
  font-size: 24pt;
}