/* Primary Button */
.cta-button-small {
  	text-align: center;
    text-decoration: none;
    padding: 16px 1rem;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(209, 33, 46, 1)!important;
  	background-color: rgba(253, 235, 236, 1)!important;
  	font-size: 13.6px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-small:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
}
.cta-button-small:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Main button */
.cta-button {
  	text-align: center;
    text-decoration: none;
    padding: 16px 20px;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(209, 33, 46, 1)!important;
  	background-color: rgba(253, 235, 236, 1)!important;
  	font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
    text-decoration: none;
}
.cta-button:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
.cta-button-large {
  	text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(209, 33, 46, 1) !important;
  	background-color: rgba(253, 235, 236, 1) !important;
  	font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-large:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
    text-decoration: none;
}
.cta-button-large:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Primary Ghost Button */
.cta-button-ghost-small {
  	text-align: center;
    text-decoration: none;
    padding: 1rem;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(209, 33, 46, 1) !important;
    color: rgba(209, 33, 46, 1) !important;
  	background-color: #FFF;
  	font-size: 13.6px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-ghost-small:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
    text-decoration: none;
}
.cta-button-ghost-small:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Main button */
.cta-button-ghost {
  	text-align: center;
    text-decoration: none;
    padding: 16px 20px;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(209, 33, 46, 1) !important;
    color: rgba(209, 33, 46, 1) !important;
  	background-color: #FFF;
  	font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-ghost:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
    text-decoration: none;
}
.cta-button-ghost:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
.cta-button-ghost-large {
  	text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(209, 33, 46, 1) !important;
    color: rgba(209, 33, 46, 1) !important;
  	background-color: #FFF;
  	font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-ghost-large:hover {
  	color: rgba(253, 235, 236, 1)!important;
	background-color: rgba(209, 33, 46, 1)!important;
    text-decoration: none;
}
.cta-button-ghost-large:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}

/* Secondary Button */
.cta-button-secondary-small {
  	text-align: center;
    text-decoration: none;
    padding: 1rem;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(0, 0, 0, 1) !important;
  	background-color: rgba(255, 172, 42, 1) !important;
  	font-size: 13.6px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary-small:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary-small:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Main button */
.cta-button-secondary {
  	text-align: center;
    text-decoration: none;
    padding: 16px 20px;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(0, 0, 0, 1) !important;
  	background-color: rgba(255, 172, 42, 1) !important;
  	font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
.cta-button-secondary-large {
  	text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    transition: 0.5s;
    border-radius: 4px;
    color: rgba(0, 0, 0, 1) !important;
  	background-color: rgba(255, 172, 42, 1) !important;
  	font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary-large:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary-large:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Secondary Ghost Button */
.cta-button-secondary-ghost-small {
  	text-align: center;
    text-decoration: none;
    padding: 1rem;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1) !important;
  	background-color: #FFF !important;
  	font-size: 13.6px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary-ghost-small:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary-ghost-small:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
/* Main button */
.cta-button-secondary-ghost {
  	text-align: center;
    text-decoration: none;
    padding: 16px 20px;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1) !important;
  	background-color: #FFF !important;
  	font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary-ghost:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary-ghost:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}
.cta-button-secondary-ghost-large {
  	text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1) !important;
  	background-color: #FFF !important;
  	font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.cta-button-secondary-ghost-large:hover {
  	color: #FFF!important;
	background-color: #333333!important;
    text-decoration: none;
}
.cta-button-secondary-ghost-large:focused {
  	border: 2px solid rgba(17, 0, 255, 1)!important;
}




.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

img.polaroid {
	border: 15px solid white;
  	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
}

p.quote-attribute {
	margin: 0 0 0 50px;
  	font-size: .85em;
}

blockquote {
  position: relative;
  background-color: #FDEBEC;
  border-radius: 4px;
  padding: 32px 80px
  font-size: 27.65px;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  p {
    font-family: $font-family-extra;
    font-size: 27.65px;
    line-height: 100%;
  }
}
blockquote:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -25px;
  width: 52.5px;
  height: 100%;
  display: block;
  background-image: url($assets-path + "Quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}