span.subtitle {font-weight: bold; font-size: 27px; font-size: 1.75rem;}

span.title {font-size: 29px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

body {line-height: 150%; text-decoration: none; font-weight:400; color: #7A7A7A; font-size: 16px;}

small {font-size: 18px;}

big {font-size: 32px;}

h1 {font-size: 29px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

h2 {font-size: 27px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

h3 {font-size: 25px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

h4 {font-size: 22px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

h5 {font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#662B91;}

h6 {font-size: 18px; font-weight: 400; line-height: 110%; color:#666666;}

p {margin: 0 0 20px 0; padding: 0;}

div#content a {text-decoration: none !important;}

a:link, a:active, a:hover {color: #71B84D;}

a {
    color: #662B91;
    text-decoration: none;
    background-color: transparent;
}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

u {text-decoration: underline;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;}

.btn-ghost {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	border-radius: 0 !important;
	background-color: transparent;
	border-color: #662B91 !important;
}

.btn-ghost:hover {
	text-decoration: none !important;
	background-color: #662B91 !important;
	color: #fff !important;
}

.btn-primary, .btn-primary:hover {
  	background-color: #71B84D !important;
  	border-color: #71B84D !important;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ba1e0d;
}

.btn-secondary, .btn-secondary:hover {
  	background-color: #662B91 !important;
	border-color: #662B91 !important;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ba1e0d;
}