.input .redactor-styles h1,
.input .redactor-styles h2,
.input .redactor-styles h3,
.input .redactor-styles h4 {
    color: #896d30 ;
}

.input .redactor-styles p.format-red,
.input .redactor-styles h2.format-red,
.input .redactor-styles h3.format-red,
.input .redactor-styles h4.format-red {
    color: #790018 ;
}

.input .redactor-styles p.format-gold {
    color: #896d30;
}

.redactor-styles a.cta {
    background: #ac9156;
    border-color: #ac9156;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px #d0ad68;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 10px 10px 0;
    transition: all ease-in-out .3s;
}

.redactor-styles a.cta:hover {
    color: #ac9156;
    background: 0;
}


.input .redactor-styles blockquote:not(.note) {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 20px 0 20px 0;
	padding:20px 15px;
	line-height: 140%;
	color: #896d30 !important;
	border: solid 1px #896d30 !important;
	padding:20px 30px !important;
	font-style: italic;
	font-size: 1.3em;
}

.redactor-styles cite {
	text-transform: uppercase;
	color: #790018 !important;
	opacity: 1 !important;
	font-style: normal;
	font-size: 15px;
	display: block;
	clear: both;
}



body .redactor-dropdown-format .redactor-dropdown-item-h2-red {
	color: #790018;
	font-size: 24px !important;
	line-height: 36px !important;
	font-weight: 600;
}
body .redactor-dropdown-format .redactor-dropdown-item-h3-red {
	color: #790018;
	font-size: 21px !important;
	line-height: 30px !important;
	font-weight: 600;
}
body .redactor-dropdown-format .redactor-dropdown-item-h4-red {
	color: #790018;
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 600;
}

body .redactor-dropdown-format .redactor-dropdown-item-normal-red {
	color: #790018;
}

body .redactor-dropdown-format .redactor-dropdown-item-normal-gold {
	color: #896d30;
}

body .redactor-dropdown-format .redactor-dropdown-item-cta span {
	display: inline-block;
	padding:5px 10px;
	color: #fff;
	background: #ac9156;
}





